[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AC_LIBLTDL_CONVENIENCE
From: |
Andreas Schwab |
Subject: |
AC_LIBLTDL_CONVENIENCE |
Date: |
Mon, 14 Apr 2008 19:33:58 +0200 |
User-agent: |
Gnus/5.110008 (No Gnus v0.8) Emacs/22.1 (gnu/linux) |
libtool 2.2 does not properly emulate AC_LIBLTDL_CONVENIENCE. Its
argument is optional and defaults to libltld.
Andreas.
2008-04-14 Andreas Schwab <address@hidden>
* libltdl/m4/ltdl.m4 (AC_LIBLTDL_CONVENIENCE): Default argument to
libltdl.
(AC_LIBLTDL_INSTALLABLE): Likewise.
Index: libltdl/m4/ltdl.m4
===================================================================
RCS file: /sources/libtool/libtool/libltdl/m4/ltdl.m4,v
retrieving revision 1.46
diff -u -a -p -u -p -a -r1.46 libltdl/m4/ltdl.m4
--- libltdl/m4/ltdl.m4 1 Apr 2008 18:23:20 -0000 1.46
+++ libltdl/m4/ltdl.m4 14 Apr 2008 17:24:10 -0000
@@ -79,7 +79,7 @@ _$0()
# AC_LIBLTDL_CONVENIENCE accepted a directory argument in older libtools,
# now we have LT_CONFIG_LTDL_DIR:
AU_DEFUN([AC_LIBLTDL_CONVENIENCE],
-[_LT_CONFIG_LTDL_DIR([$1])
+[_LT_CONFIG_LTDL_DIR(m4_ifval([$1], [$1], [libltdl]))])
_LTDL_CONVENIENCE])
dnl aclocal-1.4 backwards compatibility:
@@ -135,7 +135,7 @@ _$0()
# AC_LIBLTDL_INSTALLABLE accepted a directory argument in older libtools,
# now we have LT_CONFIG_LTDL_DIR:
AU_DEFUN([AC_LIBLTDL_INSTALLABLE],
-[_LT_CONFIG_LTDL_DIR([$1])
+[_LT_CONFIG_LTDL_DIR(m4_ifval([$1], [$1], [libltdl]))])
_LTDL_INSTALLABLE])
dnl aclocal-1.4 backwards compatibility:
--
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- AC_LIBLTDL_CONVENIENCE,
Andreas Schwab <=