Differences From Artifact [338f1818ba]:
- File configure.ac — part of check-in [f43f54ba69] at 2014-06-18 11:24:31 on branch trunk — Update buildsys (user: js, size: 3679) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 10 | 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_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!) ]) test x"$OBJC" = x"" && OBJC="$($OBJFW_CONFIG --objc)" |
︙ |