]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4, ltmain.in, libltdl/configure.in,
authorGary V. Vaughan <gary@gnu.org>
Tue, 24 Apr 2001 23:22:35 +0000 (23:22 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 24 Apr 2001 23:22:35 +0000 (23:22 +0000)
tests/quote.test:  Remove stale references to ltconfig.

ChangeLog
libltdl/configure.in
libtool.m4
ltmain.in
tests/quote.test

index bbf2a6b3c17d9c80a2365a255a419f9348e7407b..4f7c20512ed8c84a9e3fdf363a78b94b201ccaba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-04-24  Gary V. Vaughan  <gvv@techie.com>
 
+       * libtool.m4, ltmain.in, libltdl/configure.in,
+       tests/quote.test:  Remove stale references to ltconfig.
+
        * ltdl.m4 (AC_C_INLINE): No longer required.
        * libltdl/ltdl.c (strdup, strcmp, strchr, strrchr, memcpy, trim,
        free_vars):  Revoke inline keyword from declarations.  `static
index 8192e539ba1ee837697a32f92f7af2b1a4877124..fae3b0dd4e08cc815c04d4d16e193502d45c9ab9 100644 (file)
@@ -10,7 +10,7 @@ AC_ARG_WITH(auxdir,
 [AC_CONFIG_AUX_DIR_DEFAULT])
 
 if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then
-  if test -f ${srcdir}/ltconfig && test -f ${srcdir}/ltmain.sh; then
+  if test -f ${srcdir}/ltmain.sh; then
     # if libltdl is libtoolized, it is assumed to be stand-alone and
     # installed unless the command line overrides it (tested above)
     enable_ltdl_install=yes
index 8f58a03c00046cad83d7b5365e53e1ffdd61fcf3..73082f50594a4503d6a8b0671c76a9fc05fef837 100644 (file)
@@ -437,7 +437,7 @@ else
       echo='print -r'
     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
         test "X$CONFIG_SHELL" != X/bin/ksh; then
-      # If we have ksh, try running ltconfig again with it.
+      # If we have ksh, try running configure again with it.
       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
       export ORIGINAL_CONFIG_SHELL
       CONFIG_SHELL=/bin/ksh
index 9aabfc8b906c6e3bc6f9acd45fc9469cd53e61e9..0d0e59a1280471d142ba70feb7c22c4023492c19 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1,5 +1,5 @@
 # ltmain.sh - Provide generalized library-building support services.
-# NOTE: Changing this file will not affect anything until you rerun ltconfig.
+# NOTE: Changing this file will not affect anything until you rerun configure.
 #
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 # Free Software Foundation, Inc.
index e301ac3b97c02f31281b690990c97d72268b63b5..13e7da43db1aadc946f211ac5d4f8d8d660726d6 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+"$@"}