autogen.sh 278 B

1234567891011
  1. #!/bin/sh
  2. #exec autoreconf -v -i
  3. rm -rf autom4te.cache
  4. aclocal -I .. -I ../config
  5. autoheader -I .. -I ../config
  6. autoconf
  7. automake --foreign --add-missing --copy Makefile
  8. automake --foreign include/Makefile
  9. automake --foreign man/Makefile
  10. automake --foreign testsuite/Makefile