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 <[email protected]> --- I've pushed this as an obvious fix, in order to allow "make fetch" to work again. cfg.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 4300f04..f374d3d 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 \ -- 1.8.1.rc3.27.g3b73c7d
