On Wed, May 29, 2002 at 03:45:55PM +0200, Alexander Leidinger wrote:
> On 29 Mai, Akos Maroy wrote:
> > A question: when I try to build an RPM from the above source, RPM calls 
> > the configure script in the following manner:
> > 
> > ./configure i386-redhat-linux <rpm-generated configure options>
> > 
> > 
> > The problem is, that with such an invocation, make install will not 
> > install $PREFIX/bin/lame, but $PREFIX/bin/i386-redhat-linux-lame. Also, 
> > the name of the man page will change accordingly. Is this intentional? 
> 
> No. But it seems auto* behaves like this. :-(
> 
> > How can one remove this name transformation feature? (I guess it's an 
> > autoconf / automake issue, I'm too good at these tools.)
> 
> I like to know this too, but I hadn't time yet to look at this.

    ./configure --program-prefix=

ie, just override the default (and yes, that's just emptyness after the =)

HTH
Bill
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to