mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
* bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
Reported by Ralf Corsepius.
This commit is contained in:
parent
59d9e7a8c0
commit
d254c1999a
@ -1,3 +1,8 @@
|
||||
2003-09-26 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
|
||||
Reported by Ralf Corsepius.
|
||||
|
||||
2003-09-26 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
|
||||
|
@ -39,6 +39,7 @@ BEGIN
|
||||
use Autom4te::ChannelDefs;
|
||||
use Autom4te::Configure_ac;
|
||||
use Autom4te::General;
|
||||
use Autom4te::FileUtils;
|
||||
use Autom4te::XFile;
|
||||
use File::Basename;
|
||||
use File::Find;
|
||||
|
Loading…
Reference in New Issue
Block a user