From 0bc8586ee25ce33d95049927ddcc22195f701961 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 21 May 2016 11:35:49 -0400 Subject: travis: convert OS X build to common autoconf+cmake logic This gets us the same coverage as Linux. --- bootstrap.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 45279ff..ffd978c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,8 +18,10 @@ if ! v autoreconf -f -i ; then exit 1 fi +( +echo "/* Generated from config.hin via autoheader for cmake; see bootstrap.sh. */" 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 + src/config.hin +) > src/config.h.cmake -- cgit v1.2.1