From a11b99229e49afa6b30084a5a3a4ba444ea7c7b3 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 10 Sep 2001 22:25:55 +0000 Subject: [PATCH] From Brad : * doc/libtool.texi: Remove obsolete references to ltconfig. * bootstrap: Don't bother creating an empty ltconfig and then removing it. * tests/quote.test: s/ltconfig/$0/ --- .cvsignore | 1 - ChangeLog | 8 ++++++++ bootstrap | 3 +-- doc/libtool.texi | 4 ++-- tests/quote.test | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 517fcd36f..dba52fcdf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,5 +8,4 @@ configure config.* libtool ltmain.sh -ltconfig libtoolize diff --git a/ChangeLog b/ChangeLog index 840166160..c942c9da7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-09-10 Gary V. Vaughan + + From Brad : + * doc/libtool.texi: Remove obsolete references to ltconfig. + * bootstrap: Don't bother creating an empty ltconfig and then + removing it. + * tests/quote.test: s/ltconfig/\$0/ + 2001-09-09 Gary V. Vaughan From Brad : diff --git a/bootstrap b/bootstrap index 4be1d9573..4e1f1b5c8 100755 --- a/bootstrap +++ b/bootstrap @@ -16,7 +16,6 @@ rm -f acinclude.m4 ln -s libtool.m4 acinclude.m4 # fake the libtool scripts touch ltmain.sh -touch ltconfig touch libtoolize $ACLOCAL $AUTOMAKE --gnu --add-missing --copy @@ -34,6 +33,6 @@ for sub in libltdl demo depdemo mdemo cdemo; do cd .. done -rm -f ltmain.sh ltconfig libtoolize Makefile +rm -f ltmain.sh libtoolize Makefile exit 0 diff --git a/doc/libtool.texi b/doc/libtool.texi index b2f1432fb..601477abd 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1683,7 +1683,7 @@ the linker used by @var{CC}. @end defvar @defvar LDFLAGS -The flags to be used by @code{ltconfig} when it links a program. If +The flags to be used by @code{libtool} when it links a program. If this is not set, @code{AC_PROG_LIBTOOL} will not use any such flags. It affects only the way @code{AC_PROG_LIBTOOL} runs tests, not the produced @code{libtool}. @@ -3846,7 +3846,7 @@ Finally, send a bug report to @value{BUGADDR} with any appropriate the details needed to reproduce the bug, and a brief description of why you think the behaviour is a bug. Be sure to include the word ``libtool'' in the subject line, as well as the version number you are -using (which can be found by typing @kbd{ltconfig --version}). +using (which can be found by typing @kbd{libtool --version}). @node Maintaining @chapter Maintenance notes for libtool diff --git a/tests/quote.test b/tests/quote.test index 6866281ff..e77317a61 100755 --- a/tests/quote.test +++ b/tests/quote.test @@ -36,7 +36,7 @@ else # This shell has a builtin print -r that does the trick. echo='print -r' elif test -f /bin/ksh && test "X$CONFIG_SHELL" != X/bin/ksh; then - # If we have ksh, try running ltconfig again with it. + # If we have ksh, try running $0 again with it. CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"} -- 2.47.2