summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2020-09-03 12:04:58 -0400
committerZack Weinberg <zackw@panix.com>2020-09-03 12:04:58 -0400
commit92148f61ad8ae97094c3df7a97dcef5445cd14b1 (patch)
treea490c5d9cbf4b902fe9343ba51bf1aed7adeb612
parent8af9e92c9126813680e668a4a84ae62784d596ab (diff)
downloadautoconf-92148f61ad8ae97094c3df7a97dcef5445cd14b1.tar.gz
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.
-rwxr-xr-xbuild-aux/fetch.sh1
1 files changed, 1 insertions, 0 deletions
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