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 777617 - 'autogen.sh' deprecations and warnings and subdir warnings
'autogen.sh' deprecations and warnings and subdir warnings
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2017-01-22 19:31 UTC by Phil Wyett
Modified: 2017-03-29 06:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes for both issues. (6.14 KB, patch)
2017-01-22 19:31 UTC, Phil Wyett
none Details | Review

Description Phil Wyett 2017-01-22 19:31:20 UTC
Created attachment 343996 [details] [review]
Fixes for both issues.

'autogen.sh' deprecations and warnings.

Messages:

***Warning*** USE_GNOME2_MACROS is deprecated, you may remove it from autogen.sh
***Warning*** PKG_NAME is deprecated, you may remove it from autogen.sh

Messages (many of these):

common/Makefile.am:4: warning: source file 'common/actions.c' is in a subdirectory,
common/Makefile.am:4: but option 'subdir-objects' is disabled
Makefile.am:101:   'common/Makefile.am' included from here
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.

Proposed fix diff attached.
Comment 1 Stef Walter 2017-03-29 06:25:17 UTC
t bz a# Bug 777617 - 'autogen.sh' deprecations and warnings and subdir warnings - NEW

Thanks. Pushed to git master