mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
* acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): No use for @%:@ here,
no need to over quote $1 in the comments.
This commit is contained in:
parent
9da44165aa
commit
92cd322dc1
@ -1,3 +1,8 @@
|
||||
2000-03-14 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): No use for @%:@ here,
|
||||
no need to over quote $1 in the comments.
|
||||
|
||||
2000-03-14 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* acgeneral.m4: Replace some ifelse with ifval or m4_default, or
|
||||
|
@ -1335,7 +1335,7 @@ Optional Features:
|
||||
])[]dnl
|
||||
$2
|
||||
AC_DIVERT_POP()dnl
|
||||
@%:@ Check whether --enable-[$1] or --disable-[$1] was given.
|
||||
# Check whether --enable-$1 or --disable-$1 was given.
|
||||
if test "[${enable_]patsubst([$1], -, _)+set}" = set; then
|
||||
enableval="[$enable_]patsubst([$1], -, _)"
|
||||
$3
|
||||
@ -1367,7 +1367,7 @@ Optional Packages:
|
||||
])[]dnl
|
||||
$2
|
||||
AC_DIVERT_POP()dnl
|
||||
@%:@ Check whether --with-[$1] or --without-[$1] was given.
|
||||
# Check whether --with-$1 or --without-$1 was given.
|
||||
if test "[${with_]patsubst([$1], -, _)+set}" = set; then
|
||||
withval="[$with_]patsubst([$1], -, _)"
|
||||
$3
|
||||
|
@ -1335,7 +1335,7 @@ Optional Features:
|
||||
])[]dnl
|
||||
$2
|
||||
AC_DIVERT_POP()dnl
|
||||
@%:@ Check whether --enable-[$1] or --disable-[$1] was given.
|
||||
# Check whether --enable-$1 or --disable-$1 was given.
|
||||
if test "[${enable_]patsubst([$1], -, _)+set}" = set; then
|
||||
enableval="[$enable_]patsubst([$1], -, _)"
|
||||
$3
|
||||
@ -1367,7 +1367,7 @@ Optional Packages:
|
||||
])[]dnl
|
||||
$2
|
||||
AC_DIVERT_POP()dnl
|
||||
@%:@ Check whether --with-[$1] or --without-[$1] was given.
|
||||
# Check whether --with-$1 or --without-$1 was given.
|
||||
if test "[${with_]patsubst([$1], -, _)+set}" = set; then
|
||||
withval="[$with_]patsubst([$1], -, _)"
|
||||
$3
|
||||
|
Loading…
Reference in New Issue
Block a user