Files
libblkmaker/autogen.sh
2012-09-15 07:55:19 +00:00

10 lines
209 B
Bash
Executable File

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