[llvm-commits] [PATCH] Add some options to configure for Cygming

Rafael Espíndola rafael.espindola at gmail.com
Tue Nov 9 12:07:16 PST 2010


> I don't have suitable version of autoconf.

Building autoconf is not that hard :-)

You can normally omit the autogened files in code review.

> When patches would be applicable, please feel free to commit one
> with regenerating configure, thank you.
>
> ...Takumi

> * 0002-autoconf-Add-enable-docs-to-enable-disable-buiding-a.patch
>
>  --enable-docs=yes by default.
>  Some MSYS distros have incomplete pod2html, and "make install" fails.
>  with --disable-docs, building and installing docs is suppressed.

+# When ENABLE_DOXYGEN is disabled, docs/ will not be built
+ENABLE_DOCS = @ENABLE_DOCS@

Comment looks wrong.

Cheers,
Rafael




More information about the llvm-commits mailing list