mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* libtool.m4, ltmain.in, libltdl/configure.in,
tests/quote.test: Remove stale references to ltconfig.
This commit is contained in:
parent
fb267cab4e
commit
7396e09d88
@ -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
|
||||
|
@ -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
2
libtool.m4
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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+"$@"}
|
||||
|
Loading…
Reference in New Issue
Block a user