72b3453db2
4acb015724
cfafa2dd72
1 2 3
4
5
6
7 8
9
10
#!/bin/sh rm -rf autom4te.cache rm -f aclocal.m4 ltmain.sh config.cache autoreconf -vif if [ -z "$NOCONFIGURE" ]; then exec ./configure -C "$@" fi