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 736482 - build fix: automake warnings
build fix: automake warnings
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks: 735974
 
 
Reported: 2014-09-11 14:35 UTC by Patrick Welche
Modified: 2014-09-11 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: fix automake warnings (2.26 KB, patch)
2014-09-11 14:42 UTC, Patrick Welche
accepted-commit_now Details | Review

Description Patrick Welche 2014-09-11 14:35:46 UTC
When working on Bug 735974, I came across some automake warnings, such as:

docs/reference/gnome-desktop3/Makefile.am:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
libgnome-desktop/Makefile.am:147: warning: EXTRA_DIST multiply defined in condition TRUE ...
libgnome-desktop/Makefile.am:4: ... 'EXTRA_DIST' previously defined here
tests/Makefile.am:13: warning: TESTS_ENVIRONMENT multiply defined in condition TRUE ...
glib-tap.mk:3: ... 'TESTS_ENVIRONMENT' previously defined here
tests/Makefile.am:1:   'glib-tap.mk' included from here
tests/Makefile.am:20: warning: EXTRA_DIST multiply defined in condition TRUE ...
glib-tap.mk:20: ... 'EXTRA_DIST' previously defined here
tests/Makefile.am:1:   'glib-tap.mk' included from here
Comment 1 Patrick Welche 2014-09-11 14:42:10 UTC
Created attachment 285916 [details] [review]
build: fix automake warnings
Comment 2 Bastien Nocera 2014-09-11 14:51:27 UTC
Review of attachment 285916 [details] [review]:

Looks fine.