summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 21:28:09 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 21:28:09 (EST)
commit075efa207161c89bc3a804f8917c48188706c7c5 (patch)
tree0a1e924f0325622655a42c490377a6e8cdbee0e8 /configure.ac
parent5a1c21d92a05b668f75977da9a94352ed5046a3f (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 b0e27e1..bb29f8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,4 +71,5 @@ AC_ARG_WITH(
)
AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([config.sh])
AC_OUTPUT()