]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorGordon Matzigkeit <gord@gnu.ai.mit.edu>
Sat, 12 Jul 1997 01:37:13 +0000 (01:37 +0000)
committerGordon Matzigkeit <gord@gnu.org>
Sat, 12 Jul 1997 01:37:13 +0000 (01:37 +0000)
ChangeLog
Makefile.am
THANKS
ltmain.sh.in
tests/ChangeLog
tests/Makefile.am

index 703f00a7822afb796838f301ca1797e1a10860ca..373f482f96d1c2b935614f4277e6a0d500b321d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Jul 11 19:33:02 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
+
+       * 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  <gord@gnu.ai.mit.edu>
 
        * Release 1.0.
index 2c61a8c1fd06330f8d90eb1dd707d823bab48c16..90af84aa28ff8a281d524ce8cbcde5ff99c277fd 100644 (file)
@@ -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 4720e7b1740f0eb608211be645686c0d378c926e..3ba281e9b4e55f6fb354a02ce7cd780ce1181bb6 100644 (file)
--- 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 <demaille@inf.enst.fr>
 Bruno Haible <haible@ilog.fr>
index f56af4b5c8c36ccc7b7209525dd52d0d29108eba..e43820473a04763aeed98c1443058aad07ed984b 100644 (file)
@@ -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 <<EOF
+"") cat <<EOF
 Usage: $progname [OPTION]... [MODE-ARG]...
 
 Provide generalized library-building support services.
index 9243c3c4eb49ea5fe1c38ddd5dc5c25eafcc65af..9a78ca532c0ea4addf0b77963e5c1b4d02f539ef 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jul 11 19:31:43 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
+
+       * 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  <gord@gnu.ai.mit.edu>
 
        * if.test: New test to make sure that we haven't forgotten to
index f3d02495d3f230d49daca809ffa94e54d76ba4e6..785dcf18fa6cdf0f1089ea7d318b44121e0b2791 100644 (file)
@@ -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)