Coccinelle release 1.0.0-rc12
[bpt/coccinelle.git] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..c895932
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+# build the 'configure' script
+echo "running aclocal (requires 'pkg-config' macros)"
+aclocal -I setup
+
+echo "running autoconf"
+autoconf