Description of Problem: If --disable-nls is used with the ./configure script, and "make" run, no go :( Version-Release number of selected component (if applicable): 4.1 release How Reproducible: every time Steps to Reproduce: 1. ./configure --disable-nls 2. make 3. *BANG* Actual Results: @.... macros used in configure not being replaced Expected Results: clean build Additional Information: Build system has no gettext support at all, all other packages are built with --disable-nls, rpm blows up :-(
Created attachment 82084 [details] Patch to build rpm-4.1 with --disable-nls
The (probably messy, sorry) patch builds rpm-4.1 with --disable-nls for me. OTOH, I'm not sure my build environment has been entirely cleansed of gettext.
Patch checked in for bot rpm-4.1 and rpm-4.2. Please reopen this bug if there's more to do.