From 92148f61ad8ae97094c3df7a97dcef5445cd14b1 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 3 Sep 2020 12:04:58 -0400 Subject: Add Configure_ac.pm to set of files to be synced from automake. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- build-aux/fetch.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1