* configure.ac: [SV 58836] Copy build.sh to the build directory

This commit is contained in:
Paul Smith 2020-12-05 15:11:52 -05:00
parent c4cc2e9595
commit 94d9077691

View 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