From 01cf0a3baa25f7a2f22be9e598e996ab8288b1de Mon Sep 17 00:00:00 2001 From: Gordon Matzigkeit Date: Sun, 19 Apr 1998 19:22:44 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 37 ++++++++++++++++++++++++++++++++++--- Makefile.am | 2 -- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 37306660e..69d554daf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1,48 @@ +1998-04-19 Gordon Matzigkeit + + * ltmain.in (finish): Notice when a finish command fails, so that + we can add it to the list of recommendations. + +1998-04-17 Gordon Matzigkeit + + * libtool.m4 (AM_PROG_LIBTOOL): Append file descriptor 5 to + config.log, so that configure doesn't clobber the messages that + ltconfig put there. From David Taylor. + +1998-04-15 Gordon Matzigkeit + + * ltconfig.in (archive_cmds): Try using `$CC -shared' when + configuring for GCC under irix5 and irix6. From Wolfram Gloger. + (ofile): Add `--output' flag to change the name of the generated + libtool. Suggested by Wolfram Gloger. + 1998-04-14 Gordon Matzigkeit + * ltmain.in: Remove all hardcoded references to ltmain.in in + favour of $PACKAGE and $PROGRAM. + (install): Compute the installation name for programs, in case we + install a relinked file which has a different name. Reported by + Pieter Schoenmakers. + + * ltconfig.in (echo): Try using the ksh(1) `print -r' builtin + command, before reverting to printf(1). + * Makefile.am (libtool): Use $(SHELL) when invoking ltconfig. * ltconfig.in (echo): Rewrite the test for a working echo so that we win on Solaris by avoiding printf(1), if possible. +1998-04-13 Ian Lance Taylor + + * libtool.m4 (AM_PROG_NM): Don't override NM in the environment. + 1998-04-13 Gordon Matzigkeit - * ltmain.in: Make the `--features' flag print out all configured + * ltmain.in: New `--config' flag to print out all configured variables. * libtool.m4: Pass ltconfig the undocumented --no-reexec flag, - since we call it explicitly with CONFIG_SHELL. + since we call it explicitly using CONFIG_SHELL. * ltconfig.in: Restart the script under a different shell if CONFIG_SHELL is not /bin/sh. This way, people can use Bash if @@ -1607,6 +1638,6 @@ * New ChangeLog file for libtool-0.7, since I've totally rewritten libtool. -1996-03-15 Gord Matzigkeit +1996-03-15 Gordon Matzigkeit * For historical reasons: this is when I started writing libtool. diff --git a/Makefile.am b/Makefile.am index cd916e431..e678909a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,6 +129,4 @@ maintainer-release: distcheck echo; \ echo "Distribute \`$(PACKAGE)-$(VERSION).tar.gz' to the masses, and don't forget"; \ echo "any other details you need to complete this release."; \ - echo; \ - echo "then run a \`make maintainer-checkin'." echo "=============================" -- 2.47.2