Changeset 2092


Ignore:
Timestamp:
Feb 10, 2011 12:58:23 PM (13 years ago)
Author:
gah
Message:
 
Location:
trunk/packages/vizservers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/configure

    r2088 r2092  
    606606LD_RPATH
    607607CG_DIR
     608FF_INC_SPEC
    608609DX_LIB_SPEC
    609610DX_INC_SPEC
     
    706707ac_user_opts='
    707708enable_option_checking
     709with_tcllib
     710with_rappture
    708711enable_64bit
    709712enable_64bit_vis
     
    711714enable_load
    712715with_x
    713 with_tcllib
    714 with_rappture
    715716'
    716717      ac_precious_vars='build_alias
     
    13511352  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    13521353  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    1353   --with-x                use the X Window System
    13541354  --with-tcllib=DIR       location of Tcl binary library libtclstubs.a
    13551355                          [default=/usr/lib]
    13561356  --with-rappture=DIR     location of rappture files lib/librappture2.a and
    13571357                          include/rappture2/rappture2.h [default=/usr]
     1358  --with-x                use the X Window System
    13581359
    13591360Some influential environment variables:
     
    26182619
    26192620ac_config_headers="$ac_config_headers nanovis/nvconf.h nanoscale/config.h"
     2621
     2622
     2623
     2624
     2625# Check whether --with-tcllib was given.
     2626if test "${with_tcllib+set}" = set; then :
     2627  withval=$with_tcllib; with_tcllib=$withval
     2628else
     2629  with_tcllib=""
     2630fi
     2631
     2632
     2633
     2634# Check whether --with-rappture was given.
     2635if test "${with_rappture+set}" = set; then :
     2636  withval=$with_rappture; with_rappture=$withval
     2637else
     2638  with_rappture=/usr
     2639fi
    26202640
    26212641
     
    79457965
    79467966
    7947 
    7948 # Check whether --with-tcllib was given.
    7949 if test "${with_tcllib+set}" = set; then :
    7950   withval=$with_tcllib; with_tcllib=$withval
    7951 else
    7952   with_tcllib=""
    7953 fi
    7954 
    7955 
    79567967#
    79577968# Need to check for the following dependencies:
     
    79968007
    79978008
    7998 
    7999 
    8000 
    8001 # Check whether --with-rappture was given.
    8002 if test "${with_rappture+set}" = set; then :
    8003   withval=$with_rappture; with_rappture=$withval
    8004 else
    8005   with_rappture=/usr
    8006 fi
    80078009
    80088010
     
    82288230
    82298231
    8230 for ac_header in <opencv/cv.h opencv/highgui.h
     8232for ac_header in opencv/cv.h opencv/highgui.h
    82318233do :
    82328234  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     
    82878289
    82888290
     8291save_CPPFLAGS=$CPPFLAGS
     8292# Test for redhat-specific location of ffmpeg headers.
     8293if test -d "/usr/include/ffmpeg" ; then
     8294  CPPFLAGS="$CPPFLAGS -I/usr/include/ffmpeg"
     8295  FF_INC_SPEC="-I/usr/include/ffmpeg"
     8296fi
     8297
     8298
    82898299for ac_header in ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h
    82908300do :
     
    83098319
    83108320done
     8321
     8322CPPFLAGS=$save_CPPFLAGS
    83118323
    83128324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for avcodec_alloc_frame in -lavcodec" >&5
  • trunk/packages/vizservers/nanovis/nvconf.h.in

    r2088 r2092  
    5151/* Define to 1 if you have the <netinet/in.h> header file. */
    5252#undef HAVE_NETINET_IN_H
     53
     54/* Define to 1 if you have the <opencv/cv.h> header file. */
     55#undef HAVE_OPENCV_CV_H
    5356
    5457/* Define to 1 if you have the <opencv/highgui.h> header file. */
Note: See TracChangeset for help on using the changeset viewer.