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