--- deliantra/server/autogen.sh 2006/08/02 21:48:52 1.3 +++ deliantra/server/autogen.sh 2006/08/15 17:10:46 1.5 @@ -1,9 +1,9 @@ #!/bin/sh libtoolize -f -c mv -f ltmain.sh utils -aclocal-1.6 -I . +aclocal-1.7 -I . autoheader2.50 -automake-1.6 -a -c +automake-1.7 -a -c autoconf2.50 -./configure $* +[ -x ../reconf ] && ../reconf "$@" || ./configure "$@"