From: Zack Weinberg Date: Thu, 3 Sep 2020 16:04:58 +0000 (-0400) Subject: Add Configure_ac.pm to set of files to be synced from automake. X-Git-Tag: v2.69c~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92148f61ad8ae97094c3df7a97dcef5445cd14b1;p=thirdparty%2Fautoconf.git Add Configure_ac.pm to set of files to be synced from automake. This file seems to have been accidentally left off of the list of .pm files that should be kept the same between automake and autom4te. It’s already almost identical in both codebases. It would make sense to sync ChannelDefs.pm too, but the copies of that file in the two codebases have diverged; they would need to be reconciled by hand first. * build-aux/fetch.sh (automake_files): Add lib/Automake/Configure_ac.pm. --- diff --git a/build-aux/fetch.sh b/build-aux/fetch.sh index bbb7d409..f5a5537a 100755 --- a/build-aux/fetch.sh +++ b/build-aux/fetch.sh @@ -38,6 +38,7 @@ gnulib_files=" automake_files=" lib/Automake/Channels.pm + lib/Automake/Configure_ac.pm lib/Automake/FileUtils.pm lib/Automake/Getopt.pm lib/Automake/XFile.pm