From 7d496b567bdb07f3e5151e9accaaff64e820a730 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 5 Sep 2004 21:52:45 +0000 Subject: [PATCH] * m4/ltdl.m4 (LT_WITH_LTDL): Remove excess quoting in argument of AC_CONFIG_SUBDIRS. --- ChangeLog | 5 +++++ m4/ltdl.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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: -- 2.47.2