From 94d90776914f4086e2402a0a6a9dfa3d1a9a7d0c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 5 Dec 2020 15:11:52 -0500 Subject: [PATCH] * configure.ac: [SV 58836] Copy build.sh to the build directory --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3