diff options
Diffstat (limited to 'aclocal.in')
-rw-r--r-- | aclocal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.in b/aclocal.in index 2210fe3ad..4b63c1afa 100644 --- a/aclocal.in +++ b/aclocal.in @@ -663,7 +663,7 @@ sub trace_used_macros () my %files = map { $map{$_} => 1 } keys %macro_seen; %files = strip_redundant_includes %files; - my $traces = ($ENV{AUTOM4TE} || 'autom4te'); + my $traces = ($ENV{AUTOM4TE} || '@am_AUTOM4TE@'); $traces .= " --language Autoconf-without-aclocal-m4 "; # All candidate files. $traces .= join (' ', |