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

6 lines
187 B
Bash
Executable file

#!/bin/sh -e
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"