| 2005-08-24 Bruno Haible <bruno@clisp.org> |
| |
| * config/ltmain.sh (func_mode_install): Try "ln -s -f" |
| and "rm -f && ln -s" to make a symlink for a shared library: the |
| former is needed for libraries `ln' depends on, the latter for |
| Solaris /bin/ln. |
| Reported by Nelson H. F. Beebe <beebe@math.utah.edu>. |
| |
| * config/ltmain.sh (cwrappersource): return 127 if exec failed. |
| |
| 2005-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_COMPILER_C_O): Send chmod warning to log. |
| |
| 2005-08-23 Stepan Kasal <kasal@ucw.cz>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/ltdl.m4 (LTDL_INIT): Use AH_HEADER if defined. |
| Compute CONFIG_H only before creating config.status. |
| Reported by Peter Ekberg <peda@axentia.se>. |
| |
| 2005-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * Makefile.maint (web-manual): Fix $(LN_S) to use absolute path. |
| Fix creating the manual for VPATH build. |
| |
| * bootstrap: Add default $auxdir value. ltmain.m4sh |
| is prerequisite to ltmain.sh. Improve warning message. |
| |
| 2005-08-18 Gary V. Vaughan <gary@gnu.org> |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (LT_OUTPUT): New macro to generate |
| libtool before config.status. |
| (_LT_CONFIG_COMMANDS): If LT_OUTPUT has been invoked, then |
| generate code in config.status to call config.lt instead of |
| generating libtool directly. |
| * doc/libtool.texi (LT_INIT): Document LT_OUTPUT. |
| |
| 2005-08-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ freebsd ]: Do not |
| assume `aout' for modern FreeBSD by absence of deprecated |
| `objformat'. |
| |
| * m4/libtool.m4 [sun, CC] (_LT_LANG_CXX_CONFIG): Move postdeps |
| override .. |
| (_LT_SYS_HIDDEN_LIBDEPS): ..here. |
| |
| 2005-08-18 Stepan Kasal <kasal@ucw.cz> |
| |
| * config/general.m4sh (SP2NL, NL2SP): Simplify. |
| |
| 2005-08-17 Gary V. Vaughan <gary@gnu.org> |
| |
| * m4/ltdl.m4 (LTDL_INIT): Fix mismatched parens. |
| |
| 2005-08-12 Jeremie LE HEN <tataz@sitadelle.com>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * doc/libtool.texi (Creating object files, Linking libraries): |
| Update description of library object (.lo) and libtoo library |
| (.la) files. |
| (all over): Replace MODE with --mode=MODE in examples. |
| |
| 2005-08-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (func_source): New function. |
| (func_mode_execute, func_mode_install, func_mode_link): Use it. |
| Do not append a dot to a file name to source, it breaks on |
| cygwin managed mounts and is not necessary anywhere. |
| Reported by Eric Blake <ebb9@byu.net>. |
| |
| * tests/defs.m4sh (func_configure): Rename to .. |
| (func_configure_nofail): this, call from old. |
| * tests/fcdemo-conf.test, tests/fcdemo-shared.test, |
| tests/fcdemo-static.test: Use. Do not fail gratuitously but |
| SKIP on compilers that look like they could be Fortran 77-only. |
| Reported by Patrick Welche <prlw1@newn.cam.ac.uk>. |
| |
| * config/ltmain.m4sh (mode): Do not initialize, for nicer error |
| messages. |
| |
| 2005-08-10 Peter Ekberg <peda@lysator.liu.se> |
| |
| * m4/libtool.m4 (_LT_LANG_CXX_CONFIG): Set ac_ext to cpp, not cc. |
| |
| 2005-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (inherited_linker_flags): Backed out broken |
| patch. |
| |
| 2005-08-08 Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh (inherited_linker_flags): Work when output |
| is an application too. |
| Reported by Christopher Egger <Christoph_Egger@gmx.de> |
| |
| 2005-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_PROG_FC, _LT_LANG_FC_CONFIG): New macros |
| for modern Fortran. |
| (LT_LANG, _LT_LANG_DEFAULT_CONFIG, _LT_SYS_DYNAMIC_LINKER, |
| _LT_SYS_HIDDEN_LIBDEPS): Adjusted. |
| * tests/fcdemo-conf.test, tests/fcdemo-exec.test, |
| tests/fcdemo-make.test, tests/fcdemo-shared.test, |
| tests/fcdemo-static.test, tests/fcdemo/Makefile.am, tests/fcdemo/README, |
| tests/fcdemo/configure.ac, tests/fcdemo/cprogram.c, tests/fcdemo/foo.h, |
| tests/fcdemo/fooc.c, tests/fcdemo/foof.f90, tests/fcdemo/foof2.f90, |
| tests/fcdemo/foof3.f90, tests/fcdemo/fprogram.f90: New tests for Fortran. |
| * Makefile.am, configure.ac: Adjusted. |
| * NEWS: Updated. |
| |
| * AUTHORS, HACKING: Updated. |
| |
| 2005-08-05 Albert Chin-A-Young <china@thewrittenword.com> |
| |
| * config/ltmain.m4sh (func_mode_link): Ignore errors from expr |
| when determining if piece-wise linking should be done. |
| |
| 2005-08-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (func_mode_link) <cwrappersource>: Add |
| missing bit from Christoph's patch. |
| |
| * m4/libtool.m4 (_LT_LINKER_HARDCODE_LIBPATH, _LT_LINKER_SHLIBS, |
| _LT_LANG_CXX_CONFIG): Comment typos. |
| |
| 2005-08-04 Christoph Egger <Christoph_Egger@gmx.de> |
| |
| * config/ltmain.m4sh (func_mode_link) <cwrappersource>: Change |
| basename() to base_name() and have it return a pointer to const, |
| fix compilation warnings. |
| |
| 2005-07-30 Peter Ekberg <peda@lysator.liu.se> |
| |
| * m4/libtool.m4 (_LT_PROG_F77): Set it up so that saying F77=no |
| to configure disables the fortran tests in the testsuite. |
| |
| 2005-07-29 Richard Moseley <dickie.moseley@virgin.net> |
| |
| * m4/ltdl.m4 (LTDL_INIT): Handle in addition the new name for |
| AC_LIST_HEADERS which is _AC_LIST_TAGS. |
| |
| 2005-07-28 Peter Ekberg <peda@lysator.liu.se> |
| |
| * libltdl/Makefile.am: Make the LTDLOPEN define controllable |
| from the configure script. |
| * m4/ltdl.m4 (LTDL_INIT): Set the LTDLOPEN define according |
| to libname_spec. |
| |
| * tests/mdemo-dryrun.test: ls -l in MSYS sometimes shows year, |
| not time, for really fresh files. Add sleep 1 calls at |
| strategic places. Makes the test pass for MinGW. |
| |
| * m4/libtool.m4 (_LT_LINKER_OPTION): Fix copy-paste bug, it is |
| the linker that is tested. |
| |
| * tests/demo-noinst-link.test: $make is empty on MSYS, replace |
| with $MAKE. Makes the test pass for MinGW. |
| |
| * config/ltmain.m4sh (func_generate_dlsyms): Properly remove |
| the fake symbol line ": @PROGRAM@ " from the list of exported |
| symbols. |
| |
| * libltdl/loaders/loadlibrary.c (vm_open): Set the error mode so |
| that no dialog is popped up in case the file given to |
| LoadLibrary is not a dll. |
| |
| * config/ltmain.m4sh (func_mode_link) <lib>: Make sure |
| skipped_export is set to colon if _some_ cmd of |
| export_symbols_cmds is too long. |
| |
| * libltdl/ltdl.c: The linker is confused by having one |
| definition of lt_libltdlc_LTX_preloaded_symbols tagged with |
| __declspec(dllexport) in ltdl.c and one definition with an |
| initial value in libltdlcS.c. So, just say extern in ltdl.c. |
| Fixes the mdemo-exec.test for MinGW. |
| |
| * config/ltmain.m4sh (func_mode_link) <lib>: Zap duplicate |
| message "creating reloadable object files..." |
| |
| 2005-07-23 Peter O'Gorman <peter@pogma.com> |
| |
| * m4/libtool.m4 (CXX, archive_cmds) [sun]: Add -lCstd, -lCrun |
| and -lc for c++ builds with Sun C++ and Centerline C++.. |
| Reported by Albert Chin-A-Young <china@hewrittenword.com> |
| |
| 2005-07-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * libltdl/Makefile.am (libltdl_la_DEPENDENCIES): Depend on |
| $(BUILT_SOURCES) as well, so that argz.h gets created through |
| `make libltdlc.la'. |
| Reported by Sven Verdoolaege <skimo@liacs.nl>. |
| |
| 2005-07-08 Peter Breitenlohner <peb@mppmu.mpg.de> |
| |
| * Makefile.am (install-data-local): Have root own of installed |
| files (but do not fail, for user installs). |
| |
| 2005-07-08 Bruno Haible <bruno@clisp.org> |
| |
| * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) <postinstall_cmds> |
| [cygwin,mingw,pw32]: Make DLL executable after installing it. |
| |
| 2005-07-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (func_mode_install): Do not assume `-f' |
| needs an argument if the install program is `cp'. Cleanup |
| install mode somewhat. |
| Reported by Juergen Leising <juergen.leising@gmx.de>. |
| |
| 2005-07-03 Thorsten Glaser <tg@66h.42h.de> |
| |
| * m4/libtool.m4 (_LT_TRY_DLOPEN_SELF): Quieten configure |
| output for corner cases on some BSDs. |
| (LT_CMD_MAX_LEN): Another comment cleanup. |
| |
| * config/ltmain.m4sh (func_extract_archives, func_mode_install), |
| m4/libtool.m4 (_LT_SETUP, _LT_SYS_DYNAMIC_LINKER, LT_PATH_LD) |
| (_LT_PATH_LD_GNU, _LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG): |
| Comment language, indentation, and backquote cleanup. |
| * THANKS: Updated. |
| |
| 2005-07-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (func_mode_compile, func_mode_link), |
| m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH, _LT_ENABLE_LOCK): |
| Remove some unnecessary quotes. |
| |
| 2005-07-01 Derek R. Price <derek@ximbiot.com> |
| |
| * config/ltmain.m4sh (func_mode_link) <shell wrapper>: Handle |
| spaces in paths to executed programs. Quote path in error message. |
| |
| 2005-06-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * THANKS: Updated. |
| |
| 2005-06-28 Stepan Kasal <kasal@ucw.cz> |
| |
| * clcommit.m4sh: "grep|sed" can be replaced by mere "sed". |
| * m4/libtool.m4 (_LT_LIBTOOL_TAGS): Remove unnnecessary "[]". |
| * m4/lt~obsolete.m4: Use m4_ifndef. |
| |
| 2005-06-27 Stepan Kasal <kasal@ucw.cz> |
| |
| * m4/ltsugar.m4 (lt_combine, _lt_combine): Fix default separator. |
| |
| * m4/ltoptions.m4 (_LT_UNLESS_OPTIONS, _LT_SET_OPTIONS): Replace |
| AC_FOREACH by a combination of m4_foreach/m4_split/m4_normalize. |
| |
| 2005-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/ltoptions.m4 (_LT_SET_OPTIONS): Remove unnecessary workaround |
| for CVS Automake bug (fixed). |
| Reported by Stepan Kasal <kasal@ucw.cz>. |
| |
| 2005-06-21 Peter O'Gorman <peter@pogma.com> |
| |
| * conig/ltmain.m4sh [darwin]: Accept -arch flag. |
| |
| 2005-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_COMPILER_BOILERPLATE) |
| (_LT_LINKER_BOILERPLATE): New macros -- save warnings and |
| boilerplate of simple compile/link tests. |
| (_LT_LANG_C_CONFIG, _LT_LANG_CXX_CONFIG, _LT_LANG_F77_CONFIG) |
| (_LT_LANG_GCJ_CONFIG, _LT_LANG_RC_CONFIG): Call. |
| (_LT_COMPILER_OPTION, _LT_LINKER_OPTION, _LT_COMPILER_C_O): |
| Fail only if nonempty warnings different from default |
| compile/link. |
| |
| 2005-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/ltsugar.m4 (lt_car, lt_cdr): New macros, clones of |
| m4_car/m4_cdr with the fixed semantics of Autoconf-2.59c CVS, in |
| order to work with 2.59. |
| (lt_combine): Use it. |
| Reported by Christoph Egger <Christoph_Egger@gmx.de>. |
| |
| 2005-06-11 Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/ltoptions.m4 (_LT_SET_OPTIONS): Loop options only if |
| nonempty. |
| * m4/ltsugar.m4 (lt_combine): Don't test against empty quotes, |
| test against empty arg. Fixes infinite m4 loop with CVS |
| Autoconf. |
| |
| 2005-06-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_COMPILER_OPTION, _LT_LINKER_OPTION): No |
| need for $ECHO here. Fix sed script syntax to be portable. |
| This should now put the pic-flag right after the last $*FLAGS |
| variable again, if any. Necessary for Fortran AC_FC_SRCEXT. |
| |
| 2005-06-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_CONFIG_COMMANDS): Remove long lines. |
| |
| 2005-06-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS) |
| (_LT_LANG_CXX_CONFIG): PGI also has pgf95. PGI static flag is |
| `-Bstatic'. Remove harmless extra comma from whole_archive |
| output. |
| |
| 2005-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * Makefile.am: Restore TESTS_ENVIRONMENT. |
| |
| * config/ltmain.m4sh (func_mode_compile): In order to find out |
| about forbidden characters in output, check with grep after |
| checking func_quote_for_eval result. Also, warn instead of fail. |
| * config/general.m4sh (func_quote_for_eval) |
| (func_quote_for_expand): Revert SunOS sh bug workaround patch from |
| 2004-12-28 as it triggers bugs in the Tru64 5.1B shell. |
| Reported by Albert Chin <libtool@mlists.thewrittenword.com>, |
| Nicolas Joly <njoly@pasteur.fr>. |
| |
| 2005-06-01 Olly Betts <olly@survex.com> (tiny change) |
| |
| * libltdl/argz.c (argz_create_sep): Fix typo. |
| |
| 2005-05-31 Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh: Do not add installed static litool libraries |
| to convenience, they are not convenience libraries. |
| Reported by Chen-Mou Cheng <chenmou.cheng@gmail.com> |
| |
| 2005-05-30 Alexandre Oliva <aoliva@redhat.com>, |
| Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh: Don't add files with the same base name to |
| an archive; rename duplicates instead. |
| (func_extract_an_archive): Remove section to deal with duplicate |
| base names in an archive. |
| * tests/duplicate_members.test: new test. |
| * Makefile.am: Add new test. |
| |
| 2005-05-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * THANKS: Updated. |
| |
| 2005-05-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) [aix]: |
| Fix wrong $ECHO use overlooked in 2005-04-27. Simplify slightly. |
| |
| * m4/libtool.m4 (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS) |
| (_LT_LANG_CXX_CONFIG) [linux]: PGI: Backport whole_archive changes |
| from HEAD. Add $pic_flag to archive_cmds and archive_expsyms_cmds. |
| Bug reported against LAM by Troy Telford <ttelford@lnxi.com>. |
| |
| 2005-05-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * THANKS: Updated. |
| |
| 2005-05-06 Gary V. Vaughan <gary@gnu.org> |
| |
| * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Propogate ltdl directory. |
| |
| 2005-05-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * Makefile.am (stamp-vcl): Use `diff' instead of `cmp'. |
| |
| 2005-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/ltdl.m4 (all over): Quote all arguments to AC_DEFINE and |
| AC_DEFINE_UNQUOTED consistently. |
| Reported by Michael Koch <konqueror@gmx.de>, |
| Riccardo Mottola <zuse@libero.it>, |
| Dalibor Topic <robilad@kaffe.org>. |
| |
| * HACKING: Updated. |
| |
| 2005-04-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * tests/f77demo/foo.h, tests/f77demo/fooc.c, |
| tests/f77demo/cprogram.c, tests/mdemo2/main.c, tests/pdemo/foo.h: |
| Make declarations available. |
| |
| * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [linux]: sed 3.02 does |
| not understand \t in regex. |
| Reported by Tim Van Holder <tim.vanholder@gmail.com>. |
| |
| * tests/defs.m4sh (func_configure): Don't run the whole configure |
| script with -x. |
| |
| * config/ltmain.m4sh: Audit use of echo vs $ECHO. |
| Reported by Robert Ögren <lists@roboros.com> and others. |
| |
| 2005-04-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, |
| Gary V. Vaughan <gary@gnu.org> |
| |
| * HACKING, THANKS: Updated. |
| |
| 2005-04-25 Eric Blake <ebb9@byu.net> (tiny change) |
| |
| * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile.am is no |
| longer used. |
| |
| * Makefile.am (ltdldatadir): Fix typo. |
| |
| 2005-04-25 Gary V. Vaughan <gary@gnu.org>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| Since the bootstrap process requires that several of the rules for |
| files generated in doc and tests already lived in |
| $top_srcdir/Makefile.am, along with proxy rules in sub-Makefiles, |
| this changeset consolidates almost everything into the top |
| Makefile.am, simplifying things considerably: |
| |
| * doc/Makefile.am, tests/Makefile.am: Removed. All rules moved... |
| * Makefile.am: ...to here and adjusted to run from $top_builddir. |
| Some reformatting to group rules and declarations by purpose, and |
| simplify with respect to removing much of the make recursion. |
| Add `doc/PLATFORMS', `doc/fdl.texi' and `doc/notes.texi'. |
| `defs.in' and `defs.m4sh' are in directory `tests'. |
| (uninstall-hook): Don't forget to uninstall libtoolize's libltdl |
| source tree. |
| (lt__cd): New make macros to work around problems with CDPATH in |
| some shells. |
| * bootstrap: Simplified dirty makefile management, and bootstrap |
| file creation in light of having only a single pertinent |
| Makefile. |
| * configure.ac (CONF_SUBDIRS): Add tests/ prefix to each subdir to |
| compensate. |
| (DIST_MAKEFILE_LIST): Adjust. |
| (AC_CONFIG_FILES): Remove doc/Makefile and tests/Makefile. |
| * tests/defs.m4sh (LIBTOOL, scripts): Adjust paths. |
| * tests/cdemo-conf.test, tests/cdemo-exec.test, |
| tests/cdemo-make.test, tests/cdemo-shared.test, |
| tests/cdemo-static.test, tests/cdemo-undef.test, |
| tests/demo-conf.test, tests/demo-deplibs.test, |
| tests/demo-exec.test, tests/demo-hardcode.test, |
| tests/demo-inst.test, tests/demo-make.test, |
| tests/demo-nofast.test, tests/demo-noinst-link.test, |
| tests/demo-nopic.test, tests/demo-pic.test, |
| tests/demo-relink.test, tests/demo-shared.test, |
| tests/demo-static.test, tests/demo-unst.test, |
| tests/depdemo-conf.test, tests/depdemo-exec.test, |
| tests/depdemo-inst.test, tests/depdemo-make.test, |
| tests/depdemo-nofast.test, tests/depdemo-relink.test, |
| tests/depdemo-shared.test, tests/depdemo-static.test, |
| tests/depdemo-unst.test, tests/f77demo-conf.test, |
| tests/f77demo-exec.test, tests/f77demo-make.test, |
| tests/f77demo-shared.test, tests/f77demo-static.test, |
| tests/link-2.test, tests/link.test, tests/mdemo-conf.test, |
| tests/mdemo-dryrun.test, tests/mdemo-exec.test, |
| tests/mdemo-inst.test, tests/mdemo-make.test, |
| tests/mdemo-shared.test, tests/mdemo-static.test, |
| tests/mdemo-unst.test, tests/mdemo2-conf.test, |
| tests/mdemo2-exec.test, tests/mdemo2-make.test, tests/nomode.test, |
| tests/objectlist.test, tests/pdemo-conf.test, |
| tests/pdemo-exec.test, tests/pdemo-inst.test, |
| tests/pdemo-make.test, tests/quote.test, tests/sh.test, |
| tests/suffix.test, tests/tagdemo-conf.test, |
| tests/tagdemo-exec.test, tests/tagdemo-make.test, |
| tests/tagdemo-shared.test, tests/tagdemo-static.test, |
| tests/tagdemo-undef.test, tests/tagtrace.test (func_cd, |
| func_require): Adjust paths.. |
| * HACKING: Use lt__cd throughout. |
| |
| 2005-04-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. |
| |
| 2005-04-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS) [solaris]: |
| Update wl for Sun Studio f77/f90/f95. Fix whole_archive_flag_spec |
| for cc and f77/f90/f95 to prevent reordering in case we link with |
| $CC. |
| |
| * m4/libtool.m4: Audit use of echo vs $ECHO. |
| Reported by Robert Ögren <lists@roboros.com> and others. |
| |
| 2005-04-23 Gary Kumfert <kumfert@llnl.gov> |
| |
| * m4/libtool.m4 (_LT_LANG_F77_CONFIG) [ aix4, aix5 ]: |
| Adjust logic to match the C case: Only disable static if not |
| on ia64 nor runtimelinking. |
| |
| 2005-04-22 Gary V. Vaughan <gary@gnu.org> |
| |
| The FSF are moving offices today. Changed their contact address |
| in all files from `59 Temple Place, Suite 330, MA 02111-1307' to |
| `51 Franklin Street, Fifth Floor, MA 02110-1301'. |
| |
| 2005-04-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * libtoolize.m4sh (func_scan_files, func_serial) |
| (func_ltmain_update, func_config_update, func_install_update): |
| Placate AIX sed. |
| |
| 2005-04-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * tests/demo-hardcode.test: Fix typo. |
| |
| 2005-04-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * tests/demo-hardcode.test [solaris]: Use dumpstabs if available, |
| to avoid false failure caused by debug section which contains |
| command line (Solaris cc). |
| Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>. |
| |
| 2005-04-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change) |
| |
| * libtoolize.m4sh (func_copy_cb): Fix syntax typo. |
| |
| 2005-04-15 Maciej W. Rozycki <macro@linux-mips.org> |
| |
| * m4/libtool.m4 (_LT_LANG_GCJ_CONFIG): Add old_archive_cmds |
| definition. |
| |
| 2005-04-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_CC_BASENAME): New macro to figure out |
| $cc_basename. Skip ccache, distcc, purify, cmdline options, |
| `$host_alias-' prefix. |
| (_LT_SETUP, _LT_LANG_CXX_CONFIG, _LT_LANG_F77_CONFIG) |
| (_LT_LANG_GCJ_CONFIG, _LT_LANG_RC_CONFIG): Use. |
| * NEWS: Update. |
| |
| 2005-04-14 Alexandre Oliva <aoliva@redhat.com>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (link mode): Add to tmp_libs paths for |
| libtool dep libs in reverse order as well. |
| * tests/Makefile.am, tests/link-order.test: New test. |
| |
| 2005-04-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/general.m4sh, libtool.m4 (_LT_SETUP), tests/defs.m4sh: |
| Fix definition of $Xsed. |
| |
| 2005-04-04 Gary V. Vaughan <gary@gnu.org> |
| |
| Under certain circumstances, not all of the macro files were |
| copied into the destination directory. This changeset fixes |
| that bug: |
| |
| * libtoolize.m4sh (func_serial_update): Renamed local variable |
| `my_update_p' to `my_serial_update_p', and initialise it correctly |
| even when the destination file is not yet there. |
| Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| 2005-04-04 Gary V. Vaughan <gary@gnu.org> |
| |
| * libtoolize.m4sh (func_serial_update): Replace missing |
| destination serial calculation line, presumably lost due to a bad |
| merge. |
| |
| 2005-04-04 Gary V. Vaughan <gary@gnu.org> |
| |
| Getting the value of ltdldatafiles from a submake was not |
| portable, and had problems with GNU make-3.80 at least. This |
| changeset pulls the installation rules for libtoolize's copy of |
| the libltdl sources out of libltdl/Makefile.am so that |
| ltdldatafiles is defined in the same Makefile that uses it. Also, |
| this makes a start at cleaning up libltdl/Makefile.am so that it |
| is useful in a package that uses `libtoolize --ltdl': |
| |
| * libltdl/loaders/Makefile.am: Removed entirely. |
| * libltdl/Makefile.am (dlopen.la, dld_link.la, dyld.la) |
| (load_add_on.la, loadlibrary.la, shl_load.la): All built from here |
| now that the loaders submake has gone. |
| (show-ltdldatafiles): Removed. No longer required. |
| (ltdldatadir, ltdldatafiles, install-local): Moved from here... |
| * Makefile.am (ltdldatadir, ltdldatafiles, install-local): ..to |
| here. |
| (libtoolize): Substitute $(ltdldatafiles) directly without calling |
| make to get the value from libltdl/Makefile. |
| |
| 2005-04-01 Gary V. Vaughan <gary@gnu.org> |
| |
| Fix problems with serial comparison sed scripts, and factor out |
| common code from similar serial comparison functions: |
| |
| * libtoolize.m4sh (func_keyword_update): Common code factored out |
| of func_ltmain_update and func_config_update. |
| (func_ltmain_update, func_config_update): Adjust, and fix sed |
| expressions to not use unportable ? modifier. |
| (func_install_update): New serial number based file updater keyed |
| of 'scriptversion' variable in install-sh. Adjust all callers. |
| |
| 2005-04-01 Mike Stump <mrs@apple.com> |
| |
| * m4/libtool.m4 (LT_CMD_MAX_LEN) |
| [netbsd, freebsd, openbsd, darwin, dragonfly]: Use 3/4 of argmax, |
| instead of 1/4. |
| |
| 2005-03-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_LANG_GCJ_CONFIG, _LT_LANG_RC_CONFIG): |
| Set $cc_basename. |
| |
| * HACKING: echo vs $ECHO. |
| |
| 2005-03-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change) |
| |
| * doc/libtool.texi: Minor formatting cleanups. |
| |
| 2005-03-24 Gary V. Vaughan <gary@gnu.org> |
| |
| * libtoolize.m4sh: Propogate --debug flag to sub-libtoolizes. |
| |
| * libtoolize.m4sh: For verbose mode, explain why macro files are |
| not installed without an AC_CONFIG_MACRO_DIR declaration. |
| |
| 2005-03-24 Gary V. Vaughan <gary@gnu.org> |
| |
| As a prerequisite for being able to test an uninstalled libtoolize |
| for copying files correctly from the source tree, we must know |
| exactly which files should be copied by the --ltdl option to avoid |
| accidentally picking up compilation objects and other noise when |
| $builddir == $srcdir: |
| |
| * libltdl/loaders/Makefile.am (ltdldatadir, ltdldatafiles) |
| (install-data-local): Removed... |
| * libltdl/Makefile.am (ltdldatafiles): ...and consolidated here. |
| (show-ltdldatafiles): New rule... |
| * Makefile.am (ltdldatafiles, libtoolize): ...used to substitute |
| exactly which files are installed by libtoolize --ltdl. |
| (edit): Move pkgvmacro_DATA substitution expression... |
| (libtoolize): ...to here. |
| * libtoolize.m4sh: Use func_copy_some_files() instead of |
| func_copy_all_from_path() to copy the --ltdl option installed |
| files. |
| (pkgvltdldirs): New path variable to search for files installed by |
| --ltdl option. |
| (func_massage_pkgvltdl_files): New function to calculate the list |
| of ltdl installation files. |
| |
| 2005-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change) |
| |
| * m4/libtool.m4, m4/ltdl.m4: Indentation and quoting cleanup. |
| |
| 2005-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_LINKER_SHLIBS) [solaris]: Use ${wlarc} |
| and set to empty when using $LD for linking. Fixes regression |
| introduced in 2004-11-17. |
| Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> and |
| Пухальский Юрий Андреевич <pooh@cryptopro.ru>. |
| |
| 2005-03-21 Gary V. Vaughan <gary@gnu.org>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_SETUP, _LT_LANG_CXX_CONFIG) |
| (_LT_LANG_F77_CONFIG): For matching compiler names: Pick only |
| first word, allow leading white space... |
| * tests/sh.test: ...and test for missing `*' at end of patterns. |
| |
| 2005-03-20 Peter Ekberg <peda@lysator.liu.se> |
| |
| * m4/libtool.m4 (_LT_LINKER_SHLIBS) [irix5, irix6, nonstopux]: |
| Test if it is possible to use the -exports_file linker option on |
| irix with gcc, as the gcc specs file may include a -hidden_symbol |
| option that is clashing with the -exports_file option. |
| See this gcc bugzilla entry for further details: |
| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15288 |
| * THANKS: Update. |
| |
| 2005-03-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * tests/demo-nopic.test: Enhance status output |
| noted by Tom Burger <tvburger@few.vu.nl>. |
| |
| 2005-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh, tests/defs.m4sh: Typos. |
| |
| 2005-03-18 Peter O'Gorman <peter@pogma.com>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4: The compiler can be a program name with args, so |
| always check cc_basename against compiler name and a wildcard. |
| Also, drop unnecessary quotes in `case' argument. |
| |
| 2005-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * Makefile.am: tests/defs.in depends on config/general.m4sh. |
| |
| * config/general.m4sh: unconditionally set IFS, and set it |
| to the one true right sequence: space, tab, newline. |
| * m4/libtool.m4: remove IFS setting and as_* namespace |
| infringement. |
| |
| * m4/libtool.m4 (_LT_CONFIG): Reset IFS to fix failure with ash. |
| |
| * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments |
| that are meaningless in configure. |
| Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>. |
| |
| 2005-03-16 Gary V. Vaughan <gary@gnu.org> |
| |
| * bootstrap: Revert the other part of the accidental commit. |
| |
| 2005-03-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * libltdl/configure.ac: Update version; require Autoconf >= 2.59. |
| |
| 2005-03-15 Gary V. Vaughan <gary@gnu.org> |
| |
| * bootstrap (reconfdirs): Revert accidental partial commit. |
| |
| * libtoolize.m4sh (func_massage_pkgvmacro_DATA): New function |
| to calculate the macro filenames to be copied by libtoolize. |
| * Makefile.am (edit): Substitute pkgvmacro_DATA. |
| |
| 2005-03-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_COPYING): Update Copyright year. |
| |
| * m4/libtool.m4 (_LT_LINKER_SHLIBS) [linux]: Remove MAIN_ |
| dependency when creating shared libraries with Portland pgf77. |
| |
| 2005-03-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * configure.ac: stamp-vcl is in $top_srcdir, not $top_builddir. |
| |
| 2005-03-12 Per Bothner <per@bothner.com>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| Allow special characters in source file names. Will break unless |
| `-o target' is also given, which must not contain special |
| characters. En passant, fix source file quoting broken for |
| cygwin/MSVC: |
| |
| * config/ltmain.m4sh (func_mode_compile): Use new variable |
| qsrcfile for quoted source file name for compile $command. Fix |
| missing quotes for _c_o lockfile. |
| * NEWS: Update. |
| |
| 2005-03-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (func_mode_link): Reword double negation in |
| error message. |
| Reported by Jesper Louis Andersen <jlouis@mongers.org>. |
| |
| * doc/libtool.texi: Replace wicked whiches by thats or other |
| better-sounding constructs. |
| |
| 2005-03-10 Gary V. Vaughan <gary@gnu.org> |
| |
| * libltdl/Makefile.am (install-data-local): Use `&&' to separate |
| commands so that stdin reaches the untar pracess. |
| * libltdl/loaders/Makefile.am (install-data-local): Ditto. |
| * libtoolize.m4sh (func_copy_cb): Ditto. |
| |
| * libltdl/Makefile.am (install-data-local): Don't force v7 tar |
| format with the `o' flag in create mode. |
| Set the umask to 0 when untarring to avoid copied files taking |
| their mode from the installer's umask. |
| * libltdl/loaders/Makefile.am (install-data-local): Ditto. |
| * libtoolize.m4sh (func_copy_cb): Ditto. |
| Ignore errors from failed `cd' in the tar processes, since we |
| may be running in dryrun mode. |
| Reported by Noah Misch <noah@cs.caltech.edu>, |
| Bob Friesenhahn <bfriesen@simple.dallas.tx.us> |
| |
| 2005-03-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * libltdl/Makefile.am: $(builddir) is not defined, replace by `.'. |
| |
| 2005-03-08 Albert Chin-A-Young <china@thewrittenword.com> |
| |
| * m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) |
| [irix*, osf*]: Output -update_registry information to |
| ${output_objdir} directory, not ${objdir}. ${output_objdir} |
| will work when a project has a single Makefile and performs |
| builds in subdirectories. ${objdir} expects the source in |
| the current directory, breaking single-Makefile builds. |
| |
| 2005-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * THANKS: Update. |
| |
| 2005-03-02 Gary V. Vaughan <gary@gnu.org> |
| |
| * libtoolize.m4sh (func_copy_cb): Use tar chof to avoid symlink |
| attacks. |
| * libltdl/Makefile.am, libltdl/loaders/Makefile.am |
| (install-data-local): Ditto. |
| |
| 2005-02-27 Gary V. Vaughan <gary@gnu.org> |
| |
| In branch-2-0 (and in time, others) ltversion.m4 has a dot |
| delimited serial number that didn't used to be processed |
| correctly by libtoolize. This changeset fixes that, and |
| leverages those changes to check versions of ltmain.sh and |
| config.sub, config.guess before overwriting when --force is |
| not given: |
| |
| * libtoolize.m4sh: Don't overwrite pkgaux files with --force |
| unless --install is given too. |
| (func_serial): Fix underquoting in regexp. |
| (func_serial_max): New function to compare serial numbers. |
| (func_serial_update_check): New function factored out of |
| func_serial_update(). |
| (func_serial_update): Bail if SRCFILE is missing. |
| Don't display both 'already up to date' and 'use --force to |
| update' messages for the same file. |
| Use func_serial_max to cope with `.' delimited serial numbers. |
| (func_ltmain_update): Use func_serial_update_check and |
| func_serial_max to do version checking with $package_revision. |
| (func_config_update): Ditto with $timestamp. |
| |
| 2005-02-26 Gary V. Vaughan <gary@gnu.org> |
| |
| * libltdl/Makefile.am (install-data-local): cd to $(srcdir) before |
| tarring up the files for installation to $(DESTDIR)$(ltdldatadir). |
| Don't remove the destination directory, since that interacts badly |
| with the multi-Makefile installation. |
| * libltdl/loaders/Makefile.am (install-data-local): Ditto. |
| |
| 2005-02-26 Gary V. Vaughan <gary@gnu.org> |
| |
| I assume that it is okay to have undefined symbols in convenience |
| libraries that will be used as modules -- the pic objects are |
| built normally, and are not expected to resolve all their symbols |
| until they are linked into a library; convenience libraries are |
| then rolled using 'ar' and 'ranlib' (or equivalent) which also do |
| not check whether symbols are resolved. We now build each of the |
| loaders as a convenience library module under these assumptions, |
| and link libltdl.la with selected modules, at which time all of |
| the symbols *are* resolved: |
| |
| * TODO: Remove item addressed by this changeset. |
| * libltdl/Makefile.am (lib_LTLIBRARIES): Remove libdlloader.la. |
| (libdlloader_la_SOURCES): Declaration removed. Changed all |
| clients. Source files.. |
| (libltdl_la_SOURCES): ...added back in here. |
| (libdlloader_LDFLAGS, libdlloader_la_LIBADD): Removed. |
| (libltdl_la_LIBADD): Remove libdlloader.la; add $(LTLIBOBJS). |
| * libltdl/loaders/Makefile.am: Removed all references to |
| libdlloader.la. |
| |
| 2005-02-25 Gary V. Vaughan <gary@gnu.org> |
| |
| * libtoolize.m4sh (func_copy): Split arguments to func_copy_cb |
| calls across lines so that quote.test doesn't misdiagnose nested |
| quotes. |
| |
| * m4/libtool.m4 (_LT_LANG_CXX_CONFIG, _LT_COMPILER_PIC): |
| Fix some typos -- s/_LT_AC_TAGVAR/_LT_TAGVAR/g. |
| |
| 2005-02-24 Peter O'Gorman <peter@pogma.com> |
| |
| * m4/libtool.m4 (_LT_LINKER_SHLIBS): The Portland group's |
| compiler does not pass --whole-archive. Move gnu ld check for |
| the flag to the top so it can be overridden. |
| (_LT_LANG_CXX_CONFIG, _LT_COMPILER_PIC): Unset |
| whole_archive_flag_spec for the portland group's c++ compiler too. |
| Reported by Jeff Squyres <jsquyres@lam-mpi.org> |
| |
| 2005-02-23 Gary V. Vaughan <gary@gnu.org> |
| |
| * libltdl/Makefile.am (install-data-local): Don't forget about |
| $(DESTDIR). |
| * libltdl/loaders/Makefile.am (install-data-local): Ditto. |
| * NEWS: Updated. |
| |
| 2005-02-23 Gary V. Vaughan <gary@gnu.org> |
| |
| Preserving the installed timestamps for libltdl sources from |
| `libtoolize --ltdl --copy' is pointless if they are not preserved |
| from the libtool source tree at install time: |
| |
| * libltdl/Makefile.am, libltdl/loaders/Makefile.am |
| (nobase_ltdldata_DATA): Renamed to... |
| (ltdldatafiles): ...this. |
| (install-data-local): New rule to install libltdl tree with tar to |
| preserve timestamps. |
| |
| 2005-02-23 Christoph Egger <Christoph_Egger@gmx.de> (tiny change) |
| |
| * config/ltmain.m4sh (func_mode_link): Add -pthread like flags to |
| inherited_linker_flags. |
| |
| 2005-02-22 Gary V. Vaughan <gary@gnu.org> |
| |
| Using `libtoolize --copy --ltdl' was not preserving timestamps, so |
| parts of the autoconf bootstrap would be rerun spuriously after |
| the files had been copied into the source tree: |
| |
| * libtoolize.m4sh (TAR): New default tar command. |
| (func_copy_cb): Move the core copying internals to here, using |
| $TAR to transfer files if possible when --copy was specified. |
| (func_copy): Adjust to call func_copy_cb. |
| Reported by Jeff Squyres <jsquyres@lam-mpi.org> |
| |
| 2005-02-21 Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh (func_extract_archives) [darwin]: This didn't |
| actually work on a real fat archive, should do now. |
| |
| 2005-02-07 Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh: Add -pthread like flags when linking |
| executables too. |
| Reported by Andreas Schwab <schwab@suse.de> |
| |
| 2005-02-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (func_mode_link): Allow five digits in |
| version-info. |
| |
| * NEWS: s/Linux/GNU &/. |
| |
| 2005-02-03 Reid Spencer <reid@x10sys.com>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh (func_generate_dlsyms): Fix broken subdir |
| path computation, exposed by using `-dlopen self'. Fix broken |
| sed script exposed by additionally using `-export-symbols FILE'. |
| |
| 2005-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * THANKS: Update. |
| |
| * THANKS: Update. |
| |
| 2005-02-03 Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh [darwin]: Don't add installed libs to |
| temp_rpath when building executables on darwin, or other systems |
| which use hardcode_automatic. It may break our wrapper scripts. |
| |
| 2005-02-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/getopt.m4sh (func_version, func_usage, func_help, |
| * config/ltmain.m4sh (func_mode_help, func_config, func_features): |
| Exit with nonzero status on write failures. |
| |
| * tests/sh.test: Check for preferred function definition layout. |
| |
| 2005-02-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) |
| [pw32, freebsd3.[01], freebsdelf3.[01]]: Fix [] quoting. Should |
| fix various spurious failures. |
| (_LT_LINKER_SHLIBS) [linux with GNU ld < 2.11, aix4.[012]*]: |
| Ditto. |
| (_LT_LANG_CXX_CONFIG) [aix4.[012]*, freebsd[12], solaris2.[0-5]]: |
| Ditto. |
| (_LT_LANG_GCJ_CONFIG): Ditto. |
| |
| * clcommit.m4sh: Test whether the shell understands `read -r'. |
| Use as `$read_r' if available, so `\' is preserved in commit |
| notices. |
| |
| * HACKING (Editing `.m4sh' Files): Document preferred function |
| header layout. |
| * config/ltmain.m4sh (func_win32_libid, func_infer_tag) |
| (func_generate_dlsyms, func_extract_an_archive) |
| (func_extract_archives): Adjust to fit. |
| |
| 2005-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Unicos 9 sed rejects |
| empty parentheses as in 's/x\(\)/\1/'. |
| (_LT_COMPILER_PIC) [unicos*]: wl=-Wl,. |
| * tests/sh.test: Not all sed's like '/.*\n.*/' (Unicos 9 sed |
| loops endlessly). |
| |
| * tests/quote.test: Match link quoting against `"$wl"', not |
| `-Wl,'. |
| |
| * tests/quote.test: Check for `--no-reexec' in $1 to avoid one |
| reexec. |
| |
| * m4/libtool.m4 (_LT_COMPILER_C_O): _LT_TAGDECL(lt_compiler_c_o), |
| not _LT_DECL, since this is tag-dependent. |
| |
| 2005-01-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) [linux]: |
| Update for Intel Compiler icc/icpc/ifort: add -i_dynamic and |
| -nofor_main, if necessary. Simplify logic somewhat. |
| |
| 2005-01-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * tests/Makefile.am: also re-export CPP, CXXCPP, and the value of |
| SHELL as CONFIG_SHELL. |
| Reported by Heinz Salzmann <heinz.salzmann@micronas.com>. |
| |
| 2005-01-26 Craig Dooley <xlnxminusx@gmail.com>, |
| Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * NEWS, m4/libtool.m4, config/ltmain.m4sh [dragonfly]: |
| Add support for DragonFly. |
| |
| 2005-01-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * config/ltmain.m4sh: Fix endless loop in cmdline parsing. |
| |
| 2005-01-25 Albert Chin-A-Young <china@thewrittenword.com> |
| |
| * config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor |
| option for SGI Compiler (-r[0-9][0-9]*). |
| |
| 2005-01-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * tests/defs.m4sh: Extract $build from $LIBTOOL. |
| (func_configure): Pass --host if $host != $build. |
| (func_exec): Try executing cross-compiled binaries (e.g. i686 -> |
| i386), but SKIP rather than FAIL. |
| * tests/depdemo-relink.test: Do not try to access possibly non- |
| existent files. SKIP rather than FAIL or PASS falsely when |
| cross-compiling. |
| |
| * m4/libtool.m4 (_LT_SETUP) [mingw, cygwin, pw32, os2]: |
| Add _LT_DECLs for host_os, build_alias, build and build_os. |
| host_os and build were used in a few occasions in ltmain.m4sh |
| and affect above-mentioned systems, the others are added for |
| symmetry and in order to be able to detect cross-compiling. |
| |
| 2005-01-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * libltdl/Makefile.am: Add $(AM_LDFLAGS) to all per-target |
| variables *_LDFLAGS as per CVS Automake semantic change. |
| |
| 2005-01-16 Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh (func_mode_link): Don't pass through |
| compiler-like thread flags when using $LD to do the linking. |
| Use compiler_flags instead. |
| Reported by Mark_Andrews@isc.org. |
| |
| * m4/libtool.m4 (LT_CMD_MAX_LEN) [osf]: On Tru64 there could |
| be a kernel panic when testing the maximum command line length |
| if exec_disable_arg_limit=1. Don't do the tests to figure it |
| out on *-osf*. |
| Reported by Dr. Hans Ekkehard Plesser |
| <hans.ekkehard.plesser@umb.no> |
| |
| 2005-01-14 Guido Draheim <guidod-2003-@gmx.de> (tiny change) |
| |
| * m4/libtool.m4 (AC_PROG_SED): Don't break test loop early. |
| |
| 2005-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * TODO: Update. |
| |
| * libtoolize.m4sh: Back out copying `install-sh' by libtoolize. |
| * doc/libtool.texi (Distributing): Mention that we distribute |
| `install-sh', but that non-Automake users will have to copy |
| it by themselves. |
| |
| * config/ltmain.m4sh: New option `--verbose'/`-v' to enable |
| override of `--silent'. Verbose is the default behavior. |
| * doc/libtool.texi (Invoking libtool): Document it. |
| |
| * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [linux]: While "parsing" |
| /etc/ld.so.conf, skip comments. |
| Reported by Jens Elkner <elkner@linofee.org>. |
| |
| 2005-01-10 Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh (func_mode_link): Fix |
| inherited_linker_flags so it puts it on the link line when |
| linking shared libraries as well as when linking executables. |
| Reported by Albert Chin-A-Young <china@thewrittenword.com>. |
| |
| 2005-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| |
| * libltdl/libltdl/lt__glibc.h: Move all exported slist |
| symbols into the lt__* namespace. |
| * libltdl/libltdl/lt__private.h, libltdl/libltdl/slist.h: |
| Adjust includes. |
| |
| * tests/sh.test: After `set dummy [...]', check for `shift' |
| within the same and following line. |
| * config/ltmain.m4sh (func_enable_tag, func_mode_install) |
| (func_mode_link): Sprinkle `shift's all over to conform to this. |
| |
| 2005-01-09 Gary V. Vaughan <gary@gnu.org> |
| |
| * HACKING (Editing 'ChangeLog'): Follow the GCS with respect to |
| attributions, and mention how to handle tiny changes. |
| Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>. |
| |
| * ChangeLog: Move 2004 change logs from here... |
| * ChangeLog.2004: ...to here. |
| |
| * m4/argz.m4, m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4, |
| m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: RMS says, |
| 'I think the [license of autoconf macro files] should be: |
| # This file is free software; the Free Software Foundation |
| # gives unlimited permission to copy and/or distribute it, |
| # with or without modifications, as long as this notice is |
| # preserved.'. |
| |
| * ChangeLog: Reformatting. |
| * HACKING: Fix section numbering. |
| (Editing 'ChangeLog'): New notes on ChangeLog entry format. |
| |
| 2005-01-09 Peter O'Gorman <peter@pogma.com> |
| |
| * config/ltmain.m4sh (func_extract_archives) |
| (func_extract_an_archive): On darwin, uniq can not take the flags |
| -cd together, thanks to Ralf for the fix, also ar does not accept |
| N, so we use the fact that ar x libfoo.a foo.o will always extract |
| the first foo.o in the archive and we then delete foo.o from the |
| archive, which will also delete only the first foo.o, then rinse |
| and repeat. |
| |
| Continued in ChangeLog.2004 |
| |
| $Revision$ $Date$ |