After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613281 - [PATCH] autogen.sh: Don't call configure with --enable-plugin-docs
[PATCH] autogen.sh: Don't call configure with --enable-plugin-docs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal trivial
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-18 22:18 UTC by Damien Lespiau
Modified: 2010-03-25 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh: Don't call configure with --enable-plugin-docs (850 bytes, patch)
2010-03-18 22:18 UTC, Damien Lespiau
committed Details | Review

Description Damien Lespiau 2010-03-18 22:18:34 UTC
Created attachment 156518 [details] [review]
autogen.sh: Don't call configure with --enable-plugin-docs

configure gives a nice warning:
configure: WARNING: unrecognized options: --enable-plugin-docs
and indeed, I could not find anything in the configure.ac or the m4
macros that would allow enabling that option. Remove it then.
Comment 1 Sebastian Dröge (slomo) 2010-03-25 07:26:11 UTC
Fixed in -base and -good. Thanks :)

commit 7683cf8eb347c6ffee62705223e66d2b8ef6b910
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Thu Mar 18 22:12:40 2010 +0000

    autogen.sh: Don't call configure with --enable-plugin-docs
    
    configure gives a nice warning:
    configure: WARNING: unrecognized options: --enable-plugin-docs
    and indeed, I could not find anything in the configure.ac or the m4
    macros that would allow enabling that option. Remove it then.


commit 3ef1c8071714a88e49ef21e992d56d125b2adec7
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Thu Mar 18 22:12:40 2010 +0000

    autogen.sh: Don't call configure with --enable-plugin-docs
    
    configure gives a nice warning:
    configure: WARNING: unrecognized options: --enable-plugin-docs
    and indeed, I could not find anything in the configure.ac or the m4
    macros that would allow enabling that option. Remove it then.