1
0
Fork 0
mirror of https://github.com/louisrubet/rpn synced 2025-01-25 19:58:10 +01:00
rpn/autogen.sh

7 lines
187 B
Bash
Raw Normal View History

2014-02-12 10:00:24 +01:00
#!/bin/sh -e
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"