Overview
| Comment: | Update buildsys |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
758dc9704dbe3f64984371eedf2ba593 |
| User & Date: | js on 2021-11-21 21:43:17 |
| Other Links: | manifest | tags |
Context
|
2021-11-21
| ||
| 23:43 | Update buildsys (check-in: 2db857e42c user: js tags: trunk) | |
| 21:43 | Update buildsys (check-in: 758dc9704d user: js tags: trunk) | |
| 20:50 | Fix building with GnuTLS support on Windows (check-in: 2bdee7e97d user: js tags: trunk) | |
Changes
Modified build-aux/m4/buildsys.m4 from [3c7fd1fbe8] to [194c062082].
| ︙ | |||
201 202 203 204 205 206 207 | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 | - + + - + |
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=''
|
| ︙ |