Differences From Artifact [4c71660923]:
- File configure.ac — part of check-in [209a97ac11] at 2015-11-21 19:12:56 on branch trunk — Move {install-sh,config.{guess,sub}} to build-aux (user: js, size: 3709) [annotate] [blame] [check-ins using]
To Artifact [e46a35cd39]:
- File configure.ac — part of check-in [82b0fcb64a] at 2015-11-21 19:13:50 on branch trunk — Remove autogen.sh (user: js, size: 3733) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 | + | AC_INIT(ObjXMPP, 0.1, js@webkeks.org) BUILDSYS_INIT AC_CONFIG_SRCDIR(src) AC_CONFIG_MACRO_DIR(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!) ]) |
︙ |