autoconf and bakefile support for GTK+4
Add autoconf and bakefile support for detecting and using GTK+4, similar to how GTK+3 is detected and used. GTK+3 is checked for first before GTK+4, this can be overridden in `./configure` using `--with-gtk=4`. With GTK+4 the `__WXGTK4__` `#define` is also set in `setup.h.in`. This commit does not regenerate any files.
This commit is contained in:
9
aclocal.m4
vendored
9
aclocal.m4
vendored
@@ -1,8 +1,7 @@
|
||||
# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
|
||||
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
|
||||
# Inc.
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
@@ -12,6 +11,7 @@
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||||
m4_include([build/aclocal/ac_raf_func_which_getservbyname_r.m4])
|
||||
m4_include([build/aclocal/atomic_builtins.m4])
|
||||
m4_include([build/aclocal/ax_cflags_gcc_option.m4])
|
||||
@@ -23,6 +23,7 @@ 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/gtk.m4])
|
||||
m4_include([build/aclocal/pkg.m4])
|
||||
m4_include([build/aclocal/sdl.m4])
|
||||
|
Reference in New Issue
Block a user