Re: configure.in vs. configure.ac clash

2002-03-08 Thread Akim Demaille
| > gd> configure sometarget --prefix... 'CFLAGS=$expanded_RPM_CFLAGS' | > | | Manual section `Configuring Other Packages in Subdirectories' does say | nothing for such a requirement. Is it a feature? It is a feature (the feature itself, not the mis-documentation). CFLAGS are peers have been

Re: configure.in vs. configure.ac clash

2002-03-07 Thread Alexandre Duret-Lutz
>>> "Denis" == Denis Barbier <[EMAIL PROTECTED]> writes: [...] Denis> Manual section `Configuring Other Packages in Subdirectories' does say Denis> nothing for such a requirement. Is it a feature? I don't know. Denis> If yes, why does autoconf not generate configure scripts within Denis>

Re: configure.in vs. configure.ac clash

2002-03-04 Thread Denis Barbier
On Sat, Mar 02, 2002 at 03:59:32PM +0100, Alexandre Duret-Lutz wrote: > >>> "gd" == Guido Draheim <[EMAIL PROTECTED]> writes: > > gd> while trying to create an rpm for the mp4h project, I jumped on the > gd> following problem: > > gd> - the toplevel configure has configure.ac > gd> - a subdi

Re: configure.in vs. configure.ac clash

2002-03-02 Thread Guido Draheim
Es schrieb Alexandre Duret-Lutz: > > >>> "gd" == Guido Draheim <[EMAIL PROTECTED]> writes: > > gd> while trying to create an rpm for the mp4h project, I jumped on the > gd> following problem: > > gd> - the toplevel configure has configure.ac > gd> - a subdir libltdl/ is copied in, which con

Re: configure.in vs. configure.ac clash

2002-03-02 Thread Alexandre Duret-Lutz
>>> "gd" == Guido Draheim <[EMAIL PROTECTED]> writes: gd> while trying to create an rpm for the mp4h project, I jumped on the gd> following problem: gd> - the toplevel configure has configure.ac gd> - a subdir libltdl/ is copied in, which contains a configure.in gd> - the rpm macro %configu

configure.in vs. configure.ac clash

2002-03-02 Thread Guido Draheim
while trying to create an rpm for the mp4h project, I jumped on the following problem: - the toplevel configure has configure.ac - a subdir libltdl/ is copied in, which contains a configure.in - the rpm macro %configure will expand to a line like CFLAGS=$RPM_CFLAGS configure --prefix - t