Browse Source

don't call configure

0.9
Oswald Buddenhagen 21 years ago
parent
commit
510c9ca492
  1. 2
      autogen.sh

2
autogen.sh

@ -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 "$@"

Loading…
Cancel
Save