From: Gordon Matzigkeit Date: Sat, 12 Jul 1997 01:37:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-1-0a~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd64a9807ff3be69654e5e2360d39ca2ca5fbd2d;p=thirdparty%2Flibtool.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 703f00a78..373f482f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Jul 11 19:33:02 1997 Gordon Matzigkeit + + * libtool.spec: New Red Hat Package Manager specification file in + order to help people prepare distributions of libtool for Linux. + + * ltmain.sh.in: Eliminate two accidental uses of the NONE magic + value. These were breaking libtool's behaviour when no mode is + specified. + Tue Jul 8 11:01:27 1997 Gordon Matzigkeit * Release 1.0. diff --git a/Makefile.am b/Makefile.am index 2c61a8c1f..90af84aa2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ CPPLAGS = @CPPFLAGS@ aclocal_macros = libtool.m4 EXTRA_DIST = $(aclocal_macros) libtoolize.in ltconfig.in ltmain.sh.in \ - libtool.prj + libtool.spec libtool.prj CLEANFILES = libtool libtoolize MAINTAINERCLEANFILES = ltconfig ltmain.sh diff --git a/THANKS b/THANKS index 4720e7b17..3ba281e9b 100644 --- a/THANKS +++ b/THANKS @@ -2,8 +2,7 @@ Libtool would not be what it is today without the invaluable help of these people: Everybody who was kind enough to spend time testing libtool, use it in -their packages, and report bugs to me before the libtool 1.0 was -released. +their packages, and report bugs to me before libtool 1.0 was released. Akim Demaille Bruno Haible diff --git a/ltmain.sh.in b/ltmain.sh.in index f56af4b5c..e43820473 100644 --- a/ltmain.sh.in +++ b/ltmain.sh.in @@ -1642,7 +1642,7 @@ EOF exit 0 ;; - NONE) + "") echo "$progname: you must specify a MODE" 1>&2 echo "$generic_help" 1>&2 exit 1 @@ -1656,7 +1656,7 @@ fi # test -z "$show_help" # We need to display help for each of the modes. case "$mode" in -NONE) cat < + + * nomode.test: New test to make sure there is correct behaviour + when we don't specify a mode. + Mon Jun 30 06:49:13 1997 Gordon Matzigkeit * if.test: New test to make sure that we haven't forgotten to diff --git a/tests/Makefile.am b/tests/Makefile.am index f3d02495d..785dcf18f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = gnits makesequence = demo-make.test demo-exec.test \ demo-inst.test demo-unst.test hardcode.test TESTS = assign.test demo-conf.test $(makesequence) \ - if.test link.test link-2.test suffix.test test-e.test + if.test link.test link-2.test nomode.test suffix.test test-e.test EXTRA_DIST = defs tlibtool $(TESTS)