From: Stefano Lattarini Date: Sat, 29 Dec 2012 09:26:47 +0000 (+0100) Subject: maint: don't sync the 'Autom4te::Configure_ac' module from Automake X-Git-Tag: v2.69b~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b328e4ccbfd433ae51977ea958c05d1572f48b1;p=thirdparty%2Fautoconf.git maint: don't sync the 'Autom4te::Configure_ac' module from Automake That file has been removed in the master branch of Automake, since Automake 1.14 will remove support for 'configure.in' as a name for Autoconf input files. See commits 'v1.13-17-gbff57c8' and 'v1.13-21-g7626e63' in the Automake repository. * cfg.mk (autom4te_files): Remove 'Autom4te/Configure_ac.pm'. Signed-off-by: Stefano Lattarini --- diff --git a/cfg.mk b/cfg.mk index 4300f04d..f374d3d8 100644 --- a/cfg.mk +++ b/cfg.mk @@ -81,7 +81,6 @@ WGETFLAGS = -C off automake_gitweb = \ http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;hb=HEAD; autom4te_files = \ - Autom4te/Configure_ac.pm \ Autom4te/Channels.pm \ Autom4te/FileUtils.pm \ Autom4te/Getopt.pm \