--- deliantra/server/autogen.sh 2006/09/07 20:03:20 1.6 +++ deliantra/server/autogen.sh 2008/12/23 18:52:56 1.13 @@ -1,9 +1,13 @@ #!/bin/sh -libtoolize -f -c -mv -f ltmain.sh utils -aclocal -I . +#libtoolize -f -c +#mv -f ltmain.sh utils +aclocal-1.7 -I . || aclocal -I . autoheader -automake -a -c +automake-1.7 -a -c || automake -a -c autoconf -[ -x ../reconf ] && ../reconf "$@" || ./configure "$@" +if [ -x ../reconf ]; then + ../reconf "$@" +else + ./configure "$@" +fi