Differences From Artifact [660cbad068]:
- File configure.ac — part of check-in [2c5a2c6dd7] at 2019-01-20 12:20:52 on branch trunk — Adjust to new objfw-config package format (user: js, size: 2326) [annotate] [blame] [check-ins using]
To Artifact [ebd3cbd325]:
- File configure.ac — part of check-in [8d32ca35ce] at 2020-04-05 23:10:19 on branch trunk — Fix type mismatch with GCC (user: js, size: 2323) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | AC_INIT(ObjOpenSSL, 0.1, js@nil.im) AC_CONFIG_SRCDIR(src) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(build-aux/m4) AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config) AS_IF([test x"$OBJFW_CONFIG" = x""], [ |
︙ | ︙ |