From: Andreas Schwab Date: Sun, 5 Sep 2004 21:52:45 +0000 (+0000) Subject: * m4/ltdl.m4 (LT_WITH_LTDL): Remove excess quoting in argument of X-Git-Tag: release-1-9d~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d496b567bdb07f3e5151e9accaaff64e820a730;p=thirdparty%2Flibtool.git * m4/ltdl.m4 (LT_WITH_LTDL): Remove excess quoting in argument of AC_CONFIG_SUBDIRS. --- diff --git a/ChangeLog b/ChangeLog index 2bc45998e..c505cf30a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-05 Andreas Schwab + + * m4/ltdl.m4 (LT_WITH_LTDL): Remove excess quoting in argument of + AC_CONFIG_SUBDIRS. + 2004-09-05 Albert Chin-A-Young * config/ltmain.in (func_mode_link): Pass otherwise unrecognised + diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index 987757400..3d50d76a6 100644 --- a/m4/ltdl.m4 +++ b/m4/ltdl.m4 @@ -63,7 +63,7 @@ fi AC_MSG_CHECKING([whether to use included libltdl]) AC_MSG_RESULT([$with_included_ltdl]) -AC_CONFIG_SUBDIRS([m4_if($#, 1, [$1], [libltdl])]) +AC_CONFIG_SUBDIRS(m4_if($#, 1, [$1], [libltdl])) ])# LT_WITH_LTDL # Old name: