2007-11-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * aclocal.in (trace_used_macros): Quote input files.
+
* lib/ylwrap: Cope with white space in `PROGRAM' and `pwd`.
* lib/am/tags.am (ID, TAGS, CTAGS): Make awk scripts portable again.
my $traces = ($ENV{AUTOM4TE} || 'autom4te');
$traces .= " --language Autoconf-without-aclocal-m4 ";
# All candidate files.
- $traces .= join (' ', grep { exists $files{$_} } @file_order) . " ";
+ $traces .= join (' ',
+ (map { "'$_'" }
+ (grep { exists $files{$_} } @file_order))) . " ";
# All candidate macros.
$traces .= join (' ',
(map { "--trace='$_:\$f::\$n::\$1'" }