* bin/autoreconf.in (tracing): Drop newline before parsing traced
arguments; regression from 2009-11-14.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2009-11-21 Eric Blake <ebb9@byu.net>
+
+ Avoid spurious newline in traced macros.
+ * bin/autoreconf.in (tracing): Drop newline before parsing traced
+ arguments; regression from 2009-11-14.
+
2009-11-20 Eric Blake <ebb9@byu.net>
Allow absolute names in AT_TESTED.
. ' |');
while ($_ = $traces->getline)
{
+ chomp;
my ($macro, @args) = split (/::/);
$aux_dir = $args[0] if $macro eq "AC_CONFIG_AUX_DIR";
$uses_autoconf = 1 if $macro eq "AC_INIT";