Vadim Zeitlin
8ed74043fa
Fix configure option for enabling CEF backend
...
Remove space between WX_ARG_ENABLE and the opening parenthesis, this is
not allowed in m4 syntax.
Also give an error, not a warning, if CEF header is not found as it
should exist if this option was explicitly specified.
2023-08-30 02:03:13 +02:00
Vadim Zeitlin
b6bfdd97c9
Merge branch 'master' into webview-chromium
...
Update to the latest master.
2023-08-30 02:03:00 +02:00
Vadim Zeitlin
e8fdb66741
Merge branch 'improve-configure'
...
Modernize configure.
See #23730 .
2023-07-28 13:25:52 +02:00
Vadim Zeitlin
d0ebba6f68
Increase required autoconf version to 2.69
...
This is pretty ancient by now (released 2012-04-24) and anything older
than it is really unlikely to be used on any development machine.
2023-07-24 00:12:05 +02:00
Vadim Zeitlin
a921f558d9
Remove configure.in to configure.ac
...
This is the extension expected by all non-ancient autoconf versions.
2023-07-24 00:11:26 +02:00