On 10/31/2012 18:20, Thomas Klausner wrote:
On Wed, Oct 31, 2012 at 04:24:12PM +0100, John Marino wrote:On 10/31/2012 16:17, David Shao wrote:waf: error: no such option: --with-libintl-prefix *** Error code 1I'd prefer that "--with-libintl-prefix" be removed completely, but past responses to this were just tell configure not to abort when encountering an unknown option.We already removed --without-libintl-prefix. In this case, it's not GNU configure, but waf.
I'm skeptical. I see "--without-libintl-prefix" warnings on many logs. I don't know what is causing it, but at least on DragonFly it doesn't appear to be removed. The difference is that those configure scripts just ignoring.
DragonFly doesn't have built-in libintl which may be a pertinent fact. John