summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100644
index 0000000..f087399
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+
+# call autoconf, autoheader and automake
+echo autoheader..
+autoheader || exit $?
+echo aclocal..
+aclocal || exit $?
+echo autoconf..
+autoconf || exit $?
+echo automake..
+automake || exit $?
+
+#./configure
+#make distcheck