* acgeneral.m4 (AC_ARG_ENABLE,AC_ARG_WIDTH): Add trailing

semicolon to final fi.
This commit is contained in:
Akim Demaille 2000-09-12 10:07:33 +00:00
parent d84e38bbb0
commit 25b095234a
3 changed files with 9 additions and 4 deletions

View File

@ -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)

View File

@ -2048,7 +2048,7 @@ if test "[${enable_]patsubst([$1], -, _)+set}" = set; then
$3
m4_ifvanl([$4], [else
$4])dnl
fi[]dnl
fi; dnl
])# AC_ARG_ENABLE
@ -2076,7 +2076,7 @@ if test "[${with_]patsubst([$1], -, _)+set}" = set; then
$3
m4_ifvanl([$4], [else
$4])dnl
fi[]dnl
fi; dnl
])# AC_ARG_WITH
AU_DEFUN([AC_WITH],

View File

@ -2048,7 +2048,7 @@ if test "[${enable_]patsubst([$1], -, _)+set}" = set; then
$3
m4_ifvanl([$4], [else
$4])dnl
fi[]dnl
fi; dnl
])# AC_ARG_ENABLE
@ -2076,7 +2076,7 @@ if test "[${with_]patsubst([$1], -, _)+set}" = set; then
$3
m4_ifvanl([$4], [else
$4])dnl
fi[]dnl
fi; dnl
])# AC_ARG_WITH
AU_DEFUN([AC_WITH],