bootstrap.sh 188 B

12345678
  1. #!/bin/bash
  2. if test -f configure; then make clean; make merge-clean; make distclean; fi;
  3. rm -r -f autom4te.cache/ config.h config.log config.status
  4. ./config/autorun.sh
  5. ./configure
  6. make