diff --git a/autogen.sh b/autogen.sh index fd98b6dd..a4807b2b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,10 @@ #!/bin/sh +libtoolize --copy --force --automake || exit 1 rm -f config.cache -automake -autoheader aclocal +autoheader +automake autoconf + + +