Use autotools
[cinaest] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..9a74448
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -x
+libtoolize --copy --automake
+
+aclocal-1.10 -Im4
+autoconf
+autoheader
+automake-1.10 --copy --add-missing --foreign
+./configure --enable-maintainer-mode