From: Alexandre Oliva Date: Fri, 3 Dec 1999 02:27:33 +0000 (+0000) Subject: * configure.in: AC_SUBST variables that are used by ltconfig to X-Git-Tag: multi-language-fork~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40c384276f1bab77b1f45c8d9a25189781d0817f;p=thirdparty%2Flibtool.git * configure.in: AC_SUBST variables that are used by ltconfig to build libtool. --- diff --git a/ChangeLog b/ChangeLog index dd758a5c9..6927c448f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-12-03 Alexandre Oliva + * configure.in: AC_SUBST variables that are used by ltconfig to + build libtool. + * ltconfig.in (irix6*): Do not override deplibs_check_method here. diff --git a/configure.in b/configure.in index e084d9c75..9acfdd5d6 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,9 @@ AC_SUBST(aclocaldir) dnl Use the specified CC and LD while running ltconfig. AC_PROG_CC AM_PROG_LD +AC_SUBST(LD) AM_PROG_NM +AC_SUBST(NM) AC_PROG_LN_S dnl For the `lineno' script (which puts line numbers into `ltconfig'). @@ -44,6 +46,7 @@ dnl Check for dlopen support AC_LIBTOOL_DLOPEN AC_LIBTOOL_SETUP AC_SUBST(DLLTOOL) +AC_SUBST(FILE) AC_SUBST(OBJDUMP) AC_SUBST(AS)