[gstreamer-bugs] [Bug 534324] Cannot use autoreconf

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jun 11 08:39:44 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=534324

  GStreamer | gst-ffmpeg | Ver: 0.10.x

Ross Burton changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|NOTABUG                     |
            Summary|Cannot autogen from tarball |Cannot use autoreconf




------- Comment #3 from Ross Burton  2008-06-11 15:39 UTC -------
Our build system enforces a re-autogen (because we cross compile to non-Intel
architectures, existing configure scripts are often out of date) so we call
autoreconf after extracting the tarball.  With gst-ffmpeg this results in this:

| autoreconf: configure.ac: adding subdirectory gst-libs/ext/ffmpeg to
autoreconf
...
| autoreconf: running: gnu-configize
| gnu-configize: `configure.ac' or `configure.in' is required

Because you use AC_CONFIG_SUBDIRS() to run the ffmpeg configure script, but
autoreconf believes that means that it needs to generate it in that directory
too.

Whether this is a bug in autoconf or gst-ffmpeg is debatable.  The autoconf
manpage says AC_CONFIG_SUBDIRS runs the "configure script" in the directory but
doesn't say that it needs to be an autoconf script for bootstrapping.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=534324.




More information about the Gstreamer-bugs mailing list