X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=autogen.sh;h=517d398b48f2b3f819e9ed48702c794b70a23908;hp=67eb0be79e372ee7100f9189622cbaae27600536;hb=4a98109f8bd4b068554219c745350811a8b9c8df;hpb=036b63d8fc5a8c6e1ff150737226122c174c39cb diff --git a/autogen.sh b/autogen.sh index 67eb0be79..517d398b4 100644 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,8 @@ #!/bin/sh aclocal -I ac \ - && autoconf \ + && libtoolize --force --copy \ && autoheader \ && automake --add-missing --foreign --copy \ - && ./configure $@ + && autoconf \ + && ./configure --enable-maintainer-mode $@