]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* acgeneral.m4 (_AC_INIT_PARSE_ARGS): Prefer
authorAkim Demaille <akim@epita.fr>
Fri, 19 May 2000 12:20:41 +0000 (12:20 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 19 May 2000 12:20:41 +0000 (12:20 +0000)
commit31dae2791f4080d4ff1817cb5f54f0deabf7982d
tree6185330de4d581515188ac1620774f021abec608
parent5f829df3215b89e2d399724f99bc27f4fdc08ceb
* acgeneral.m4 (_AC_INIT_PARSE_ARGS): Prefer
case $foo in
*[^-a-zA-Z0-9_]*) AC_ACTION;;
esac
over
if echo "$foo" | grep '[^-a-zA-Z0-9_]' >/dev/null 2>&1; then
AC_ACTION
fi
ChangeLog
TODO
acgeneral.m4
configure
lib/autoconf/general.m4