* libtool.m4, ltmain.in, libltdl/configure.in,

tests/quote.test:  Remove stale references to ltconfig.
This commit is contained in:
Gary V. Vaughan 2001-04-24 23:22:35 +00:00
parent fb267cab4e
commit 7396e09d88
5 changed files with 7 additions and 4 deletions

View File

@ -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

View 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

2
libtool.m4 vendored
View 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

View File

@ -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.

View File

@ -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+"$@"}