]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
authorAkim Demaille <akim@epita.fr>
Wed, 20 Aug 2003 17:22:06 +0000 (17:22 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 20 Aug 2003 17:22:06 +0000 (17:22 +0000)
Reported by Alexandre Duret-Lutz.

ChangeLog
bin/autoheader.in

index 71af37b8d3eb55f417ad1cf768094c95154d5148..47fee8961c5dcd57cb5e24fdd2c3d2fe0a8a61dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-20  Akim Demaille  <akim@epita.fr>
+
+       * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
+       Reported by Alexandre Duret-Lutz.
+
 2003-08-20  Akim Demaille  <akim@epita.fr>
 
        * bin/autoupdate.in, bin/auheader.in, bin/autoreconf.in,
index 4b2c65265addce64a471b40024abd975d3925e15..420c7426652937046b120eeaf3d29cd5dbc7aa8e 100644 (file)
@@ -42,7 +42,6 @@ BEGIN
 use Autom4te::ChannelDefs;
 use Autom4te::Channels;
 use Autom4te::FileUtils;
-use Autom4te::FileUtils;
 use Autom4te::General;
 use Autom4te::XFile;
 use strict;