Arsen Arsenović wrote: > -+The in-tree configuration requires GNU gettext v0.22.
Can you change this to "... requires GNU gettext version 0.22 or newer.", please? I wouldn't like to give the impression that a particular release (0.22) is the only one that works. Also, some people may understand 'v' as meaning "version", but some may not. > +Forces the gettext tree to be configured to build and use a new static > +libintl, overriding the system libintl. This sounds like it has no effects on the GCC tree, only on the gettext tree. Surely that's not the intention? > --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and > DIR/lib > --without-libiconv-prefix don't search for libiconv in includedir and > libdir > --with-libiconv-type=TYPE type of library to search for > (auto/static/shared) > + --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib > + --without-libintl-prefix don't search for libintl in includedir and > libdir > + --with-libintl-type=TYPE type of library to search for > (auto/static/shared) It looks like an additional space in the middle of the last three lines would provide a better alignment for the 'configure --help' output. Bruno