~flameeyes/gearmand/gcc47

1
2
3
4
5
6
7
8
#!/bin/bash

if test -f configure; then make clean; make merge-clean; make distclean; fi;

rm -r -f autom4te.cache/ config.h config.log config.status 
./config/autorun.sh
./configure
make