parent
88befc6f4b
commit
7d5839eb99
1 changed files with 10 additions and 1 deletions
@ -1,3 +1,12 @@ |
|||||||
#! /bin/sh |
#! /bin/sh |
||||||
|
|
||||||
|
srcdir=`dirname $0` |
||||||
|
test -z "$srcdir" && srcdir=. |
||||||
|
|
||||||
|
ORIGDIR=`pwd` |
||||||
|
cd $srcdir |
||||||
|
|
||||||
autoreconf -v --install || exit 1 |
autoreconf -v --install || exit 1 |
||||||
./configure --enable-maintainer-mode "$@" |
cd $ORIGDIR || exit $? |
||||||
|
|
||||||
|
$srcdir/configure --enable-maintainer-mode "$@" |
||||||
|
|||||||
Loading…
Reference in new issue