From d254c1999afb52bfa91096551214ca603abfbe5c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 26 Sep 2003 12:57:42 +0000 Subject: [PATCH] * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file. Reported by Ralf Corsepius. --- ChangeLog | 5 +++++ bin/autoscan.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5a5f97d2..67f63717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-26 Akim Demaille + + * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file. + Reported by Ralf Corsepius. + 2003-09-26 Akim Demaille * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the diff --git a/bin/autoscan.in b/bin/autoscan.in index 7810bfa8..36cd0559 100644 --- a/bin/autoscan.in +++ b/bin/autoscan.in @@ -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; -- 2.47.2