]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/talloc/autogen.sh
Include all the tools under ccan_tools dir, hacked to work for me.
[ccan] / ccan_tools / talloc / autogen.sh
diff --git a/ccan_tools/talloc/autogen.sh b/ccan_tools/talloc/autogen.sh
new file mode 100755 (executable)
index 0000000..bf84eee
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+rm -rf autom4te.cache
+rm -f configure config.h.in
+
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
+autoconf $IPATHS || exit 1
+autoheader $IPATHS || exit 1
+
+rm -rf autom4te.cache
+
+echo "Now run ./configure and then make."
+exit 0
+