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 343678 - configure.ac incorrectly uses $(SED) rather than $SED
configure.ac incorrectly uses $(SED) rather than $SED
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other All
: Normal minor
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-02 10:39 UTC by Peter Kjellerstedt
Modified: 2006-06-09 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Correct $(SED) to $SED (658 bytes, patch)
2006-06-02 10:40 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2006-06-02 10:39:44 UTC
Please describe the problem:
The configure.ac script incorrectly uses $(SED) rather than $SED.
The attached patch should correct this.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Peter Kjellerstedt 2006-06-02 10:40:27 UTC
Created attachment 66651 [details] [review]
Correct $(SED) to $SED
Comment 2 Tim-Philipp Müller 2006-06-09 18:17:51 UTC
Thanks, committed:

2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Peter Kjellerstedt  <pkj at axis dot com>

        * configure.ac:
          We should use $SED and not $(SED) in configure.ac (#343678).