configure
上传用户:lijia5631
上传日期:2008-11-10
资源大小:1214k
文件大小:789k
源码类别:

视频捕捉/采集

开发平台:

MultiPlatform

  1.         if test -f "$root/MPI.h"; then
  2.             lam_incdir="$root"
  3.             break
  4.         fi
  5.         for postfix in include; do
  6.             if test -f "$root/$postfix/MPI.h"; then
  7.                 lam_incdir="$root/$postfix"
  8.                 break
  9.             fi
  10.         done
  11.         if test "x$lam_incdir" != "x"; then
  12.             break;
  13.         fi
  14.   done
  15.   if test "x$lam_incdir" = "x"; then
  16. if test "x" = "x"; then
  17. echo no
  18.          { { echo "$as_me:$LINENO: error: MPI.h not found" >&5
  19. echo "$as_me: error: MPI.h not found" >&2;}
  20.    { (exit 1); exit 1; }; }
  21. else
  22. echo "$as_me:$LINENO: result: no" >&5
  23. echo "${ECHO_T}no" >&6
  24. fi
  25.   else
  26. echo "$as_me:$LINENO: result: yes: $lam_incdir" >&5
  27. echo "${ECHO_T}yes: $lam_incdir" >&6
  28.   fi
  29.   INC_MPI="-I$lam_incdir"
  30.   # libs are at /usr/lib/lam/lib
  31.   # ACC_ADDTO(LIBS, -l)
  32.   CC=/usr/bin/mpiCC
  33. fi
  34. # don't build libdc1394 interface on Windows,
  35. # don't build CvCam interface on *nix
  36. case "$host" in
  37.   *-win32*)
  38.     have_hvdc1394_sources="no"
  39.     ;;
  40.   *-cygwin* | *-mingw*)
  41.     have_hvdc1394_sources="no"
  42.     ;;
  43.   *)
  44.     # Assume Unix.
  45.     ;;
  46. esac
  47. # Checks for headers/libraries required for libdc1394
  48. if test "$have_hvdc1394_sources" = "yes"; then
  49.   succeeded=no
  50.   if test -z "$PKG_CONFIG"; then
  51.     # Extract the first word of "pkg-config", so it can be a program name with args.
  52. set dummy pkg-config; ac_word=$2
  53. echo "$as_me:$LINENO: checking for $ac_word" >&5
  54. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  55. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  56.   echo $ECHO_N "(cached) $ECHO_C" >&6
  57. else
  58.   case $PKG_CONFIG in
  59.   [\/]* | ?:[\/]*)
  60.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  61.   ;;
  62.   *)
  63.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  64. for as_dir in $PATH
  65. do
  66.   IFS=$as_save_IFS
  67.   test -z "$as_dir" && as_dir=.
  68.   for ac_exec_ext in '' $ac_executable_extensions; do
  69.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  70.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  71.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  72.     break 2
  73.   fi
  74. done
  75. done
  76.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  77.   ;;
  78. esac
  79. fi
  80. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  81. if test -n "$PKG_CONFIG"; then
  82.   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  83. echo "${ECHO_T}$PKG_CONFIG" >&6
  84. else
  85.   echo "$as_me:$LINENO: result: no" >&5
  86. echo "${ECHO_T}no" >&6
  87. fi
  88.   fi
  89.   if test "$PKG_CONFIG" = "no" ; then
  90.      echo "*** The pkg-config script could not be found. Make sure it is"
  91.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  92.      echo "*** to the full path to pkg-config."
  93.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  94.   else
  95.      PKG_CONFIG_MIN_VERSION=0.9.0
  96.      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
  97.         echo "$as_me:$LINENO: checking for libraw1394 >= 1.1.0" >&5
  98. echo $ECHO_N "checking for libraw1394 >= 1.1.0... $ECHO_C" >&6
  99.         if $PKG_CONFIG --exists "libraw1394 >= 1.1.0" ; then
  100.             echo "$as_me:$LINENO: result: yes" >&5
  101. echo "${ECHO_T}yes" >&6
  102.             succeeded=yes
  103.             echo "$as_me:$LINENO: checking RAW1394_CFLAGS" >&5
  104. echo $ECHO_N "checking RAW1394_CFLAGS... $ECHO_C" >&6
  105.             RAW1394_CFLAGS=`$PKG_CONFIG --cflags "libraw1394 >= 1.1.0"`
  106.             echo "$as_me:$LINENO: result: $RAW1394_CFLAGS" >&5
  107. echo "${ECHO_T}$RAW1394_CFLAGS" >&6
  108.             echo "$as_me:$LINENO: checking RAW1394_LIBS" >&5
  109. echo $ECHO_N "checking RAW1394_LIBS... $ECHO_C" >&6
  110.             RAW1394_LIBS=`$PKG_CONFIG --libs "libraw1394 >= 1.1.0"`
  111.             echo "$as_me:$LINENO: result: $RAW1394_LIBS" >&5
  112. echo "${ECHO_T}$RAW1394_LIBS" >&6
  113.         else
  114.             RAW1394_CFLAGS=""
  115.             RAW1394_LIBS=""
  116.             ## If we have a custom action on failure, don't print errors, but
  117.             ## do set a variable so people can do so.
  118.             RAW1394_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libraw1394 >= 1.1.0"`
  119.         fi
  120.      else
  121.         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
  122.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  123.      fi
  124.   fi
  125.   if test $succeeded = yes; then
  126.      :
  127.   else
  128.      echo "searching for libraw1394 without pkg-config:"
  129.   fi
  130.   echo "$as_me:$LINENO: checking for libdc1394/dc1394_control.h" >&5
  131. echo $ECHO_N "checking for libdc1394/dc1394_control.h... $ECHO_C" >&6
  132.   dc1394_incdir2=""
  133.   for root in /usr /usr/local; do
  134.         if test -f "$root/libdc1394/dc1394_control.h"; then
  135.             dc1394_incdir2="$root"
  136.             break
  137.         fi
  138.         for postfix in include; do
  139.             if test -f "$root/$postfix/libdc1394/dc1394_control.h"; then
  140.                 dc1394_incdir2="$root/$postfix"
  141.                 break
  142.             fi
  143.         done
  144.         if test "x$dc1394_incdir2" != "x"; then
  145.             break;
  146.         fi
  147.   done
  148.   if test "x$dc1394_incdir2" = "x"; then
  149. if test "xwarn" = "x"; then
  150. echo no
  151.          { { echo "$as_me:$LINENO: error: libdc1394/dc1394_control.h not found" >&5
  152. echo "$as_me: error: libdc1394/dc1394_control.h not found" >&2;}
  153.    { (exit 1); exit 1; }; }
  154. else
  155. echo "$as_me:$LINENO: result: no" >&5
  156. echo "${ECHO_T}no" >&6
  157. fi
  158.   else
  159. echo "$as_me:$LINENO: result: yes: $dc1394_incdir2" >&5
  160. echo "${ECHO_T}yes: $dc1394_incdir2" >&6
  161.   fi
  162.   if test "x$RAW1394_CFLAGS" = "x" || test "x$dc1394_incdir2" = "x"; then
  163. { echo "$as_me:$LINENO: WARNING: libdc1394 headers not found - will not build hv_dc1394" >&5
  164. echo "$as_me: WARNING: libdc1394 headers not found - will not build hv_dc1394" >&2;}
  165. have_hvdc1394_sources="no"
  166.   fi
  167.   # X11 headers/library
  168.   echo "$as_me:$LINENO: checking for libX11.a" >&5
  169. echo $ECHO_N "checking for libX11.a... $ECHO_C" >&6
  170.   dc1394_libdir=""
  171.   for root in /usr/X11R6 /usr/local/X11R6; do
  172.         if test -f "$root/libX11.a"; then
  173.             dc1394_libdir="$root"
  174.             break
  175.         fi
  176.         for postfix in lib; do
  177.             if test -f "$root/$postfix/libX11.a"; then
  178.                 dc1394_libdir="$root/$postfix"
  179.                 break
  180.             fi
  181.         done
  182.         if test "x$dc1394_libdir" != "x"; then
  183.             break;
  184.         fi
  185.   done
  186.   if test "x$dc1394_libdir" = "x"; then
  187. if test "xwarn" = "x"; then
  188. echo no
  189.          { { echo "$as_me:$LINENO: error: libX11.a not found" >&5
  190. echo "$as_me: error: libX11.a not found" >&2;}
  191.    { (exit 1); exit 1; }; }
  192. else
  193. echo "$as_me:$LINENO: result: no" >&5
  194. echo "${ECHO_T}no" >&6
  195. fi
  196.   else
  197. echo "$as_me:$LINENO: result: yes: $dc1394_libdir" >&5
  198. echo "${ECHO_T}yes: $dc1394_libdir" >&6
  199.   fi
  200.   if test "x$dc1394_libdir" = "x"; then
  201. { echo "$as_me:$LINENO: WARNING: X11 libraries not found - will not build hv_dc1394" >&5
  202. echo "$as_me: WARNING: X11 libraries not found - will not build hv_dc1394" >&2;}
  203. have_hvdc1394_sources="no"
  204.   else
  205.    LIB_DC1394="$RAW1394_LIBS -L$dc1394_libdir"
  206.   fi
  207. for ac_header in X11/Xlib.h X11/Xutil.h X11/keysym.h
  208. do
  209. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  210. if eval "test "${$as_ac_Header+set}" = set"; then
  211.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  212. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  213. if eval "test "${$as_ac_Header+set}" = set"; then
  214.   echo $ECHO_N "(cached) $ECHO_C" >&6
  215. fi
  216. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  217. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  218. else
  219.   # Is the header compilable?
  220. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  221. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  222. cat >conftest.$ac_ext <<_ACEOF
  223. /* confdefs.h.  */
  224. _ACEOF
  225. cat confdefs.h >>conftest.$ac_ext
  226. cat >>conftest.$ac_ext <<_ACEOF
  227. /* end confdefs.h.  */
  228. $ac_includes_default
  229. #include <$ac_header>
  230. _ACEOF
  231. rm -f conftest.$ac_objext
  232. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  233.   (eval $ac_compile) 2>conftest.er1
  234.   ac_status=$?
  235.   grep -v '^ *+' conftest.er1 >conftest.err
  236.   rm -f conftest.er1
  237.   cat conftest.err >&5
  238.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  239.   (exit $ac_status); } &&
  240.  { ac_try='test -z "$ac_cxx_werror_flag"
  241.  || test ! -s conftest.err'
  242.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  243.   (eval $ac_try) 2>&5
  244.   ac_status=$?
  245.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  246.   (exit $ac_status); }; } &&
  247.  { ac_try='test -s conftest.$ac_objext'
  248.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  249.   (eval $ac_try) 2>&5
  250.   ac_status=$?
  251.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  252.   (exit $ac_status); }; }; then
  253.   ac_header_compiler=yes
  254. else
  255.   echo "$as_me: failed program was:" >&5
  256. sed 's/^/| /' conftest.$ac_ext >&5
  257. ac_header_compiler=no
  258. fi
  259. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  260. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  261. echo "${ECHO_T}$ac_header_compiler" >&6
  262. # Is the header present?
  263. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  264. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  265. cat >conftest.$ac_ext <<_ACEOF
  266. /* confdefs.h.  */
  267. _ACEOF
  268. cat confdefs.h >>conftest.$ac_ext
  269. cat >>conftest.$ac_ext <<_ACEOF
  270. /* end confdefs.h.  */
  271. #include <$ac_header>
  272. _ACEOF
  273. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  274.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  275.   ac_status=$?
  276.   grep -v '^ *+' conftest.er1 >conftest.err
  277.   rm -f conftest.er1
  278.   cat conftest.err >&5
  279.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  280.   (exit $ac_status); } >/dev/null; then
  281.   if test -s conftest.err; then
  282.     ac_cpp_err=$ac_cxx_preproc_warn_flag
  283.     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  284.   else
  285.     ac_cpp_err=
  286.   fi
  287. else
  288.   ac_cpp_err=yes
  289. fi
  290. if test -z "$ac_cpp_err"; then
  291.   ac_header_preproc=yes
  292. else
  293.   echo "$as_me: failed program was:" >&5
  294. sed 's/^/| /' conftest.$ac_ext >&5
  295.   ac_header_preproc=no
  296. fi
  297. rm -f conftest.err conftest.$ac_ext
  298. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  299. echo "${ECHO_T}$ac_header_preproc" >&6
  300. # So?  What about this header?
  301. case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
  302.   yes:no: )
  303.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  304. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  305.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  306. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  307.     ac_header_preproc=yes
  308.     ;;
  309.   no:yes:* )
  310.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  311. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  312.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  313. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  314.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  315. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  316.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  317. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  318.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  319. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  320.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  321. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  322.     (
  323.       cat <<_ASBOX
  324. ## ------------------------------ ##
  325. ## Report this to google://handvu ##
  326. ## ------------------------------ ##
  327. _ASBOX
  328.     ) |
  329.       sed "s/^/$as_me: WARNING:     /" >&2
  330.     ;;
  331. esac
  332. echo "$as_me:$LINENO: checking for $ac_header" >&5
  333. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  334. if eval "test "${$as_ac_Header+set}" = set"; then
  335.   echo $ECHO_N "(cached) $ECHO_C" >&6
  336. else
  337.   eval "$as_ac_Header=$ac_header_preproc"
  338. fi
  339. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  340. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  341. fi
  342. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  343.   cat >>confdefs.h <<_ACEOF
  344. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  345. _ACEOF
  346. fi
  347. done
  348. fi
  349. if test "$have_hvdc1394_sources" = "yes"; then
  350.    SUBDIR_HVDC1394=hv_dc1394
  351. fi
  352. # Checks for ARtoolkit headers and library
  353. if test "$have_hvartk_sources" = "yes"; then
  354.   echo "$as_me:$LINENO: checking for AR/ar.h" >&5
  355. echo $ECHO_N "checking for AR/ar.h... $ECHO_C" >&6
  356.   artk_incdir=""
  357.   for root in $inc_artk 
  358. "$abs_top_srcdir/ARToolKit2.61" 
  359. $HOME/ARToolKit2.61 
  360. /usr/local; do
  361.         if test -f "$root/AR/ar.h"; then
  362.             artk_incdir="$root"
  363.             break
  364.         fi
  365.         for postfix in include; do
  366.             if test -f "$root/$postfix/AR/ar.h"; then
  367.                 artk_incdir="$root/$postfix"
  368.                 break
  369.             fi
  370.         done
  371.         if test "x$artk_incdir" != "x"; then
  372.             break;
  373.         fi
  374.   done
  375.   if test "x$artk_incdir" = "x"; then
  376. if test "xwarn" = "x"; then
  377. echo no
  378.          { { echo "$as_me:$LINENO: error: AR/ar.h not found" >&5
  379. echo "$as_me: error: AR/ar.h not found" >&2;}
  380.    { (exit 1); exit 1; }; }
  381. else
  382. echo "$as_me:$LINENO: result: no" >&5
  383. echo "${ECHO_T}no" >&6
  384. fi
  385.   else
  386. echo "$as_me:$LINENO: result: yes: $artk_incdir" >&5
  387. echo "${ECHO_T}yes: $artk_incdir" >&6
  388.   fi
  389.   if test "x$artk_incdir" = "x"; then
  390. { echo "$as_me:$LINENO: WARNING: ARToolKit headers not found - will not build hv_ARtk" >&5
  391. echo "$as_me: WARNING: ARToolKit headers not found - will not build hv_ARtk" >&2;}
  392. have_hvartk_sources="no"
  393.   else
  394.    INC_ARTK="-I$artk_incdir"
  395.   fi
  396.   echo "$as_me:$LINENO: checking for libAR.a" >&5
  397. echo $ECHO_N "checking for libAR.a... $ECHO_C" >&6
  398.   artk_libdir=""
  399.   for root in $inc_artk 
  400. "$abs_top_srcdir/ARToolKit2.61" 
  401. $HOME/ARToolKit2.61 
  402. /usr/local; do
  403.         if test -f "$root/libAR.a"; then
  404.             artk_libdir="$root"
  405.             break
  406.         fi
  407.         for postfix in lib; do
  408.             if test -f "$root/$postfix/libAR.a"; then
  409.                 artk_libdir="$root/$postfix"
  410.                 break
  411.             fi
  412.         done
  413.         if test "x$artk_libdir" != "x"; then
  414.             break;
  415.         fi
  416.   done
  417.   if test "x$artk_libdir" = "x"; then
  418. if test "xwarn" = "x"; then
  419. echo no
  420.          { { echo "$as_me:$LINENO: error: libAR.a not found" >&5
  421. echo "$as_me: error: libAR.a not found" >&2;}
  422.    { (exit 1); exit 1; }; }
  423. else
  424. echo "$as_me:$LINENO: result: no" >&5
  425. echo "${ECHO_T}no" >&6
  426. fi
  427.   else
  428. echo "$as_me:$LINENO: result: yes: $artk_libdir" >&5
  429. echo "${ECHO_T}yes: $artk_libdir" >&6
  430.   fi
  431.   if test "x$artk_libdir" = "x"; then
  432. { echo "$as_me:$LINENO: WARNING: ARToolKit libraries not found - will not build hv_ARtk" >&5
  433. echo "$as_me: WARNING: ARToolKit libraries not found - will not build hv_ARtk" >&2;}
  434. have_hvartk_sources="no"
  435.   else
  436.    LIB_ARTK="-L$artk_libdir"
  437.   fi
  438. for ac_header in GL/gl.h GL/glut.h SDL/SDL.h
  439. do
  440. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  441. if eval "test "${$as_ac_Header+set}" = set"; then
  442.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  443. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  444. if eval "test "${$as_ac_Header+set}" = set"; then
  445.   echo $ECHO_N "(cached) $ECHO_C" >&6
  446. fi
  447. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  448. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  449. else
  450.   # Is the header compilable?
  451. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  452. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  453. cat >conftest.$ac_ext <<_ACEOF
  454. /* confdefs.h.  */
  455. _ACEOF
  456. cat confdefs.h >>conftest.$ac_ext
  457. cat >>conftest.$ac_ext <<_ACEOF
  458. /* end confdefs.h.  */
  459. $ac_includes_default
  460. #include <$ac_header>
  461. _ACEOF
  462. rm -f conftest.$ac_objext
  463. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  464.   (eval $ac_compile) 2>conftest.er1
  465.   ac_status=$?
  466.   grep -v '^ *+' conftest.er1 >conftest.err
  467.   rm -f conftest.er1
  468.   cat conftest.err >&5
  469.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  470.   (exit $ac_status); } &&
  471.  { ac_try='test -z "$ac_cxx_werror_flag"
  472.  || test ! -s conftest.err'
  473.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  474.   (eval $ac_try) 2>&5
  475.   ac_status=$?
  476.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  477.   (exit $ac_status); }; } &&
  478.  { ac_try='test -s conftest.$ac_objext'
  479.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  480.   (eval $ac_try) 2>&5
  481.   ac_status=$?
  482.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  483.   (exit $ac_status); }; }; then
  484.   ac_header_compiler=yes
  485. else
  486.   echo "$as_me: failed program was:" >&5
  487. sed 's/^/| /' conftest.$ac_ext >&5
  488. ac_header_compiler=no
  489. fi
  490. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  491. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  492. echo "${ECHO_T}$ac_header_compiler" >&6
  493. # Is the header present?
  494. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  495. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  496. cat >conftest.$ac_ext <<_ACEOF
  497. /* confdefs.h.  */
  498. _ACEOF
  499. cat confdefs.h >>conftest.$ac_ext
  500. cat >>conftest.$ac_ext <<_ACEOF
  501. /* end confdefs.h.  */
  502. #include <$ac_header>
  503. _ACEOF
  504. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  505.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  506.   ac_status=$?
  507.   grep -v '^ *+' conftest.er1 >conftest.err
  508.   rm -f conftest.er1
  509.   cat conftest.err >&5
  510.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  511.   (exit $ac_status); } >/dev/null; then
  512.   if test -s conftest.err; then
  513.     ac_cpp_err=$ac_cxx_preproc_warn_flag
  514.     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  515.   else
  516.     ac_cpp_err=
  517.   fi
  518. else
  519.   ac_cpp_err=yes
  520. fi
  521. if test -z "$ac_cpp_err"; then
  522.   ac_header_preproc=yes
  523. else
  524.   echo "$as_me: failed program was:" >&5
  525. sed 's/^/| /' conftest.$ac_ext >&5
  526.   ac_header_preproc=no
  527. fi
  528. rm -f conftest.err conftest.$ac_ext
  529. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  530. echo "${ECHO_T}$ac_header_preproc" >&6
  531. # So?  What about this header?
  532. case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
  533.   yes:no: )
  534.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  535. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  536.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  537. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  538.     ac_header_preproc=yes
  539.     ;;
  540.   no:yes:* )
  541.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  542. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  543.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  544. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  545.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  546. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  547.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  548. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  549.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  550. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  551.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  552. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  553.     (
  554.       cat <<_ASBOX
  555. ## ------------------------------ ##
  556. ## Report this to google://handvu ##
  557. ## ------------------------------ ##
  558. _ASBOX
  559.     ) |
  560.       sed "s/^/$as_me: WARNING:     /" >&2
  561.     ;;
  562. esac
  563. echo "$as_me:$LINENO: checking for $ac_header" >&5
  564. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  565. if eval "test "${$as_ac_Header+set}" = set"; then
  566.   echo $ECHO_N "(cached) $ECHO_C" >&6
  567. else
  568.   eval "$as_ac_Header=$ac_header_preproc"
  569. fi
  570. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  571. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  572. fi
  573. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  574.   cat >>confdefs.h <<_ACEOF
  575. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  576. _ACEOF
  577. fi
  578. done
  579. fi
  580. if test "$have_hvartk_sources" = "yes"; then
  581.    SUBDIR_HVARTK=hv_ARtk
  582. fi
  583. # Checks for typedefs, structures, and compiler characteristics.
  584. echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
  585. echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
  586. if test "${ac_cv_header_stdbool_h+set}" = set; then
  587.   echo $ECHO_N "(cached) $ECHO_C" >&6
  588. else
  589.   cat >conftest.$ac_ext <<_ACEOF
  590. /* confdefs.h.  */
  591. _ACEOF
  592. cat confdefs.h >>conftest.$ac_ext
  593. cat >>conftest.$ac_ext <<_ACEOF
  594. /* end confdefs.h.  */
  595. #include <stdbool.h>
  596. #ifndef bool
  597. # error bool is not defined
  598. #endif
  599. #ifndef false
  600. # error false is not defined
  601. #endif
  602. #if false
  603. # error false is not 0
  604. #endif
  605. #ifndef true
  606. # error true is not defined
  607. #endif
  608. #if true != 1
  609. # error true is not 1
  610. #endif
  611. #ifndef __bool_true_false_are_defined
  612. # error __bool_true_false_are_defined is not defined
  613. #endif
  614. struct s { _Bool s: 1; _Bool t; } s;
  615. char a[true == 1 ? 1 : -1];
  616. char b[false == 0 ? 1 : -1];
  617. char c[__bool_true_false_are_defined == 1 ? 1 : -1];
  618. char d[(bool) -0.5 == true ? 1 : -1];
  619. bool e = &s;
  620. char f[(_Bool) -0.0 == false ? 1 : -1];
  621. char g[true];
  622. char h[sizeof (_Bool)];
  623. char i[sizeof s.t];
  624. int
  625. main ()
  626. {
  627.  return !a + !b + !c + !d + !e + !f + !g + !h + !i;
  628.   ;
  629.   return 0;
  630. }
  631. _ACEOF
  632. rm -f conftest.$ac_objext
  633. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  634.   (eval $ac_compile) 2>conftest.er1
  635.   ac_status=$?
  636.   grep -v '^ *+' conftest.er1 >conftest.err
  637.   rm -f conftest.er1
  638.   cat conftest.err >&5
  639.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  640.   (exit $ac_status); } &&
  641.  { ac_try='test -z "$ac_cxx_werror_flag"
  642.  || test ! -s conftest.err'
  643.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  644.   (eval $ac_try) 2>&5
  645.   ac_status=$?
  646.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  647.   (exit $ac_status); }; } &&
  648.  { ac_try='test -s conftest.$ac_objext'
  649.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  650.   (eval $ac_try) 2>&5
  651.   ac_status=$?
  652.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  653.   (exit $ac_status); }; }; then
  654.   ac_cv_header_stdbool_h=yes
  655. else
  656.   echo "$as_me: failed program was:" >&5
  657. sed 's/^/| /' conftest.$ac_ext >&5
  658. ac_cv_header_stdbool_h=no
  659. fi
  660. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  661. fi
  662. echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
  663. echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
  664. echo "$as_me:$LINENO: checking for _Bool" >&5
  665. echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
  666. if test "${ac_cv_type__Bool+set}" = set; then
  667.   echo $ECHO_N "(cached) $ECHO_C" >&6
  668. else
  669.   cat >conftest.$ac_ext <<_ACEOF
  670. /* confdefs.h.  */
  671. _ACEOF
  672. cat confdefs.h >>conftest.$ac_ext
  673. cat >>conftest.$ac_ext <<_ACEOF
  674. /* end confdefs.h.  */
  675. $ac_includes_default
  676. int
  677. main ()
  678. {
  679. if ((_Bool *) 0)
  680.   return 0;
  681. if (sizeof (_Bool))
  682.   return 0;
  683.   ;
  684.   return 0;
  685. }
  686. _ACEOF
  687. rm -f conftest.$ac_objext
  688. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  689.   (eval $ac_compile) 2>conftest.er1
  690.   ac_status=$?
  691.   grep -v '^ *+' conftest.er1 >conftest.err
  692.   rm -f conftest.er1
  693.   cat conftest.err >&5
  694.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  695.   (exit $ac_status); } &&
  696.  { ac_try='test -z "$ac_cxx_werror_flag"
  697.  || test ! -s conftest.err'
  698.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  699.   (eval $ac_try) 2>&5
  700.   ac_status=$?
  701.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  702.   (exit $ac_status); }; } &&
  703.  { ac_try='test -s conftest.$ac_objext'
  704.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  705.   (eval $ac_try) 2>&5
  706.   ac_status=$?
  707.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  708.   (exit $ac_status); }; }; then
  709.   ac_cv_type__Bool=yes
  710. else
  711.   echo "$as_me: failed program was:" >&5
  712. sed 's/^/| /' conftest.$ac_ext >&5
  713. ac_cv_type__Bool=no
  714. fi
  715. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  716. fi
  717. echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
  718. echo "${ECHO_T}$ac_cv_type__Bool" >&6
  719. if test $ac_cv_type__Bool = yes; then
  720. cat >>confdefs.h <<_ACEOF
  721. #define HAVE__BOOL 1
  722. _ACEOF
  723. fi
  724. if test $ac_cv_header_stdbool_h = yes; then
  725. cat >>confdefs.h <<_ACEOF
  726. #define HAVE_STDBOOL_H 1
  727. _ACEOF
  728. fi
  729. echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
  730. echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  731. if test "${ac_cv_c_const+set}" = set; then
  732.   echo $ECHO_N "(cached) $ECHO_C" >&6
  733. else
  734.   cat >conftest.$ac_ext <<_ACEOF
  735. /* confdefs.h.  */
  736. _ACEOF
  737. cat confdefs.h >>conftest.$ac_ext
  738. cat >>conftest.$ac_ext <<_ACEOF
  739. /* end confdefs.h.  */
  740. int
  741. main ()
  742. {
  743. /* FIXME: Include the comments suggested by Paul. */
  744. #ifndef __cplusplus
  745.   /* Ultrix mips cc rejects this.  */
  746.   typedef int charset[2];
  747.   const charset x;
  748.   /* SunOS 4.1.1 cc rejects this.  */
  749.   char const *const *ccp;
  750.   char **p;
  751.   /* NEC SVR4.0.2 mips cc rejects this.  */
  752.   struct point {int x, y;};
  753.   static struct point const zero = {0,0};
  754.   /* AIX XL C 1.02.0.0 rejects this.
  755.      It does not let you subtract one const X* pointer from another in
  756.      an arm of an if-expression whose if-part is not a constant
  757.      expression */
  758.   const char *g = "string";
  759.   ccp = &g + (g ? g-g : 0);
  760.   /* HPUX 7.0 cc rejects these. */
  761.   ++ccp;
  762.   p = (char**) ccp;
  763.   ccp = (char const *const *) p;
  764.   { /* SCO 3.2v4 cc rejects this.  */
  765.     char *t;
  766.     char const *s = 0 ? (char *) 0 : (char const *) 0;
  767.     *t++ = 0;
  768.   }
  769.   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  770.     int x[] = {25, 17};
  771.     const int *foo = &x[0];
  772.     ++foo;
  773.   }
  774.   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  775.     typedef const int *iptr;
  776.     iptr p = 0;
  777.     ++p;
  778.   }
  779.   { /* AIX XL C 1.02.0.0 rejects this saying
  780.        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  781.     struct s { int j; const int *ap[3]; };
  782.     struct s *b; b->j = 5;
  783.   }
  784.   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  785.     const int foo = 10;
  786.   }
  787. #endif
  788.   ;
  789.   return 0;
  790. }
  791. _ACEOF
  792. rm -f conftest.$ac_objext
  793. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  794.   (eval $ac_compile) 2>conftest.er1
  795.   ac_status=$?
  796.   grep -v '^ *+' conftest.er1 >conftest.err
  797.   rm -f conftest.er1
  798.   cat conftest.err >&5
  799.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  800.   (exit $ac_status); } &&
  801.  { ac_try='test -z "$ac_cxx_werror_flag"
  802.  || test ! -s conftest.err'
  803.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  804.   (eval $ac_try) 2>&5
  805.   ac_status=$?
  806.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  807.   (exit $ac_status); }; } &&
  808.  { ac_try='test -s conftest.$ac_objext'
  809.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  810.   (eval $ac_try) 2>&5
  811.   ac_status=$?
  812.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  813.   (exit $ac_status); }; }; then
  814.   ac_cv_c_const=yes
  815. else
  816.   echo "$as_me: failed program was:" >&5
  817. sed 's/^/| /' conftest.$ac_ext >&5
  818. ac_cv_c_const=no
  819. fi
  820. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  821. fi
  822. echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
  823. echo "${ECHO_T}$ac_cv_c_const" >&6
  824. if test $ac_cv_c_const = no; then
  825. cat >>confdefs.h <<_ACEOF
  826. #define const
  827. _ACEOF
  828. fi
  829. echo "$as_me:$LINENO: checking for inline" >&5
  830. echo $ECHO_N "checking for inline... $ECHO_C" >&6
  831. if test "${ac_cv_c_inline+set}" = set; then
  832.   echo $ECHO_N "(cached) $ECHO_C" >&6
  833. else
  834.   ac_cv_c_inline=no
  835. for ac_kw in inline __inline__ __inline; do
  836.   cat >conftest.$ac_ext <<_ACEOF
  837. /* confdefs.h.  */
  838. _ACEOF
  839. cat confdefs.h >>conftest.$ac_ext
  840. cat >>conftest.$ac_ext <<_ACEOF
  841. /* end confdefs.h.  */
  842. #ifndef __cplusplus
  843. typedef int foo_t;
  844. static $ac_kw foo_t static_foo () {return 0; }
  845. $ac_kw foo_t foo () {return 0; }
  846. #endif
  847. _ACEOF
  848. rm -f conftest.$ac_objext
  849. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  850.   (eval $ac_compile) 2>conftest.er1
  851.   ac_status=$?
  852.   grep -v '^ *+' conftest.er1 >conftest.err
  853.   rm -f conftest.er1
  854.   cat conftest.err >&5
  855.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  856.   (exit $ac_status); } &&
  857.  { ac_try='test -z "$ac_cxx_werror_flag"
  858.  || test ! -s conftest.err'
  859.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  860.   (eval $ac_try) 2>&5
  861.   ac_status=$?
  862.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  863.   (exit $ac_status); }; } &&
  864.  { ac_try='test -s conftest.$ac_objext'
  865.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  866.   (eval $ac_try) 2>&5
  867.   ac_status=$?
  868.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  869.   (exit $ac_status); }; }; then
  870.   ac_cv_c_inline=$ac_kw; break
  871. else
  872.   echo "$as_me: failed program was:" >&5
  873. sed 's/^/| /' conftest.$ac_ext >&5
  874. fi
  875. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  876. done
  877. fi
  878. echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
  879. echo "${ECHO_T}$ac_cv_c_inline" >&6
  880. case $ac_cv_c_inline in
  881.   inline | yes) ;;
  882.   *)
  883.     case $ac_cv_c_inline in
  884.       no) ac_val=;;
  885.       *) ac_val=$ac_cv_c_inline;;
  886.     esac
  887.     cat >>confdefs.h <<_ACEOF
  888. #ifndef __cplusplus
  889. #define inline $ac_val
  890. #endif
  891. _ACEOF
  892.     ;;
  893. esac
  894. #AC_C_RESTRICT
  895. echo "$as_me:$LINENO: checking for size_t" >&5
  896. echo $ECHO_N "checking for size_t... $ECHO_C" >&6
  897. if test "${ac_cv_type_size_t+set}" = set; then
  898.   echo $ECHO_N "(cached) $ECHO_C" >&6
  899. else
  900.   cat >conftest.$ac_ext <<_ACEOF
  901. /* confdefs.h.  */
  902. _ACEOF
  903. cat confdefs.h >>conftest.$ac_ext
  904. cat >>conftest.$ac_ext <<_ACEOF
  905. /* end confdefs.h.  */
  906. $ac_includes_default
  907. int
  908. main ()
  909. {
  910. if ((size_t *) 0)
  911.   return 0;
  912. if (sizeof (size_t))
  913.   return 0;
  914.   ;
  915.   return 0;
  916. }
  917. _ACEOF
  918. rm -f conftest.$ac_objext
  919. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  920.   (eval $ac_compile) 2>conftest.er1
  921.   ac_status=$?
  922.   grep -v '^ *+' conftest.er1 >conftest.err
  923.   rm -f conftest.er1
  924.   cat conftest.err >&5
  925.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  926.   (exit $ac_status); } &&
  927.  { ac_try='test -z "$ac_cxx_werror_flag"
  928.  || test ! -s conftest.err'
  929.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  930.   (eval $ac_try) 2>&5
  931.   ac_status=$?
  932.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  933.   (exit $ac_status); }; } &&
  934.  { ac_try='test -s conftest.$ac_objext'
  935.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  936.   (eval $ac_try) 2>&5
  937.   ac_status=$?
  938.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  939.   (exit $ac_status); }; }; then
  940.   ac_cv_type_size_t=yes
  941. else
  942.   echo "$as_me: failed program was:" >&5
  943. sed 's/^/| /' conftest.$ac_ext >&5
  944. ac_cv_type_size_t=no
  945. fi
  946. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  947. fi
  948. echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
  949. echo "${ECHO_T}$ac_cv_type_size_t" >&6
  950. if test $ac_cv_type_size_t = yes; then
  951.   :
  952. else
  953. cat >>confdefs.h <<_ACEOF
  954. #define size_t unsigned
  955. _ACEOF
  956. fi
  957. # Checks for library functions.
  958. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  959. # for constant arguments.  Useless!
  960. echo "$as_me:$LINENO: checking for working alloca.h" >&5
  961. echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
  962. if test "${ac_cv_working_alloca_h+set}" = set; then
  963.   echo $ECHO_N "(cached) $ECHO_C" >&6
  964. else
  965.   cat >conftest.$ac_ext <<_ACEOF
  966. /* confdefs.h.  */
  967. _ACEOF
  968. cat confdefs.h >>conftest.$ac_ext
  969. cat >>conftest.$ac_ext <<_ACEOF
  970. /* end confdefs.h.  */
  971. #include <alloca.h>
  972. int
  973. main ()
  974. {
  975. char *p = (char *) alloca (2 * sizeof (int));
  976.   ;
  977.   return 0;
  978. }
  979. _ACEOF
  980. rm -f conftest.$ac_objext conftest$ac_exeext
  981. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  982.   (eval $ac_link) 2>conftest.er1
  983.   ac_status=$?
  984.   grep -v '^ *+' conftest.er1 >conftest.err
  985.   rm -f conftest.er1
  986.   cat conftest.err >&5
  987.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  988.   (exit $ac_status); } &&
  989.  { ac_try='test -z "$ac_cxx_werror_flag"
  990.  || test ! -s conftest.err'
  991.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  992.   (eval $ac_try) 2>&5
  993.   ac_status=$?
  994.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  995.   (exit $ac_status); }; } &&
  996.  { ac_try='test -s conftest$ac_exeext'
  997.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  998.   (eval $ac_try) 2>&5
  999.   ac_status=$?
  1000.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1001.   (exit $ac_status); }; }; then
  1002.   ac_cv_working_alloca_h=yes
  1003. else
  1004.   echo "$as_me: failed program was:" >&5
  1005. sed 's/^/| /' conftest.$ac_ext >&5
  1006. ac_cv_working_alloca_h=no
  1007. fi
  1008. rm -f conftest.err conftest.$ac_objext 
  1009.       conftest$ac_exeext conftest.$ac_ext
  1010. fi
  1011. echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
  1012. echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
  1013. if test $ac_cv_working_alloca_h = yes; then
  1014. cat >>confdefs.h <<_ACEOF
  1015. #define HAVE_ALLOCA_H 1
  1016. _ACEOF
  1017. fi
  1018. echo "$as_me:$LINENO: checking for alloca" >&5
  1019. echo $ECHO_N "checking for alloca... $ECHO_C" >&6
  1020. if test "${ac_cv_func_alloca_works+set}" = set; then
  1021.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1022. else
  1023.   cat >conftest.$ac_ext <<_ACEOF
  1024. /* confdefs.h.  */
  1025. _ACEOF
  1026. cat confdefs.h >>conftest.$ac_ext
  1027. cat >>conftest.$ac_ext <<_ACEOF
  1028. /* end confdefs.h.  */
  1029. #ifdef __GNUC__
  1030. # define alloca __builtin_alloca
  1031. #else
  1032. # ifdef _MSC_VER
  1033. #  include <malloc.h>
  1034. #  define alloca _alloca
  1035. # else
  1036. #  if HAVE_ALLOCA_H
  1037. #   include <alloca.h>
  1038. #  else
  1039. #   ifdef _AIX
  1040.  #pragma alloca
  1041. #   else
  1042. #    ifndef alloca /* predefined by HP cc +Olibcalls */
  1043. char *alloca ();
  1044. #    endif
  1045. #   endif
  1046. #  endif
  1047. # endif
  1048. #endif
  1049. int
  1050. main ()
  1051. {
  1052. char *p = (char *) alloca (1);
  1053.   ;
  1054.   return 0;
  1055. }
  1056. _ACEOF
  1057. rm -f conftest.$ac_objext conftest$ac_exeext
  1058. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1059.   (eval $ac_link) 2>conftest.er1
  1060.   ac_status=$?
  1061.   grep -v '^ *+' conftest.er1 >conftest.err
  1062.   rm -f conftest.er1
  1063.   cat conftest.err >&5
  1064.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1065.   (exit $ac_status); } &&
  1066.  { ac_try='test -z "$ac_cxx_werror_flag"
  1067.  || test ! -s conftest.err'
  1068.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1069.   (eval $ac_try) 2>&5
  1070.   ac_status=$?
  1071.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1072.   (exit $ac_status); }; } &&
  1073.  { ac_try='test -s conftest$ac_exeext'
  1074.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1075.   (eval $ac_try) 2>&5
  1076.   ac_status=$?
  1077.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1078.   (exit $ac_status); }; }; then
  1079.   ac_cv_func_alloca_works=yes
  1080. else
  1081.   echo "$as_me: failed program was:" >&5
  1082. sed 's/^/| /' conftest.$ac_ext >&5
  1083. ac_cv_func_alloca_works=no
  1084. fi
  1085. rm -f conftest.err conftest.$ac_objext 
  1086.       conftest$ac_exeext conftest.$ac_ext
  1087. fi
  1088. echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
  1089. echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
  1090. if test $ac_cv_func_alloca_works = yes; then
  1091. cat >>confdefs.h <<_ACEOF
  1092. #define HAVE_ALLOCA 1
  1093. _ACEOF
  1094. else
  1095.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  1096. # that cause trouble.  Some versions do not even contain alloca or
  1097. # contain a buggy version.  If you still want to use their alloca,
  1098. # use ar to extract alloca.o from them instead of compiling alloca.c.
  1099. ALLOCA=alloca.$ac_objext
  1100. cat >>confdefs.h <<_ACEOF
  1101. #define C_ALLOCA 1
  1102. _ACEOF
  1103. echo "$as_me:$LINENO: checking whether `alloca.c' needs Cray hooks" >&5
  1104. echo $ECHO_N "checking whether `alloca.c' needs Cray hooks... $ECHO_C" >&6
  1105. if test "${ac_cv_os_cray+set}" = set; then
  1106.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1107. else
  1108.   cat >conftest.$ac_ext <<_ACEOF
  1109. /* confdefs.h.  */
  1110. _ACEOF
  1111. cat confdefs.h >>conftest.$ac_ext
  1112. cat >>conftest.$ac_ext <<_ACEOF
  1113. /* end confdefs.h.  */
  1114. #if defined(CRAY) && ! defined(CRAY2)
  1115. webecray
  1116. #else
  1117. wenotbecray
  1118. #endif
  1119. _ACEOF
  1120. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1121.   $EGREP "webecray" >/dev/null 2>&1; then
  1122.   ac_cv_os_cray=yes
  1123. else
  1124.   ac_cv_os_cray=no
  1125. fi
  1126. rm -f conftest*
  1127. fi
  1128. echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
  1129. echo "${ECHO_T}$ac_cv_os_cray" >&6
  1130. if test $ac_cv_os_cray = yes; then
  1131.   for ac_func in _getb67 GETB67 getb67; do
  1132.     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1133. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1134. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1135. if eval "test "${$as_ac_var+set}" = set"; then
  1136.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1137. else
  1138.   cat >conftest.$ac_ext <<_ACEOF
  1139. /* confdefs.h.  */
  1140. _ACEOF
  1141. cat confdefs.h >>conftest.$ac_ext
  1142. cat >>conftest.$ac_ext <<_ACEOF
  1143. /* end confdefs.h.  */
  1144. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1145.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1146. #define $ac_func innocuous_$ac_func
  1147. /* System header to define __stub macros and hopefully few prototypes,
  1148.     which can conflict with char $ac_func (); below.
  1149.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1150.     <limits.h> exists even on freestanding compilers.  */
  1151. #ifdef __STDC__
  1152. # include <limits.h>
  1153. #else
  1154. # include <assert.h>
  1155. #endif
  1156. #undef $ac_func
  1157. /* Override any gcc2 internal prototype to avoid an error.  */
  1158. #ifdef __cplusplus
  1159. extern "C"
  1160. {
  1161. #endif
  1162. /* We use char because int might match the return type of a gcc2
  1163.    builtin and then its argument prototype would still apply.  */
  1164. char $ac_func ();
  1165. /* The GNU C library defines this for functions which it implements
  1166.     to always fail with ENOSYS.  Some functions are actually named
  1167.     something starting with __ and the normal name is an alias.  */
  1168. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1169. choke me
  1170. #else
  1171. char (*f) () = $ac_func;
  1172. #endif
  1173. #ifdef __cplusplus
  1174. }
  1175. #endif
  1176. int
  1177. main ()
  1178. {
  1179. return f != $ac_func;
  1180.   ;
  1181.   return 0;
  1182. }
  1183. _ACEOF
  1184. rm -f conftest.$ac_objext conftest$ac_exeext
  1185. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1186.   (eval $ac_link) 2>conftest.er1
  1187.   ac_status=$?
  1188.   grep -v '^ *+' conftest.er1 >conftest.err
  1189.   rm -f conftest.er1
  1190.   cat conftest.err >&5
  1191.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1192.   (exit $ac_status); } &&
  1193.  { ac_try='test -z "$ac_cxx_werror_flag"
  1194.  || test ! -s conftest.err'
  1195.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1196.   (eval $ac_try) 2>&5
  1197.   ac_status=$?
  1198.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1199.   (exit $ac_status); }; } &&
  1200.  { ac_try='test -s conftest$ac_exeext'
  1201.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1202.   (eval $ac_try) 2>&5
  1203.   ac_status=$?
  1204.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1205.   (exit $ac_status); }; }; then
  1206.   eval "$as_ac_var=yes"
  1207. else
  1208.   echo "$as_me: failed program was:" >&5
  1209. sed 's/^/| /' conftest.$ac_ext >&5
  1210. eval "$as_ac_var=no"
  1211. fi
  1212. rm -f conftest.err conftest.$ac_objext 
  1213.       conftest$ac_exeext conftest.$ac_ext
  1214. fi
  1215. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1216. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1217. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1218. cat >>confdefs.h <<_ACEOF
  1219. #define CRAY_STACKSEG_END $ac_func
  1220. _ACEOF
  1221.     break
  1222. fi
  1223.   done
  1224. fi
  1225. echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
  1226. echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
  1227. if test "${ac_cv_c_stack_direction+set}" = set; then
  1228.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1229. else
  1230.   if test "$cross_compiling" = yes; then
  1231.   ac_cv_c_stack_direction=0
  1232. else
  1233.   cat >conftest.$ac_ext <<_ACEOF
  1234. /* confdefs.h.  */
  1235. _ACEOF
  1236. cat confdefs.h >>conftest.$ac_ext
  1237. cat >>conftest.$ac_ext <<_ACEOF
  1238. /* end confdefs.h.  */
  1239. int
  1240. find_stack_direction ()
  1241. {
  1242.   static char *addr = 0;
  1243.   auto char dummy;
  1244.   if (addr == 0)
  1245.     {
  1246.       addr = &dummy;
  1247.       return find_stack_direction ();
  1248.     }
  1249.   else
  1250.     return (&dummy > addr) ? 1 : -1;
  1251. }
  1252. int
  1253. main ()
  1254. {
  1255.   exit (find_stack_direction () < 0);
  1256. }
  1257. _ACEOF
  1258. rm -f conftest$ac_exeext
  1259. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1260.   (eval $ac_link) 2>&5
  1261.   ac_status=$?
  1262.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1263.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1264.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1265.   (eval $ac_try) 2>&5
  1266.   ac_status=$?
  1267.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1268.   (exit $ac_status); }; }; then
  1269.   ac_cv_c_stack_direction=1
  1270. else
  1271.   echo "$as_me: program exited with status $ac_status" >&5
  1272. echo "$as_me: failed program was:" >&5
  1273. sed 's/^/| /' conftest.$ac_ext >&5
  1274. ( exit $ac_status )
  1275. ac_cv_c_stack_direction=-1
  1276. fi
  1277. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1278. fi
  1279. fi
  1280. echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
  1281. echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  1282. cat >>confdefs.h <<_ACEOF
  1283. #define STACK_DIRECTION $ac_cv_c_stack_direction
  1284. _ACEOF
  1285. fi
  1286. # the next two functions cause problems via hvconfig.h:
  1287. # they add: #define malloc rpl_malloc    etc.
  1288. # AC_FUNC_MALLOC
  1289. # AC_FUNC_REALLOC
  1290. echo "$as_me:$LINENO: checking for function prototypes" >&5
  1291. echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
  1292. if test "$ac_cv_prog_cc_stdc" != no; then
  1293.   echo "$as_me:$LINENO: result: yes" >&5
  1294. echo "${ECHO_T}yes" >&6
  1295. cat >>confdefs.h <<_ACEOF
  1296. #define PROTOTYPES 1
  1297. _ACEOF
  1298. cat >>confdefs.h <<_ACEOF
  1299. #define __PROTOTYPES 1
  1300. _ACEOF
  1301. else
  1302.   echo "$as_me:$LINENO: result: no" >&5
  1303. echo "${ECHO_T}no" >&6
  1304. fi
  1305. echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&5
  1306. echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6
  1307. if test "${ac_cv_func_setvbuf_reversed+set}" = set; then
  1308.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1309. else
  1310.   ac_cv_func_setvbuf_reversed=no
  1311.    cat >conftest.$ac_ext <<_ACEOF
  1312. /* confdefs.h.  */
  1313. _ACEOF
  1314. cat confdefs.h >>conftest.$ac_ext
  1315. cat >>conftest.$ac_ext <<_ACEOF
  1316. /* end confdefs.h.  */
  1317. #include <stdio.h>
  1318. #   if PROTOTYPES
  1319.    int (setvbuf) (FILE *, int, char *, size_t);
  1320. #   endif
  1321. int
  1322. main ()
  1323. {
  1324. char buf; return setvbuf (stdout, _IOLBF, &buf, 1);
  1325.   ;
  1326.   return 0;
  1327. }
  1328. _ACEOF
  1329. rm -f conftest.$ac_objext conftest$ac_exeext
  1330. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1331.   (eval $ac_link) 2>conftest.er1
  1332.   ac_status=$?
  1333.   grep -v '^ *+' conftest.er1 >conftest.err
  1334.   rm -f conftest.er1
  1335.   cat conftest.err >&5
  1336.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1337.   (exit $ac_status); } &&
  1338.  { ac_try='test -z "$ac_cxx_werror_flag"
  1339.  || test ! -s conftest.err'
  1340.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1341.   (eval $ac_try) 2>&5
  1342.   ac_status=$?
  1343.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1344.   (exit $ac_status); }; } &&
  1345.  { ac_try='test -s conftest$ac_exeext'
  1346.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1347.   (eval $ac_try) 2>&5
  1348.   ac_status=$?
  1349.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1350.   (exit $ac_status); }; }; then
  1351.   cat >conftest.$ac_ext <<_ACEOF
  1352. /* confdefs.h.  */
  1353. _ACEOF
  1354. cat confdefs.h >>conftest.$ac_ext
  1355. cat >>conftest.$ac_ext <<_ACEOF
  1356. /* end confdefs.h.  */
  1357. #include <stdio.h>
  1358. #      if PROTOTYPES
  1359.       int (setvbuf) (FILE *, int, char *, size_t);
  1360. #      endif
  1361. int
  1362. main ()
  1363. {
  1364. char buf; return setvbuf (stdout, &buf, _IOLBF, 1);
  1365.   ;
  1366.   return 0;
  1367. }
  1368. _ACEOF
  1369. rm -f conftest.$ac_objext conftest$ac_exeext
  1370. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1371.   (eval $ac_link) 2>conftest.er1
  1372.   ac_status=$?
  1373.   grep -v '^ *+' conftest.er1 >conftest.err
  1374.   rm -f conftest.er1
  1375.   cat conftest.err >&5
  1376.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1377.   (exit $ac_status); } &&
  1378.  { ac_try='test -z "$ac_cxx_werror_flag"
  1379.  || test ! -s conftest.err'
  1380.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1381.   (eval $ac_try) 2>&5
  1382.   ac_status=$?
  1383.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1384.   (exit $ac_status); }; } &&
  1385.  { ac_try='test -s conftest$ac_exeext'
  1386.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1387.   (eval $ac_try) 2>&5
  1388.   ac_status=$?
  1389.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1390.   (exit $ac_status); }; }; then
  1391.   # It compiles and links either way, so it must not be declared
  1392.  # with a prototype and most likely this is a K&R C compiler.
  1393.  # Try running it.
  1394.  if test "$cross_compiling" = yes; then
  1395.   : # Assume setvbuf is not reversed when cross-compiling.
  1396. else
  1397.   cat >conftest.$ac_ext <<_ACEOF
  1398. /* confdefs.h.  */
  1399. _ACEOF
  1400. cat confdefs.h >>conftest.$ac_ext
  1401. cat >>conftest.$ac_ext <<_ACEOF
  1402. /* end confdefs.h.  */
  1403. #include <stdio.h>
  1404. int
  1405. main ()
  1406. {
  1407. /* This call has the arguments reversed.
  1408.    A reversed system may check and see that the address of buf
  1409.    is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
  1410. char buf;
  1411. if (setvbuf (stdout, _IOLBF, &buf, 1) != 0)
  1412.   exit (1);
  1413. putchar ('r');
  1414. exit (0); /* Non-reversed systems SEGV here.  */
  1415.   ;
  1416.   return 0;
  1417. }
  1418. _ACEOF
  1419. rm -f conftest$ac_exeext
  1420. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1421.   (eval $ac_link) 2>&5
  1422.   ac_status=$?
  1423.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1424.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1425.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1426.   (eval $ac_try) 2>&5
  1427.   ac_status=$?
  1428.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1429.   (exit $ac_status); }; }; then
  1430.   ac_cv_func_setvbuf_reversed=yes
  1431. else
  1432.   echo "$as_me: program exited with status $ac_status" >&5
  1433. echo "$as_me: failed program was:" >&5
  1434. sed 's/^/| /' conftest.$ac_ext >&5
  1435. ( exit $ac_status )
  1436. rm -f core *.core
  1437. fi
  1438. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1439. fi
  1440. ac_cv_func_setvbuf_reversed=yes
  1441. else
  1442.   echo "$as_me: failed program was:" >&5
  1443. sed 's/^/| /' conftest.$ac_ext >&5
  1444. fi
  1445. rm -f conftest.err conftest.$ac_objext 
  1446.       conftest$ac_exeext conftest.$ac_ext
  1447. else
  1448.   echo "$as_me: failed program was:" >&5
  1449. sed 's/^/| /' conftest.$ac_ext >&5
  1450. fi
  1451. rm -f conftest.err conftest.$ac_objext 
  1452.       conftest$ac_exeext conftest.$ac_ext
  1453. fi
  1454. echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5
  1455. echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6
  1456. if test $ac_cv_func_setvbuf_reversed = yes; then
  1457. cat >>confdefs.h <<_ACEOF
  1458. #define SETVBUF_REVERSED 1
  1459. _ACEOF
  1460. fi
  1461. for ac_func in floor gethostname getcwd mkdir memset setlocale sqrt strrchr strstr isnan
  1462. do
  1463. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1464. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1465. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1466. if eval "test "${$as_ac_var+set}" = set"; then
  1467.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1468. else
  1469.   cat >conftest.$ac_ext <<_ACEOF
  1470. /* confdefs.h.  */
  1471. _ACEOF
  1472. cat confdefs.h >>conftest.$ac_ext
  1473. cat >>conftest.$ac_ext <<_ACEOF
  1474. /* end confdefs.h.  */
  1475. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1476.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1477. #define $ac_func innocuous_$ac_func
  1478. /* System header to define __stub macros and hopefully few prototypes,
  1479.     which can conflict with char $ac_func (); below.
  1480.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1481.     <limits.h> exists even on freestanding compilers.  */
  1482. #ifdef __STDC__
  1483. # include <limits.h>
  1484. #else
  1485. # include <assert.h>
  1486. #endif
  1487. #undef $ac_func
  1488. /* Override any gcc2 internal prototype to avoid an error.  */
  1489. #ifdef __cplusplus
  1490. extern "C"
  1491. {
  1492. #endif
  1493. /* We use char because int might match the return type of a gcc2
  1494.    builtin and then its argument prototype would still apply.  */
  1495. char $ac_func ();
  1496. /* The GNU C library defines this for functions which it implements
  1497.     to always fail with ENOSYS.  Some functions are actually named
  1498.     something starting with __ and the normal name is an alias.  */
  1499. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1500. choke me
  1501. #else
  1502. char (*f) () = $ac_func;
  1503. #endif
  1504. #ifdef __cplusplus
  1505. }
  1506. #endif
  1507. int
  1508. main ()
  1509. {
  1510. return f != $ac_func;
  1511.   ;
  1512.   return 0;
  1513. }
  1514. _ACEOF
  1515. rm -f conftest.$ac_objext conftest$ac_exeext
  1516. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1517.   (eval $ac_link) 2>conftest.er1
  1518.   ac_status=$?
  1519.   grep -v '^ *+' conftest.er1 >conftest.err
  1520.   rm -f conftest.er1
  1521.   cat conftest.err >&5
  1522.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1523.   (exit $ac_status); } &&
  1524.  { ac_try='test -z "$ac_cxx_werror_flag"
  1525.  || test ! -s conftest.err'
  1526.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1527.   (eval $ac_try) 2>&5
  1528.   ac_status=$?
  1529.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1530.   (exit $ac_status); }; } &&
  1531.  { ac_try='test -s conftest$ac_exeext'
  1532.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1533.   (eval $ac_try) 2>&5
  1534.   ac_status=$?
  1535.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1536.   (exit $ac_status); }; }; then
  1537.   eval "$as_ac_var=yes"
  1538. else
  1539.   echo "$as_me: failed program was:" >&5
  1540. sed 's/^/| /' conftest.$ac_ext >&5
  1541. eval "$as_ac_var=no"
  1542. fi
  1543. rm -f conftest.err conftest.$ac_objext 
  1544.       conftest$ac_exeext conftest.$ac_ext
  1545. fi
  1546. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1547. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1548. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1549.   cat >>confdefs.h <<_ACEOF
  1550. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1551. _ACEOF
  1552. fi
  1553. done
  1554. for ac_func in inet_ntoa socket strerror
  1555. do
  1556. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1557. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1558. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1559. if eval "test "${$as_ac_var+set}" = set"; then
  1560.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1561. else
  1562.   cat >conftest.$ac_ext <<_ACEOF
  1563. /* confdefs.h.  */
  1564. _ACEOF
  1565. cat confdefs.h >>conftest.$ac_ext
  1566. cat >>conftest.$ac_ext <<_ACEOF
  1567. /* end confdefs.h.  */
  1568. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1569.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1570. #define $ac_func innocuous_$ac_func
  1571. /* System header to define __stub macros and hopefully few prototypes,
  1572.     which can conflict with char $ac_func (); below.
  1573.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1574.     <limits.h> exists even on freestanding compilers.  */
  1575. #ifdef __STDC__
  1576. # include <limits.h>
  1577. #else
  1578. # include <assert.h>
  1579. #endif
  1580. #undef $ac_func
  1581. /* Override any gcc2 internal prototype to avoid an error.  */
  1582. #ifdef __cplusplus
  1583. extern "C"
  1584. {
  1585. #endif
  1586. /* We use char because int might match the return type of a gcc2
  1587.    builtin and then its argument prototype would still apply.  */
  1588. char $ac_func ();
  1589. /* The GNU C library defines this for functions which it implements
  1590.     to always fail with ENOSYS.  Some functions are actually named
  1591.     something starting with __ and the normal name is an alias.  */
  1592. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1593. choke me
  1594. #else
  1595. char (*f) () = $ac_func;
  1596. #endif
  1597. #ifdef __cplusplus
  1598. }
  1599. #endif
  1600. int
  1601. main ()
  1602. {
  1603. return f != $ac_func;
  1604.   ;
  1605.   return 0;
  1606. }
  1607. _ACEOF
  1608. rm -f conftest.$ac_objext conftest$ac_exeext
  1609. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1610.   (eval $ac_link) 2>conftest.er1
  1611.   ac_status=$?
  1612.   grep -v '^ *+' conftest.er1 >conftest.err
  1613.   rm -f conftest.er1
  1614.   cat conftest.err >&5
  1615.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1616.   (exit $ac_status); } &&
  1617.  { ac_try='test -z "$ac_cxx_werror_flag"
  1618.  || test ! -s conftest.err'
  1619.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1620.   (eval $ac_try) 2>&5
  1621.   ac_status=$?
  1622.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1623.   (exit $ac_status); }; } &&
  1624.  { ac_try='test -s conftest$ac_exeext'
  1625.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1626.   (eval $ac_try) 2>&5
  1627.   ac_status=$?
  1628.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1629.   (exit $ac_status); }; }; then
  1630.   eval "$as_ac_var=yes"
  1631. else
  1632.   echo "$as_me: failed program was:" >&5
  1633. sed 's/^/| /' conftest.$ac_ext >&5
  1634. eval "$as_ac_var=no"
  1635. fi
  1636. rm -f conftest.err conftest.$ac_objext 
  1637.       conftest$ac_exeext conftest.$ac_ext
  1638. fi
  1639. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1640. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1641. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1642.   cat >>confdefs.h <<_ACEOF
  1643. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1644. _ACEOF
  1645. fi
  1646. done
  1647. echo "$as_me:$LINENO: checking for mode_t" >&5
  1648. echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
  1649. if test "${ac_cv_type_mode_t+set}" = set; then
  1650.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1651. else
  1652.   cat >conftest.$ac_ext <<_ACEOF
  1653. /* confdefs.h.  */
  1654. _ACEOF
  1655. cat confdefs.h >>conftest.$ac_ext
  1656. cat >>conftest.$ac_ext <<_ACEOF
  1657. /* end confdefs.h.  */
  1658. $ac_includes_default
  1659. int
  1660. main ()
  1661. {
  1662. if ((mode_t *) 0)
  1663.   return 0;
  1664. if (sizeof (mode_t))
  1665.   return 0;
  1666.   ;
  1667.   return 0;
  1668. }
  1669. _ACEOF
  1670. rm -f conftest.$ac_objext
  1671. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1672.   (eval $ac_compile) 2>conftest.er1
  1673.   ac_status=$?
  1674.   grep -v '^ *+' conftest.er1 >conftest.err
  1675.   rm -f conftest.er1
  1676.   cat conftest.err >&5
  1677.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1678.   (exit $ac_status); } &&
  1679.  { ac_try='test -z "$ac_cxx_werror_flag"
  1680.  || test ! -s conftest.err'
  1681.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1682.   (eval $ac_try) 2>&5
  1683.   ac_status=$?
  1684.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1685.   (exit $ac_status); }; } &&
  1686.  { ac_try='test -s conftest.$ac_objext'
  1687.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1688.   (eval $ac_try) 2>&5
  1689.   ac_status=$?
  1690.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1691.   (exit $ac_status); }; }; then
  1692.   ac_cv_type_mode_t=yes
  1693. else
  1694.   echo "$as_me: failed program was:" >&5
  1695. sed 's/^/| /' conftest.$ac_ext >&5
  1696. ac_cv_type_mode_t=no
  1697. fi
  1698. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1699. fi
  1700. echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
  1701. echo "${ECHO_T}$ac_cv_type_mode_t" >&6
  1702. if test $ac_cv_type_mode_t = yes; then
  1703.   :
  1704. else
  1705. cat >>confdefs.h <<_ACEOF
  1706. #define mode_t int
  1707. _ACEOF
  1708. fi
  1709. echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
  1710. echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
  1711. if test "${ac_cv_header_stat_broken+set}" = set; then
  1712.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1713. else
  1714.   cat >conftest.$ac_ext <<_ACEOF
  1715. /* confdefs.h.  */
  1716. _ACEOF
  1717. cat confdefs.h >>conftest.$ac_ext
  1718. cat >>conftest.$ac_ext <<_ACEOF
  1719. /* end confdefs.h.  */
  1720. #include <sys/types.h>
  1721. #include <sys/stat.h>
  1722. #if defined(S_ISBLK) && defined(S_IFDIR)
  1723. # if S_ISBLK (S_IFDIR)
  1724. You lose.
  1725. # endif
  1726. #endif
  1727. #if defined(S_ISBLK) && defined(S_IFCHR)
  1728. # if S_ISBLK (S_IFCHR)
  1729. You lose.
  1730. # endif
  1731. #endif
  1732. #if defined(S_ISLNK) && defined(S_IFREG)
  1733. # if S_ISLNK (S_IFREG)
  1734. You lose.
  1735. # endif
  1736. #endif
  1737. #if defined(S_ISSOCK) && defined(S_IFREG)
  1738. # if S_ISSOCK (S_IFREG)
  1739. You lose.
  1740. # endif
  1741. #endif
  1742. _ACEOF
  1743. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1744.   $EGREP "You lose" >/dev/null 2>&1; then
  1745.   ac_cv_header_stat_broken=yes
  1746. else
  1747.   ac_cv_header_stat_broken=no
  1748. fi
  1749. rm -f conftest*
  1750. fi
  1751. echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
  1752. echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
  1753. if test $ac_cv_header_stat_broken = yes; then
  1754. cat >>confdefs.h <<_ACEOF
  1755. #define STAT_MACROS_BROKEN 1
  1756. _ACEOF
  1757. fi
  1758. echo "$as_me:$LINENO: checking whether lstat dereferences a symlink specified with a trailing slash" >&5
  1759. echo $ECHO_N "checking whether lstat dereferences a symlink specified with a trailing slash... $ECHO_C" >&6
  1760. if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then
  1761.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1762. else
  1763.   rm -f conftest.sym conftest.file
  1764. echo >conftest.file
  1765. if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
  1766.   if test "$cross_compiling" = yes; then
  1767.   ac_cv_func_lstat_dereferences_slashed_symlink=no
  1768. else
  1769.   cat >conftest.$ac_ext <<_ACEOF
  1770. /* confdefs.h.  */
  1771. _ACEOF
  1772. cat confdefs.h >>conftest.$ac_ext
  1773. cat >>conftest.$ac_ext <<_ACEOF
  1774. /* end confdefs.h.  */
  1775. $ac_includes_default
  1776. int
  1777. main ()
  1778. {
  1779. struct stat sbuf;
  1780.      /* Linux will dereference the symlink and fail.
  1781. That is better in the sense that it means we will not
  1782. have to compile and use the lstat wrapper.  */
  1783.      exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1);
  1784.   ;
  1785.   return 0;
  1786. }
  1787. _ACEOF
  1788. rm -f conftest$ac_exeext
  1789. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1790.   (eval $ac_link) 2>&5
  1791.   ac_status=$?
  1792.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1793.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1794.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1795.   (eval $ac_try) 2>&5
  1796.   ac_status=$?
  1797.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1798.   (exit $ac_status); }; }; then
  1799.   ac_cv_func_lstat_dereferences_slashed_symlink=yes
  1800. else
  1801.   echo "$as_me: program exited with status $ac_status" >&5
  1802. echo "$as_me: failed program was:" >&5
  1803. sed 's/^/| /' conftest.$ac_ext >&5
  1804. ( exit $ac_status )
  1805. ac_cv_func_lstat_dereferences_slashed_symlink=no
  1806. fi
  1807. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1808. fi
  1809. else
  1810.   # If the `ln -s' command failed, then we probably don't even
  1811.   # have an lstat function.
  1812.   ac_cv_func_lstat_dereferences_slashed_symlink=no
  1813. fi
  1814. rm -f conftest.sym conftest.file
  1815. fi
  1816. echo "$as_me:$LINENO: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
  1817. echo "${ECHO_T}$ac_cv_func_lstat_dereferences_slashed_symlink" >&6
  1818. test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
  1819. cat >>confdefs.h <<_ACEOF
  1820. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1821. _ACEOF
  1822. if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
  1823.   case $LIBOBJS in
  1824.     "lstat.$ac_objext"   | 
  1825.   *" lstat.$ac_objext"   | 
  1826.     "lstat.$ac_objext "* | 
  1827.   *" lstat.$ac_objext "* ) ;;
  1828.   *) LIBOBJS="$LIBOBJS lstat.$ac_objext" ;;
  1829. esac
  1830. fi
  1831. echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5
  1832. echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" >&6
  1833. if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then
  1834.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1835. else
  1836.   if test "$cross_compiling" = yes; then
  1837.   ac_cv_func_stat_empty_string_bug=yes
  1838. else
  1839.   cat >conftest.$ac_ext <<_ACEOF
  1840. /* confdefs.h.  */
  1841. _ACEOF
  1842. cat confdefs.h >>conftest.$ac_ext
  1843. cat >>conftest.$ac_ext <<_ACEOF
  1844. /* end confdefs.h.  */
  1845. $ac_includes_default
  1846. int
  1847. main ()
  1848. {
  1849. struct stat sbuf;
  1850.   exit (stat ("", &sbuf) ? 1 : 0);
  1851.   ;
  1852.   return 0;
  1853. }
  1854. _ACEOF
  1855. rm -f conftest$ac_exeext
  1856. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1857.   (eval $ac_link) 2>&5
  1858.   ac_status=$?
  1859.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1860.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1861.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1862.   (eval $ac_try) 2>&5
  1863.   ac_status=$?
  1864.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1865.   (exit $ac_status); }; }; then
  1866.   ac_cv_func_stat_empty_string_bug=yes
  1867. else
  1868.   echo "$as_me: program exited with status $ac_status" >&5
  1869. echo "$as_me: failed program was:" >&5
  1870. sed 's/^/| /' conftest.$ac_ext >&5
  1871. ( exit $ac_status )
  1872. ac_cv_func_stat_empty_string_bug=no
  1873. fi
  1874. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1875. fi
  1876. fi
  1877. echo "$as_me:$LINENO: result: $ac_cv_func_stat_empty_string_bug" >&5
  1878. echo "${ECHO_T}$ac_cv_func_stat_empty_string_bug" >&6
  1879. if test $ac_cv_func_stat_empty_string_bug = yes; then
  1880.   case $LIBOBJS in
  1881.     "stat.$ac_objext"   | 
  1882.   *" stat.$ac_objext"   | 
  1883.     "stat.$ac_objext "* | 
  1884.   *" stat.$ac_objext "* ) ;;
  1885.   *) LIBOBJS="$LIBOBJS stat.$ac_objext" ;;
  1886. esac
  1887. cat >>confdefs.h <<_ACEOF
  1888. #define HAVE_STAT_EMPTY_STRING_BUG 1
  1889. _ACEOF
  1890. fi
  1891. # generate output files
  1892.           ac_config_files="$ac_config_files Makefile"
  1893. if test "$have_cubicles_sources" = "yes"; then
  1894.           ac_config_files="$ac_config_files cubicles/Makefile"
  1895. fi
  1896. if test "$have_handvu_sources" = "yes"; then
  1897.           ac_config_files="$ac_config_files handvu/Makefile"
  1898. fi
  1899. if test "$have_hvopencv_sources" = "yes"; then
  1900.           ac_config_files="$ac_config_files hv_OpenCV/Makefile"
  1901. fi
  1902. if test "$have_hvcvcam_sources" = "yes"; then
  1903.           ac_config_files="$ac_config_files hv_CvCam/Makefile"
  1904. fi
  1905. if test "$have_hvdc1394_sources" = "yes"; then
  1906.           ac_config_files="$ac_config_files hv_dc1394/Makefile"
  1907. fi
  1908. if test "$have_hvartk_sources" = "yes"; then
  1909.           ac_config_files="$ac_config_files hv_ARtk/Makefile"
  1910. fi
  1911. if test "$have_hvdxapp_sources" = "yes"; then
  1912.           ac_config_files="$ac_config_files hv_DXApp/Makefile"
  1913. fi
  1914. if test "$have_hvdxfilter_sources" = "yes"; then
  1915.           ac_config_files="$ac_config_files hv_DXFilter/Makefile"
  1916. fi
  1917. cat >confcache <<_ACEOF
  1918. # This file is a shell script that caches the results of configure
  1919. # tests run on this system so they can be shared between configure
  1920. # scripts and configure runs, see configure's option --config-cache.
  1921. # It is not useful on other systems.  If it contains results you don't
  1922. # want to keep, you may remove or edit it.
  1923. #
  1924. # config.status only pays attention to the cache file if you give it
  1925. # the --recheck option to rerun configure.
  1926. #
  1927. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  1928. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  1929. # following values.
  1930. _ACEOF
  1931. # The following way of writing the cache mishandles newlines in values,
  1932. # but we know of no workaround that is simple, portable, and efficient.
  1933. # So, don't put newlines in cache variables' values.
  1934. # Ultrix sh set writes to stderr and can't be redirected directly,
  1935. # and sets the high bit in the cache file unless we assign to the vars.
  1936. {
  1937.   (set) 2>&1 |
  1938.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1939.     *ac_space= *)
  1940.       # `set' does not quote correctly, so add quotes (double-quote
  1941.       # substitution turns \\ into \, and sed turns \ into ).
  1942.       sed -n 
  1943. "s/'/'\\''/g;
  1944.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  1945.       ;;
  1946.     *)
  1947.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  1948.       sed -n 
  1949. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  1950.       ;;
  1951.     esac;
  1952. } |
  1953.   sed '
  1954.      t clear
  1955.      : clear
  1956.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  1957.      t end
  1958.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  1959.      : end' >>confcache
  1960. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  1961.   if test -w $cache_file; then
  1962.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  1963.     cat confcache >$cache_file
  1964.   else
  1965.     echo "not updating unwritable cache $cache_file"
  1966.   fi
  1967. fi
  1968. rm -f confcache
  1969. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1970. # Let make expand exec_prefix.
  1971. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1972. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  1973. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1974. # trailing colons and then remove the whole line if VPATH becomes empty
  1975. # (actually we leave an empty line to preserve line numbers).
  1976. if test "x$srcdir" = x.; then
  1977.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  1978. s/:*$(srcdir):*/:/;
  1979. s/:*${srcdir}:*/:/;
  1980. s/:*@srcdir@:*/:/;
  1981. s/^([^=]*=[  ]*):*/1/;
  1982. s/:*$//;
  1983. s/^[^=]*=[  ]*$//;
  1984. }'
  1985. fi
  1986. DEFS=-DHAVE_CONFIG_H
  1987. ac_libobjs=
  1988. ac_ltlibobjs=
  1989. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1990.   # 1. Remove the extension, and $U if already installed.
  1991.   ac_i=`echo "$ac_i" |
  1992.  sed 's/$U././;s/.o$//;s/.obj$//'`
  1993.   # 2. Add them.
  1994.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  1995.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  1996. done
  1997. LIBOBJS=$ac_libobjs
  1998. LTLIBOBJS=$ac_ltlibobjs
  1999. if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
  2000.   { { echo "$as_me:$LINENO: error: conditional "MAINTAINER_MODE" was never defined.
  2001. Usually this means the macro was only invoked conditionally." >&5
  2002. echo "$as_me: error: conditional "MAINTAINER_MODE" was never defined.
  2003. Usually this means the macro was only invoked conditionally." >&2;}
  2004.    { (exit 1); exit 1; }; }
  2005. fi
  2006. if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  2007.   { { echo "$as_me:$LINENO: error: conditional "AMDEP" was never defined.
  2008. Usually this means the macro was only invoked conditionally." >&5
  2009. echo "$as_me: error: conditional "AMDEP" was never defined.
  2010. Usually this means the macro was only invoked conditionally." >&2;}
  2011.    { (exit 1); exit 1; }; }
  2012. fi
  2013. if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  2014.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCXX" was never defined.
  2015. Usually this means the macro was only invoked conditionally." >&5
  2016. echo "$as_me: error: conditional "am__fastdepCXX" was never defined.
  2017. Usually this means the macro was only invoked conditionally." >&2;}
  2018.    { (exit 1); exit 1; }; }
  2019. fi
  2020. if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  2021.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCC" was never defined.
  2022. Usually this means the macro was only invoked conditionally." >&5
  2023. echo "$as_me: error: conditional "am__fastdepCC" was never defined.
  2024. Usually this means the macro was only invoked conditionally." >&2;}
  2025.    { (exit 1); exit 1; }; }
  2026. fi
  2027. if test -z "${SMALL_COLOR_TRUE}" && test -z "${SMALL_COLOR_FALSE}"; then
  2028.   { { echo "$as_me:$LINENO: error: conditional "SMALL_COLOR" was never defined.
  2029. Usually this means the macro was only invoked conditionally." >&5
  2030. echo "$as_me: error: conditional "SMALL_COLOR" was never defined.
  2031. Usually this means the macro was only invoked conditionally." >&2;}
  2032.    { (exit 1); exit 1; }; }
  2033. fi
  2034. if test -z "${WITH_TRAINING_TRUE}" && test -z "${WITH_TRAINING_FALSE}"; then
  2035.   { { echo "$as_me:$LINENO: error: conditional "WITH_TRAINING" was never defined.
  2036. Usually this means the macro was only invoked conditionally." >&5
  2037. echo "$as_me: error: conditional "WITH_TRAINING" was never defined.
  2038. Usually this means the macro was only invoked conditionally." >&2;}
  2039.    { (exit 1); exit 1; }; }
  2040. fi
  2041. : ${CONFIG_STATUS=./config.status}
  2042. ac_clean_files_save=$ac_clean_files
  2043. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2044. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2045. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2046. cat >$CONFIG_STATUS <<_ACEOF
  2047. #! $SHELL
  2048. # Generated by $as_me.
  2049. # Run this file to recreate the current configuration.
  2050. # Compiler output produced by configure, useful for debugging
  2051. # configure, is in config.log if it exists.
  2052. debug=false
  2053. ac_cs_recheck=false
  2054. ac_cs_silent=false
  2055. SHELL=${CONFIG_SHELL-$SHELL}
  2056. _ACEOF
  2057. cat >>$CONFIG_STATUS <<_ACEOF
  2058. ## --------------------- ##
  2059. ## M4sh Initialization.  ##
  2060. ## --------------------- ##
  2061. # Be Bourne compatible
  2062. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2063.   emulate sh
  2064.   NULLCMD=:
  2065.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2066.   # is contrary to our usage.  Disable this feature.
  2067.   alias -g '${1+"$@"}'='"$@"'
  2068. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2069.   set -o posix
  2070. fi
  2071. DUALCASE=1; export DUALCASE # for MKS sh
  2072. # Support unset when possible.
  2073. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  2074.   as_unset=unset
  2075. else
  2076.   as_unset=false
  2077. fi
  2078. # Work around bugs in pre-3.0 UWIN ksh.
  2079. $as_unset ENV MAIL MAILPATH
  2080. PS1='$ '
  2081. PS2='> '
  2082. PS4='+ '
  2083. # NLS nuisances.
  2084. for as_var in 
  2085.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2086.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2087.   LC_TELEPHONE LC_TIME
  2088. do
  2089.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2090.     eval $as_var=C; export $as_var
  2091.   else
  2092.     $as_unset $as_var
  2093.   fi
  2094. done
  2095. # Required to use basename.
  2096. if expr a : '(a)' >/dev/null 2>&1; then
  2097.   as_expr=expr
  2098. else
  2099.   as_expr=false
  2100. fi
  2101. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2102.   as_basename=basename
  2103. else
  2104.   as_basename=false
  2105. fi
  2106. # Name of the executable.
  2107. as_me=`$as_basename "$0" ||
  2108. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2109.  X"$0" : 'X(//)$' | 
  2110.  X"$0" : 'X(/)$' | 
  2111.  .     : '(.)' 2>/dev/null ||
  2112. echo X/"$0" |
  2113.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2114.      /^X/(//)$/{ s//1/; q; }
  2115.      /^X/(/).*/{ s//1/; q; }
  2116.      s/.*/./; q'`
  2117. # PATH needs CR, and LINENO needs CR and PATH.
  2118. # Avoid depending upon Character Ranges.
  2119. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2120. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2121. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2122. as_cr_digits='0123456789'
  2123. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2124. # The user is always right.
  2125. if test "${PATH_SEPARATOR+set}" != set; then
  2126.   echo "#! /bin/sh" >conf$$.sh
  2127.   echo  "exit 0"   >>conf$$.sh
  2128.   chmod +x conf$$.sh
  2129.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2130.     PATH_SEPARATOR=';'
  2131.   else
  2132.     PATH_SEPARATOR=:
  2133.   fi
  2134.   rm -f conf$$.sh
  2135. fi
  2136.   as_lineno_1=$LINENO
  2137.   as_lineno_2=$LINENO
  2138.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2139.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2140.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2141.   # Find who we are.  Look in the path if we contain no path at all
  2142.   # relative or not.
  2143.   case $0 in
  2144.     *[\/]* ) as_myself=$0 ;;
  2145.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2146. for as_dir in $PATH
  2147. do
  2148.   IFS=$as_save_IFS
  2149.   test -z "$as_dir" && as_dir=.
  2150.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2151. done
  2152.        ;;
  2153.   esac
  2154.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2155.   # in which case we are not to be found in the path.
  2156.   if test "x$as_myself" = x; then
  2157.     as_myself=$0
  2158.   fi
  2159.   if test ! -f "$as_myself"; then
  2160.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2161. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2162.    { (exit 1); exit 1; }; }
  2163.   fi
  2164.   case $CONFIG_SHELL in
  2165.   '')
  2166.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2167. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2168. do
  2169.   IFS=$as_save_IFS
  2170.   test -z "$as_dir" && as_dir=.
  2171.   for as_base in sh bash ksh sh5; do
  2172.  case $as_dir in
  2173.  /*)
  2174.    if ("$as_dir/$as_base" -c '
  2175.   as_lineno_1=$LINENO
  2176.   as_lineno_2=$LINENO
  2177.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2178.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2179.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2180.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2181.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2182.      CONFIG_SHELL=$as_dir/$as_base
  2183.      export CONFIG_SHELL
  2184.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2185.    fi;;
  2186.  esac
  2187.        done
  2188. done
  2189. ;;
  2190.   esac
  2191.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2192.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2193.   # line-number line before each line; the second 'sed' does the real
  2194.   # work.  The second script uses 'N' to pair each line-number line
  2195.   # with the numbered line, and appends trailing '-' during
  2196.   # substitution so that $LINENO is not a special case at line end.
  2197.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2198.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2199.   sed '=' <$as_myself |
  2200.     sed '
  2201.       N
  2202.       s,$,-,
  2203.       : loop
  2204.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2205.       t loop
  2206.       s,-$,,
  2207.       s,^['$as_cr_digits']*n,,
  2208.     ' >$as_me.lineno &&
  2209.   chmod +x $as_me.lineno ||
  2210.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2211. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2212.    { (exit 1); exit 1; }; }
  2213.   # Don't try to exec as it changes $[0], causing all sort of problems
  2214.   # (the dirname of $[0] is not the place where we might find the
  2215.   # original and so on.  Autoconf is especially sensible to this).
  2216.   . ./$as_me.lineno
  2217.   # Exit status is that of the last command.
  2218.   exit
  2219. }
  2220. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2221.   *c*,-n*) ECHO_N= ECHO_C='
  2222. ' ECHO_T=' ' ;;
  2223.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2224.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2225. esac
  2226. if expr a : '(a)' >/dev/null 2>&1; then
  2227.   as_expr=expr
  2228. else
  2229.   as_expr=false
  2230. fi
  2231. rm -f conf$$ conf$$.exe conf$$.file
  2232. echo >conf$$.file
  2233. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2234.   # We could just check for DJGPP; but this test a) works b) is more generic
  2235.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2236.   if test -f conf$$.exe; then
  2237.     # Don't use ln at all; we don't have any links
  2238.     as_ln_s='cp -p'
  2239.   else
  2240.     as_ln_s='ln -s'
  2241.   fi
  2242. elif ln conf$$.file conf$$ 2>/dev/null; then
  2243.   as_ln_s=ln
  2244. else
  2245.   as_ln_s='cp -p'
  2246. fi
  2247. rm -f conf$$ conf$$.exe conf$$.file
  2248. if mkdir -p . 2>/dev/null; then
  2249.   as_mkdir_p=:
  2250. else
  2251.   test -d ./-p && rmdir ./-p
  2252.   as_mkdir_p=false
  2253. fi
  2254. as_executable_p="test -f"
  2255. # Sed expression to map a string onto a valid CPP name.
  2256. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2257. # Sed expression to map a string onto a valid variable name.
  2258. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2259. # IFS
  2260. # We need space, tab and new line, in precisely that order.
  2261. as_nl='
  2262. '
  2263. IFS="  $as_nl"
  2264. # CDPATH.
  2265. $as_unset CDPATH
  2266. exec 6>&1
  2267. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2268. # report actual input values of CONFIG_FILES etc. instead of their
  2269. # values after options handling.  Logging --version etc. is OK.
  2270. exec 5>>config.log
  2271. {
  2272.   echo
  2273.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2274. ## Running $as_me. ##
  2275. _ASBOX
  2276. } >&5
  2277. cat >&5 <<_CSEOF
  2278. This file was extended by HandVu $as_me beta3, which was
  2279. generated by GNU Autoconf 2.59.  Invocation command line was
  2280.   CONFIG_FILES    = $CONFIG_FILES
  2281.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2282.   CONFIG_LINKS    = $CONFIG_LINKS
  2283.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2284.   $ $0 $@
  2285. _CSEOF
  2286. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2287. echo >&5
  2288. _ACEOF
  2289. # Files that config.status was made for.
  2290. if test -n "$ac_config_files"; then
  2291.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2292. fi
  2293. if test -n "$ac_config_headers"; then
  2294.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2295. fi
  2296. if test -n "$ac_config_links"; then
  2297.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2298. fi
  2299. if test -n "$ac_config_commands"; then
  2300.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2301. fi
  2302. cat >>$CONFIG_STATUS <<_ACEOF
  2303. ac_cs_usage="
  2304. `$as_me' instantiates files from templates according to the
  2305. current configuration.
  2306. Usage: $0 [OPTIONS] [FILE]...
  2307.   -h, --help       print this help, then exit
  2308.   -V, --version    print version number, then exit
  2309.   -q, --quiet      do not print progress messages
  2310.   -d, --debug      don't remove temporary files
  2311.       --recheck    update $as_me by reconfiguring in the same conditions
  2312.   --file=FILE[:TEMPLATE]
  2313.    instantiate the configuration file FILE
  2314.   --header=FILE[:TEMPLATE]
  2315.    instantiate the configuration header FILE
  2316. Configuration files:
  2317. $config_files
  2318. Configuration headers:
  2319. $config_headers
  2320. Configuration commands:
  2321. $config_commands
  2322. Report bugs to <bug-autoconf@gnu.org>."
  2323. _ACEOF
  2324. cat >>$CONFIG_STATUS <<_ACEOF
  2325. ac_cs_version="\
  2326. HandVu config.status beta3
  2327. configured by $0, generated by GNU Autoconf 2.59,
  2328.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2329. Copyright (C) 2003 Free Software Foundation, Inc.
  2330. This config.status script is free software; the Free Software Foundation
  2331. gives unlimited permission to copy, distribute and modify it."
  2332. srcdir=$srcdir
  2333. INSTALL="$INSTALL"
  2334. _ACEOF
  2335. cat >>$CONFIG_STATUS <<_ACEOF
  2336. # If no file are specified by the user, then we need to provide default
  2337. # value.  By we need to know if files were specified by the user.
  2338. ac_need_defaults=:
  2339. while test $# != 0
  2340. do
  2341.   case $1 in
  2342.   --*=*)
  2343.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2344.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2345.     ac_shift=:
  2346.     ;;
  2347.   -*)
  2348.     ac_option=$1
  2349.     ac_optarg=$2
  2350.     ac_shift=shift
  2351.     ;;
  2352.   *) # This is not an option, so the user has probably given explicit
  2353.      # arguments.
  2354.      ac_option=$1
  2355.      ac_need_defaults=false;;
  2356.   esac
  2357.   case $ac_option in
  2358.   # Handling of the options.
  2359. _ACEOF
  2360. cat >>$CONFIG_STATUS <<_ACEOF
  2361.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2362.     ac_cs_recheck=: ;;
  2363.   --version | --vers* | -V )
  2364.     echo "$ac_cs_version"; exit 0 ;;
  2365.   --he | --h)
  2366.     # Conflict between --help and --header
  2367.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2368. Try `$0 --help' for more information." >&5
  2369. echo "$as_me: error: ambiguous option: $1
  2370. Try `$0 --help' for more information." >&2;}
  2371.    { (exit 1); exit 1; }; };;
  2372.   --help | --hel | -h )
  2373.     echo "$ac_cs_usage"; exit 0 ;;
  2374.   --debug | --d* | -d )
  2375.     debug=: ;;
  2376.   --file | --fil | --fi | --f )
  2377.     $ac_shift
  2378.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2379.     ac_need_defaults=false;;
  2380.   --header | --heade | --head | --hea )
  2381.     $ac_shift
  2382.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2383.     ac_need_defaults=false;;
  2384.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2385.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2386.     ac_cs_silent=: ;;
  2387.   # This is an error.
  2388.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2389. Try `$0 --help' for more information." >&5
  2390. echo "$as_me: error: unrecognized option: $1
  2391. Try `$0 --help' for more information." >&2;}
  2392.    { (exit 1); exit 1; }; } ;;
  2393.   *) ac_config_targets="$ac_config_targets $1" ;;
  2394.   esac
  2395.   shift
  2396. done
  2397. ac_configure_extra_args=
  2398. if $ac_cs_silent; then
  2399.   exec 6>/dev/null
  2400.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2401. fi
  2402. _ACEOF
  2403. cat >>$CONFIG_STATUS <<_ACEOF
  2404. if $ac_cs_recheck; then
  2405.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2406.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2407. fi
  2408. _ACEOF
  2409. cat >>$CONFIG_STATUS <<_ACEOF
  2410. #
  2411. # INIT-COMMANDS section.
  2412. #
  2413. AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  2414. _ACEOF
  2415. cat >>$CONFIG_STATUS <<_ACEOF
  2416. for ac_config_target in $ac_config_targets
  2417. do
  2418.   case "$ac_config_target" in
  2419.   # Handling of arguments.
  2420.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2421.   "cubicles/Makefile" ) CONFIG_FILES="$CONFIG_FILES cubicles/Makefile" ;;
  2422.   "handvu/Makefile" ) CONFIG_FILES="$CONFIG_FILES handvu/Makefile" ;;
  2423.   "hv_OpenCV/Makefile" ) CONFIG_FILES="$CONFIG_FILES hv_OpenCV/Makefile" ;;
  2424.   "hv_CvCam/Makefile" ) CONFIG_FILES="$CONFIG_FILES hv_CvCam/Makefile" ;;
  2425.   "hv_dc1394/Makefile" ) CONFIG_FILES="$CONFIG_FILES hv_dc1394/Makefile" ;;
  2426.   "hv_ARtk/Makefile" ) CONFIG_FILES="$CONFIG_FILES hv_ARtk/Makefile" ;;
  2427.   "hv_DXApp/Makefile" ) CONFIG_FILES="$CONFIG_FILES hv_DXApp/Makefile" ;;
  2428.   "hv_DXFilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES hv_DXFilter/Makefile" ;;
  2429.   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  2430.   "hvconfig.h" ) CONFIG_HEADERS="$CONFIG_HEADERS hvconfig.h" ;;
  2431.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2432. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2433.    { (exit 1); exit 1; }; };;
  2434.   esac
  2435. done
  2436. # If the user did not use the arguments to specify the items to instantiate,
  2437. # then the envvar interface is used.  Set only those that are not.
  2438. # We use the long form for the default assignment because of an extremely
  2439. # bizarre bug on SunOS 4.1.3.
  2440. if $ac_need_defaults; then
  2441.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2442.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2443.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  2444. fi
  2445. # Have a temporary directory for convenience.  Make it in the build tree
  2446. # simply because there is no reason to put it here, and in addition,
  2447. # creating and moving files from /tmp can sometimes cause problems.
  2448. # Create a temporary directory, and hook for its removal unless debugging.
  2449. $debug ||
  2450. {
  2451.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2452.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2453. }
  2454. # Create a (secure) tmp directory for tmp files.
  2455. {
  2456.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2457.   test -n "$tmp" && test -d "$tmp"
  2458. }  ||
  2459. {
  2460.   tmp=./confstat$$-$RANDOM
  2461.   (umask 077 && mkdir $tmp)
  2462. } ||
  2463. {
  2464.    echo "$me: cannot create a temporary directory in ." >&2
  2465.    { (exit 1); exit 1; }
  2466. }
  2467. _ACEOF
  2468. cat >>$CONFIG_STATUS <<_ACEOF
  2469. #
  2470. # CONFIG_FILES section.
  2471. #
  2472. # No need to generate the scripts if there are no CONFIG_FILES.
  2473. # This happens for instance when ./config.status config.h
  2474. if test -n "$CONFIG_FILES"; then
  2475.   # Protect against being on the right side of a sed subst in config.status.
  2476.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2477.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2478. s,@SHELL@,$SHELL,;t t
  2479. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2480. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2481. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2482. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2483. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2484. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2485. s,@exec_prefix@,$exec_prefix,;t t
  2486. s,@prefix@,$prefix,;t t
  2487. s,@program_transform_name@,$program_transform_name,;t t
  2488. s,@bindir@,$bindir,;t t
  2489. s,@sbindir@,$sbindir,;t t
  2490. s,@libexecdir@,$libexecdir,;t t
  2491. s,@datadir@,$datadir,;t t
  2492. s,@sysconfdir@,$sysconfdir,;t t
  2493. s,@sharedstatedir@,$sharedstatedir,;t t
  2494. s,@localstatedir@,$localstatedir,;t t
  2495. s,@libdir@,$libdir,;t t
  2496. s,@includedir@,$includedir,;t t
  2497. s,@oldincludedir@,$oldincludedir,;t t
  2498. s,@infodir@,$infodir,;t t
  2499. s,@mandir@,$mandir,;t t
  2500. s,@build_alias@,$build_alias,;t t
  2501. s,@host_alias@,$host_alias,;t t
  2502. s,@target_alias@,$target_alias,;t t
  2503. s,@DEFS@,$DEFS,;t t
  2504. s,@ECHO_C@,$ECHO_C,;t t
  2505. s,@ECHO_N@,$ECHO_N,;t t
  2506. s,@ECHO_T@,$ECHO_T,;t t
  2507. s,@LIBS@,$LIBS,;t t
  2508. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2509. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2510. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2511. s,@CYGPATH_W@,$CYGPATH_W,;t t
  2512. s,@PACKAGE@,$PACKAGE,;t t
  2513. s,@VERSION@,$VERSION,;t t
  2514. s,@ACLOCAL@,$ACLOCAL,;t t
  2515. s,@AUTOCONF@,$AUTOCONF,;t t
  2516. s,@AUTOMAKE@,$AUTOMAKE,;t t
  2517. s,@AUTOHEADER@,$AUTOHEADER,;t t
  2518. s,@MAKEINFO@,$MAKEINFO,;t t
  2519. s,@install_sh@,$install_sh,;t t
  2520. s,@STRIP@,$STRIP,;t t
  2521. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  2522. s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  2523. s,@mkdir_p@,$mkdir_p,;t t
  2524. s,@AWK@,$AWK,;t t
  2525. s,@SET_MAKE@,$SET_MAKE,;t t
  2526. s,@am__leading_dot@,$am__leading_dot,;t t
  2527. s,@AMTAR@,$AMTAR,;t t
  2528. s,@am__tar@,$am__tar,;t t
  2529. s,@am__untar@,$am__untar,;t t
  2530. s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
  2531. s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
  2532. s,@MAINT@,$MAINT,;t t
  2533. s,@YACC@,$YACC,;t t
  2534. s,@CXX@,$CXX,;t t
  2535. s,@CXXFLAGS@,$CXXFLAGS,;t t
  2536. s,@LDFLAGS@,$LDFLAGS,;t t
  2537. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2538. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  2539. s,@EXEEXT@,$EXEEXT,;t t
  2540. s,@OBJEXT@,$OBJEXT,;t t
  2541. s,@DEPDIR@,$DEPDIR,;t t
  2542. s,@am__include@,$am__include,;t t
  2543. s,@am__quote@,$am__quote,;t t
  2544. s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
  2545. s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
  2546. s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
  2547. s,@CXXDEPMODE@,$CXXDEPMODE,;t t
  2548. s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
  2549. s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
  2550. s,@CC@,$CC,;t t
  2551. s,@CFLAGS@,$CFLAGS,;t t
  2552. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2553. s,@CCDEPMODE@,$CCDEPMODE,;t t
  2554. s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
  2555. s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
  2556. s,@LEX@,$LEX,;t t
  2557. s,@LEXLIB@,$LEXLIB,;t t
  2558. s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
  2559. s,@build@,$build,;t t
  2560. s,@build_cpu@,$build_cpu,;t t
  2561. s,@build_vendor@,$build_vendor,;t t
  2562. s,@build_os@,$build_os,;t t
  2563. s,@host@,$host,;t t
  2564. s,@host_cpu@,$host_cpu,;t t
  2565. s,@host_vendor@,$host_vendor,;t t
  2566. s,@host_os@,$host_os,;t t
  2567. s,@EGREP@,$EGREP,;t t
  2568. s,@LN_S@,$LN_S,;t t
  2569. s,@ECHO@,$ECHO,;t t
  2570. s,@AR@,$AR,;t t
  2571. s,@ac_ct_AR@,$ac_ct_AR,;t t
  2572. s,@RANLIB@,$RANLIB,;t t
  2573. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  2574. s,@CPP@,$CPP,;t t
  2575. s,@CXXCPP@,$CXXCPP,;t t
  2576. s,@F77@,$F77,;t t
  2577. s,@FFLAGS@,$FFLAGS,;t t
  2578. s,@ac_ct_F77@,$ac_ct_F77,;t t
  2579. s,@LIBTOOL@,$LIBTOOL,;t t
  2580. s,@SUBDIR_CUBICLES@,$SUBDIR_CUBICLES,;t t
  2581. s,@SUBDIR_HANDVU@,$SUBDIR_HANDVU,;t t
  2582. s,@SUBDIR_HVOPENCV@,$SUBDIR_HVOPENCV,;t t
  2583. s,@SUBDIR_HVCVCAM@,$SUBDIR_HVCVCAM,;t t
  2584. s,@SUBDIR_HVCVCAM_DIST@,$SUBDIR_HVCVCAM_DIST,;t t
  2585. s,@SUBDIR_HVDXAPP@,$SUBDIR_HVDXAPP,;t t
  2586. s,@SUBDIR_HVDXFILTER@,$SUBDIR_HVDXFILTER,;t t
  2587. s,@AM_CFLAGS@,$AM_CFLAGS,;t t
  2588. s,@AM_CPPFLAGS@,$AM_CPPFLAGS,;t t
  2589. s,@AM_CXXFLAGS@,$AM_CXXFLAGS,;t t
  2590. s,@SMALL_COLOR_TRUE@,$SMALL_COLOR_TRUE,;t t
  2591. s,@SMALL_COLOR_FALSE@,$SMALL_COLOR_FALSE,;t t
  2592. s,@WITH_TRAINING_TRUE@,$WITH_TRAINING_TRUE,;t t
  2593. s,@WITH_TRAINING_FALSE@,$WITH_TRAINING_FALSE,;t t
  2594. s,@INC_CUBICLES@,$INC_CUBICLES,;t t
  2595. s,@INC_HANDVU@,$INC_HANDVU,;t t
  2596. s,@PKG_CONFIG@,$PKG_CONFIG,;t t
  2597. s,@OPENCV_CFLAGS@,$OPENCV_CFLAGS,;t t
  2598. s,@OPENCV_LIBS@,$OPENCV_LIBS,;t t
  2599. s,@INC_OPENCV@,$INC_OPENCV,;t t
  2600. s,@LIB_OPENCV@,$LIB_OPENCV,;t t
  2601. s,@INC_MAGICK@,$INC_MAGICK,;t t
  2602. s,@INC_MPI@,$INC_MPI,;t t
  2603. s,@RAW1394_CFLAGS@,$RAW1394_CFLAGS,;t t
  2604. s,@RAW1394_LIBS@,$RAW1394_LIBS,;t t
  2605. s,@LIB_DC1394@,$LIB_DC1394,;t t
  2606. s,@SUBDIR_HVDC1394@,$SUBDIR_HVDC1394,;t t
  2607. s,@INC_ARTK@,$INC_ARTK,;t t
  2608. s,@LIB_ARTK@,$LIB_ARTK,;t t
  2609. s,@SUBDIR_HVARTK@,$SUBDIR_HVARTK,;t t
  2610. s,@ALLOCA@,$ALLOCA,;t t
  2611. s,@LIBOBJS@,$LIBOBJS,;t t
  2612. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  2613. CEOF
  2614. _ACEOF
  2615.   cat >>$CONFIG_STATUS <<_ACEOF
  2616.   # Split the substitutions into bite-sized pieces for seds with
  2617.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2618.   ac_max_sed_lines=48
  2619.   ac_sed_frag=1 # Number of current file.
  2620.   ac_beg=1 # First line for current file.
  2621.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2622.   ac_more_lines=:
  2623.   ac_sed_cmds=
  2624.   while $ac_more_lines; do
  2625.     if test $ac_beg -gt 1; then
  2626.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2627.     else
  2628.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2629.     fi
  2630.     if test ! -s $tmp/subs.frag; then
  2631.       ac_more_lines=false
  2632.     else
  2633.       # The purpose of the label and of the branching condition is to
  2634.       # speed up the sed processing (if there are no `@' at all, there
  2635.       # is no need to browse any of the substitutions).
  2636.       # These are the two extra sed commands mentioned above.
  2637.       (echo ':t
  2638.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  2639.       if test -z "$ac_sed_cmds"; then
  2640. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  2641.       else
  2642. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  2643.       fi
  2644.       ac_sed_frag=`expr $ac_sed_frag + 1`
  2645.       ac_beg=$ac_end
  2646.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  2647.     fi
  2648.   done
  2649.   if test -z "$ac_sed_cmds"; then
  2650.     ac_sed_cmds=cat
  2651.   fi
  2652. fi # test -n "$CONFIG_FILES"
  2653. _ACEOF
  2654. cat >>$CONFIG_STATUS <<_ACEOF
  2655. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  2656.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2657.   case $ac_file in
  2658.   - | *:- | *:-:* ) # input from stdin
  2659. cat >$tmp/stdin
  2660. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2661. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2662.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2663. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2664.   * )   ac_file_in=$ac_file.in ;;
  2665.   esac
  2666.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  2667.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2668. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2669.  X"$ac_file" : 'X(//)[^/]' | 
  2670.  X"$ac_file" : 'X(//)$' | 
  2671.  X"$ac_file" : 'X(/)' | 
  2672.  .     : '(.)' 2>/dev/null ||
  2673. echo X"$ac_file" |
  2674.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2675.      /^X(//)[^/].*/{ s//1/; q; }
  2676.      /^X(//)$/{ s//1/; q; }
  2677.      /^X(/).*/{ s//1/; q; }
  2678.      s/.*/./; q'`
  2679.   { if $as_mkdir_p; then
  2680.     mkdir -p "$ac_dir"
  2681.   else
  2682.     as_dir="$ac_dir"
  2683.     as_dirs=
  2684.     while test ! -d "$as_dir"; do
  2685.       as_dirs="$as_dir $as_dirs"
  2686.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2687. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2688.  X"$as_dir" : 'X(//)[^/]' | 
  2689.  X"$as_dir" : 'X(//)$' | 
  2690.  X"$as_dir" : 'X(/)' | 
  2691.  .     : '(.)' 2>/dev/null ||
  2692. echo X"$as_dir" |
  2693.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2694.      /^X(//)[^/].*/{ s//1/; q; }
  2695.      /^X(//)$/{ s//1/; q; }
  2696.      /^X(/).*/{ s//1/; q; }
  2697.      s/.*/./; q'`
  2698.     done
  2699.     test ! -n "$as_dirs" || mkdir $as_dirs
  2700.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  2701. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  2702.    { (exit 1); exit 1; }; }; }
  2703.   ac_builddir=.
  2704. if test "$ac_dir" != .; then
  2705.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  2706.   # A "../" for each directory in $ac_dir_suffix.
  2707.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  2708. else
  2709.   ac_dir_suffix= ac_top_builddir=
  2710. fi
  2711. case $srcdir in
  2712.   .)  # No --srcdir option.  We are building in place.
  2713.     ac_srcdir=.
  2714.     if test -z "$ac_top_builddir"; then
  2715.        ac_top_srcdir=.
  2716.     else
  2717.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  2718.     fi ;;
  2719.   [\/]* | ?:[\/]* )  # Absolute path.
  2720.     ac_srcdir=$srcdir$ac_dir_suffix;
  2721.     ac_top_srcdir=$srcdir ;;
  2722.   *) # Relative path.
  2723.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  2724.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  2725. esac
  2726. # Do not use `cd foo && pwd` to compute absolute paths, because
  2727. # the directories may not exist.
  2728. case `pwd` in
  2729. .) ac_abs_builddir="$ac_dir";;
  2730. *)
  2731.   case "$ac_dir" in
  2732.   .) ac_abs_builddir=`pwd`;;
  2733.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  2734.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  2735.   esac;;
  2736. esac
  2737. case $ac_abs_builddir in
  2738. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  2739. *)
  2740.   case ${ac_top_builddir}. in
  2741.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  2742.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  2743.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  2744.   esac;;
  2745. esac
  2746. case $ac_abs_builddir in
  2747. .) ac_abs_srcdir=$ac_srcdir;;
  2748. *)
  2749.   case $ac_srcdir in
  2750.   .) ac_abs_srcdir=$ac_abs_builddir;;
  2751.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  2752.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  2753.   esac;;
  2754. esac
  2755. case $ac_abs_builddir in
  2756. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  2757. *)
  2758.   case $ac_top_srcdir in
  2759.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  2760.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  2761.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  2762.   esac;;
  2763. esac
  2764.   case $INSTALL in
  2765.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  2766.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  2767.   esac
  2768.   if test x"$ac_file" != x-; then
  2769.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  2770. echo "$as_me: creating $ac_file" >&6;}
  2771.     rm -f "$ac_file"
  2772.   fi
  2773.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2774.   # use $as_me), people would be surprised to read:
  2775.   #    /* config.h.  Generated by config.status.  */
  2776.   if test x"$ac_file" = x-; then
  2777.     configure_input=
  2778.   else
  2779.     configure_input="$ac_file.  "
  2780.   fi
  2781.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  2782.      sed 's,.*/,,'` by configure."
  2783.   # First look for the input files in the build tree, otherwise in the
  2784.   # src tree.
  2785.   ac_file_inputs=`IFS=:
  2786.     for f in $ac_file_in; do
  2787.       case $f in
  2788.       -) echo $tmp/stdin ;;
  2789.       [\/$]*)
  2790.  # Absolute (can't be DOS-style, as IFS=:)
  2791.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2792. echo "$as_me: error: cannot find input file: $f" >&2;}
  2793.    { (exit 1); exit 1; }; }
  2794.  echo "$f";;
  2795.       *) # Relative
  2796.  if test -f "$f"; then
  2797.    # Build tree
  2798.    echo "$f"
  2799.  elif test -f "$srcdir/$f"; then
  2800.    # Source tree
  2801.    echo "$srcdir/$f"
  2802.  else
  2803.    # /dev/null tree
  2804.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2805. echo "$as_me: error: cannot find input file: $f" >&2;}
  2806.    { (exit 1); exit 1; }; }
  2807.  fi;;
  2808.       esac
  2809.     done` || { (exit 1); exit 1; }
  2810. _ACEOF
  2811. cat >>$CONFIG_STATUS <<_ACEOF
  2812.   sed "$ac_vpsub
  2813. $extrasub
  2814. _ACEOF
  2815. cat >>$CONFIG_STATUS <<_ACEOF
  2816. :t
  2817. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  2818. s,@configure_input@,$configure_input,;t t
  2819. s,@srcdir@,$ac_srcdir,;t t
  2820. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  2821. s,@top_srcdir@,$ac_top_srcdir,;t t
  2822. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  2823. s,@builddir@,$ac_builddir,;t t
  2824. s,@abs_builddir@,$ac_abs_builddir,;t t
  2825. s,@top_builddir@,$ac_top_builddir,;t t
  2826. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  2827. s,@INSTALL@,$ac_INSTALL,;t t
  2828. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  2829.   rm -f $tmp/stdin
  2830.   if test x"$ac_file" != x-; then
  2831.     mv $tmp/out $ac_file
  2832.   else
  2833.     cat $tmp/out
  2834.     rm -f $tmp/out
  2835.   fi
  2836. done
  2837. _ACEOF
  2838. cat >>$CONFIG_STATUS <<_ACEOF
  2839. #
  2840. # CONFIG_HEADER section.
  2841. #
  2842. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2843. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2844. #
  2845. # ac_d sets the value in "#define NAME VALUE" lines.
  2846. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  2847. ac_dB='[  ].*$,1#2'
  2848. ac_dC=' '
  2849. ac_dD=',;t'
  2850. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2851. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  2852. ac_uB='$,1#2define3'
  2853. ac_uC=' '
  2854. ac_uD=',;t'
  2855. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  2856.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2857.   case $ac_file in
  2858.   - | *:- | *:-:* ) # input from stdin
  2859. cat >$tmp/stdin
  2860. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2861. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2862.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2863. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2864.   * )   ac_file_in=$ac_file.in ;;
  2865.   esac
  2866.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  2867. echo "$as_me: creating $ac_file" >&6;}
  2868.   # First look for the input files in the build tree, otherwise in the
  2869.   # src tree.
  2870.   ac_file_inputs=`IFS=:
  2871.     for f in $ac_file_in; do
  2872.       case $f in
  2873.       -) echo $tmp/stdin ;;
  2874.       [\/$]*)
  2875.  # Absolute (can't be DOS-style, as IFS=:)
  2876.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2877. echo "$as_me: error: cannot find input file: $f" >&2;}
  2878.    { (exit 1); exit 1; }; }
  2879.  # Do quote $f, to prevent DOS paths from being IFS'd.
  2880.  echo "$f";;
  2881.       *) # Relative
  2882.  if test -f "$f"; then
  2883.    # Build tree
  2884.    echo "$f"
  2885.  elif test -f "$srcdir/$f"; then
  2886.    # Source tree
  2887.    echo "$srcdir/$f"
  2888.  else
  2889.    # /dev/null tree
  2890.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2891. echo "$as_me: error: cannot find input file: $f" >&2;}
  2892.    { (exit 1); exit 1; }; }
  2893.  fi;;
  2894.       esac
  2895.     done` || { (exit 1); exit 1; }
  2896.   # Remove the trailing spaces.
  2897.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  2898. _ACEOF
  2899. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  2900. # `conftest.undefs', that substitutes the proper values into
  2901. # config.h.in to produce config.h.  The first handles `#define'
  2902. # templates, and the second `#undef' templates.
  2903. # And first: Protect against being on the right side of a sed subst in
  2904. # config.status.  Protect against being in an unquoted here document
  2905. # in config.status.
  2906. rm -f conftest.defines conftest.undefs
  2907. # Using a here document instead of a string reduces the quoting nightmare.
  2908. # Putting comments in sed scripts is not portable.
  2909. #
  2910. # `end' is used to avoid that the second main sed command (meant for
  2911. # 0-ary CPP macros) applies to n-ary macro definitions.
  2912. # See the Autoconf documentation for `clear'.
  2913. cat >confdef2sed.sed <<_ACEOF
  2914. s/[\&,]/\&/g
  2915. s,[\$`],\&,g
  2916. t clear
  2917. : clear
  2918. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  2919. t end
  2920. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  2921. : end
  2922. _ACEOF
  2923. # If some macros were called several times there might be several times
  2924. # the same #defines, which is useless.  Nevertheless, we may not want to
  2925. # sort them, since we want the *last* AC-DEFINE to be honored.
  2926. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  2927. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  2928. rm -f confdef2sed.sed
  2929. # This sed command replaces #undef with comments.  This is necessary, for
  2930. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2931. # on some systems where configure will not decide to define it.
  2932. cat >>conftest.undefs <<_ACEOF
  2933. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  2934. _ACEOF
  2935. # Break up conftest.defines because some shells have a limit on the size
  2936. # of here documents, and old seds have small limits too (100 cmds).
  2937. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  2938. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  2939. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  2940. echo '  :' >>$CONFIG_STATUS
  2941. rm -f conftest.tail
  2942. while grep . conftest.defines >/dev/null
  2943. do
  2944.   # Write a limited-size here document to $tmp/defines.sed.
  2945.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  2946.   # Speed up: don't consider the non `#define' lines.
  2947.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  2948.   # Work around the forget-to-reset-the-flag bug.
  2949.   echo 't clr' >>$CONFIG_STATUS
  2950.   echo ': clr' >>$CONFIG_STATUS
  2951.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  2952.   echo 'CEOF
  2953.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  2954.   rm -f $tmp/in
  2955.   mv $tmp/out $tmp/in
  2956. ' >>$CONFIG_STATUS
  2957.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  2958.   rm -f conftest.defines
  2959.   mv conftest.tail conftest.defines
  2960. done
  2961. rm -f conftest.defines
  2962. echo '  fi # grep' >>$CONFIG_STATUS
  2963. echo >>$CONFIG_STATUS
  2964. # Break up conftest.undefs because some shells have a limit on the size
  2965. # of here documents, and old seds have small limits too (100 cmds).
  2966. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  2967. rm -f conftest.tail
  2968. while grep . conftest.undefs >/dev/null
  2969. do
  2970.   # Write a limited-size here document to $tmp/undefs.sed.
  2971.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  2972.   # Speed up: don't consider the non `#undef'
  2973.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  2974.   # Work around the forget-to-reset-the-flag bug.
  2975.   echo 't clr' >>$CONFIG_STATUS
  2976.   echo ': clr' >>$CONFIG_STATUS
  2977.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  2978.   echo 'CEOF
  2979.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  2980.   rm -f $tmp/in
  2981.   mv $tmp/out $tmp/in
  2982. ' >>$CONFIG_STATUS
  2983.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  2984.   rm -f conftest.undefs
  2985.   mv conftest.tail conftest.undefs
  2986. done
  2987. rm -f conftest.undefs
  2988. cat >>$CONFIG_STATUS <<_ACEOF
  2989.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2990.   # use $as_me), people would be surprised to read:
  2991.   #    /* config.h.  Generated by config.status.  */
  2992.   if test x"$ac_file" = x-; then
  2993.     echo "/* Generated by configure.  */" >$tmp/config.h
  2994.   else
  2995.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  2996.   fi
  2997.   cat $tmp/in >>$tmp/config.h
  2998.   rm -f $tmp/in
  2999.   if test x"$ac_file" != x-; then
  3000.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  3001.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  3002. echo "$as_me: $ac_file is unchanged" >&6;}
  3003.     else
  3004.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3005. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3006.  X"$ac_file" : 'X(//)[^/]' | 
  3007.  X"$ac_file" : 'X(//)$' | 
  3008.  X"$ac_file" : 'X(/)' | 
  3009.  .     : '(.)' 2>/dev/null ||
  3010. echo X"$ac_file" |
  3011.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3012.      /^X(//)[^/].*/{ s//1/; q; }
  3013.      /^X(//)$/{ s//1/; q; }
  3014.      /^X(/).*/{ s//1/; q; }
  3015.      s/.*/./; q'`
  3016.       { if $as_mkdir_p; then
  3017.     mkdir -p "$ac_dir"
  3018.   else
  3019.     as_dir="$ac_dir"
  3020.     as_dirs=
  3021.     while test ! -d "$as_dir"; do
  3022.       as_dirs="$as_dir $as_dirs"
  3023.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3024. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3025.  X"$as_dir" : 'X(//)[^/]' | 
  3026.  X"$as_dir" : 'X(//)$' | 
  3027.  X"$as_dir" : 'X(/)' | 
  3028.  .     : '(.)' 2>/dev/null ||
  3029. echo X"$as_dir" |
  3030.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3031.      /^X(//)[^/].*/{ s//1/; q; }
  3032.      /^X(//)$/{ s//1/; q; }
  3033.      /^X(/).*/{ s//1/; q; }
  3034.      s/.*/./; q'`
  3035.     done
  3036.     test ! -n "$as_dirs" || mkdir $as_dirs
  3037.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3038. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3039.    { (exit 1); exit 1; }; }; }
  3040.       rm -f $ac_file
  3041.       mv $tmp/config.h $ac_file
  3042.     fi
  3043.   else
  3044.     cat $tmp/config.h
  3045.     rm -f $tmp/config.h
  3046.   fi
  3047. # Compute $ac_file's index in $config_headers.
  3048. _am_stamp_count=1
  3049. for _am_header in $config_headers :; do
  3050.   case $_am_header in
  3051.     $ac_file | $ac_file:* )
  3052.       break ;;
  3053.     * )
  3054.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  3055.   esac
  3056. done
  3057. echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
  3058. $as_expr X$ac_file : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3059.  X$ac_file : 'X(//)[^/]' | 
  3060.  X$ac_file : 'X(//)$' | 
  3061.  X$ac_file : 'X(/)' | 
  3062.  .     : '(.)' 2>/dev/null ||
  3063. echo X$ac_file |
  3064.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3065.      /^X(//)[^/].*/{ s//1/; q; }
  3066.      /^X(//)$/{ s//1/; q; }
  3067.      /^X(/).*/{ s//1/; q; }
  3068.      s/.*/./; q'`/stamp-h$_am_stamp_count
  3069. done
  3070. _ACEOF
  3071. cat >>$CONFIG_STATUS <<_ACEOF
  3072. #
  3073. # CONFIG_COMMANDS section.
  3074. #
  3075. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  3076.   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  3077.   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3078.   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  3079. $as_expr X"$ac_dest" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3080.  X"$ac_dest" : 'X(//)[^/]' | 
  3081.  X"$ac_dest" : 'X(//)$' | 
  3082.  X"$ac_dest" : 'X(/)' | 
  3083.  .     : '(.)' 2>/dev/null ||
  3084. echo X"$ac_dest" |
  3085.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3086.      /^X(//)[^/].*/{ s//1/; q; }
  3087.      /^X(//)$/{ s//1/; q; }
  3088.      /^X(/).*/{ s//1/; q; }
  3089.      s/.*/./; q'`
  3090.   { if $as_mkdir_p; then
  3091.     mkdir -p "$ac_dir"
  3092.   else
  3093.     as_dir="$ac_dir"
  3094.     as_dirs=
  3095.     while test ! -d "$as_dir"; do
  3096.       as_dirs="$as_dir $as_dirs"
  3097.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3098. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3099.  X"$as_dir" : 'X(//)[^/]' | 
  3100.  X"$as_dir" : 'X(//)$' | 
  3101.  X"$as_dir" : 'X(/)' | 
  3102.  .     : '(.)' 2>/dev/null ||
  3103. echo X"$as_dir" |
  3104.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3105.      /^X(//)[^/].*/{ s//1/; q; }
  3106.      /^X(//)$/{ s//1/; q; }
  3107.      /^X(/).*/{ s//1/; q; }
  3108.      s/.*/./; q'`
  3109.     done
  3110.     test ! -n "$as_dirs" || mkdir $as_dirs
  3111.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3112. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3113.    { (exit 1); exit 1; }; }; }
  3114.   ac_builddir=.
  3115. if test "$ac_dir" != .; then
  3116.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3117.   # A "../" for each directory in $ac_dir_suffix.
  3118.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3119. else
  3120.   ac_dir_suffix= ac_top_builddir=
  3121. fi
  3122. case $srcdir in
  3123.   .)  # No --srcdir option.  We are building in place.
  3124.     ac_srcdir=.
  3125.     if test -z "$ac_top_builddir"; then
  3126.        ac_top_srcdir=.
  3127.     else
  3128.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3129.     fi ;;
  3130.   [\/]* | ?:[\/]* )  # Absolute path.
  3131.     ac_srcdir=$srcdir$ac_dir_suffix;
  3132.     ac_top_srcdir=$srcdir ;;
  3133.   *) # Relative path.
  3134.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3135.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3136. esac
  3137. # Do not use `cd foo && pwd` to compute absolute paths, because
  3138. # the directories may not exist.
  3139. case `pwd` in
  3140. .) ac_abs_builddir="$ac_dir";;
  3141. *)
  3142.   case "$ac_dir" in
  3143.   .) ac_abs_builddir=`pwd`;;
  3144.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  3145.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  3146.   esac;;
  3147. esac
  3148. case $ac_abs_builddir in
  3149. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  3150. *)
  3151.   case ${ac_top_builddir}. in
  3152.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  3153.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  3154.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  3155.   esac;;
  3156. esac
  3157. case $ac_abs_builddir in
  3158. .) ac_abs_srcdir=$ac_srcdir;;
  3159. *)
  3160.   case $ac_srcdir in
  3161.   .) ac_abs_srcdir=$ac_abs_builddir;;
  3162.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  3163.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  3164.   esac;;
  3165. esac
  3166. case $ac_abs_builddir in
  3167. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  3168. *)
  3169.   case $ac_top_srcdir in
  3170.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  3171.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  3172.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  3173.   esac;;
  3174. esac
  3175.   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  3176. echo "$as_me: executing $ac_dest commands" >&6;}
  3177.   case $ac_dest in
  3178.     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  3179.   # Strip MF so we end up with the name of the file.
  3180.   mf=`echo "$mf" | sed -e 's/:.*$//'`
  3181.   # Check whether this is an Automake generated Makefile or not.
  3182.   # We used to match only the files named `Makefile.in', but
  3183.   # some people rename them; so instead we look at the file content.
  3184.   # Grep'ing the first line is not enough: some people post-process
  3185.   # each Makefile.in and add a new line on top of each file to say so.
  3186.   # So let's grep whole file.
  3187.   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  3188.     dirpart=`(dirname "$mf") 2>/dev/null ||
  3189. $as_expr X"$mf" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3190.  X"$mf" : 'X(//)[^/]' | 
  3191.  X"$mf" : 'X(//)$' | 
  3192.  X"$mf" : 'X(/)' | 
  3193.  .     : '(.)' 2>/dev/null ||
  3194. echo X"$mf" |
  3195.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3196.      /^X(//)[^/].*/{ s//1/; q; }
  3197.      /^X(//)$/{ s//1/; q; }
  3198.      /^X(/).*/{ s//1/; q; }
  3199.      s/.*/./; q'`
  3200.   else
  3201.     continue
  3202.   fi
  3203.   # Extract the definition of DEPDIR, am__include, and am__quote
  3204.   # from the Makefile without running `make'.
  3205.   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  3206.   test -z "$DEPDIR" && continue
  3207.   am__include=`sed -n 's/^am__include = //p' < "$mf"`
  3208.   test -z "am__include" && continue
  3209.   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  3210.   # When using ansi2knr, U may be empty or an underscore; expand it
  3211.   U=`sed -n 's/^U = //p' < "$mf"`
  3212.   # Find all dependency output files, they are included files with
  3213.   # $(DEPDIR) in their names.  We invoke sed twice because it is the
  3214.   # simplest approach to changing $(DEPDIR) to its actual value in the
  3215.   # expansion.
  3216.   for file in `sed -n "
  3217.     s/^$am__include $am__quote(.*(DEPDIR).*)$am__quote"'$/1/p' <"$mf" | 
  3218.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  3219.     # Make sure the directory exists.
  3220.     test -f "$dirpart/$file" && continue
  3221.     fdir=`(dirname "$file") 2>/dev/null ||
  3222. $as_expr X"$file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3223.  X"$file" : 'X(//)[^/]' | 
  3224.  X"$file" : 'X(//)$' | 
  3225.  X"$file" : 'X(/)' | 
  3226.  .     : '(.)' 2>/dev/null ||
  3227. echo X"$file" |
  3228.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3229.      /^X(//)[^/].*/{ s//1/; q; }
  3230.      /^X(//)$/{ s//1/; q; }
  3231.      /^X(/).*/{ s//1/; q; }
  3232.      s/.*/./; q'`
  3233.     { if $as_mkdir_p; then
  3234.     mkdir -p $dirpart/$fdir
  3235.   else
  3236.     as_dir=$dirpart/$fdir
  3237.     as_dirs=
  3238.     while test ! -d "$as_dir"; do
  3239.       as_dirs="$as_dir $as_dirs"
  3240.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3241. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3242.  X"$as_dir" : 'X(//)[^/]' | 
  3243.  X"$as_dir" : 'X(//)$' | 
  3244.  X"$as_dir" : 'X(/)' | 
  3245.  .     : '(.)' 2>/dev/null ||
  3246. echo X"$as_dir" |
  3247.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3248.      /^X(//)[^/].*/{ s//1/; q; }
  3249.      /^X(//)$/{ s//1/; q; }
  3250.      /^X(/).*/{ s//1/; q; }
  3251.      s/.*/./; q'`
  3252.     done
  3253.     test ! -n "$as_dirs" || mkdir $as_dirs
  3254.   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
  3255. echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
  3256.    { (exit 1); exit 1; }; }; }
  3257.     # echo "creating $dirpart/$file"
  3258.     echo '# dummy' > "$dirpart/$file"
  3259.   done
  3260. done
  3261.  ;;
  3262.   esac
  3263. done
  3264. _ACEOF
  3265. cat >>$CONFIG_STATUS <<_ACEOF
  3266. { (exit 0); exit 0; }
  3267. _ACEOF
  3268. chmod +x $CONFIG_STATUS
  3269. ac_clean_files=$ac_clean_files_save
  3270. # configure is writing to config.log, and then calls config.status.
  3271. # config.status does its own redirection, appending to config.log.
  3272. # Unfortunately, on DOS this fails, as config.log is still kept open
  3273. # by configure, so config.status won't be able to write to it; its
  3274. # output is simply discarded.  So we exec the FD to /dev/null,
  3275. # effectively closing config.log, so it can be properly (re)opened and
  3276. # appended to by config.status.  When coming back to configure, we
  3277. # need to make the FD available again.
  3278. if test "$no_create" != yes; then
  3279.   ac_cs_success=:
  3280.   ac_config_status_args=
  3281.   test "$silent" = yes &&
  3282.     ac_config_status_args="$ac_config_status_args --quiet"
  3283.   exec 5>/dev/null
  3284.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3285.   exec 5>>config.log
  3286.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3287.   # would make configure fail if this is the last instruction.
  3288.   $ac_cs_success || { (exit 1); exit 1; }
  3289. fi
  3290. echo "
  3291. configuration:
  3292.     build cubicles:           ${have_cubicles_sources}
  3293.     build handvu:             ${have_handvu_sources}
  3294.     build OpenCV demo:        ${have_hvopencv_sources}
  3295.     build CvCam demo:         ${have_hvcvcam_sources}
  3296.     build libdc1394 demo:     ${have_hvdc1394_sources}
  3297.     build ARtk demo:          ${have_hvartk_sources}
  3298.     have DXApp code:          ${have_hvdxapp_sources}
  3299.     have DXFilter code:       ${have_hvdxfilter_sources}
  3300.     host system:              ${host}
  3301.     compiler:                 ${CXX}
  3302.     CFLAGS:                   ${AM_CFLAGS} ${CFLAGS}
  3303.     CPPFLAGS:                 ${AM_CPPFLAGS} ${CPPFLAGS}
  3304.     CXXFLAGS:                 ${AM_CXXFLAGS} ${CXXFLAGS}
  3305.     install path:             ${prefix}
  3306.     use OpenCV:               ${w_opencv}
  3307.     use Magick:               ${w_magick}
  3308.     small skin color table:   ${e_small_color}
  3309.     debug:                    ${e_debug}"
  3310. if test "$have_cubicles_training_sources" = "yes"; then
  3311. echo "configuration for cubicles training:
  3312.     with training:            ${e_training}
  3313.     use MPI:                  ${USE_MPI}
  3314.     debug MPI:                ${e_debug_mpi}
  3315.     integral image type:      ${ii_type}"
  3316. fi
  3317. echo "now run make."