summaryrefslogtreecommitdiff
path: root/libffi/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/autogen.sh')
-rwxr-xr-xlibffi/autogen.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/libffi/autogen.sh b/libffi/autogen.sh
new file mode 100755
index 00000000000..95bfc389faf
--- /dev/null
+++ b/libffi/autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+#exec autoreconf -v -i
+
+rm -rf autom4te.cache
+aclocal -I .. -I ../config
+autoheader -I .. -I ../config
+autoconf
+automake --foreign --add-missing --copy Makefile
+automake --foreign include/Makefile
+automake --foreign man/Makefile
+automake --foreign testsuite/Makefile