diff --git a/autogen.sh b/autogen.sh index 332a9cc5d..0c62f3a0b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -10,7 +10,6 @@ set -x test -d Tools/config || mkdir Tools/config aclocal -I Tools/config autoheader +libtoolize --force --copy automake --add-missing --copy --force-missing autoconf -(cd Tools; autoconf) -