]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX
authorGary V. Vaughan <gary@gnu.org>
Tue, 8 Jan 2008 05:21:49 +0000 (05:21 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Jan 2008 05:21:49 +0000 (05:21 +0000)
instead of ${top_builddir} for Autoconf-2.62.
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

ChangeLog
libltdl/m4/ltdl.m4

index 2884b269717c11d2f272061bceed265d05131b5e..016e1c7e6318366fd3e33a2d2b10645ef58397f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-01-08  Gary V. Vaughan  <gary@gnu.org>
 
+       * libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX
+       instead of ${top_builddir} for Autoconf-2.62.
+       Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
        * libltdl/m4/ltdl.m4 (_LT_CONFIG_LTDL_DIR): Correct closing
        comment.
        Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
index cbaa20f3ef9cb0a14be3bb6690b4178039457b51..fa7863936734656c7e5eadeb698905f0b1bc38e8 100644 (file)
@@ -169,7 +169,7 @@ case $enable_ltdl_install in
       ;;
   *)  enable_ltdl_install=yes
       ac_configure_args="$ac_configure_args --enable-ltdl-install"
-      LIBLTDL='${top_builddir}'"${lt_ltdl_dir+/$lt_ltdl_dir}/libltdl.la"
+      LIBLTDL='_LT_BUILD_PREFIX'"${lt_ltdl_dir+/$lt_ltdl_dir}/libltdl.la"
       LTDLINCL='-I${top_srcdir}'"${lt_ltdl_dir+/$lt_ltdl_dir}"
       ;;
 esac