]> sourceware.org Git - 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:28 +0000 (21:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 12 Oct 2002 21:19:28 +0000 (21:19 +0000)
commitccb01d2dc65269517749c323a03e75843bb5407b
tree96242acaff7fb69454374c0d856aeda301ed6adc
parent9bbaca612f69c061d266705ae94109e40982a52f
* 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]
This page took 0.026773 seconds and 5 git commands to generate.