]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_ARG_ENABLE,AC_ARG_WIDTH): Add trailing
authorAkim Demaille <akim@epita.fr>
Tue, 12 Sep 2000 10:07:33 +0000 (10:07 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 12 Sep 2000 10:07:33 +0000 (10:07 +0000)
semicolon to final fi.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index bb229a09bc69b020a55ec9c228e059f3db2a934a..5589e590a7bd400d1df2325ef5743a7984612b4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-12  RĂ¼diger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
+
+       * acgeneral.m4 (AC_ARG_ENABLE,AC_ARG_WIDTH): Add trailing
+       semicolon to final fi.
+
 2000-09-11  Pavel Roskin  <proski@gnu.org>
 
        * acgeneral.m4 (_AC_WARNING_ERROR_IFELSE)
index c9d62213783eb020b355ab6f5ab14636ac7ea430..e150203db53c0e4f91f09f675795c70684a92f8f 100644 (file)
@@ -2048,7 +2048,7 @@ if test "[${enable_]patsubst([$1], -, _)+set}" = set; then
   $3
 m4_ifvanl([$4], [else
   $4])dnl
-fi[]dnl
+fidnl
 ])# AC_ARG_ENABLE
 
 
@@ -2076,7 +2076,7 @@ if test "[${with_]patsubst([$1], -, _)+set}" = set; then
   $3
 m4_ifvanl([$4], [else
   $4])dnl
-fi[]dnl
+fidnl
 ])# AC_ARG_WITH
 
 AU_DEFUN([AC_WITH],
index c9d62213783eb020b355ab6f5ab14636ac7ea430..e150203db53c0e4f91f09f675795c70684a92f8f 100644 (file)
@@ -2048,7 +2048,7 @@ if test "[${enable_]patsubst([$1], -, _)+set}" = set; then
   $3
 m4_ifvanl([$4], [else
   $4])dnl
-fi[]dnl
+fidnl
 ])# AC_ARG_ENABLE
 
 
@@ -2076,7 +2076,7 @@ if test "[${with_]patsubst([$1], -, _)+set}" = set; then
   $3
 m4_ifvanl([$4], [else
   $4])dnl
-fi[]dnl
+fidnl
 ])# AC_ARG_WITH
 
 AU_DEFUN([AC_WITH],