Changeset 20612

Show
Ignore:
Timestamp:
07/31/07 15:40:52 (1 year ago)
Author:
patrick
Message:

Use Flagpoll more effectively to get data subdirectory paths.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/vrjuggler/vrjconfig/configure.ac

    r20610 r20612  
    180180VJ_VERSION_GROK(../VERSION) 
    181181 
     182TWEEK_DATA_DIR="share/$TWEEK_DATA_SUBDIR" 
     183JCCL_DATA_DIR="share/$JCCL_DATA_SUBDIR" 
     184 
    182185if test "x$ENABLE_VERSIONING" = "xyes" ; then 
    183    TWEEK_DATA_DIR="share/tweek-$TWEEK_VERSION" 
    184    JCCL_DATA_DIR="share/jccl-$JCCL_VERSION" 
    185186   VRJ_VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION" 
    186187   VRJ_DATA_VERSION="vrjuggler-$VRJ_VERSION_DOT" 
     
    193194# case. 
    194195else 
    195    TWEEK_DATA_DIR="share/tweek" 
    196    JCCL_DATA_DIR="share/jccl" 
    197196   VRJ_DATA_VERSION="vrjuggler" 
    198197   VRJ_DATA_DIR="share/vrjuggler"