From: Gary V. Vaughan Date: Tue, 24 Apr 2001 23:22:35 +0000 (+0000) Subject: * libtool.m4, ltmain.in, libltdl/configure.in, X-Git-Tag: release-1-4~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7396e09d8881d66b1392227348f3abfeca9172d9;p=thirdparty%2Flibtool.git * libtool.m4, ltmain.in, libltdl/configure.in, tests/quote.test: Remove stale references to ltconfig. --- diff --git a/ChangeLog b/ChangeLog index bbf2a6b3c..4f7c20512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-04-24 Gary V. Vaughan + * 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 diff --git a/libltdl/configure.in b/libltdl/configure.in index 8192e539b..fae3b0dd4 100644 --- a/libltdl/configure.in +++ b/libltdl/configure.in @@ -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 diff --git a/libtool.m4 b/libtool.m4 index 8f58a03c0..73082f505 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 diff --git a/ltmain.in b/ltmain.in index 9aabfc8b9..0d0e59a12 100644 --- 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. diff --git a/tests/quote.test b/tests/quote.test index e301ac3b9..13e7da43d 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+"$@"}