Add assember CFI directives to millicode division and remainder routines.
[official-gcc.git] / libffi / autogen.sh
blob95bfc389faf0a85fabe185ba6afa9f1985b184d9
1 #!/bin/sh
2 #exec autoreconf -v -i
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