Commit 067e333c authored by Waldo Bastian's avatar Waldo Bastian

Replace autogen.sh with our own version

parent 9d37db95
#! /bin/sh #! /bin/sh
autoreconf -v --install
srcdir=`dirname $0` ./configure "$@"
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment