Differences From Artifact [a231c1e9f4]:
- File
m4/buildsys.m4
— part of check-in
[07c754748a]
at
2020-02-18 23:52:12
on branch trunk
— Make use of -include again
OpenBSD make supports it now, so there's no need anymore to touch empty
deps files. (user: js, size: 11946) [annotate] [blame] [check-ins using]
To Artifact [90f081db1f]:
- File m4/buildsys.m4 — part of check-in [95204567d2] at 2020-04-19 14:06:16 on branch trunk — Don't use lib prefix for DLLs (user: js, size: 11955) [annotate] [blame] [check-ins using]
︙ | |||
180 181 182 183 184 185 186 | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | - + - + - - + + | INSTALL_PLUGIN='&& rm -fr ${DESTDIR}${plugindir}/$$i && cp -R $$i ${DESTDIR}${plugindir}/' UNINSTALL_PLUGIN='&& rm -fr ${DESTDIR}${plugindir}/$$i' CLEAN_LIB='' ;; mingw* | cygwin*) AC_MSG_RESULT(MinGW / Cygwin) LIB_CFLAGS='' |
︙ |