| > 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
>>> "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>
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
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
>>> "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
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