]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtoolize should not remove config.guess, config.sub.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 26 May 2008 19:54:51 +0000 (21:54 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 26 May 2008 19:54:51 +0000 (21:54 +0200)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
libtoolize.m4sh

index 97eea586b0c404775c449cf42d062a0f442f6e62..178d50544eb23f01db14b6a629fde0d6132b228e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       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
index 0c7cf025b7c043730f08144846be2b1da9f7ec19..092cd25b73b28f9da4714280eaf122d8121326aa 100644 (file)
@@ -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"