summaryrefslogtreecommitdiff
path: root/aclocal.in
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2005-01-05 19:04:08 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2005-01-05 19:04:08 +0000
commit40077b195f21bd6f038a9dc91a28a68e5f53696a (patch)
treeaaeadb1cd82f7a475243eb5d48e3f62c976ca86f /aclocal.in
parent26169ba6ace1637b5d25307ca506cfe26b7abadc (diff)
downloadautomake-40077b195f21bd6f038a9dc91a28a68e5f53696a.tar.gz
* aclocal.in ($ac_defun_rx): Match AU_ALIAS.
* tests/aclocal5.test (MORE_DEFS): Rename as... (AM_TEST_SUBST): this so that undefined macros are caught. And make it an alias of AC_SUBST. Test AU_ALIAS. Reported by Martin Bravenboer.
Diffstat (limited to 'aclocal.in')
-rw-r--r--aclocal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.in b/aclocal.in
index d23e8a9f2..a905c06d4 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -106,7 +106,7 @@ my %file_includes = ();
# except `]'. Otherwise macroname stops on the first `]', `,', `)',
# or `\n' encountered.
my $ac_defun_rx =
- "(?:A[CU]_DEFUN|AC_DEFUN_ONCE)\\((?:\\[([^]]+)\\]|([^],)\n]+))";
+ "(?:AU_ALIAS|A[CU]_DEFUN|AC_DEFUN_ONCE)\\((?:\\[([^]]+)\\]|([^],)\n]+))";
# Matches an AC_REQUIRE line.
my $ac_require_rx = "AC_REQUIRE\\((?:\\[([^]]+)\\]|([^],)\n]+))\\)";