bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_LIBLTDL_CONVENIENCE


From: Andreas Schwab
Subject: Re: AC_LIBLTDL_CONVENIENCE
Date: Wed, 16 Apr 2008 10:05:22 +0200
User-agent: Gnus/5.110008 (No Gnus v0.8) Emacs/22.1 (gnu/linux)

Andreas Schwab <address@hidden> writes:

>  AU_DEFUN([AC_LIBLTDL_CONVENIENCE],
> -[_LT_CONFIG_LTDL_DIR([$1])
> +[_LT_CONFIG_LTDL_DIR(m4_ifval([$1], [$1], [libltdl]))])
>  _LTDL_CONVENIENCE])

Too many parens.

Andreas.

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  16 Apr 2008 08:04:41 -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]