]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Brad <brad@comstyle.com>:
authorGary V. Vaughan <gary@gnu.org>
Mon, 10 Sep 2001 22:25:55 +0000 (22:25 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 10 Sep 2001 22:25:55 +0000 (22:25 +0000)
* 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
ChangeLog
bootstrap
doc/libtool.texi
tests/quote.test

index 517fcd36f02e8685febcbbbcdb547c205274ddb8..dba52fcdfae0f4b931eef6cf17aea01ee0550fa0 100644 (file)
@@ -8,5 +8,4 @@ configure
 config.*
 libtool
 ltmain.sh
-ltconfig
 libtoolize
index 8401661606488943e8120a7af836d203fe3964a6..c942c9da7a500fb4135e81be42f3ae9cdfd55762 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-10  Gary V. Vaughan  <gary@gnu.org>
+
+       From Brad <brad@comstyle.com>:
+       * 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  <gary@gnu.org>
 
        From Brad <brad@comstyle.com>:
index 4be1d957398ad0bfab767994ea795b244b7c873b..4e1f1b5c8679e4414d74a71ae54dae1d5434f0d7 100755 (executable)
--- 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
index b2f1432fbcc1c082cfcfb8a61edcd74a0d6c154a..601477abd9ae45c3ef5ecc3d9595c15bb6bcfe76 100644 (file)
@@ -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
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+"$@"}