summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index b814ae7..f6c732d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -23,4 +23,8 @@ if ! autoreconf -f -i ; then
exit 1
fi
-exit 0
+sed \
+ -e '1d' \
+ -e '2i/* Generated from config.hin via autoheader for cmake; see bootstraps.h. */' \
+ -e 's:#undef:#cmakedefine:' \
+ src/config.hin > src/config.h.cmake