Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh -e
- test -n "$srcdir" || srcdir=`dirname "$0"`
- test -n "$srcdir" || srcdir=.
- autoreconf --force --install --verbose "$srcdir"
- test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement