]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_CONFIG_SUBDIRS): Fixed nasty typo.
authorAkim Demaille <akim@epita.fr>
Thu, 12 Oct 2000 16:32:13 +0000 (16:32 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 12 Oct 2000 16:32:13 +0000 (16:32 +0000)
ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index f6bf2a05a779201718b5a1ef88c247e79e22d125..a6cb9db4037fae7b28136ab725e62a2e88b3241d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-12  Morten Eriksen <mortene@sim.no>
+
+       * acgeneral.m4 (AC_CONFIG_SUBDIRS): Fixed nasty typo.
+
 2000-10-12  Akim Demaille  <akim@epita.fr>
 
        * tests/mktests.sh: Backslash the quote in the heredocs to help
index 28ceef5016a8396167938b0503bbc4314a919b2b..c4a84de7b040100ccca6acbd2cbcbd236a4e2dc1 100644 (file)
@@ -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
 ])
index 28ceef5016a8396167938b0503bbc4314a919b2b..c4a84de7b040100ccca6acbd2cbcbd236a4e2dc1 100644 (file)
@@ -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
 ])