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 636527 - Use autoreconf instead gnome-autogen.sh
Use autoreconf instead gnome-autogen.sh
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2010-12-05 17:16 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-12-06 12:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use autoreconf instead gnome-autogen.sh (3.13 KB, patch)
2010-12-05 17:17 UTC, Javier Jardón (IRC: jjardon)
none Details | Review

Description Javier Jardón (IRC: jjardon) 2010-12-05 17:16:33 UTC
autoreconf is the "upstream" tool and can replace gnome-common completely.
Also gnome-common is a bit unmaintained and there are plans to deprecate it.
Comment 1 Javier Jardón (IRC: jjardon) 2010-12-05 17:17:50 UTC
Created attachment 175881 [details] [review]
Use autoreconf instead gnome-autogen.sh
Comment 2 Martyn Russell 2010-12-06 11:03:42 UTC
Other than the fact that people will need to install autopoint (if using Ubuntu Meerkat), why remove the check for Vala? That's absolutely necessary.

Note: We don't depend on Vala for tarballs, only GIT based Tracker.

The rest of the patch seems fine to me.
Comment 3 Martyn Russell 2010-12-06 12:21:41 UTC
OK, so I have amended your patch so we still check for Vala in autogen.sh. We don't need Vala when building from a tarball and we want to keep it that way. I know that currently, we have a check for VALAC in configure.ac but that's actually only due to tracker-search-tool which we mean to switch for tracker-needle and then no longer need valac checks in configure.ac.

Thanks for the patch Javier ;)