summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2020-12-05 15:11:52 -0500
committerPaul Smith <psmith@gnu.org>2020-12-05 15:11:52 -0500
commit94d90776914f4086e2402a0a6a9dfa3d1a9a7d0c (patch)
treea674fe8396787a2ed4c92082f660d77d1b3368f6 /configure.ac
parentc4cc2e95953baae800eb9c694c691f7263317035 (diff)
downloadmake-git-94d90776914f4086e2402a0a6a9dfa3d1a9a7d0c.tar.gz
* configure.ac: [SV 58836] Copy build.sh to the build directory
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 960991c6..7d8f9ef9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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