]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* configure.ac: [SV 58836] Copy build.sh to the build directory
authorPaul Smith <psmith@gnu.org>
Sat, 5 Dec 2020 20:11:52 +0000 (15:11 -0500)
committerPaul Smith <psmith@gnu.org>
Sat, 5 Dec 2020 20:11:52 +0000 (15:11 -0500)
configure.ac

index 960991c61393ec318e41450d1ee8a3fe6cf865ed..7d8f9ef91427d873571a25e3e995d196aea00cfb 100644 (file)
@@ -529,6 +529,9 @@ AC_CONFIG_FILES([Makefile build.cfg lib/Makefile po/Makefile.in doc/Makefile \
 # We don't need this: the standard automake output suffices for POSIX systems.
 #mk/Posix.mk
 
+# Put build.sh in the build directory so it's easy to find
+AC_CONFIG_LINKS([build.sh:build.sh])
+
 # OK, do it!
 
 AC_OUTPUT