GNOME Bugzilla – Bug 789906
stop using gnome-common
Last modified: 2017-11-24 19:26:43 UTC
gnome-common is deprecated. More information: https://wiki.gnome.org/Projects/GnomeCommon/Migration https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829972 I'll attach patches to move away from it.
Created attachment 362969 [details] [review] [1/5] build: Put third-party macros in m4/ aclocal can't install third-party macros, as required for the recommended invocation of intltoolize from https://wiki.gnome.org/Projects/GnomeCommon/Migration, without somewhere to put them.
Created attachment 362970 [details] [review] [2/5] build: Replace deprecated use of gnome-autogen.sh with recommended autogen.sh Taken from: https://wiki.gnome.org/Projects/GnomeCommon/Migration
Created attachment 362971 [details] [review] [3/5] build: Stop using GNOME_COMPILE_WARNINGS There is no point in checking for compiler warnings when we don't compile any C or C++ code.
Created attachment 362972 [details] [review] [4/5] build: Put various Autotools droppings in build-aux/ This is not strictly necessary, but seems more tidy than leaving them in the root directory.
Created attachment 362973 [details] [review] [5/5] .gitignore: Ignore generated localized help files
Applied and pushed. Thanks Simon!