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 732190 - Enable 'subdir-objects' automake option
Enable 'subdir-objects' automake option
Status: RESOLVED FIXED
Product: libgd
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: libgd maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-06-24 21:40 UTC by Christophe Fergeau
Modified: 2014-06-24 22:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Enable 'subdir-objects' automake option (1.43 KB, patch)
2014-06-24 21:40 UTC, Christophe Fergeau
committed Details | Review

Description Christophe Fergeau 2014-06-24 21:40:51 UTC
libgd's Makefile.am refers to source files in subdirectories, which
causes warnings with automake 1.14. Enabling the 'subdir-objects'
option silences these.

libgd/Makefile.am:29: warning: source file 'libgd/gd-types-catalog.c' is in a subdirectory,
libgd/Makefile.am:29: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
Comment 1 Christophe Fergeau 2014-06-24 21:40:59 UTC
Created attachment 279151 [details] [review]
Enable 'subdir-objects' automake option
Comment 2 Cosimo Cecchi 2014-06-24 21:46:58 UTC
Review of attachment 279151 [details] [review]:

OK
Comment 3 Christophe Fergeau 2014-06-24 22:16:59 UTC
Attachment 279151 [details] pushed as edccd97 - Enable 'subdir-objects' automake option