2df5c24
1 2 3 4 5 6 7
#!/bin/sh autoreconf -vif -Wall,no-obsolete if [ -z "$NOCONFIGURE" ]; then ./configure "$@" fi