summaryrefslogtreecommitdiff
path: root/bootstrap.sh
blob: e1c39ec8f984e9e0a320cdef6e720b83285c7c73 (plain)
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/autorun.sh
./configure
make