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
>>> "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
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
I need to cross-compile glib, and that's easier to
do with autoconf2.52 than with the old autoconf2.13.
However, glib's configure.in,
http://cvs.gnome.org/lxr/source/glib/configure.in#18
uses the macro AC_DIVERT_PUSH which is not a documented
part of autoconf, and which no longer works the same w
Dan Kegel <[EMAIL PROTECTED]> writes:
> I need to cross-compile glib, and that's easier to
> do with autoconf2.52 than with the old autoconf2.13.
>
> However, glib's configure.in,
> http://cvs.gnome.org/lxr/source/glib/configure.in#18
> uses the macro AC_DIVERT_PUSH which is not a documented
>