]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Do not apply --program-transform-name to build-aux scripts.
authorZack Weinberg <zackw@panix.com>
Thu, 5 Nov 2020 15:19:26 +0000 (10:19 -0500)
committerZack Weinberg <zackw@panix.com>
Thu, 5 Nov 2020 15:19:26 +0000 (10:19 -0500)
commit0f7e5a5477f97b8a105d563bc7590ebefaff854d
tree878e19aad78f48174445673fbc0c51a07b493c37
parentc8b3f6987a7bbfe15ce2c2f04f308a6abc263d04
Do not apply --program-transform-name to build-aux scripts.

autoreconf expects to find $(pkgdatadir)/build-aux/config.sub etc
under those names, not names modified by --program-transform-name.
Placing them in $(pkgdatadir) is sufficient to keep parallel
installations of autoconf separate: anyone doing that would need
to adjust @PACKAGE@ anyway.

* lib/local.mk: Use a _DATA rule, not a _SCRIPTS rule, to install
  config.guess, config.sub, and install-sh.
  (install-data-hook-make-aux-scripts-executable): New hook rule.
lib/local.mk