Differences From Artifact [2cfb05cb9b]:
- File
kitsh/buildsrc/kitsh-0.0/configure.ac
— part of check-in
[2fded231c2]
at
2010-09-26 04:44:04
on branch trunk
— Added support for selecting which kit storage mechanism to use using
"--enable-kit-storage={zip|mk4}"
Updated CPPFLAGS to include -I options for zlib, for consistency (user: rkeene, size: 2513) [annotate] [blame] [check-ins using]
To Artifact [f480293811]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [f71575204d] at 2010-09-26 04:45:04 on branch trunk — Fixed result message for storage when not specified (user: rkeene, size: 2541) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
78 79 80 81 82 83 84 85 86 87 88 | AC_MSG_ERROR([Kit Storage cannot be disabled]) ;; *) AC_MSG_RESULT([fail]) AC_MSG_ERROR([Unknown kit storage type: $enableval]) ;; esac ]) dnl Produce output AC_OUTPUT(Makefile) | > > | 78 79 80 81 82 83 84 85 86 87 88 89 90 | AC_MSG_ERROR([Kit Storage cannot be disabled]) ;; *) AC_MSG_RESULT([fail]) AC_MSG_ERROR([Unknown kit storage type: $enableval]) ;; esac ], [ AC_MSG_RESULT([auto]) ]) dnl Produce output AC_OUTPUT(Makefile) |