--- deliantra/server/autogen.sh 2006/09/10 20:24:01 1.7 +++ deliantra/server/autogen.sh 2006/12/30 10:16:09 1.8 @@ -5,5 +5,9 @@ autoheader2.50 automake-1.7 -a -c autoconf2.50 -[ -x ../reconf ] && ../reconf "$@" || ./configure "$@" +if [ -x ../reconf ]; then + ../reconf "$@" +else + ./configure "$@" +fi