* bin/autoreconf.in (autoreconf): Be sure to accumulate the

directories when descending in a SUBDIRS.
Reported by Ezra Peisach.
This commit is contained in:
Akim Demaille 2002-04-05 09:42:48 +00:00
parent 8caecae591
commit 7924a3fc93
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-04-05 Akim Demaille <akim@epita.fr>
* bin/autoreconf.in (autoreconf): Be sure to accumulate the
directories when descending in a SUBDIRS.
Reported by Ezra Peisach.
2002-04-04 Andreas Schwab <schwab@suse.de>
* lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path

View File

@ -338,7 +338,7 @@ sub autoreconf ($)
if (-d)
{
verbose "$configure_ac: subdirectory $_ to autoreconf";
push @ARGV, $_;
push @ARGV, catfile ($directory, $_);
}
else
{