Changeset 20610
- Timestamp:
- 07/31/07 07:46:20 (1 year ago)
- Files:
-
- juggler/branches/2.2/modules/gadgeteer/configure.ac (modified) (1 diff)
- juggler/branches/2.2/modules/jackal/configure.ac (modified) (1 diff)
- juggler/branches/2.2/modules/sonix/configure.ac (modified) (1 diff)
- juggler/branches/2.2/modules/tweek/configure.ac (modified) (1 diff)
- juggler/branches/2.2/modules/vapor/configure.ac (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/configure.ac (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/vrjconfig/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/gadgeteer/configure.ac
r20571 r20610 230 230 # only the major and minor version numbers. 231 231 if test "x$ENABLE_VERSIONING" = "xyes" ; then 232 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION .$MICRO_VERSION"233 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION} _${MICRO_VERSION}"232 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION" 233 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}" 234 234 HEADER_VERSION="gadgeteer-$VERSION_DOT" 235 235 CLOSE_HEADER_VERSION='..' juggler/branches/2.2/modules/jackal/configure.ac
r20572 r20610 209 209 # only the major and minor version numbers. 210 210 if test "x$ENABLE_VERSIONING" = "xyes" ; then 211 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION .$MICRO_VERSION"212 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION} _${MICRO_VERSION}"211 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION" 212 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}" 213 213 214 214 HEADER_VERSION="jccl-$VERSION_DOT" juggler/branches/2.2/modules/sonix/configure.ac
r20573 r20610 162 162 # only the major and minor version numbers. 163 163 if test "x$ENABLE_VERSIONING" = "xyes" ; then 164 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION .$MICRO_VERSION"165 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION} _${MICRO_VERSION}"164 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION" 165 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}" 166 166 167 167 HEADER_VERSION="sonix-$VERSION_DOT" juggler/branches/2.2/modules/tweek/configure.ac
r20444 r20610 1109 1109 # only the major and minor version numbers. 1110 1110 if test "x$ENABLE_VERSIONING" = "xyes" ; then 1111 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION .$MICRO_VERSION"1112 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION} _${MICRO_VERSION}"1111 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION" 1112 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}" 1113 1113 1114 1114 HEADER_VERSION="tweek-$VERSION_DOT" juggler/branches/2.2/modules/vapor/configure.ac
r20576 r20610 828 828 # only the major and minor version numbers. 829 829 if test "x$ENABLE_VERSIONING" = "xyes" ; then 830 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION .$MICRO_VERSION"831 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION} _${MICRO_VERSION}"830 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION" 831 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}" 832 832 833 833 HEADER_VERSION="vpr-$VERSION_DOT" juggler/branches/2.2/modules/vrjuggler/configure.ac
r20574 r20610 295 295 # only the major and minor version numbers. 296 296 if test "x$ENABLE_VERSIONING" = "xyes" ; then 297 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION .$MICRO_VERSION"298 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION} _${MICRO_VERSION}"297 VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION" 298 VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}" 299 299 300 300 HEADER_VERSION="vrjuggler-$VERSION_DOT" juggler/branches/2.2/modules/vrjuggler/vrjconfig/configure.ac
r19729 r20610 183 183 TWEEK_DATA_DIR="share/tweek-$TWEEK_VERSION" 184 184 JCCL_DATA_DIR="share/jccl-$JCCL_VERSION" 185 VRJ_VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION .$MICRO_VERSION"185 VRJ_VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION" 186 186 VRJ_DATA_VERSION="vrjuggler-$VRJ_VERSION_DOT" 187 187 VRJ_DATA_DIR="share/vrjuggler-$VRJ_VERSION_DOT"
