don't call configure

This commit is contained in:
Oswald Buddenhagen 2004-01-11 11:53:16 +00:00
parent 50aa8dfc96
commit 510c9ca492

View File

@ -1,8 +1,6 @@
#! /bin/sh #! /bin/sh
# $Id$
set -e -v set -e -v
aclocal aclocal
autoheader autoheader
automake --add-missing automake --add-missing
autoconf autoconf
./configure "$@"