mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
* bin/autoreconf.in (autoreconf): Be sure to accumulate the
directories when descending in a SUBDIRS. Reported by Ezra Peisach.
This commit is contained in:
parent
8caecae591
commit
7924a3fc93
@ -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
|
||||
|
@ -338,7 +338,7 @@ sub autoreconf ($)
|
||||
if (-d)
|
||||
{
|
||||
verbose "$configure_ac: subdirectory $_ to autoreconf";
|
||||
push @ARGV, $_;
|
||||
push @ARGV, catfile ($directory, $_);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user