]> git.ipfire.org Git - thirdparty/gcc.git/blob - libffi/autogen.sh
libffi: Add --enable-cet to configure
[thirdparty/gcc.git] / libffi / autogen.sh
1 #!/bin/sh
2 #exec autoreconf -v -i
3
4 rm -rf autom4te.cache
5 aclocal -I .. -I ../config
6 autoheader -I .. -I ../config
7 autoconf
8 automake --foreign --add-missing --copy Makefile
9 automake --foreign include/Makefile
10 automake --foreign man/Makefile
11 automake --foreign testsuite/Makefile