--- deliantra/server/autogen.sh 2006/02/03 07:11:17 1.1 +++ deliantra/server/autogen.sh 2006/09/07 20:03:20 1.6 @@ -1,9 +1,9 @@ #!/bin/sh libtoolize -f -c mv -f ltmain.sh utils -aclocal +aclocal -I . autoheader automake -a -c autoconf -./configure $* +[ -x ../reconf ] && ../reconf "$@" || ./configure "$@"