Changeset 19745
- Timestamp:
- 01/03/07 15:05:47 (2 years ago)
- Files:
-
- juggler/trunk/modules/gadgeteer/configure.ac (modified) (1 diff)
- juggler/trunk/modules/jackal/configure.ac (modified) (1 diff)
- juggler/trunk/modules/sonix/configure.ac (modified) (1 diff)
- juggler/trunk/modules/tweek/configure.ac (modified) (1 diff)
- juggler/trunk/modules/vapor/configure.ac (modified) (2 diffs)
- juggler/trunk/modules/vrjuggler/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/gadgeteer/configure.ac
r19729 r19745 381 381 fi 382 382 383 # In Autoconf 2.60, datadir has been renamed to datarootdir. 384 if test "x$datarootdir" != "x" ; then 385 data_var="$datarootdir" 386 else 387 data_var="$datadir" 388 fi 389 383 390 # Make a best-effort attempt to extract the actual share directory from the 384 391 # full installation prefix. This is not foolproof, but it will work in almost 385 392 # all cases. A person would have to be doing something malicious or foolish 386 393 # to make it break. 387 data_subdir=`echo "$data dir" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"`394 data_subdir=`echo "$data_var" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"` 388 395 GADGET_SHARE_DIR="$data_subdir/$DATA_VERSION" 389 396 juggler/trunk/modules/jackal/configure.ac
r19729 r19745 354 354 fi 355 355 356 # In Autoconf 2.60, datadir has been renamed to datarootdir. 357 if test "x$datarootdir" != "x" ; then 358 data_var="$datarootdir" 359 else 360 data_var="$datadir" 361 fi 362 356 363 # Make a best-effort attempt to extract the actual share directory from the 357 364 # full installation prefix. This is not foolproof, but it will work in almost 358 365 # all cases. A person would have to be doing something malicious or foolish 359 366 # to make it break. 360 data_subdir=`echo "$data dir" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"`367 data_subdir=`echo "$data_var" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"` 361 368 JCCL_SHARE_DIR="$data_subdir/$DATA_VERSION" 362 369 juggler/trunk/modules/sonix/configure.ac
r19729 r19745 300 300 fi 301 301 302 # In Autoconf 2.60, datadir has been renamed to datarootdir. 303 if test "x$datarootdir" != "x" ; then 304 data_var="$datarootdir" 305 else 306 data_var="$datadir" 307 fi 308 302 309 # Make a best-effort attempt to extract the actual share directory from the 303 310 # full installation prefix. This is not foolproof, but it will work in almost 304 311 # all cases. A person would have to be doing something malicious or foolish 305 312 # to make it break. 306 data_subdir=`echo "$data dir" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"`313 data_subdir=`echo "$data_var" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"` 307 314 SNX_SHARE_DIR="$data_subdir/$DATA_VERSION" 308 315 juggler/trunk/modules/tweek/configure.ac
r19729 r19745 1276 1276 fi 1277 1277 1278 # In Autoconf 2.60, datadir has been renamed to datarootdir. 1279 if test "x$datarootdir" != "x" ; then 1280 data_var="$datarootdir" 1281 else 1282 data_var="$datadir" 1283 fi 1284 1278 1285 # Make a best-effort attempt to extract the actual share directory from the 1279 1286 # full installation prefix. This is not foolproof, but it will work in almost 1280 1287 # all cases. A person would have to be doing something malicious or foolish 1281 1288 # to make it break. 1282 data_subdir=`echo "$data dir" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"`1289 data_subdir=`echo "$data_var" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"` 1283 1290 TWEEK_SHARE_DIR="$data_subdir/$DATA_VERSION" 1284 1291 juggler/trunk/modules/vapor/configure.ac
r19729 r19745 967 967 fi 968 968 969 # In Autoconf 2.60, datadir has been renamed to datarootdir. 970 if test "x$datarootdir" != "x" ; then 971 data_var="$datarootdir" 972 else 973 data_var="$datadir" 974 fi 969 975 970 976 # Make a best-effort attempt to extract the actual share directory from the … … 972 978 # all cases. A person would have to be doing something malicious or foolish 973 979 # to make it break. 974 data_subdir=`echo "$data dir" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"`980 data_subdir=`echo "$data_var" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"` 975 981 VPR_SHARE_DIR="$data_subdir/$DATA_VERSION" 976 982 juggler/trunk/modules/vrjuggler/configure.ac
r19729 r19745 566 566 fi 567 567 568 # In Autoconf 2.60, datadir has been renamed to datarootdir. 569 if test "x$datarootdir" != "x" ; then 570 data_var="$datarootdir" 571 else 572 data_var="$datadir" 573 fi 574 568 575 # Make a best-effort attempt to extract the actual share directory from the 569 576 # full installation prefix. This is not foolproof, but it will work in almost 570 577 # all cases. A person would have to be doing something malicious or foolish 571 578 # to make it break. 572 data_subdir=`echo "$data dir" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"`579 data_subdir=`echo "$data_var" | sed -e 's|^${prefix}/||' -e "${_prefix_exp}"` 573 580 VJ_SHARE_DIR="$data_subdir/$DATA_VERSION" 574 581
