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 729390 - build: Remove GNOME_COMMON_INIT
build: Remove GNOME_COMMON_INIT
Status: RESOLVED FIXED
Product: tomboy
Classification: Applications
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-02 14:19 UTC by Philip Withnall
Modified: 2016-09-08 19:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Remove GNOME_COMMON_INIT (1.00 KB, patch)
2014-05-02 14:19 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2014-05-02 14:19:17 UTC
Patch attached.
Comment 1 Philip Withnall 2014-05-02 14:19:19 UTC
Created attachment 275658 [details] [review]
build: Remove GNOME_COMMON_INIT

It is deprecated. Instead, ACLOCAL_AMFLAGS should be set in Makefile.am.
Comment 2 Alex Tereschenko 2016-09-08 19:40:13 UTC
Review of attachment 275658 [details] [review]:

Better late than never! :) Committed with fdb76590f71c3f8121366b3426f5ca0f5540e9e0. I see many more updates are necessary, but that would be a good start. Thanks for your patch, Philip.