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 667297 - build: Use ACLOCAL_FLAGS only if set in the environment
build: Use ACLOCAL_FLAGS only if set in the environment
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-04 20:02 UTC by Håvard Graff (hgr)
Modified: 2014-01-24 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1003 bytes, patch)
2012-01-04 20:02 UTC, Håvard Graff (hgr)
reviewed Details | Review

Description Håvard Graff (hgr) 2012-01-04 20:02:26 UTC
Created attachment 204615 [details] [review]
patch

.
Comment 1 Tim-Philipp Müller 2012-01-05 01:16:15 UTC
Because ... ?

(Besides, is this portable shell code?)
Comment 2 Akhil Laddha 2012-02-22 11:48:27 UTC
Håvard, ping, could you please respond to comment#1 ?
Comment 3 Idar Tollefsen 2012-05-15 14:37:32 UTC
There's a longer story behind this. In short, this was done when debugging some build issues where it turned out that ACLOCAL_FLAGS was set, but not exported, so they didn't take effect here.

As it stands here, it would only server to get rid of a extra space in the output when ACLOCAL_FLAGS is empty.

Portable shell code: Probably not. A "if test ..." had been better.

Please close as invalid/irrelevant.