]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Brad <brad@comstyle.com>:
authorGary V. Vaughan <gary@gnu.org>
Mon, 10 Sep 2001 22:27:23 +0000 (22:27 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 10 Sep 2001 22:27:23 +0000 (22:27 +0000)
* doc/libtool.texi: Remove obsolete references to ltconfig.
* tests/quote.test: s/ltconfig/$0/

ChangeLog
doc/libtool.texi
tests/quote.test

index 19de0c20e3bb8748921bbe7a1d276fcdffc76da7..368f1c4fd6c6ee5f49835e5fec48fe20ad920801 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-10  Gary V. Vaughan  <gary@gnu.org>
+
+       From Brad <brad@comstyle.com>:
+       * doc/libtool.texi: Remove obsolete references to ltconfig.
+       * tests/quote.test: s/ltconfig/\$0/
+
 2001-09-09  Gary V. Vaughan  <gary@gnu.org>
 
        * libtool.m4: Use Autoconf square bracket quoting style
index 9217abf2c181501b77574f296d099f6a12db75bd..f7b21916c8385ce17723c1f6dac4dcdf0dcaec4e 100644 (file)
@@ -3873,7 +3873,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
index 6866281ff4f8046bdb42f87727478a62922bc539..e77317a6117a8675fe6f46dcac2020bd7f6fc80c 100755 (executable)
@@ -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+"$@"}