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 729389 - build: Remove deprecated call to GNOME_COMMON_INIT
build: Remove deprecated call to GNOME_COMMON_INIT
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-05-02 13:45 UTC by Philip Withnall
Modified: 2014-05-02 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Remove deprecated call to GNOME_COMMON_INIT (1.05 KB, patch)
2014-05-02 13:45 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2014-05-02 13:45:50 UTC
This has been deprecated in gnome-common for a while.
Comment 1 Philip Withnall 2014-05-02 13:45:52 UTC
Created attachment 275656 [details] [review]
build: Remove deprecated call to GNOME_COMMON_INIT

It just sets ACLOCAL_AMFLAGS, which is already correctly set in
Makefile.am.

Also remove a duplicate AC_CONFIG_MACRO_DIR call.
Comment 2 Debarshi Ray 2014-05-02 15:06:23 UTC
Review of attachment 275656 [details] [review]:

Committed. Thanks for the patch, Philip.