summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh16
1 files changed, 9 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index fb5808c..a4dddc3 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,14 +1,16 @@
#!/bin/sh
-echo "running libtoolize (tested with 1.5.6)..."
-libtoolize --force -c
-
echo "running aclocal (tested with 1.7.9)..."
-aclocal
+aclocal -I config/m4
-echo "running autoconf (tested with 2.59)..."
-autoconf
+echo "running libtoolize (tested with 1.5.6)..."
+libtoolize --force
+
+echo "running autoheader"
+autoheader
echo "running automake (tested with 1.7.9)..."
-automake
+automake --add-missing --gnu -Wall
+echo "running autoconf (tested with 2.59)..."
+autoconf \ No newline at end of file