Differences From Artifact [7e166ad565]:
- File configure.ac — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 2215) [annotate] [blame] [check-ins using]
To Artifact [b71924f513]:
- File configure.ac — part of check-in [2e03d03c52] at 2017-01-22 04:43:33 on branch trunk — Move build-related files to build-aux (user: js, size: 2278) [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 13 | + + | AC_INIT(ObjPgSQL, 0.1, js@webkeks.org) BUILDSYS_INIT AC_CONFIG_SRCDIR(src) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(build-aux/m4) 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)" |
︙ |