--- deliantra/server/autogen.sh 2006/09/10 20:24:01 1.7 +++ deliantra/server/autogen.sh 2007/02/14 03:45:14 1.9 @@ -4,6 +4,10 @@ aclocal-1.7 -I . autoheader2.50 automake-1.7 -a -c -autoconf2.50 -[ -x ../reconf ] && ../reconf "$@" || ./configure "$@" +autoconf2.50 || autoconf +if [ -x ../reconf ]; then + ../reconf "$@" +else + ./configure "$@" +fi