Changeset 2071 for trunk


Ignore:
Timestamp:
Jan 27, 2011 12:27:23 PM (13 years ago)
Author:
gah
Message:
 
Location:
trunk
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/app-fermi/cee/Makefile.in

    r1944 r2071  
    2222INCLUDES        = -I$(srcdir)/../../../src/core
    2323LIBS            = -L../../../src/core -lrappture \
    24                   -L$(libdir) -lexpat -lz
     24                  -L$(libdir) -lexpat -lz -lm
    2525
    2626CC_SWITCHES     = $(CFLAGS) $(CDEBUGFLAGS) $(DEFINES) $(INCLUDES)
  • trunk/examples/app-fermi/fortran/Makefile.in

    r1945 r2071  
    2222INCLUDES        = -I$(srcdir)/../../../src/core
    2323LIBS            = -L../../../src/core -lrappture \
    24                   -L$(libdir) -lexpat -lz
     24                  -L$(libdir) -lexpat -lz -lm
    2525
    2626FC_SWITCHES     = $(FCFLAGS) $(FCDEBUGFLAGS) $(DEFINES) $(INCLUDES)
  • trunk/examples/app-fermi/wrapper/cee/Makefile.in

    r1944 r2071  
    2222INCLUDES        = -I$(srcdir)/../../../../src/core
    2323LIBS            = -L../../../../src/core -lrappture \
    24                   -L$(libdir) -lexpat -lz
     24                  -L$(libdir) -lexpat -lz -lm
    2525
    2626CC_SWITCHES     = $(CFLAGS) $(CDEBUGFLAGS) $(DEFINES) $(INCLUDES)
  • trunk/examples/c-example/Makefile.in

    r1944 r2071  
    2222LIBS            = \
    2323                -L../../src/core -lrappture \
    24                 -L$(libdir) -lexpat -lz
     24                -L$(libdir) -lexpat -lz -lm
    2525VPATH           = $(srcdir)
    2626
  • trunk/examples/objects/axis/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/contour/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/curve/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/dxWriter/Makefile.in

    r1944 r2071  
    2222LIBS            = \
    2323                -L../../../src/core -lrappture \
    24                 -L$(libdir) -lexpat -lz
     24                -L$(libdir) -lexpat -lz -lm
    2525VPATH           = $(srcdir)
    2626
  • trunk/examples/objects/floatBuffer/Makefile.in

    r1944 r2071  
    2222LIBS            = \
    2323                -L../../../src/core -lrappture \
    24                 -L$(libdir) -lexpat -lz
     24                -L$(libdir) -lexpat -lz -lm
    2525VPATH           = $(srcdir)
    2626
  • trunk/examples/objects/histogram/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/library/Makefile.in

    r1944 r2071  
    3131                -L../../../src/core -lrappture \
    3232                -L../../../src/objects -lRpObjects\
    33                 -L$(libdir) -lexpat -lz
     33                -L$(libdir) -lexpat -lz -lm
    3434VPATH   = $(srcdir)
    3535
  • trunk/examples/objects/number/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/path/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/plot/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/scatter/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/string/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/tree/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/examples/objects/xmlparser/Makefile.in

    r1944 r2071  
    2626                -L../../../src/core -lrappture \
    2727                -L../../../src/objects -lRpObjects\
    28                 -L$(libdir) -lexpat -lz
     28                -L$(libdir) -lexpat -lz -lm
    2929VPATH   = $(srcdir)
    3030
  • trunk/packages/vizservers/configure

    r2070 r2071  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.68 for vizservers 0.1.
     3# Generated by GNU Autoconf 2.66 for vizservers 0.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    9292
    9393# Find who we are.  Look in the path if we contain no directory separator.
    94 as_myself=
    9594case $0 in #((
    9695  *[\\/]* ) as_myself=$0 ;;
     
    218217        # neutralization value for shells without unset; and this also
    219218        # works around shells that cannot unset nonexistent variables.
    220         # Preserve -v and -x to the replacement shell.
    221219        BASH_ENV=/dev/null
    222220        ENV=/dev/null
    223221        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    224222        export CONFIG_SHELL
    225         case $- in # ((((
    226           *v*x* | *x*v* ) as_opts=-vx ;;
    227           *v* ) as_opts=-v ;;
    228           *x* ) as_opts=-x ;;
    229           * ) as_opts= ;;
    230         esac
    231         exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
     223        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    232224fi
    233225
     
    787779
    788780  case $ac_option in
    789   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    790   *=)   ac_optarg= ;;
    791   *)    ac_optarg=yes ;;
     781  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     782  *)    ac_optarg=yes ;;
    792783  esac
    793784
     
    11291120    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    11301121      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    1131     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
     1122    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11321123    ;;
    11331124
     
    14291420  cat <<\_ACEOF
    14301421vizservers configure 0.1
    1431 generated by GNU Autoconf 2.68
     1422generated by GNU Autoconf 2.66
    14321423
    14331424Copyright (C) 2010 Free Software Foundation, Inc.
     
    14751466        ac_retval=1
    14761467fi
    1477   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1468  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    14781469  as_fn_set_status $ac_retval
    14791470
     
    15211512  # left behind by Apple's compiler.  We do this before executing the actions.
    15221513  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1523   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1514  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    15241515  as_fn_set_status $ac_retval
    15251516
     
    15471538  fi
    15481539  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1549   test $ac_status = 0; } > conftest.i && {
     1540  test $ac_status = 0; } >/dev/null && {
    15501541         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    15511542         test ! -s conftest.err
     
    15581549    ac_retval=1
    15591550fi
    1560   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1551  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    15611552  as_fn_set_status $ac_retval
    15621553
     
    15711562{
    15721563  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1573   if eval \${$3+:} false; then :
     1564  if eval "test \"\${$3+set}\"" = set; then :
    15741565  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    15751566$as_echo_n "checking for $2... " >&6; }
    1576 if eval \${$3+:} false; then :
     1567if eval "test \"\${$3+set}\"" = set; then :
    15771568  $as_echo_n "(cached) " >&6
    15781569fi
     
    16101601  ac_header_preproc=no
    16111602fi
    1612 rm -f conftest.err conftest.i conftest.$ac_ext
     1603rm -f conftest.err conftest.$ac_ext
    16131604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
    16141605$as_echo "$ac_header_preproc" >&6; }
     
    16411632  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    16421633$as_echo_n "checking for $2... " >&6; }
    1643 if eval \${$3+:} false; then :
     1634if eval "test \"\${$3+set}\"" = set; then :
    16441635  $as_echo_n "(cached) " >&6
    16451636else
     
    16501641$as_echo "$ac_res" >&6; }
    16511642fi
    1652   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1643  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    16531644
    16541645} # ac_fn_c_check_header_mongrel
     
    16911682fi
    16921683  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1693   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1684  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    16941685  as_fn_set_status $ac_retval
    16951686
     
    17051696  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    17061697$as_echo_n "checking for $2... " >&6; }
    1707 if eval \${$3+:} false; then :
     1698if eval "test \"\${$3+set}\"" = set; then :
    17081699  $as_echo_n "(cached) " >&6
    17091700else
     
    17231714               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    17241715$as_echo "$ac_res" >&6; }
    1725   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1716  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    17261717
    17271718} # ac_fn_c_check_header_compile
     
    17601751        ac_retval=1
    17611752fi
    1762   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1753  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    17631754  as_fn_set_status $ac_retval
    17641755
     
    17861777  fi
    17871778  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1788   test $ac_status = 0; } > conftest.i && {
     1779  test $ac_status = 0; } >/dev/null && {
    17891780         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
    17901781         test ! -s conftest.err
     
    17971788    ac_retval=1
    17981789fi
    1799   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1790  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    18001791  as_fn_set_status $ac_retval
    18011792
     
    18391830fi
    18401831  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    1841   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1832  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    18421833  as_fn_set_status $ac_retval
    18431834
     
    20172008
    20182009  fi
    2019   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2010  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    20202011  as_fn_set_status $ac_retval
    20212012
     
    20302021{
    20312022  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    2032   if eval \${$3+:} false; then :
     2023  if eval "test \"\${$3+set}\"" = set; then :
    20332024  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20342025$as_echo_n "checking for $2... " >&6; }
    2035 if eval \${$3+:} false; then :
     2026if eval "test \"\${$3+set}\"" = set; then :
    20362027  $as_echo_n "(cached) " >&6
    20372028fi
     
    20692060  ac_header_preproc=no
    20702061fi
    2071 rm -f conftest.err conftest.i conftest.$ac_ext
     2062rm -f conftest.err conftest.$ac_ext
    20722063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
    20732064$as_echo "$ac_header_preproc" >&6; }
     
    21002091  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    21012092$as_echo_n "checking for $2... " >&6; }
    2102 if eval \${$3+:} false; then :
     2093if eval "test \"\${$3+set}\"" = set; then :
    21032094  $as_echo_n "(cached) " >&6
    21042095else
     
    21092100$as_echo "$ac_res" >&6; }
    21102101fi
    2111   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2102  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    21122103
    21132104} # ac_fn_cxx_check_header_mongrel
     
    21542145  # left behind by Apple's compiler.  We do this before executing the actions.
    21552146  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2156   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2147  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    21572148  as_fn_set_status $ac_retval
    21582149
     
    21682159  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    21692160$as_echo_n "checking for $2... " >&6; }
    2170 if eval \${$3+:} false; then :
     2161if eval "test \"\${$3+set}\"" = set; then :
    21712162  $as_echo_n "(cached) " >&6
    21722163else
     
    21862177               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    21872178$as_echo "$ac_res" >&6; }
    2188   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2179  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    21892180
    21902181} # ac_fn_cxx_check_header_compile
     
    21982189  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    21992190$as_echo_n "checking for $2... " >&6; }
    2200 if eval \${$3+:} false; then :
     2191if eval "test \"\${$3+set}\"" = set; then :
    22012192  $as_echo_n "(cached) " >&6
    22022193else
     
    22532244               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    22542245$as_echo "$ac_res" >&6; }
    2255   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2246  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    22562247
    22572248} # ac_fn_cxx_check_func
     
    22612252
    22622253It was created by vizservers $as_me 0.1, which was
    2263 generated by GNU Autoconf 2.68.  Invocation command line was
     2254generated by GNU Autoconf 2.66.  Invocation command line was
    22642255
    22652256  $ $0 $@
     
    26412632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    26422633$as_echo_n "checking for $ac_word... " >&6; }
    2643 if ${ac_cv_prog_CC+:} false; then :
     2634if test "${ac_cv_prog_CC+set}" = set; then :
    26442635  $as_echo_n "(cached) " >&6
    26452636else
     
    26812672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    26822673$as_echo_n "checking for $ac_word... " >&6; }
    2683 if ${ac_cv_prog_ac_ct_CC+:} false; then :
     2674if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    26842675  $as_echo_n "(cached) " >&6
    26852676else
     
    27342725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    27352726$as_echo_n "checking for $ac_word... " >&6; }
    2736 if ${ac_cv_prog_CC+:} false; then :
     2727if test "${ac_cv_prog_CC+set}" = set; then :
    27372728  $as_echo_n "(cached) " >&6
    27382729else
     
    27742765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    27752766$as_echo_n "checking for $ac_word... " >&6; }
    2776 if ${ac_cv_prog_CC+:} false; then :
     2767if test "${ac_cv_prog_CC+set}" = set; then :
    27772768  $as_echo_n "(cached) " >&6
    27782769else
     
    28332824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    28342825$as_echo_n "checking for $ac_word... " >&6; }
    2835 if ${ac_cv_prog_CC+:} false; then :
     2826if test "${ac_cv_prog_CC+set}" = set; then :
    28362827  $as_echo_n "(cached) " >&6
    28372828else
     
    28772868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    28782869$as_echo_n "checking for $ac_word... " >&6; }
    2879 if ${ac_cv_prog_ac_ct_CC+:} false; then :
     2870if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    28802871  $as_echo_n "(cached) " >&6
    28812872else
     
    31603151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
    31613152$as_echo_n "checking for suffix of object files... " >&6; }
    3162 if ${ac_cv_objext+:} false; then :
     3153if test "${ac_cv_objext+set}" = set; then :
    31633154  $as_echo_n "(cached) " >&6
    31643155else
     
    32113202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
    32123203$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    3213 if ${ac_cv_c_compiler_gnu+:} false; then :
     3204if test "${ac_cv_c_compiler_gnu+set}" = set; then :
    32143205  $as_echo_n "(cached) " >&6
    32153206else
     
    32483239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
    32493240$as_echo_n "checking whether $CC accepts -g... " >&6; }
    3250 if ${ac_cv_prog_cc_g+:} false; then :
     3241if test "${ac_cv_prog_cc_g+set}" = set; then :
    32513242  $as_echo_n "(cached) " >&6
    32523243else
     
    33263317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    33273318$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    3328 if ${ac_cv_prog_cc_c89+:} false; then :
     3319if test "${ac_cv_prog_cc_c89+set}" = set; then :
    33293320  $as_echo_n "(cached) " >&6
    33303321else
     
    34273418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    34283419$as_echo_n "checking for $ac_word... " >&6; }
    3429 if ${ac_cv_prog_RANLIB+:} false; then :
     3420if test "${ac_cv_prog_RANLIB+set}" = set; then :
    34303421  $as_echo_n "(cached) " >&6
    34313422else
     
    34673458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    34683459$as_echo_n "checking for $ac_word... " >&6; }
    3469 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
     3460if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
    34703461  $as_echo_n "(cached) " >&6
    34713462else
     
    35263517fi
    35273518if test -z "$CPP"; then
    3528   if ${ac_cv_prog_CPP+:} false; then :
     3519  if test "${ac_cv_prog_CPP+set}" = set; then :
    35293520  $as_echo_n "(cached) " >&6
    35303521else
     
    35563547continue
    35573548fi
    3558 rm -f conftest.err conftest.i conftest.$ac_ext
     3549rm -f conftest.err conftest.$ac_ext
    35593550
    35603551  # OK, works on sane cases.  Now check whether nonexistent headers
     
    35723563break
    35733564fi
    3574 rm -f conftest.err conftest.i conftest.$ac_ext
     3565rm -f conftest.err conftest.$ac_ext
    35753566
    35763567done
    35773568# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    3578 rm -f conftest.i conftest.err conftest.$ac_ext
     3569rm -f conftest.err conftest.$ac_ext
    35793570if $ac_preproc_ok; then :
    35803571  break
     
    36153606continue
    36163607fi
    3617 rm -f conftest.err conftest.i conftest.$ac_ext
     3608rm -f conftest.err conftest.$ac_ext
    36183609
    36193610  # OK, works on sane cases.  Now check whether nonexistent headers
     
    36313622break
    36323623fi
    3633 rm -f conftest.err conftest.i conftest.$ac_ext
     3624rm -f conftest.err conftest.$ac_ext
    36343625
    36353626done
    36363627# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    3637 rm -f conftest.i conftest.err conftest.$ac_ext
     3628rm -f conftest.err conftest.$ac_ext
    36383629if $ac_preproc_ok; then :
    36393630
     
    36543645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
    36553646$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    3656 if ${ac_cv_path_GREP+:} false; then :
     3647if test "${ac_cv_path_GREP+set}" = set; then :
    36573648  $as_echo_n "(cached) " >&6
    36583649else
     
    37173708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
    37183709$as_echo_n "checking for egrep... " >&6; }
    3719 if ${ac_cv_path_EGREP+:} false; then :
     3710if test "${ac_cv_path_EGREP+set}" = set; then :
    37203711  $as_echo_n "(cached) " >&6
    37213712else
     
    37843775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
    37853776$as_echo_n "checking for ANSI C header files... " >&6; }
    3786 if ${ac_cv_header_stdc+:} false; then :
     3777if test "${ac_cv_header_stdc+set}" = set; then :
    37873778  $as_echo_n "(cached) " >&6
    37883779else
     
    39523943    { $as_echo "$as_me:${as_lineno-$LINENO}: checking system version" >&5
    39533944$as_echo_n "checking system version... " >&6; }
    3954 if ${tcl_cv_sys_version+:} false; then :
     3945if test "${tcl_cv_sys_version+set}" = set; then :
    39553946  $as_echo_n "(cached) " >&6
    39563947else
     
    39883979    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
    39893980$as_echo_n "checking for dlopen in -ldl... " >&6; }
    3990 if ${ac_cv_lib_dl_dlopen+:} false; then :
     3981if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
    39913982  $as_echo_n "(cached) " >&6
    39923983else
     
    40224013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
    40234014$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    4024 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
     4015if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
    40254016  have_dl=yes
    40264017else
     
    40564047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    40574048$as_echo_n "checking for $ac_word... " >&6; }
    4058 if ${ac_cv_prog_AR+:} false; then :
     4049if test "${ac_cv_prog_AR+set}" = set; then :
    40594050  $as_echo_n "(cached) " >&6
    40604051else
     
    41814172            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday in -lbsd" >&5
    41824173$as_echo_n "checking for gettimeofday in -lbsd... " >&6; }
    4183 if ${ac_cv_lib_bsd_gettimeofday+:} false; then :
     4174if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then :
    41844175  $as_echo_n "(cached) " >&6
    41854176else
     
    42154206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gettimeofday" >&5
    42164207$as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }
    4217 if test "x$ac_cv_lib_bsd_gettimeofday" = xyes; then :
     4208if test "x$ac_cv_lib_bsd_gettimeofday" = x""yes; then :
    42184209  libbsd=yes
    42194210else
     
    42424233            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lbind" >&5
    42434234$as_echo_n "checking for inet_ntoa in -lbind... " >&6; }
    4244 if ${ac_cv_lib_bind_inet_ntoa+:} false; then :
     4235if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then :
    42454236  $as_echo_n "(cached) " >&6
    42464237else
     
    42764267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bind_inet_ntoa" >&5
    42774268$as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }
    4278 if test "x$ac_cv_lib_bind_inet_ntoa" = xyes; then :
     4269if test "x$ac_cv_lib_bind_inet_ntoa" = x""yes; then :
    42794270  LIBS="$LIBS -lbind -lsocket"
    42804271fi
     
    43274318            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
    43284319$as_echo_n "checking for shl_load in -ldld... " >&6; }
    4329 if ${ac_cv_lib_dld_shl_load+:} false; then :
     4320if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
    43304321  $as_echo_n "(cached) " >&6
    43314322else
     
    43614352{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
    43624353$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    4363 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
     4354if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
    43644355  tcl_ok=yes
    43654356else
     
    44164407            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
    44174408$as_echo_n "checking for shl_load in -ldld... " >&6; }
    4418 if ${ac_cv_lib_dld_shl_load+:} false; then :
     4409if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
    44194410  $as_echo_n "(cached) " >&6
    44204411else
     
    44504441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
    44514442$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    4452 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
     4443if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
    44534444  tcl_ok=yes
    44544445else
     
    45594550            else
    45604551                ac_fn_c_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default"
    4561 if test "x$ac_cv_header_dld_h" = xyes; then :
     4552if test "x$ac_cv_header_dld_h" = x""yes; then :
    45624553
    45634554                    SHLIB_LD="ld -shared"
     
    45764567                { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -m64 flag" >&5
    45774568$as_echo_n "checking if compiler accepts -m64 flag... " >&6; }
    4578 if ${tcl_cv_cc_m64+:} false; then :
     4569if test "${tcl_cv_cc_m64+set}" = set; then :
    45794570  $as_echo_n "(cached) " >&6
    45804571else
     
    46404631            else
    46414632                ac_fn_c_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default"
    4642 if test "x$ac_cv_header_dld_h" = xyes; then :
     4633if test "x$ac_cv_header_dld_h" = x""yes; then :
    46434634
    46444635                    SHLIB_LD="ld -shared"
     
    46914682            # Not available on all versions:  check for include file.
    46924683            ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
    4693 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
     4684if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
    46944685
    46954686                # NetBSD/SPARC needs -fPIC, -fpic will not do.
     
    47044695                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5
    47054696$as_echo_n "checking for ELF... " >&6; }
    4706 if ${tcl_cv_ld_elf+:} false; then :
     4697if test "${tcl_cv_ld_elf+set}" = set; then :
    47074698  $as_echo_n "(cached) " >&6
    47084699else
     
    47864777                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5
    47874778$as_echo_n "checking for ELF... " >&6; }
    4788 if ${tcl_cv_ld_elf+:} false; then :
     4779if test "${tcl_cv_ld_elf+set}" = set; then :
    47894780  $as_echo_n "(cached) " >&6
    47904781else
     
    48644855                        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch ppc64 flag" >&5
    48654856$as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; }
    4866 if ${tcl_cv_cc_arch_ppc64+:} false; then :
     4857if test "${tcl_cv_cc_arch_ppc64+set}" = set; then :
    48674858  $as_echo_n "(cached) " >&6
    48684859else
     
    48994890                        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch x86_64 flag" >&5
    49004891$as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; }
    4901 if ${tcl_cv_cc_arch_x86_64+:} false; then :
     4892if test "${tcl_cv_cc_arch_x86_64+set}" = set; then :
    49024893  $as_echo_n "(cached) " >&6
    49034894else
     
    49444935            { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -single_module flag" >&5
    49454936$as_echo_n "checking if ld accepts -single_module flag... " >&6; }
    4946 if ${tcl_cv_ld_single_module+:} false; then :
     4937if test "${tcl_cv_ld_single_module+set}" = set; then :
    49474938  $as_echo_n "(cached) " >&6
    49484939else
     
    49864977            { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -search_paths_first flag" >&5
    49874978$as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; }
    4988 if ${tcl_cv_ld_search_paths_first+:} false; then :
     4979if test "${tcl_cv_ld_search_paths_first+set}" = set; then :
    49894980  $as_echo_n "(cached) " >&6
    49904981else
     
    50365027                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CoreFoundation.framework" >&5
    50375028$as_echo_n "checking for CoreFoundation.framework... " >&6; }
    5038 if ${tcl_cv_lib_corefoundation+:} false; then :
     5029if test "${tcl_cv_lib_corefoundation+set}" = set; then :
    50395030  $as_echo_n "(cached) " >&6
    50405031else
     
    50825073                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit CoreFoundation" >&5
    50835074$as_echo_n "checking for 64-bit CoreFoundation... " >&6; }
    5084 if ${tcl_cv_lib_corefoundation_64+:} false; then :
     5075if test "${tcl_cv_lib_corefoundation_64+set}" = set; then :
    50855076  $as_echo_n "(cached) " >&6
    50865077else
     
    54075398            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld accepts -Bexport flag" >&5
    54085399$as_echo_n "checking for ld accepts -Bexport flag... " >&6; }
    5409 if ${tcl_cv_ld_Bexport+:} false; then :
     5400if test "${tcl_cv_ld_Bexport+set}" = set; then :
    54105401  $as_echo_n "(cached) " >&6
    54115402else
     
    54735464        { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec.h" >&5
    54745465$as_echo_n "checking sys/exec.h... " >&6; }
    5475 if ${tcl_cv_sysexec_h+:} false; then :
     5466if test "${tcl_cv_sysexec_h+set}" = set; then :
    54765467  $as_echo_n "(cached) " >&6
    54775468else
     
    55145505            { $as_echo "$as_me:${as_lineno-$LINENO}: checking a.out.h" >&5
    55155506$as_echo_n "checking a.out.h... " >&6; }
    5516 if ${tcl_cv_aout_h+:} false; then :
     5507if test "${tcl_cv_aout_h+set}" = set; then :
    55175508  $as_echo_n "(cached) " >&6
    55185509else
     
    55555546                { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec_aout.h" >&5
    55565547$as_echo_n "checking sys/exec_aout.h... " >&6; }
    5557 if ${tcl_cv_sysexecaout_h+:} false; then :
     5548if test "${tcl_cv_sysexecaout_h+set}" = set; then :
    55585549  $as_echo_n "(cached) " >&6
    55595550else
     
    57795770$as_echo_n "checking for a BSD-compatible install... " >&6; }
    57805771if test -z "$INSTALL"; then
    5781 if ${ac_cv_path_install+:} false; then :
     5772if test "${ac_cv_path_install+set}" = set; then :
    57825773  $as_echo_n "(cached) " >&6
    57835774else
     
    58605851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    58615852$as_echo_n "checking for $ac_word... " >&6; }
    5862 if ${ac_cv_prog_RANLIB+:} false; then :
     5853if test "${ac_cv_prog_RANLIB+set}" = set; then :
    58635854  $as_echo_n "(cached) " >&6
    58645855else
     
    59005891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    59015892$as_echo_n "checking for $ac_word... " >&6; }
    5902 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
     5893if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
    59035894  $as_echo_n "(cached) " >&6
    59045895else
     
    59615952$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    59625953if test -z "$MKDIR_P"; then
    5963   if ${ac_cv_path_mkdir+:} false; then :
     5954  if test "${ac_cv_path_mkdir+set}" = set; then :
    59645955  $as_echo_n "(cached) " >&6
    59655956else
     
    60116002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    60126003$as_echo_n "checking for $ac_word... " >&6; }
    6013 if ${ac_cv_prog_CC+:} false; then :
     6004if test "${ac_cv_prog_CC+set}" = set; then :
    60146005  $as_echo_n "(cached) " >&6
    60156006else
     
    60516042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    60526043$as_echo_n "checking for $ac_word... " >&6; }
    6053 if ${ac_cv_prog_ac_ct_CC+:} false; then :
     6044if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    60546045  $as_echo_n "(cached) " >&6
    60556046else
     
    61046095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    61056096$as_echo_n "checking for $ac_word... " >&6; }
    6106 if ${ac_cv_prog_CC+:} false; then :
     6097if test "${ac_cv_prog_CC+set}" = set; then :
    61076098  $as_echo_n "(cached) " >&6
    61086099else
     
    61446135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    61456136$as_echo_n "checking for $ac_word... " >&6; }
    6146 if ${ac_cv_prog_CC+:} false; then :
     6137if test "${ac_cv_prog_CC+set}" = set; then :
    61476138  $as_echo_n "(cached) " >&6
    61486139else
     
    62036194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    62046195$as_echo_n "checking for $ac_word... " >&6; }
    6205 if ${ac_cv_prog_CC+:} false; then :
     6196if test "${ac_cv_prog_CC+set}" = set; then :
    62066197  $as_echo_n "(cached) " >&6
    62076198else
     
    62476238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    62486239$as_echo_n "checking for $ac_word... " >&6; }
    6249 if ${ac_cv_prog_ac_ct_CC+:} false; then :
     6240if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    62506241  $as_echo_n "(cached) " >&6
    62516242else
     
    63316322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
    63326323$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    6333 if ${ac_cv_c_compiler_gnu+:} false; then :
     6324if test "${ac_cv_c_compiler_gnu+set}" = set; then :
    63346325  $as_echo_n "(cached) " >&6
    63356326else
     
    63686359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
    63696360$as_echo_n "checking whether $CC accepts -g... " >&6; }
    6370 if ${ac_cv_prog_cc_g+:} false; then :
     6361if test "${ac_cv_prog_cc_g+set}" = set; then :
    63716362  $as_echo_n "(cached) " >&6
    63726363else
     
    64466437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    64476438$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    6448 if ${ac_cv_prog_cc_c89+:} false; then :
     6439if test "${ac_cv_prog_cc_c89+set}" = set; then :
    64496440  $as_echo_n "(cached) " >&6
    64506441else
     
    65536544fi
    65546545if test -z "$CPP"; then
    6555   if ${ac_cv_prog_CPP+:} false; then :
     6546  if test "${ac_cv_prog_CPP+set}" = set; then :
    65566547  $as_echo_n "(cached) " >&6
    65576548else
     
    65836574continue
    65846575fi
    6585 rm -f conftest.err conftest.i conftest.$ac_ext
     6576rm -f conftest.err conftest.$ac_ext
    65866577
    65876578  # OK, works on sane cases.  Now check whether nonexistent headers
     
    65996590break
    66006591fi
    6601 rm -f conftest.err conftest.i conftest.$ac_ext
     6592rm -f conftest.err conftest.$ac_ext
    66026593
    66036594done
    66046595# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    6605 rm -f conftest.i conftest.err conftest.$ac_ext
     6596rm -f conftest.err conftest.$ac_ext
    66066597if $ac_preproc_ok; then :
    66076598  break
     
    66426633continue
    66436634fi
    6644 rm -f conftest.err conftest.i conftest.$ac_ext
     6635rm -f conftest.err conftest.$ac_ext
    66456636
    66466637  # OK, works on sane cases.  Now check whether nonexistent headers
     
    66586649break
    66596650fi
    6660 rm -f conftest.err conftest.i conftest.$ac_ext
     6651rm -f conftest.err conftest.$ac_ext
    66616652
    66626653done
    66636654# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    6664 rm -f conftest.i conftest.err conftest.$ac_ext
     6655rm -f conftest.err conftest.$ac_ext
    66656656if $ac_preproc_ok; then :
    66666657
     
    66946685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    66956686$as_echo_n "checking for $ac_word... " >&6; }
    6696 if ${ac_cv_prog_CXX+:} false; then :
     6687if test "${ac_cv_prog_CXX+set}" = set; then :
    66976688  $as_echo_n "(cached) " >&6
    66986689else
     
    67386729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    67396730$as_echo_n "checking for $ac_word... " >&6; }
    6740 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
     6731if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
    67416732  $as_echo_n "(cached) " >&6
    67426733else
     
    68166807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
    68176808$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    6818 if ${ac_cv_cxx_compiler_gnu+:} false; then :
     6809if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
    68196810  $as_echo_n "(cached) " >&6
    68206811else
     
    68536844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
    68546845$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    6855 if ${ac_cv_prog_cxx_g+:} false; then :
     6846if test "${ac_cv_prog_cxx_g+set}" = set; then :
    68566847  $as_echo_n "(cached) " >&6
    68576848else
     
    69436934$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
    69446935if test -z "$CXXCPP"; then
    6945   if ${ac_cv_prog_CXXCPP+:} false; then :
     6936  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
    69466937  $as_echo_n "(cached) " >&6
    69476938else
     
    69736964continue
    69746965fi
    6975 rm -f conftest.err conftest.i conftest.$ac_ext
     6966rm -f conftest.err conftest.$ac_ext
    69766967
    69776968  # OK, works on sane cases.  Now check whether nonexistent headers
     
    69896980break
    69906981fi
    6991 rm -f conftest.err conftest.i conftest.$ac_ext
     6982rm -f conftest.err conftest.$ac_ext
    69926983
    69936984done
    69946985# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    6995 rm -f conftest.i conftest.err conftest.$ac_ext
     6986rm -f conftest.err conftest.$ac_ext
    69966987if $ac_preproc_ok; then :
    69976988  break
     
    70327023continue
    70337024fi
    7034 rm -f conftest.err conftest.i conftest.$ac_ext
     7025rm -f conftest.err conftest.$ac_ext
    70357026
    70367027  # OK, works on sane cases.  Now check whether nonexistent headers
     
    70487039break
    70497040fi
    7050 rm -f conftest.err conftest.i conftest.$ac_ext
     7041rm -f conftest.err conftest.$ac_ext
    70517042
    70527043done
    70537044# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    7054 rm -f conftest.i conftest.err conftest.$ac_ext
     7045rm -f conftest.err conftest.$ac_ext
    70557046if $ac_preproc_ok; then :
    70567047
     
    70847075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    70857076$as_echo_n "checking for $ac_word... " >&6; }
    7086 if ${ac_cv_prog_CXX+:} false; then :
     7077if test "${ac_cv_prog_CXX+set}" = set; then :
    70877078  $as_echo_n "(cached) " >&6
    70887079else
     
    71287119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    71297120$as_echo_n "checking for $ac_word... " >&6; }
    7130 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
     7121if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
    71317122  $as_echo_n "(cached) " >&6
    71327123else
     
    72067197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
    72077198$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    7208 if ${ac_cv_cxx_compiler_gnu+:} false; then :
     7199if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
    72097200  $as_echo_n "(cached) " >&6
    72107201else
     
    72437234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
    72447235$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    7245 if ${ac_cv_prog_cxx_g+:} false; then :
     7236if test "${ac_cv_prog_cxx_g+set}" = set; then :
    72467237  $as_echo_n "(cached) " >&6
    72477238else
     
    73357326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
    73367327$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
    7337 if ${ac_cv_c_bigendian+:} false; then :
     7328if test "${ac_cv_c_bigendian+set}" = set; then :
    73387329  $as_echo_n "(cached) " >&6
    73397330else
     
    75637554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
    75647555$as_echo_n "checking size of int... " >&6; }
    7565 if ${ac_cv_sizeof_int+:} false; then :
     7556if test "${ac_cv_sizeof_int+set}" = set; then :
    75667557  $as_echo_n "(cached) " >&6
    75677558else
     
    75967587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
    75977588$as_echo_n "checking size of long... " >&6; }
    7598 if ${ac_cv_sizeof_long+:} false; then :
     7589if test "${ac_cv_sizeof_long+set}" = set; then :
    75997590  $as_echo_n "(cached) " >&6
    76007591else
     
    76297620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
    76307621$as_echo_n "checking size of long long... " >&6; }
    7631 if ${ac_cv_sizeof_long_long+:} false; then :
     7622if test "${ac_cv_sizeof_long_long+set}" = set; then :
    76327623  $as_echo_n "(cached) " >&6
    76337624else
     
    76627653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
    76637654$as_echo_n "checking size of void *... " >&6; }
    7664 if ${ac_cv_sizeof_void_p+:} false; then :
     7655if test "${ac_cv_sizeof_void_p+set}" = set; then :
    76657656  $as_echo_n "(cached) " >&6
    76667657else
     
    76957686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of float" >&5
    76967687$as_echo_n "checking size of float... " >&6; }
    7697 if ${ac_cv_sizeof_float+:} false; then :
     7688if test "${ac_cv_sizeof_float+set}" = set; then :
    76987689  $as_echo_n "(cached) " >&6
    76997690else
     
    78467837do :
    78477838  ac_fn_cxx_check_header_mongrel "$LINENO" "rappture.h" "ac_cv_header_rappture_h" "$ac_includes_default"
    7848 if test "x$ac_cv_header_rappture_h" = xyes; then :
     7839if test "x$ac_cv_header_rappture_h" = x""yes; then :
    78497840  cat >>confdefs.h <<_ACEOF
    78507841#define HAVE_RAPPTURE_H 1
     
    78667857
    78677858ac_fn_cxx_check_header_mongrel "$LINENO" "GL/glui.h" "ac_cv_header_GL_glui_h" "$ac_includes_default"
    7868 if test "x$ac_cv_header_GL_glui_h" = xyes; then :
     7859if test "x$ac_cv_header_GL_glui_h" = x""yes; then :
    78697860
    78707861fi
     
    78727863
    78737864ac_fn_cxx_check_header_mongrel "$LINENO" "glui.h" "ac_cv_header_glui_h" "$ac_includes_default"
    7874 if test "x$ac_cv_header_glui_h" = xyes; then :
     7865if test "x$ac_cv_header_glui_h" = x""yes; then :
    78757866
    78767867fi
     
    78787869
    78797870ac_fn_cxx_check_header_mongrel "$LINENO" "GL/glut.h" "ac_cv_header_GL_glut_h" "$ac_includes_default"
    7880 if test "x$ac_cv_header_GL_glut_h" = xyes; then :
     7871if test "x$ac_cv_header_GL_glut_h" = x""yes; then :
    78817872
    78827873fi
     
    78847875
    78857876ac_fn_cxx_check_header_mongrel "$LINENO" "GL/glew.h" "ac_cv_header_GL_glew_h" "$ac_includes_default"
    7886 if test "x$ac_cv_header_GL_glew_h" = xyes; then :
     7877if test "x$ac_cv_header_GL_glew_h" = x""yes; then :
    78877878
    78887879fi
     
    78907881
    78917882ac_fn_cxx_check_header_mongrel "$LINENO" "Cg/cgGL.h" "ac_cv_header_Cg_cgGL_h" "$ac_includes_default"
    7892 if test "x$ac_cv_header_Cg_cgGL_h" = xyes; then :
     7883if test "x$ac_cv_header_Cg_cgGL_h" = x""yes; then :
    78937884
    78947885fi
     
    79497940$as_echo "${DX_INC_DIR}" >&6; }
    79507941
    7951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenDX libraries" >&5
    7952 $as_echo_n "checking for OpenDX libraries... " >&6; }
    79537942DX_LIB_DIR=""
    79547943found=no
    79557944for dir in \
    7956  /apps/rappture/lib \
     7945 /usr/lib \
     7946 /usr/lib64 \
     7947 /usr/dx/lib_linux \
    79577948 /usr/lib/dx/lib_linux \
    7958  /usr/dx/lib_linux \
    7959  /usr/lib
    79607949 /usr/lib64/dx/lib_linux \
    7961  /usr/lib64
     7950 /apps/rappture/lib
    79627951do
    7963   saveLIBS=$LIBS
    7964   LIBS=-L$dir
    7965   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for  in -lDXCallm" >&5
    7966 $as_echo_n "checking for  in -lDXCallm... " >&6; }
    7967 if ${ac_cv_lib_DXCallm_+:} false; then :
     7952  saveLDFLAGS=$LDFLAGS
     7953  LDFLAGS="-L$dir $LDFLAGS"
     7954  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DXGetComponentValue in -lDXcallm" >&5
     7955$as_echo_n "checking for DXGetComponentValue in -lDXcallm... " >&6; }
     7956if test "${ac_cv_lib_DXcallm_DXGetComponentValue+set}" = set; then :
    79687957  $as_echo_n "(cached) " >&6
    79697958else
    79707959  ac_check_lib_save_LIBS=$LIBS
    7971 LIBS="-lDXCallm  $LIBS"
     7960LIBS="-lDXcallm  $LIBS"
    79727961cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    79737962/* end confdefs.h.  */
     
    79797968extern "C"
    79807969#endif
    7981 char ();
     7970char DXGetComponentValue ();
    79827971int
    79837972main ()
    79847973{
    7985 return ();
     7974return DXGetComponentValue ();
    79867975  ;
    79877976  return 0;
     
    79897978_ACEOF
    79907979if ac_fn_cxx_try_link "$LINENO"; then :
    7991   ac_cv_lib_DXCallm_=yes
    7992 else
    7993   ac_cv_lib_DXCallm_=no
     7980  ac_cv_lib_DXcallm_DXGetComponentValue=yes
     7981else
     7982  ac_cv_lib_DXcallm_DXGetComponentValue=no
    79947983fi
    79957984rm -f core conftest.err conftest.$ac_objext \
     
    79977986LIBS=$ac_check_lib_save_LIBS
    79987987fi
    7999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_DXCallm_" >&5
    8000 $as_echo "$ac_cv_lib_DXCallm_" >&6; }
    8001 if test "x$ac_cv_lib_DXCallm_" = xyes; then :
     7988{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_DXcallm_DXGetComponentValue" >&5
     7989$as_echo "$ac_cv_lib_DXcallm_DXGetComponentValue" >&6; }
     7990if test "x$ac_cv_lib_DXcallm_DXGetComponentValue" = x""yes; then :
    80027991  found=yes
    80037992else
     
    80057994fi
    80067995
    8007   LIBS=$saveLIBS
    8008   if test "found" = "yes" ; then
     7996  LDFLAGS=$saveLDFLAGS
     7997  if test "$found" = "yes" ; then
    80097998    DX_LIB_DIR="$dir"
    80107999    break
     
    80128001done
    80138002if test "x{$DX_LIB_DIR}" = "x" ; then
    8014   as_fn_error $? "can't find OpenDX libraries" "$LINENO" 5
    8015 fi
    8016 
     8003  as_fn_error $? "cant find OpenDX libraries" "$LINENO" 5
     8004fi
     8005
     8006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libDXcallm library" >&5
     8007$as_echo_n "checking for libDXcallm library... " >&6; }
    80178008if test "${DX_LIB_DIR}" = "/usr/lib" -o "${DX_LIB_DIR}" = "/usr/lib64"; then
    80188009  DX_LIB_SPEC=""
     
    80208011  DX_LIB_SPEC="-L${DX_LIB_DIR}"
    80218012fi
    8022 
    8023 
    8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${DX_LIB_DIR}" >&5
    8025 $as_echo "${DX_LIB_DIR}" >&6; }
     8013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LIB_SPEC" >&5
     8014$as_echo "$DX_LIB_SPEC" >&6; }
     8015
    80268016
    80278017for ac_header in ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h
     
    80548044do :
    80558045  ac_fn_cxx_check_func "$LINENO" "img_convert" "ac_cv_func_img_convert"
    8056 if test "x$ac_cv_func_img_convert" = xyes; then :
     8046if test "x$ac_cv_func_img_convert" = x""yes; then :
    80578047  cat >>confdefs.h <<_ACEOF
    80588048#define HAVE_IMG_CONVERT 1
     
    80668056do :
    80678057  ac_fn_cxx_check_func "$LINENO" "avformat_alloc_context" "ac_cv_func_avformat_alloc_context"
    8068 if test "x$ac_cv_func_avformat_alloc_context" = xyes; then :
     8058if test "x$ac_cv_func_avformat_alloc_context" = x""yes; then :
    80698059  cat >>confdefs.h <<_ACEOF
    80708060#define HAVE_AVFORMAT_ALLOC_CONTEXT 1
     
    81728162if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    81738163  if test -w "$cache_file"; then
    8174     if test "x$cache_file" != "x/dev/null"; then
     8164    test "x$cache_file" != "x/dev/null" &&
    81758165      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
    81768166$as_echo "$as_me: updating cache $cache_file" >&6;}
    8177       if test ! -f "$cache_file" || test -h "$cache_file"; then
    8178         cat confcache >"$cache_file"
    8179       else
    8180         case $cache_file in #(
    8181         */* | ?:*)
    8182           mv -f confcache "$cache_file"$$ &&
    8183           mv -f "$cache_file"$$ "$cache_file" ;; #(
    8184         *)
    8185           mv -f confcache "$cache_file" ;;
    8186         esac
    8187       fi
    8188     fi
     8167    cat confcache >$cache_file
    81898168  else
    81908169    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
     
    82198198
    82208199
    8221 : "${CONFIG_STATUS=./config.status}"
     8200: ${CONFIG_STATUS=./config.status}
    82228201ac_write_fail=0
    82238202ac_clean_files_save=$ac_clean_files
     
    83208299
    83218300# Find who we are.  Look in the path if we contain no directory separator.
    8322 as_myself=
    83238301case $0 in #((
    83248302  *[\\/]* ) as_myself=$0 ;;
     
    86288606ac_log="
    86298607This file was extended by vizservers $as_me 0.1, which was
    8630 generated by GNU Autoconf 2.68.  Invocation command line was
     8608generated by GNU Autoconf 2.66.  Invocation command line was
    86318609
    86328610  CONFIG_FILES    = $CONFIG_FILES
     
    86908668ac_cs_version="\\
    86918669vizservers config.status 0.1
    8692 configured by $0, generated by GNU Autoconf 2.68,
     8670configured by $0, generated by GNU Autoconf 2.66,
    86938671  with options \\"\$ac_cs_config\\"
    86948672
     
    87108688do
    87118689  case $1 in
    8712   --*=?*)
     8690  --*=*)
    87138691    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    87148692    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    8715     ac_shift=:
    8716     ;;
    8717   --*=)
    8718     ac_option=`expr "X$1" : 'X\([^=]*\)='`
    8719     ac_optarg=
    87208693    ac_shift=:
    87218694    ;;
     
    87418714    case $ac_optarg in
    87428715    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    8743     '') as_fn_error $? "missing file argument" ;;
    87448716    esac
    87458717    as_fn_append CONFIG_FILES " '$ac_optarg'"
     
    88498821$debug ||
    88508822{
    8851   tmp= ac_tmp=
     8823  tmp=
    88528824  trap 'exit_status=$?
    8853   : "${ac_tmp:=$tmp}"
    8854   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
     8825  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
    88558826' 0
    88568827  trap 'as_fn_exit 1' 1 2 13 15
     
    88608831{
    88618832  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    8862   test -d "$tmp"
     8833  test -n "$tmp" && test -d "$tmp"
    88638834}  ||
    88648835{
     
    88668837  (umask 077 && mkdir "$tmp")
    88678838} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
    8868 ac_tmp=$tmp
    88698839
    88708840# Set up the scripts for CONFIG_FILES section.
     
    88888858fi
    88898859
    8890 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
     8860echo 'BEGIN {' >"$tmp/subs1.awk" &&
    88918861_ACEOF
    88928862
     
    89168886
    89178887cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8918 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
     8888cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    89198889_ACEOF
    89208890sed -n '
     
    89648934cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    89658935_ACAWK
    8966 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
     8936cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    89678937  for (key in S) S_is_set[key] = 1
    89688938  FS = ""
     
    89968966else
    89978967  cat
    8998 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
     8968fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    89998969  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
    90008970_ACEOF
     
    90309000# This happens for instance with `./config.status Makefile'.
    90319001if test -n "$CONFIG_HEADERS"; then
    9032 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
     9002cat >"$tmp/defines.awk" <<\_ACAWK ||
    90339003BEGIN {
    90349004_ACEOF
     
    90429012ac_delim='%!_!# '
    90439013for ac_last_try in false false :; do
    9044   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
    9045   if test -z "$ac_tt"; then
     9014  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     9015  if test -z "$ac_t"; then
    90469016    break
    90479017  elif $ac_last_try; then
     
    91639133    do
    91649134      case $ac_f in
    9165       -) ac_f="$ac_tmp/stdin";;
     9135      -) ac_f="$tmp/stdin";;
    91669136      *) # Look for the file first in the build tree, then in the source tree
    91679137         # (if the path is not absolute).  The absolute path cannot be DOS-style,
     
    91989168
    91999169    case $ac_tag in
    9200     *:-:* | *:-) cat >"$ac_tmp/stdin" \
     9170    *:-:* | *:-) cat >"$tmp/stdin" \
    92019171      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    92029172    esac
     
    93359305$ac_datarootdir_hack
    93369306"
    9337 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
    9338   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     9307eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     9308  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    93399309
    93409310test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    9341   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
    9342   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
    9343       "$ac_tmp/out"`; test -z "$ac_out"; } &&
     9311  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     9312  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    93449313  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    93459314which seems to be undefined.  Please make sure it is defined" >&5
     
    93479316which seems to be undefined.  Please make sure it is defined" >&2;}
    93489317
    9349   rm -f "$ac_tmp/stdin"
     9318  rm -f "$tmp/stdin"
    93509319  case $ac_file in
    9351   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
    9352   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
     9320  -) cat "$tmp/out" && rm -f "$tmp/out";;
     9321  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    93539322  esac \
    93549323  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     
    93619330    {
    93629331      $as_echo "/* $configure_input  */" \
    9363       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    9364     } >"$ac_tmp/config.h" \
     9332      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     9333    } >"$tmp/config.h" \
    93659334      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    9366     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
     9335    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    93679336      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
    93689337$as_echo "$as_me: $ac_file is unchanged" >&6;}
    93699338    else
    93709339      rm -f "$ac_file"
    9371       mv "$ac_tmp/config.h" "$ac_file" \
     9340      mv "$tmp/config.h" "$ac_file" \
    93729341        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    93739342    fi
    93749343  else
    93759344    $as_echo "/* $configure_input  */" \
    9376       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
     9345      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    93779346      || as_fn_error $? "could not create -" "$LINENO" 5
    93789347  fi
  • trunk/packages/vizservers/configure.in

    r2070 r2071  
    197197AC_MSG_RESULT([${DX_INC_DIR}])
    198198
    199 AC_MSG_CHECKING([for OpenDX libraries])
    200199DX_LIB_DIR=""
    201200found=no
    202201for dir in \
    203  /apps/rappture/lib \
     202 /usr/lib \
     203 /usr/lib64 \
     204 /usr/dx/lib_linux \
    204205 /usr/lib/dx/lib_linux \
    205  /usr/dx/lib_linux \
    206  /usr/lib
    207206 /usr/lib64/dx/lib_linux \
    208  /usr/lib64
     207 /apps/rappture/lib
    209208do
    210   saveLIBS=$LIBS
    211   LIBS=-L$dir
    212   AC_CHECK_LIB([DXCallm], [], [found=yes], [found=no])
    213   LIBS=$saveLIBS
    214   if test "found" = "yes" ; then
     209  saveLDFLAGS=$LDFLAGS
     210  LDFLAGS="-L$dir $LDFLAGS"
     211  AC_CHECK_LIB([DXcallm], [DXGetComponentValue], [found=yes], [found=no])
     212  LDFLAGS=$saveLDFLAGS
     213  if test "$found" = "yes" ; then
    215214    DX_LIB_DIR="$dir"
    216215    break
     
    218217done
    219218if test "x{$DX_LIB_DIR}" = "x" ; then
    220   AC_MSG_ERROR([can't find OpenDX libraries])
    221 fi
    222 
     219  AC_MSG_ERROR([cant find OpenDX libraries])
     220fi
     221
     222AC_MSG_CHECKING([for libDXcallm library])
    223223if test "${DX_LIB_DIR}" = "/usr/lib" -o "${DX_LIB_DIR}" = "/usr/lib64"; then
    224224  DX_LIB_SPEC=""
     
    226226  DX_LIB_SPEC="-L${DX_LIB_DIR}"
    227227fi
    228 
     228AC_MSG_RESULT([$DX_LIB_SPEC])
    229229AC_SUBST(DX_LIB_SPEC)
    230 AC_MSG_RESULT([${DX_LIB_DIR}])
    231230
    232231AC_CHECK_HEADERS([ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h],,,[
Note: See TracChangeset for help on using the changeset viewer.