|
|
| version 1.37, 2025/05/16 13:22:57 | version 1.38, 2025/05/17 17:00:04 |
|---|---|
| Line 24 | Line 24 |
| # along with FreeM. If not, see <https://www.gnu.org/licenses/>. | # along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
| # | # |
| # $Log$ | # $Log$ |
| # Revision 1.38 2025/05/17 17:00:04 snw | |
| # Make it possible to select the modernized global handler with the configure script and update documentation and README.md | |
| # | |
| # Revision 1.37 2025/05/16 13:22:57 snw | # Revision 1.37 2025/05/16 13:22:57 snw |
| # Bump version to account for shared memory changes | # Bump version to account for shared memory changes |
| # | # |
| Line 180 AS_IF([test "x$enable_mwapi" = "xyes"], | Line 183 AS_IF([test "x$enable_mwapi" = "xyes"], |
| AX_LIB_MOTIF | AX_LIB_MOTIF |
| ]) | ]) |
| # | |
| # enable new global handler | |
| # | |
| AC_ARG_ENABLE([newglobals], AS_HELP_STRING([--enable-newglobals], [Enable modernized global handler (EXPERIMENTAL)])) | |
| AM_CONDITIONAL([USE_NEWGLOBALS], [test "x$enable_newglobals" = "xyes"]) | |
| AS_IF([test "x$enable_newglobals" = "xyes"], [ | |
| AC_DEFINE(USE_NEW_GLOBALS, 1, [Define if using new global handler]) | |
| ]) | |
| # check for wiringPi headers and library linkage for | # check for wiringPi headers and library linkage for |
| # ^$ZRPI ssv on Raspberry Pi SBCs | # ^$ZRPI ssv on Raspberry Pi SBCs |
| AC_CHECK_HEADERS(wiringPi.h) | AC_CHECK_HEADERS(wiringPi.h) |