Index: ChangeLog =================================================================== RCS file: /cvs/autoconf/ChangeLog,v retrieving revision 1.907 diff -u -r1.907 ChangeLog --- ChangeLog 2000/10/12 15:02:42 1.907 +++ ChangeLog 2000/10/12 16:13:40 @@ -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 Index: acgeneral.m4 =================================================================== RCS file: /cvs/autoconf/acgeneral.m4,v retrieving revision 1.568 diff -u -r1.568 acgeneral.m4 --- acgeneral.m4 2000/10/12 14:45:06 1.568 +++ acgeneral.m4 2000/10/12 16:13:45 @@ -4384,9 +4384,9 @@ [_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 ])