Replace AM_PATH_GTK_N_0() macros with use of PKG_CHECK_MODULES()
There is no reason not to use pkg-config nowadays and this allows to get rid of some third-party m4 files, which is always nice, and avoids warnings about GTK 3 and 4 macros being obsolete when regenerating configure with autoconf 2.71.
This commit is contained in:
parent
45ab9f5646
commit
04f7e0664b
7 changed files with 851 additions and 1685 deletions
3
aclocal.m4
vendored
3
aclocal.m4
vendored
|
|
@ -20,9 +20,6 @@ m4_include([build/aclocal/ax_func_which_gethostbyname_r.m4])
|
|||
m4_include([build/aclocal/ax_subdirs_configure.m4])
|
||||
m4_include([build/aclocal/bakefile-lang.m4])
|
||||
m4_include([build/aclocal/bakefile.m4])
|
||||
m4_include([build/aclocal/gtk-2.0.m4])
|
||||
m4_include([build/aclocal/gtk-3.0.m4])
|
||||
m4_include([build/aclocal/gtk-4.0.m4])
|
||||
m4_include([build/aclocal/pkg.m4])
|
||||
m4_include([build/aclocal/sdl.m4])
|
||||
m4_include([build/aclocal/visibility.m4])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue