Differences From Artifact [ee48687682]:
- File
configure.ac
— part of check-in
[9a8a6a9bf9]
at
2017-01-22 15:20:46
on branch trunk
— Do not run tests automatically
This is a bad idea as they require networking and do not terminate. (user: js, size: 1489) [annotate] [blame] [check-ins using]
To Artifact [860027e03c]:
- File
configure.ac
— part of check-in
[92aea1ca90]
at
2018-11-06 22:26:15
on branch trunk
— Readd autogen.sh
Some old autoconf versions do not work properly when using autoreconf,
but work fine when calling aclocal, autoconf and autoheader manually. (user: js, size: 1499) [annotate] [blame] [check-ins using]
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!) ]) |
︙ | ︙ |