From: Akim Demaille Date: Thu, 12 Oct 2000 16:32:13 +0000 (+0000) Subject: * acgeneral.m4 (AC_CONFIG_SUBDIRS): Fixed nasty typo. X-Git-Tag: autoconf-2.50~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b06a539cebd0dbf53094febfcd9a230920188c2;p=thirdparty%2Fautoconf.git * acgeneral.m4 (AC_CONFIG_SUBDIRS): Fixed nasty typo. --- diff --git a/ChangeLog b/ChangeLog index f6bf2a05a..a6cb9db40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-12 Morten Eriksen + + * acgeneral.m4 (AC_CONFIG_SUBDIRS): Fixed nasty typo. + 2000-10-12 Akim Demaille * tests/mktests.sh: Backslash the quote in the heredocs to help diff --git a/acgeneral.m4 b/acgeneral.m4 index 28ceef501..c4a84de7b 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -4384,9 +4384,9 @@ AC_DEFUN([AC_CONFIG_SUBDIRS], [_AC_CONFIG_UNIQUE([$1])dnl AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl m4_append([_AC_LIST_SUBDIRS], [ $1])dnl -AC_VAR_INDIR_IELSE([$1], - [AC_DIAGNOSE(syntax, - [$0: you should use literals])]) +AC_VAR_INDIR_IFELSE([$1], + [AC_DIAGNOSE(syntax, + [$0: you should use literals])]) AC_DIVERT([DEFAULTS], [ac_subdirs_all="$ac_subdirs_all $1"]) AC_SUBST(subdirs, "$subdirs $1")dnl ]) diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 28ceef501..c4a84de7b 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -4384,9 +4384,9 @@ AC_DEFUN([AC_CONFIG_SUBDIRS], [_AC_CONFIG_UNIQUE([$1])dnl AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl m4_append([_AC_LIST_SUBDIRS], [ $1])dnl -AC_VAR_INDIR_IELSE([$1], - [AC_DIAGNOSE(syntax, - [$0: you should use literals])]) +AC_VAR_INDIR_IFELSE([$1], + [AC_DIAGNOSE(syntax, + [$0: you should use literals])]) AC_DIVERT([DEFAULTS], [ac_subdirs_all="$ac_subdirs_all $1"]) AC_SUBST(subdirs, "$subdirs $1")dnl ])