summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 10:34:05 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 10:34:05 (EDT)
commit3db8c0fc8cbbe0c01a4ceddbb7829083dc65af4a (patch)
tree07819e44c975f376c927f0e3dc6b62e3c35f805f /configure.ac
parent1e4c4ce8fe1804d680bc26fd370fe5a69721b94c (diff)
configure.ac: Make config.status generate config.sh
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6f56f26..219401c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,4 +52,5 @@ AC_ARG_WITH(
AC_SUBST([SH])
AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([config.sh])
AC_OUTPUT()