diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 01a1e2a5d..272b13746 100755 --- a/autogen.sh +++ b/autogen.sh @@ -107,6 +107,9 @@ fi echo " $ACLOCAL $ACLOCAL_FLAGS" $ACLOCAL $ACLOCAL_FLAGS +echo " autoheader" +autoheader + echo " $LIBTOOLIZE --automake" $LIBTOOLIZE --automake |