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 752838 - Files in EXTRA_DIST depend on configure results
Files in EXTRA_DIST depend on configure results
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: build
1.25.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2015-07-24 17:29 UTC by Ross Lagerwall
Modified: 2015-08-04 19:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Make EXTRA_DIST independent of configure results (1.76 KB, patch)
2015-07-24 17:32 UTC, Ross Lagerwall
committed Details | Review

Description Ross Lagerwall 2015-07-24 17:29:44 UTC
This causes problems when running make dist.
Comment 1 Ross Lagerwall 2015-07-24 17:32:35 UTC
Created attachment 308093 [details] [review]
build: Make EXTRA_DIST independent of configure results

Make EXTRA_DIST independent of configure results otherwise the output of
"make dist" could be broken if the system on which "make dist" is run
does not have all the libraries installed.
Comment 2 Ondrej Holy 2015-08-04 07:40:41 UTC
Review of attachment 308093 [details] [review]:

Thanks, please push...
Comment 3 Ross Lagerwall 2015-08-04 19:59:25 UTC
Pushed to master as fc5f3be. Thanks for the review.