]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Add Configure_ac.pm to set of files to be synced from automake.
authorZack Weinberg <zackw@panix.com>
Thu, 3 Sep 2020 16:04:58 +0000 (12:04 -0400)
committerZack Weinberg <zackw@panix.com>
Thu, 3 Sep 2020 16:04:58 +0000 (12:04 -0400)
commit92148f61ad8ae97094c3df7a97dcef5445cd14b1
treea490c5d9cbf4b902fe9343ba51bf1aed7adeb612
parent8af9e92c9126813680e668a4a84ae62784d596ab
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.
build-aux/fetch.sh