--- deliantra/server/autogen.sh 2006/05/07 12:48:00 1.2 +++ deliantra/server/autogen.sh 2007/06/10 02:57:16 1.11 @@ -1,9 +1,13 @@ #!/bin/sh -libtoolize -f -c -mv -f ltmain.sh utils -aclocal -I . -autoheader -automake -a -c -autoconf -./configure $* +#libtoolize -f -c +#mv -f ltmain.sh utils +aclocal-1.7 -I . +autoheader2.50 || autoheader +automake-1.7 -a -c +autoconf2.50 || autoconf +if [ -x ../reconf ]; then + ../reconf "$@" +else + ./configure "$@" +fi