GNOME Bugzilla – Bug 777617
'autogen.sh' deprecations and warnings and subdir warnings
Last modified: 2017-03-29 06:25:17 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.
t bz a# Bug 777617 - 'autogen.sh' deprecations and warnings and subdir warnings - NEW Thanks. Pushed to git master