Changeset 2558 for branches/blt4/packages/vizservers/configure
- Timestamp:
- Sep 21, 2011 9:37:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/packages/vizservers/configure
r2409 r2558 2632 2632 2633 2633 2634 with_vtk="yes"2635 with_vtk_libs=""2636 with_vtk_includes=""2637 with_rappture=""2638 with_tcllib=""2639 with_rappture="yes"2640 2641 2634 2642 2635 # Check whether --with-tcllib was given. … … 2662 2655 withval=$with_vtk_includes; with_vtk_includes=$withval 2663 2656 else 2664 with_vtk_includes= /usr/include/vtk-5.62657 with_vtk_includes="" 2665 2658 fi 2666 2659 … … 2671 2664 withval=$with_vtk_libs; with_vtk_libs=$withval 2672 2665 else 2673 with_vtk_libs= /usr/lib/vtk-5.62666 with_vtk_libs="" 2674 2667 fi 2675 2668 … … 8033 8026 fi 8034 8027 8035 RP2_INCL_DIR=""8036 8028 RP_DIR="" 8037 8029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rappture" >&5 … … 8041 8033 if test -r "$dir/include/rappture2/rappture2.h" -a \ 8042 8034 -r "$dir/lib/librappture.a"; then 8043 RP_INCL_SPEC="-I$dir/include"8044 8035 RP_DIR="$dir" 8036 RP_INC_SPEC="-I$dir/include -I$dir/include/rappture2" 8045 8037 RP_LIB_DIR="$dir/lib" 8046 8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dir" >&5 … … 8050 8042 done 8051 8043 else 8052 if test -d "$with_rappture" ; then8044 if test ! -d "$with_rappture" ; then 8053 8045 as_fn_error $? "--with-rappture: no such directory $with_rappture" "$LINENO" 5 8054 8046 fi 8055 RP_ LIB=$with_rappture8056 RP_INC L_SPEC="-I$with_rappture/include"8047 RP_DIR=$with_rappture 8048 RP_INC_SPEC="-I$with_rappture/include -I$with_rappture/include/rappture2" 8057 8049 RP_LIB_DIR="$with_rappture/lib" 8058 8050 fi … … 8089 8081 if test "x$with_vtk_libs" != "x"; then 8090 8082 VTK_LIB_DIR=$with_vtk_libs 8083 VTK_LIB_SPEC="-L$with_vtk_libs" 8091 8084 fi 8092 8085 … … 8493 8486 fi 8494 8487 8488 for ac_func in avformat_alloc_context 8489 do : 8490 ac_fn_cxx_check_func "$LINENO" "avformat_alloc_context" "ac_cv_func_avformat_alloc_context" 8491 if test "x$ac_cv_func_avformat_alloc_context" = xyes; then : 8492 cat >>confdefs.h <<_ACEOF 8493 #define HAVE_AVFORMAT_ALLOC_CONTEXT 1 8494 _ACEOF 8495 8496 fi 8497 done 8498 8495 8499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for av_free in -lavutil" >&5 8496 8500 $as_echo_n "checking for av_free in -lavutil... " >&6; } … … 8570 8574 CG_LIB_DIR="$dir/lib" 8571 8575 8572 echo CGDIR=$CG_DIR8573 8576 save_CPPFLAGS=$CPPFLAGS 8574 8577 CPPFLAGS="-I${CG_INC_DIR} $CPPFLAGS"
Note: See TracChangeset
for help on using the changeset viewer.