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