5f5404f8cb
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.
3 lines
55 B
Bash
Executable File
3 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
autoreconf --force --install -I config -I m4
|