From: Akim Demaille Date: Wed, 20 Aug 2003 17:22:06 +0000 (+0000) Subject: * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'. X-Git-Tag: AUTOCONF-2.57b~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cadfc16c0bab4d784832475e700f2fc294781104;p=thirdparty%2Fautoconf.git * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'. Reported by Alexandre Duret-Lutz. --- diff --git a/ChangeLog b/ChangeLog index 71af37b8..47fee896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-20 Akim Demaille + + * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'. + Reported by Alexandre Duret-Lutz. + 2003-08-20 Akim Demaille * bin/autoupdate.in, bin/auheader.in, bin/autoreconf.in, diff --git a/bin/autoheader.in b/bin/autoheader.in index 4b2c6526..420c7426 100644 --- a/bin/autoheader.in +++ b/bin/autoheader.in @@ -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;