Fixes issues with autoconf
In particular, it removes any deprecated functionality wxWidgets only documents their deprecated m4 macros and gives a poor example Also to note in regard to wxWidgets, I removed any unneeded libraries from the linker line. Any warning messages provided by autoconf has been supressed in the most appropriate manner possible.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
if OS_WIN
|
||||
if ARCH_X86
|
||||
libobsdir = ../build/bin/32bit
|
||||
|
Reference in New Issue
Block a user