1 2 3 4 5 6 7
#!/bin/sh autoreconf --symlink --install -Wno-portability if [ -z "$NOCONFIGURE" ]; then exec ./configure -C "$@" fi