--- deliantra/server/autogen.sh 2006/08/11 23:11:04 1.4 +++ 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 -./configure $* +if [ -x ../reconf ]; then + ../reconf "$@" +else + ./configure "$@" +fi