]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/ltdl.m4 (LT_WITH_LTDL): Remove excess quoting in argument of
authorAndreas Schwab <schwab@suse.de>
Sun, 5 Sep 2004 21:52:45 +0000 (21:52 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 5 Sep 2004 21:52:45 +0000 (21:52 +0000)
AC_CONFIG_SUBDIRS.

ChangeLog
m4/ltdl.m4

index 2bc45998e8df332300f6609d91104ab407b81b8a..c505cf30a05839eab91cc4e1144e35a653dc33e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-05  Andreas Schwab  <schwab@suse.de>
+
+       * m4/ltdl.m4 (LT_WITH_LTDL): Remove excess quoting in argument of
+       AC_CONFIG_SUBDIRS.
+
 2004-09-05  Albert Chin-A-Young  <china@thewrittenword.com>
 
        * config/ltmain.in (func_mode_link): Pass otherwise unrecognised +
index 9877574004c6f6834fb6359750a7c16105af4a36..3d50d76a6d3f9e3c536690593ad77d30d6501dc9 100644 (file)
@@ -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: