mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* acgeneral.m4 (AC_ARG_ENABLE,AC_ARG_WIDTH): Add trailing
semicolon to final fi.
This commit is contained in:
parent
d84e38bbb0
commit
25b095234a
@ -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)
|
||||
|
@ -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],
|
||||
|
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user