summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 31635de..3237885 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -103,8 +103,8 @@ echo "Generating configuration files for $package, please wait...."
echo " $ACLOCAL $ACLOCAL_FLAGS"
$ACLOCAL $ACLOCAL_FLAGS || exit 1
-#echo " autoheader"
-#autoheader
+echo " autoheader"
+autoheader || exit 1
echo " $LIBTOOLIZE --automake"
$LIBTOOLIZE --automake || exit 1
echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
diff --git a/configure.in b/configure.in
index 28566c2..48f146c 100644
--- a/configure.in
+++ b/configure.in
@@ -17,6 +17,9 @@ AC_SUBST(LIB_AGE)
AC_PROG_CC
AM_PROG_LIBTOOL
+dnl config.h
+AM_CONFIG_HEADER(config.h)
+
dnl Set some options based on environment
cflags_save="$CFLAGS"