+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.
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
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>
exit 0
;;
- NONE)
+ "")
echo "$progname: you must specify a MODE" 1>&2
echo "$generic_help" 1>&2
exit 1
# 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.
+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
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)