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 119142 - define plugindir in configure.ac
define plugindir in configure.ac
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal minor
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-05 02:24 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove plugindir defines in gst-plugins/gst/*/Makefile.am (26.38 KB, patch)
2003-08-09 23:48 UTC, David Schleef
none Details | Review
patch for gst-plugins/ext (20.52 KB, patch)
2003-08-09 23:55 UTC, David Schleef
none Details | Review
and one for gst-plugins/sys (3.34 KB, patch)
2003-08-10 00:04 UTC, David Schleef
none Details | Review

Description David Schleef 2003-08-05 02:24:20 UTC
currently, every Makefile.am defines plugindir.  It can, and probably
should, be defined in configure.ac.
Comment 1 David Schleef 2003-08-09 23:48:23 UTC
Created attachment 19066 [details] [review]
Patch to remove plugindir defines in gst-plugins/gst/*/Makefile.am
Comment 2 David Schleef 2003-08-09 23:50:35 UTC
Added (one) convenient patch if we want to revert this change. 
Changes also applied to configure.ac and testsuite/gst-lint (to check
for redundant definitions of plugindir.)
Comment 3 David Schleef 2003-08-09 23:55:07 UTC
Created attachment 19067 [details] [review]
patch for gst-plugins/ext
Comment 4 David Schleef 2003-08-10 00:04:41 UTC
Created attachment 19068 [details] [review]
and one for gst-plugins/sys
Comment 5 David Schleef 2003-08-10 00:06:02 UTC
Conversion done.  Please reopen the bug and yell at me if you notice
problems.