]> git.ipfire.org Git - thirdparty/automake.git/commit
* aclocal.in (ac_defun_rx, ac_require_rx): If the macro name is
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 12 Oct 2002 21:19:29 +0000 (21:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 12 Oct 2002 21:19:29 +0000 (21:19 +0000)
commit84f29b043add31e671603191f4dc16a351fd8c76
tree553de8c09d24ae7c74d736aaa37a5c017cdb31c8
parente5a527944da7b6d0014ed3ec0bc04e1600910fe0
* aclocal.in (ac_defun_rx, ac_require_rx): If the macro name is
quoted, accept any character but `]'.  This makes it possible
to define macros such as `AC_LANG_PREPROC(Fortran 90)'.
(scan_m4_files): Quote $key in the regex.  Don't define $expr, it's
not used.
(add_file, scan_file): Adjust to the new definitions of $ac_defun_rx
and $ac_require_rx.
* tests/aclocal2.test: New file.
* tests/Makefile.am (TESTS): Add aclocal2.test.
Reported by Tamara L. Dahlgren and Tom Epperly.
ChangeLog
THANKS
aclocal.in
tests/Makefile.am
tests/Makefile.in
tests/aclocal2.test [new file with mode: 0755]