summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-08-30 23:45:49 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-08-31 00:34:30 +0200
commit99cf7ca5ed35afa9552a3a2429963130700a0fde (patch)
treeb1d848919fd10e7df2589e9dd31d0def449071dc /configure.ac
parentab2d33e635f85f8f215b7e8f14571ec6360d2243 (diff)
downloadautomake-99cf7ca5ed35afa9552a3a2429963130700a0fde.tar.gz
build: Generate versioned scripts at make time
* configure.ac: Don't generate 'bin/aclocal-${APIVERSION}' and 'bin/automake-${APIVERSION}'. * bin/wrap-aclocal.in: Delete. * bin/wrap-automake.in: Likewise. * bin/Makefile.inc (%D%/automake-$(APIVERSION)) (%D%/aclocal-$(APIVERSION)): New targets. (CLEANFILES): Add them.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 7c8ecb4af..7f91f9609 100644
--- a/configure.ac
+++ b/configure.ac
@@ -579,15 +579,7 @@ AC_SUBST([EXEEXT])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])
-
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
-AC_CONFIG_FILES([bin/aclocal-${APIVERSION}:bin/wrap-aclocal.in],
- [chmod +x bin/aclocal-${APIVERSION}],
- [APIVERSION=$APIVERSION])
-AC_CONFIG_FILES([bin/automake-${APIVERSION}:bin/wrap-automake.in],
- [chmod +x bin/automake-${APIVERSION}],
- [APIVERSION=$APIVERSION])
-
AC_OUTPUT
# Inform the user if this version of automake is a beta release or