Commit graph

6 commits

Author SHA1 Message Date
Vadim Zeitlin
7adcc8f954 Don't use arm64 for universal binaries by default under macOS 10
This architecture is supported since macOS 11.
2023-12-19 02:11:06 +01:00
Vadim Zeitlin
be4c71f74b Default to arm64 + x86_64 universal binaries for wxOSX
Using i386 by default isn't useful any more -- but using arm64 is.
2023-12-11 18:30:09 +01:00
Vadim Zeitlin
aec49d9c9d Use dl_iterate_phdr() in wxDynamicLibrary::ListLoaded()
This has the advantage of returning libraries in their load order, which
is more useful than the unspecified order that was used before.

It also means that this function now has a chance of working under other
systems such as FreeBSD, which also provides dl_iterate_phdr().
2023-09-06 00:40:11 +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
Renamed from configure.in (Browse further)