5934eb6788
1 2 3 4 5 6 7
#!/bin/sh autoreconf -f -i if [ -z "$NOCONFIGURE" ]; then ./configure "$@" fi