]> git.ipfire.org Git - thirdparty/autoconf.git/commit
1999-09-28 Akim Demaille <akim@epita.fr>
authorAkim Demaille <akim@epita.fr>
Wed, 29 Sep 1999 07:51:28 +0000 (07:51 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 29 Sep 1999 07:51:28 +0000 (07:51 +0000)
commitd18bd8814eb334ffbe7e246708d5f8cce006f3da
tree32c5dac70031d64b2bd5fc450e1311dcd6544dd4
parent097e336c3c2ed3fde68687675d9a8a9482d6f4d7
1999-09-28  Akim Demaille  <akim@epita.fr>

Make AC_FOREACH be robust to active symbols.

* acgeneral.m4 (m4_split, m4_join, m4_strip): New macros.
(AC_FOREACH_COMMA): Renamed as...
(m4_foreach): this.
(_AC_CAR): Renamed as...
(_m4_car): this.
(_AC_FOREACH): Renamed as...
(_m4_foreach): this.
(_AC_COMMATIZE): Removed.
(AC_FOREACH): Rewritten using m4_split, m4_join, m4_strip, and
m4_foreach.
* acgeneral.m4: Spell checked.
* autoconf.texi: Likewise.
ChangeLog
acgeneral.m4
autoconf.texi
doc/autoconf.texi
lib/autoconf/general.m4