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 750012 - build: Remove use of gnome-autogen.sh in autogen.sh
build: Remove use of gnome-autogen.sh in autogen.sh
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2015-05-28 08:14 UTC by Philip Withnall
Modified: 2016-01-11 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Remove use of gnome-autogen.sh in autogen.sh (4.93 KB, patch)
2015-05-28 08:14 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2015-05-28 08:14:17 UTC
This drops JHBuild’s dependency on gnome-common; instead, it now checks
directly for automake, autoconf, intltool and pkg-config. This removes
the version checks (they are now just presence checks), but this should
be OK because the versions JHBuild was checking for are ancient.
Comment 1 Philip Withnall 2015-05-28 08:14:21 UTC
Created attachment 304130 [details] [review]
build: Remove use of gnome-autogen.sh in autogen.sh
Comment 2 Javier Jardón (IRC: jjardon) 2016-01-06 14:37:29 UTC
Review of attachment 304130 [details] [review]:

Nice, thanks for the patch
Comment 3 Philip Withnall 2016-01-11 14:27:38 UTC
Attachment 304130 [details] pushed as 8fb0921 - build: Remove use of gnome-autogen.sh in autogen.sh