bootstrap 370 B

1234567891011121314151617
  1. #!/bin/bash
  2. pushd include && ./Makefile.am.build > Makefile.am && popd
  3. pushd lib/unix && ./Makefile.am.build > Makefile.am && popd
  4. pushd test/unix && ./Makefile.am.build > Makefile.am && popd
  5. if [ ! -d config ]; then
  6. mkdir config
  7. fi
  8. if [ ! -d autom4te.cache ]; then
  9. rm -rf autom4te.cache/*
  10. fi
  11. aclocal
  12. autoheader
  13. automake --foreign --add-missing --copy
  14. autoconf