]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.in: AC_SUBST variables that are used by ltconfig to
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Fri, 3 Dec 1999 02:27:33 +0000 (02:27 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 3 Dec 1999 02:27:33 +0000 (02:27 +0000)
build libtool.

ChangeLog
configure.in

index dd758a5c9e5b6aa8d869fde3ae09bbfa7cf94b49..6927c448fe78a1cea6bf2b6ef5f0ee03c5f785b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
+       * configure.in: AC_SUBST variables that are used by ltconfig to
+       build libtool.
+
        * ltconfig.in (irix6*): Do not override deplibs_check_method
        here.
 
index e084d9c758897290dbbbbfc35a0437d58e046d5d..9acfdd5d62aa7378d93db93d004b3fa3bc01b49e 100644 (file)
@@ -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)