--- deliantra/server/autogen.sh 2006/02/03 07:11:17 1.1.1.1 +++ deliantra/server/autogen.sh 2016/11/16 22:36:33 1.14 @@ -1,9 +1,13 @@ #!/bin/sh -libtoolize -f -c -mv -f ltmain.sh utils -aclocal +#libtoolize -f -c +#mv -f ltmain.sh utils +aclocal-1.15 -I . || aclocal -I . autoheader -automake -a -c +automake-1.15 -a -c || automake -a -c autoconf -./configure $* +if [ -x ../reconf ]; then + ../reconf "$@" +else + ./configure "$@" +fi