Overview
Comment: | Readd autogen.sh
Some old autoconf versions do not work properly when using autoreconf, |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
92aea1ca9097351c103bb5b995095da6 |
User & Date: | js on 2018-11-06 22:26:15 |
Other Links: | manifest | tags |
Context
2018-11-06
| ||
22:34 | Fix compilation with GCC check-in: 77e08a1214 user: js tags: trunk | |
22:26 | Readd autogen.sh check-in: 92aea1ca90 user: js tags: trunk | |
22:20 | Adjust to ObjFW changes check-in: 7a7f60e3e6 user: js tags: trunk | |
Changes
Added autogen.sh version [2112946f72].
Added build-aux/m4/buildsys.m4 version [fae9237ad2].
Modified configure.ac from [ee48687682] to [860027e03c].
1 2 3 4 | AC_INIT(ObjIRC, 0.1, js@heap.zone) BUILDSYS_INIT AC_CONFIG_SRCDIR(src) | | | 1 2 3 4 5 6 7 8 9 10 11 12 | AC_INIT(ObjIRC, 0.1, js@heap.zone) BUILDSYS_INIT AC_CONFIG_SRCDIR(src) AC_CONFIG_MACRO_DIR(build-aux/m4) AC_CONFIG_AUX_DIR(build-aux) AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config) AS_IF([test x"$OBJFW_CONFIG" = x""], [ AC_MSG_ERROR(You need ObjFW and objfw-config installed!) ]) |
︙ | ︙ |
Deleted m4/buildsys.m4 version [fae9237ad2].