libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.4-14-g49db3a0


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-14-g49db3a0
Date: Mon, 26 May 2008 19:55:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  49db3a0a4cf26382d01c209ad4004e7eb2dd1be0 (commit)
      from  1113cea29ec34b7c3cf1c0a3f2ebf1b7b05977e3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 49db3a0a4cf26382d01c209ad4004e7eb2dd1be0
Author: Ralf Wildenhues <address@hidden>
Date:   Mon May 26 21:54:51 2008 +0200

    libtoolize should not remove config.guess, config.sub.
    
    * libtoolize.m4sh (all_pkgconfig_files): Do not list
    config.guess nor config.sub.  We don't install them without
    --install, and the project may not be using Automake.
    Report by Andreas Schwab.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    6 ++++++
 libtoolize.m4sh |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 97eea58..178d505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-05-26  Ralf Wildenhues  <address@hidden>
 
+       libtoolize should not remove config.guess, config.sub.
+       * libtoolize.m4sh (all_pkgconfig_files): Do not list
+       config.guess nor config.sub.  We don't install them without
+       --install, and the project may not be using Automake.
+       Report by Andreas Schwab.
+
        Simplify argument parsing in cwrapper.
        * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src):
        Use NULL where appropriate.  Do not compute length of arguments
diff --git a/libtoolize.m4sh b/libtoolize.m4sh
index 0c7cf02..092cd25 100644
--- a/libtoolize.m4sh
+++ b/libtoolize.m4sh
@@ -120,7 +120,9 @@ configure_ac=configure.in
 # Lists of all files libtoolize has ever installed.  These are removed
 # before installing the latest files when --force was passed to help
 # ensure a clean upgrade.
-all_pkgconfig_files="config.guess config.sub ltmain.sh"
+# Do not remove config.guess nor config.sub, we don't install them
+# without --install, and the project may not be using Automake.
+all_pkgconfig_files="ltmain.sh"
 all_pkgmacro_files="argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 ltsugar.m4 
ltversion.in ltversion.m4 lt~obsolete.m4"
 all_pkgltdl_files="COPYING.LIB Makefile Makefile.in Makefile.inc Makefile.am 
README acinclude.m4 aclocal.m4 argz_.h argz.c config.h.in config-h.in configure 
configure.ac configure.in libltdl/lt__alloc.h libltdl/lt__dirent.h 
libltdl/lt__glibc.h libltdl/lt__private.h libltdl/lt__strl.h 
libltdl/lt_dlloader.h libltdl/lt_error.h libltdl/lt_system.h libltdl/slist.h 
loaders/dld_link.c loaders/dlopen.c loaders/dyld.c loaders/load_add_on.c 
loaders/loadlibrary.c loaders/preopen.c loaders/shl_load.c lt__alloc.c 
lt__dirent.c lt__strl.c lt_dlloader.c lt_error.c ltdl.c ltdl.h slist.c"
 


hooks/post-receive
--
GNU Libtool




reply via email to

[Prev in Thread] Current Thread [Next in Thread]