aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-07-03 16:45:12 +0200
committerMartin Willi <martin@revosec.ch>2012-07-11 09:57:07 +0200
commit7300eb29d10ca69d998bb09a4c435d86ebd95327 (patch)
tree8017012757a46557d5851edd8b698172666b250a /autogen.sh
parenta4037686c7b8c9e6e8223d363a79f5cbe2698be1 (diff)
downloadstrongswan-7300eb29d10ca69d998bb09a4c435d86ebd95327.tar.bz2
strongswan-7300eb29d10ca69d998bb09a4c435d86ebd95327.tar.xz
Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE results
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 8927a0e49..2934552ed 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,6 +12,7 @@ case "$LIBTOOLIZE" in
;;
esac
+autoheader &&
$LIBTOOLIZE --force &&
aclocal &&
automake -a &&