*** empty log message ***

This commit is contained in:
Gordon Matzigkeit 1997-07-12 01:37:13 +00:00 committed by Gordon Matzigkeit
parent 7e7f771abf
commit dd64a9807f
6 changed files with 19 additions and 6 deletions

View File

@ -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.

View 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

3
THANKS
View File

@ -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>

View 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.

View 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

View 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)