--- deliantra/server/autogen.sh 2006/08/11 23:11:04 1.4 +++ deliantra/server/autogen.sh 2007/02/14 13:10:35 1.10 @@ -2,8 +2,12 @@ libtoolize -f -c mv -f ltmain.sh utils aclocal-1.7 -I . -autoheader2.50 +autoheader2.50 || autoheader automake-1.7 -a -c -autoconf2.50 -./configure $* +autoconf2.50 || autoconf +if [ -x ../reconf ]; then + ../reconf "$@" +else + ./configure "$@" +fi