--- deliantra/server/autogen.sh 2006/02/03 07:11:17 1.1 +++ deliantra/server/autogen.sh 2008/07/20 17:07:08 1.12 @@ -1,9 +1,13 @@ #!/bin/sh -libtoolize -f -c -mv -f ltmain.sh utils -aclocal -autoheader -automake -a -c -autoconf -./configure $* +#libtoolize -f -c +#mv -f ltmain.sh utils +aclocal-1.7 -I . +autoheader || autoheader +automake-1.7 -a -c +autoconf || autoconf +if [ -x ../reconf ]; then + ../reconf "$@" +else + ./configure "$@" +fi