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

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

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

AC_DIVERT_PUSH and autoconf2.52

2002-03-02 Thread Dan Kegel
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

Re: AC_DIVERT_PUSH and autoconf2.52

2002-03-02 Thread Owen Taylor
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 >