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