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