summaryrefslogtreecommitdiff
path: root/libffi/autogen.sh
blob: 95bfc389faf0a85fabe185ba6afa9f1985b184d9 (plain)
1
2
3
4
5
6
7
8
9
10
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