Differences From Artifact [78106fba24]:
- File configure.ac — part of check-in [7516424d65] at 2011-03-30 11:29:10 on branch trunk — Use the "js buildsys". (user: js, size: 1626) [annotate] [blame] [check-ins using]
To Artifact [e562a8afb1]:
- File
configure.ac
— part of check-in
[2cd55876c4]
at
2011-03-30 11:35:22
on branch trunk
— Only set OBJC if it is empty.
This way, OBJC can still be overridden. (user: js, size: 1649) [annotate] [blame] [check-ins using]
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | AC_INIT(ObjXMPP, 0.1, js@webkeks.org) AC_CONFIG_SRCDIR(src) AC_PATH_TOOL(OBJFW_CONFIG, objfw-config) |
︙ |