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 720755 - bootstrap: use ./configure for xz
bootstrap: use ./configure for xz
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2013-12-19 16:41 UTC by Allison Karlitskaya (desrt)
Modified: 2014-01-02 05:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bootstrap: use ./configure for xz (1.04 KB, patch)
2013-12-19 16:41 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2013-12-19 16:41:26 UTC
The autogen.sh script in xz doesn't call ./configure when it's done
which results in us running 'make' in a directory with no Makefile.
Easy solution: just call ./configure directly.
Comment 1 Allison Karlitskaya (desrt) 2013-12-19 16:41:28 UTC
Created attachment 264552 [details] [review]
bootstrap: use ./configure for xz
Comment 2 fakey 2013-12-30 01:51:39 UTC
Review of attachment 264552 [details] [review]:

Thanks, fixes it for me.
Comment 3 Allison Karlitskaya (desrt) 2014-01-02 05:38:04 UTC
Attachment 264552 [details] pushed as a792225 - bootstrap: use ./configure for xz