Changeset 12999 for trunk


Ignore:
Timestamp:
03/07/12 14:22:50 (13 years ago)
Author:
tbretz
Message:
Added DataWriteFits2
Location:
trunk/FACT++
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Makefile.am

    r12904 r12999  
    263263if HAS_FITS
    264264fadctrl_SOURCES += src/FitsFile.h src/FitsFile.cc \
    265         src/DataWriteFits.cc    src/DataWriteFits.h
     265        src/DataWriteFits.cc    src/DataWriteFits.h \
     266        src/DataWriteFits2.cc    src/DataWriteFits2.h
    266267endif
    267268fadctrl_LDADD   = libDim++.la libDim.la  libDimExtension.la \
  • trunk/FACT++/Makefile.in

    r12832 r12999  
    6565
    6666@HAS_FITS_TRUE@am__append_5 = src/FitsFile.h src/FitsFile.cc \
    67 @HAS_FITS_TRUE@ src/DataWriteFits.cc    src/DataWriteFits.h
     67@HAS_FITS_TRUE@ src/DataWriteFits.cc    src/DataWriteFits.h \
     68@HAS_FITS_TRUE@ src/DataWriteFits2.cc    src/DataWriteFits2.h
    6869
    6970@HAS_FITS_TRUE@am__append_6 = src/FitsFile.h src/FitsFile.cc src/Fits.h src/Fits.cc
     
    266267        src/DataCalib.cc src/DataCalib.h src/DataWriteRaw.cc \
    267268        src/DataWriteRaw.h src/DrsCalib.h src/FitsFile.h \
    268         src/FitsFile.cc src/DataWriteFits.cc src/DataWriteFits.h
     269        src/FitsFile.cc src/DataWriteFits.cc src/DataWriteFits.h \
     270        src/DataWriteFits2.cc src/DataWriteFits2.h
    269271@HAS_FITS_TRUE@am__objects_7 = src/FitsFile.$(OBJEXT) \
    270 @HAS_FITS_TRUE@ src/DataWriteFits.$(OBJEXT)
     272@HAS_FITS_TRUE@ src/DataWriteFits.$(OBJEXT) \
     273@HAS_FITS_TRUE@ src/DataWriteFits2.$(OBJEXT)
    271274am_fadctrl_OBJECTS = src/fadctrl.$(OBJEXT) src/HeadersFAD.$(OBJEXT) \
    272275        src/EventBuilder.$(OBJEXT) src/DataProcessorImp.$(OBJEXT) \
     
    282285am_fitsdump_OBJECTS = src/fitsdump.$(OBJEXT)
    283286fitsdump_OBJECTS = $(am_fitsdump_OBJECTS)
    284 fitsdump_DEPENDENCIES = libConfiguration.la libTime.la
     287fitsdump_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
     288        libConfiguration.la libTime.la
    285289fitsgrep_SOURCES = fitsgrep.c
    286290fitsgrep_OBJECTS = fitsgrep.$(OBJEXT)
     
    927931fitsloader_LDADD = libStateMachine.la libTools.la libTime.la libDim++.la libDim.la libConfiguration.la
    928932fitsdump_SOURCES = src/fitsdump.cc
    929 fitsdump_LDADD = libConfiguration.la libTime.la
     933fitsdump_LDADD = $(ROOTLDFLAGS) $(ROOTLIBS) libConfiguration.la libTime.la
    930934readfits_SOURCES = src/readfits.cc src/ReadFits.h
    931935readfits_LDADD = libStateMachine.la libTools.la libTime.la libDim++.la libDim.la libConfiguration.la
     
    13481352        src/$(DEPDIR)/$(am__dirstamp)
    13491353src/DataWriteFits.$(OBJEXT): src/$(am__dirstamp) \
     1354        src/$(DEPDIR)/$(am__dirstamp)
     1355src/DataWriteFits2.$(OBJEXT): src/$(am__dirstamp) \
    13501356        src/$(DEPDIR)/$(am__dirstamp)
    13511357fadctrl$(EXEEXT): $(fadctrl_OBJECTS) $(fadctrl_DEPENDENCIES)
     
    15461552        -rm -f src/DataProcessorImp.$(OBJEXT)
    15471553        -rm -f src/DataWriteFits.$(OBJEXT)
     1554        -rm -f src/DataWriteFits2.$(OBJEXT)
    15481555        -rm -f src/DataWriteRaw.$(OBJEXT)
    15491556        -rm -f src/Description.$(OBJEXT)
     
    16921699@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/DataProcessorImp.Po@am__quote@
    16931700@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/DataWriteFits.Po@am__quote@
     1701@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/DataWriteFits2.Po@am__quote@
    16941702@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/DataWriteRaw.Po@am__quote@
    16951703@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/Description.Plo@am__quote@
  • trunk/FACT++/configure

    r12832 r12999  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.68 for FACT++ 1.0.
     3# Generated by GNU Autoconf 2.67 for FACT++ 1.0.
    44#
    55# Report bugs to <thomas.bretz@epfl.ch>.
     
    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 ;;
     
    226225        # neutralization value for shells without unset; and this also
    227226        # works around shells that cannot unset nonexistent variables.
    228         # Preserve -v and -x to the replacement shell.
    229227        BASH_ENV=/dev/null
    230228        ENV=/dev/null
    231229        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    232230        export CONFIG_SHELL
    233         case $- in # ((((
    234           *v*x* | *x*v* ) as_opts=-vx ;;
    235           *v* ) as_opts=-v ;;
    236           *x* ) as_opts=-x ;;
    237           * ) as_opts= ;;
    238         esac
    239         exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
     231        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    240232fi
    241233
     
    13851377    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    13861378      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    1387     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
     1379    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    13881380    ;;
    13891381
     
    18191811  cat <<\_ACEOF
    18201812FACT++ configure 1.0
    1821 generated by GNU Autoconf 2.68
     1813generated by GNU Autoconf 2.67
    18221814
    18231815Copyright (C) 2010 Free Software Foundation, Inc.
     
    18651857        ac_retval=1
    18661858fi
    1867   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1859  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    18681860  as_fn_set_status $ac_retval
    18691861
     
    19031895        ac_retval=1
    19041896fi
    1905   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1897  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    19061898  as_fn_set_status $ac_retval
    19071899
     
    19401932    ac_retval=1
    19411933fi
    1942   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     1934  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    19431935  as_fn_set_status $ac_retval
    19441936
     
    19531945{
    19541946  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1955   if eval \${$3+:} false; then :
     1947  if eval "test \"\${$3+set}\"" = set; then :
    19561948  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    19571949$as_echo_n "checking for $2... " >&6; }
    1958 if eval \${$3+:} false; then :
     1950if eval "test \"\${$3+set}\"" = set; then :
    19591951  $as_echo_n "(cached) " >&6
    19601952fi
     
    20232015  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20242016$as_echo_n "checking for $2... " >&6; }
    2025 if eval \${$3+:} false; then :
     2017if eval "test \"\${$3+set}\"" = set; then :
    20262018  $as_echo_n "(cached) " >&6
    20272019else
     
    20322024$as_echo "$ac_res" >&6; }
    20332025fi
    2034   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2026  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    20352027
    20362028} # ac_fn_c_check_header_mongrel
     
    20732065fi
    20742066  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2075   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2067  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    20762068  as_fn_set_status $ac_retval
    20772069
     
    20872079  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20882080$as_echo_n "checking for $2... " >&6; }
    2089 if eval \${$3+:} false; then :
     2081if eval "test \"\${$3+set}\"" = set; then :
    20902082  $as_echo_n "(cached) " >&6
    20912083else
     
    21052097               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    21062098$as_echo "$ac_res" >&6; }
    2107   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2099  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    21082100
    21092101} # ac_fn_c_check_header_compile
     
    21502142  # left behind by Apple's compiler.  We do this before executing the actions.
    21512143  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2152   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2144  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    21532145  as_fn_set_status $ac_retval
    21542146
     
    21632155  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    21642156$as_echo_n "checking for $2... " >&6; }
    2165 if eval \${$3+:} false; then :
     2157if eval "test \"\${$3+set}\"" = set; then :
    21662158  $as_echo_n "(cached) " >&6
    21672159else
     
    22182210               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    22192211$as_echo "$ac_res" >&6; }
    2220   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2212  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    22212213
    22222214} # ac_fn_c_check_func
     
    22542246    ac_retval=1
    22552247fi
    2256   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2248  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    22572249  as_fn_set_status $ac_retval
    22582250
     
    23002292  # left behind by Apple's compiler.  We do this before executing the actions.
    23012293  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2302   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2294  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    23032295  as_fn_set_status $ac_retval
    23042296
     
    23132305{
    23142306  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    2315   if eval \${$3+:} false; then :
     2307  if eval "test \"\${$3+set}\"" = set; then :
    23162308  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    23172309$as_echo_n "checking for $2... " >&6; }
    2318 if eval \${$3+:} false; then :
     2310if eval "test \"\${$3+set}\"" = set; then :
    23192311  $as_echo_n "(cached) " >&6
    23202312fi
     
    23832375  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    23842376$as_echo_n "checking for $2... " >&6; }
    2385 if eval \${$3+:} false; then :
     2377if eval "test \"\${$3+set}\"" = set; then :
    23862378  $as_echo_n "(cached) " >&6
    23872379else
     
    23922384$as_echo "$ac_res" >&6; }
    23932385fi
    2394   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2386  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    23952387
    23962388} # ac_fn_cxx_check_header_mongrel
     
    24042396  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    24052397$as_echo_n "checking for $2... " >&6; }
    2406 if eval \${$3+:} false; then :
     2398if eval "test \"\${$3+set}\"" = set; then :
    24072399  $as_echo_n "(cached) " >&6
    24082400else
     
    24592451               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    24602452$as_echo "$ac_res" >&6; }
    2461   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     2453  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    24622454
    24632455} # ac_fn_cxx_check_func
     
    24672459
    24682460It was created by FACT++ $as_me 1.0, which was
    2469 generated by GNU Autoconf 2.68.  Invocation command line was
     2461generated by GNU Autoconf 2.67.  Invocation command line was
    24702462
    24712463  $ $0 $@
     
    27252717$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    27262718as_fn_error $? "failed to load site script $ac_site_file
    2727 See \`config.log' for more details" "$LINENO" 5; }
     2719See \`config.log' for more details" "$LINENO" 5 ; }
    27282720  fi
    27292721done
     
    28852877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    28862878$as_echo_n "checking for $ac_word... " >&6; }
    2887 if ${ac_cv_prog_CC+:} false; then :
     2879if test "${ac_cv_prog_CC+set}" = set; then :
    28882880  $as_echo_n "(cached) " >&6
    28892881else
     
    29292921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    29302922$as_echo_n "checking for $ac_word... " >&6; }
    2931 if ${ac_cv_prog_ac_ct_CC+:} false; then :
     2923if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
    29322924  $as_echo_n "(cached) " >&6
    29332925else
     
    29822974$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    29832975as_fn_error $? "no acceptable C compiler found in \$PATH
    2984 See \`config.log' for more details" "$LINENO" 5; }
     2976See \`config.log' for more details" "$LINENO" 5 ; }
    29852977
    29862978# Provide some information about the compiler.
     
    30973089$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    30983090as_fn_error 77 "C compiler cannot create executables
    3099 See \`config.log' for more details" "$LINENO" 5; }
     3091See \`config.log' for more details" "$LINENO" 5 ; }
    31003092else
    31013093  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     
    31403132$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    31413133as_fn_error $? "cannot compute suffix of executables: cannot compile and link
    3142 See \`config.log' for more details" "$LINENO" 5; }
     3134See \`config.log' for more details" "$LINENO" 5 ; }
    31433135fi
    31443136rm -f conftest conftest$ac_cv_exeext
     
    31993191as_fn_error $? "cannot run C compiled programs.
    32003192If you meant to cross compile, use \`--host'.
    3201 See \`config.log' for more details" "$LINENO" 5; }
     3193See \`config.log' for more details" "$LINENO" 5 ; }
    32023194    fi
    32033195  fi
     
    32103202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
    32113203$as_echo_n "checking for suffix of object files... " >&6; }
    3212 if ${ac_cv_objext+:} false; then :
     3204if test "${ac_cv_objext+set}" = set; then :
    32133205  $as_echo_n "(cached) " >&6
    32143206else
     
    32513243$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    32523244as_fn_error $? "cannot compute suffix of object files: cannot compile
    3253 See \`config.log' for more details" "$LINENO" 5; }
     3245See \`config.log' for more details" "$LINENO" 5 ; }
    32543246fi
    32553247rm -f conftest.$ac_cv_objext conftest.$ac_ext
     
    32613253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
    32623254$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    3263 if ${ac_cv_c_compiler_gnu+:} false; then :
     3255if test "${ac_cv_c_compiler_gnu+set}" = set; then :
    32643256  $as_echo_n "(cached) " >&6
    32653257else
     
    32983290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
    32993291$as_echo_n "checking whether $CC accepts -g... " >&6; }
    3300 if ${ac_cv_prog_cc_g+:} false; then :
     3292if test "${ac_cv_prog_cc_g+set}" = set; then :
    33013293  $as_echo_n "(cached) " >&6
    33023294else
     
    33763368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    33773369$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    3378 if ${ac_cv_prog_cc_c89+:} false; then :
     3370if test "${ac_cv_prog_cc_c89+set}" = set; then :
    33793371  $as_echo_n "(cached) " >&6
    33803372else
     
    34873479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    34883480$as_echo_n "checking for $ac_word... " >&6; }
    3489 if ${ac_cv_prog_CXX+:} false; then :
     3481if test "${ac_cv_prog_CXX+set}" = set; then :
    34903482  $as_echo_n "(cached) " >&6
    34913483else
     
    35313523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    35323524$as_echo_n "checking for $ac_word... " >&6; }
    3533 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
     3525if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
    35343526  $as_echo_n "(cached) " >&6
    35353527else
     
    36093601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
    36103602$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    3611 if ${ac_cv_cxx_compiler_gnu+:} false; then :
     3603if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
    36123604  $as_echo_n "(cached) " >&6
    36133605else
     
    36463638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
    36473639$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    3648 if ${ac_cv_prog_cxx_g+:} false; then :
     3640if test "${ac_cv_prog_cxx_g+set}" = set; then :
    36493641  $as_echo_n "(cached) " >&6
    36503642else
     
    37453737    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
    37463738$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
    3747 if ${ac_cv_prog_cc_c99+:} false; then :
     3739if test "${ac_cv_prog_cc_c99+set}" = set; then :
    37483740  $as_echo_n "(cached) " >&6
    37493741else
     
    39203912  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    39213913$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    3922 if ${ac_cv_prog_cc_c89+:} false; then :
     3914if test "${ac_cv_prog_cc_c89+set}" = set; then :
    39233915  $as_echo_n "(cached) " >&6
    39243916else
     
    40164008  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5
    40174009$as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
    4018   if ${ac_cv_prog_cc_stdc+:} false; then :
     4010  if test "${ac_cv_prog_cc_stdc+set}" = set; then :
    40194011  $as_echo_n "(cached) " >&6
    40204012fi
     
    40504042fi
    40514043if test -z "$CPP"; then
    4052   if ${ac_cv_prog_CPP+:} false; then :
     4044  if test "${ac_cv_prog_CPP+set}" = set; then :
    40534045  $as_echo_n "(cached) " >&6
    40544046else
     
    41664158$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    41674159as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
    4168 See \`config.log' for more details" "$LINENO" 5; }
     4160See \`config.log' for more details" "$LINENO" 5 ; }
    41694161fi
    41704162
     
    41784170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
    41794171$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    4180 if ${ac_cv_path_GREP+:} false; then :
     4172if test "${ac_cv_path_GREP+set}" = set; then :
    41814173  $as_echo_n "(cached) " >&6
    41824174else
     
    42414233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
    42424234$as_echo_n "checking for egrep... " >&6; }
    4243 if ${ac_cv_path_EGREP+:} false; then :
     4235if test "${ac_cv_path_EGREP+set}" = set; then :
    42444236  $as_echo_n "(cached) " >&6
    42454237else
     
    43084300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
    43094301$as_echo_n "checking for ANSI C header files... " >&6; }
    4310 if ${ac_cv_header_stdc+:} false; then :
     4302if test "${ac_cv_header_stdc+set}" = set; then :
    43114303  $as_echo_n "(cached) " >&6
    43124304else
     
    44374429
    44384430  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
    4439 if test "x$ac_cv_header_minix_config_h" = xyes; then :
     4431if test "x$ac_cv_header_minix_config_h" = x""yes; then :
    44404432  MINIX=yes
    44414433else
     
    44594451  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
    44604452$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
    4461 if ${ac_cv_safe_to_define___extensions__+:} false; then :
     4453if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
    44624454  $as_echo_n "(cached) " >&6
    44634455else
     
    45064498  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features without additional flags" >&5
    45074499$as_echo_n "checking if g++ supports C++0x features without additional flags... " >&6; }
    4508 if ${ax_cv_cxx_compile_cxx0x_native+:} false; then :
     4500if test "${ax_cv_cxx_compile_cxx0x_native+set}" = set; then :
    45094501  $as_echo_n "(cached) " >&6
    45104502else
     
    45604552  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features with -std=c++0x" >&5
    45614553$as_echo_n "checking if g++ supports C++0x features with -std=c++0x... " >&6; }
    4562 if ${ax_cv_cxx_compile_cxx0x_cxx+:} false; then :
     4554if test "${ax_cv_cxx_compile_cxx0x_cxx+set}" = set; then :
    45634555  $as_echo_n "(cached) " >&6
    45644556else
     
    46174609  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features with -std=gnu++0x" >&5
    46184610$as_echo_n "checking if g++ supports C++0x features with -std=gnu++0x... " >&6; }
    4619 if ${ax_cv_cxx_compile_cxx0x_gxx+:} false; then :
     4611if test "${ax_cv_cxx_compile_cxx0x_gxx+set}" = set; then :
    46204612  $as_echo_n "(cached) " >&6
    46214613else
     
    47224714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
    47234715$as_echo_n "checking build system type... " >&6; }
    4724 if ${ac_cv_build+:} false; then :
     4716if test "${ac_cv_build+set}" = set; then :
    47254717  $as_echo_n "(cached) " >&6
    47264718else
     
    47384730case $ac_cv_build in
    47394731*-*-*) ;;
    4740 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
     4732*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
    47414733esac
    47424734build=$ac_cv_build
     
    47564748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
    47574749$as_echo_n "checking host system type... " >&6; }
    4758 if ${ac_cv_host+:} false; then :
     4750if test "${ac_cv_host+set}" = set; then :
    47594751  $as_echo_n "(cached) " >&6
    47604752else
     
    47714763case $ac_cv_host in
    47724764*-*-*) ;;
    4773 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
     4765*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
    47744766esac
    47754767host=$ac_cv_host
     
    48584850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
    48594851$as_echo_n "checking for a sed that does not truncate output... " >&6; }
    4860 if ${ac_cv_path_SED+:} false; then :
     4852if test "${ac_cv_path_SED+set}" = set; then :
    48614853  $as_echo_n "(cached) " >&6
    48624854else
     
    49404932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
    49414933$as_echo_n "checking for fgrep... " >&6; }
    4942 if ${ac_cv_path_FGREP+:} false; then :
     4934if test "${ac_cv_path_FGREP+set}" = set; then :
    49434935  $as_echo_n "(cached) " >&6
    49444936else
     
    50715063$as_echo_n "checking for non-GNU ld... " >&6; }
    50725064fi
    5073 if ${lt_cv_path_LD+:} false; then :
     5065if test "${lt_cv_path_LD+set}" = set; then :
    50745066  $as_echo_n "(cached) " >&6
    50755067else
     
    51115103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
    51125104$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
    5113 if ${lt_cv_prog_gnu_ld+:} false; then :
     5105if test "${lt_cv_prog_gnu_ld+set}" = set; then :
    51145106  $as_echo_n "(cached) " >&6
    51155107else
     
    51385130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
    51395131$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
    5140 if ${lt_cv_path_NM+:} false; then :
     5132if test "${lt_cv_path_NM+set}" = set; then :
    51415133  $as_echo_n "(cached) " >&6
    51425134else
     
    52015193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    52025194$as_echo_n "checking for $ac_word... " >&6; }
    5203 if ${ac_cv_prog_DUMPBIN+:} false; then :
     5195if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
    52045196  $as_echo_n "(cached) " >&6
    52055197else
     
    52455237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    52465238$as_echo_n "checking for $ac_word... " >&6; }
    5247 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
     5239if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
    52485240  $as_echo_n "(cached) " >&6
    52495241else
     
    53175309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
    53185310$as_echo_n "checking the name lister ($NM) interface... " >&6; }
    5319 if ${lt_cv_nm_interface+:} false; then :
     5311if test "${lt_cv_nm_interface+set}" = set; then :
    53205312  $as_echo_n "(cached) " >&6
    53215313else
     
    53525344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
    53535345$as_echo_n "checking the maximum length of command line arguments... " >&6; }
    5354 if ${lt_cv_sys_max_cmd_len+:} false; then :
     5346if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
    53555347  $as_echo_n "(cached) " >&6
    53565348else
     
    55495541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
    55505542$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
    5551 if ${lt_cv_to_host_file_cmd+:} false; then :
     5543if test "${lt_cv_to_host_file_cmd+set}" = set; then :
    55525544  $as_echo_n "(cached) " >&6
    55535545else
     
    55965588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
    55975589$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
    5598 if ${lt_cv_to_tool_file_cmd+:} false; then :
     5590if test "${lt_cv_to_tool_file_cmd+set}" = set; then :
    55995591  $as_echo_n "(cached) " >&6
    56005592else
     
    56235615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
    56245616$as_echo_n "checking for $LD option to reload object files... " >&6; }
    5625 if ${lt_cv_ld_reload_flag+:} false; then :
     5617if test "${lt_cv_ld_reload_flag+set}" = set; then :
    56265618  $as_echo_n "(cached) " >&6
    56275619else
     
    56645656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    56655657$as_echo_n "checking for $ac_word... " >&6; }
    5666 if ${ac_cv_prog_OBJDUMP+:} false; then :
     5658if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
    56675659  $as_echo_n "(cached) " >&6
    56685660else
     
    57045696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    57055697$as_echo_n "checking for $ac_word... " >&6; }
    5706 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
     5698if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
    57075699  $as_echo_n "(cached) " >&6
    57085700else
     
    57635755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
    57645756$as_echo_n "checking how to recognize dependent libraries... " >&6; }
    5765 if ${lt_cv_deplibs_check_method+:} false; then :
     5757if test "${lt_cv_deplibs_check_method+set}" = set; then :
    57665758  $as_echo_n "(cached) " >&6
    57675759else
     
    60106002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    60116003$as_echo_n "checking for $ac_word... " >&6; }
    6012 if ${ac_cv_prog_DLLTOOL+:} false; then :
     6004if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
    60136005  $as_echo_n "(cached) " >&6
    60146006else
     
    60506042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    60516043$as_echo_n "checking for $ac_word... " >&6; }
    6052 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
     6044if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
    60536045  $as_echo_n "(cached) " >&6
    60546046else
     
    61106102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
    61116103$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
    6112 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
     6104if test "${lt_cv_sharedlib_from_linklib_cmd+set}" = set; then :
    61136105  $as_echo_n "(cached) " >&6
    61146106else
     
    61536145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    61546146$as_echo_n "checking for $ac_word... " >&6; }
    6155 if ${ac_cv_prog_AR+:} false; then :
     6147if test "${ac_cv_prog_AR+set}" = set; then :
    61566148  $as_echo_n "(cached) " >&6
    61576149else
     
    61976189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    61986190$as_echo_n "checking for $ac_word... " >&6; }
    6199 if ${ac_cv_prog_ac_ct_AR+:} false; then :
     6191if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
    62006192  $as_echo_n "(cached) " >&6
    62016193else
     
    62616253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
    62626254$as_echo_n "checking for archiver @FILE support... " >&6; }
    6263 if ${lt_cv_ar_at_file+:} false; then :
     6255if test "${lt_cv_ar_at_file+set}" = set; then :
    62646256  $as_echo_n "(cached) " >&6
    62656257else
     
    63226314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    63236315$as_echo_n "checking for $ac_word... " >&6; }
    6324 if ${ac_cv_prog_STRIP+:} false; then :
     6316if test "${ac_cv_prog_STRIP+set}" = set; then :
    63256317  $as_echo_n "(cached) " >&6
    63266318else
     
    63626354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    63636355$as_echo_n "checking for $ac_word... " >&6; }
    6364 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
     6356if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
    63656357  $as_echo_n "(cached) " >&6
    63666358else
     
    64216413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    64226414$as_echo_n "checking for $ac_word... " >&6; }
    6423 if ${ac_cv_prog_RANLIB+:} false; then :
     6415if test "${ac_cv_prog_RANLIB+set}" = set; then :
    64246416  $as_echo_n "(cached) " >&6
    64256417else
     
    64616453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    64626454$as_echo_n "checking for $ac_word... " >&6; }
    6463 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
     6455if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
    64646456  $as_echo_n "(cached) " >&6
    64656457else
     
    65656557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    65666558$as_echo_n "checking for $ac_word... " >&6; }
    6567 if ${ac_cv_prog_AWK+:} false; then :
     6559if test "${ac_cv_prog_AWK+set}" = set; then :
    65686560  $as_echo_n "(cached) " >&6
    65696561else
     
    66326624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
    66336625$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
    6634 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
     6626if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
    66356627  $as_echo_n "(cached) " >&6
    66366628else
     
    70657057  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
    70667058$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
    7067 if ${lt_cv_cc_needs_belf+:} false; then :
     7059if test "${lt_cv_cc_needs_belf+set}" = set; then :
    70687060  $as_echo_n "(cached) " >&6
    70697061else
     
    71387130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    71397131$as_echo_n "checking for $ac_word... " >&6; }
    7140 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
     7132if test "${ac_cv_prog_MANIFEST_TOOL+set}" = set; then :
    71417133  $as_echo_n "(cached) " >&6
    71427134else
     
    71787170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    71797171$as_echo_n "checking for $ac_word... " >&6; }
    7180 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
     7172if test "${ac_cv_prog_ac_ct_MANIFEST_TOOL+set}" = set; then :
    71817173  $as_echo_n "(cached) " >&6
    71827174else
     
    72287220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
    72297221$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
    7230 if ${lt_cv_path_mainfest_tool+:} false; then :
     7222if test "${lt_cv_path_mainfest_tool+set}" = set; then :
    72317223  $as_echo_n "(cached) " >&6
    72327224else
     
    72587250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    72597251$as_echo_n "checking for $ac_word... " >&6; }
    7260 if ${ac_cv_prog_DSYMUTIL+:} false; then :
     7252if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
    72617253  $as_echo_n "(cached) " >&6
    72627254else
     
    72987290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    72997291$as_echo_n "checking for $ac_word... " >&6; }
    7300 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
     7292if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
    73017293  $as_echo_n "(cached) " >&6
    73027294else
     
    73507342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    73517343$as_echo_n "checking for $ac_word... " >&6; }
    7352 if ${ac_cv_prog_NMEDIT+:} false; then :
     7344if test "${ac_cv_prog_NMEDIT+set}" = set; then :
    73537345  $as_echo_n "(cached) " >&6
    73547346else
     
    73907382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    73917383$as_echo_n "checking for $ac_word... " >&6; }
    7392 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
     7384if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
    73937385  $as_echo_n "(cached) " >&6
    73947386else
     
    74427434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    74437435$as_echo_n "checking for $ac_word... " >&6; }
    7444 if ${ac_cv_prog_LIPO+:} false; then :
     7436if test "${ac_cv_prog_LIPO+set}" = set; then :
    74457437  $as_echo_n "(cached) " >&6
    74467438else
     
    74827474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    74837475$as_echo_n "checking for $ac_word... " >&6; }
    7484 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
     7476if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
    74857477  $as_echo_n "(cached) " >&6
    74867478else
     
    75347526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    75357527$as_echo_n "checking for $ac_word... " >&6; }
    7536 if ${ac_cv_prog_OTOOL+:} false; then :
     7528if test "${ac_cv_prog_OTOOL+set}" = set; then :
    75377529  $as_echo_n "(cached) " >&6
    75387530else
     
    75747566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    75757567$as_echo_n "checking for $ac_word... " >&6; }
    7576 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
     7568if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
    75777569  $as_echo_n "(cached) " >&6
    75787570else
     
    76267618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    76277619$as_echo_n "checking for $ac_word... " >&6; }
    7628 if ${ac_cv_prog_OTOOL64+:} false; then :
     7620if test "${ac_cv_prog_OTOOL64+set}" = set; then :
    76297621  $as_echo_n "(cached) " >&6
    76307622else
     
    76667658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    76677659$as_echo_n "checking for $ac_word... " >&6; }
    7668 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
     7660if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
    76697661  $as_echo_n "(cached) " >&6
    76707662else
     
    77417733    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
    77427734$as_echo_n "checking for -single_module linker flag... " >&6; }
    7743 if ${lt_cv_apple_cc_single_mod+:} false; then :
     7735if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
    77447736  $as_echo_n "(cached) " >&6
    77457737else
     
    77707762    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
    77717763$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
    7772 if ${lt_cv_ld_exported_symbols_list+:} false; then :
     7764if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
    77737765  $as_echo_n "(cached) " >&6
    77747766else
     
    78027794    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
    78037795$as_echo_n "checking for -force_load linker flag... " >&6; }
    7804 if ${lt_cv_ld_force_load+:} false; then :
     7796if test "${lt_cv_ld_force_load+set}" = set; then :
    78057797  $as_echo_n "(cached) " >&6
    78067798else
     
    78717863  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
    78727864"
    7873 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
     7865if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
    78747866  cat >>confdefs.h <<_ACEOF
    78757867#define HAVE_DLFCN_H 1
     
    80678059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
    80688060$as_echo_n "checking for objdir... " >&6; }
    8069 if ${lt_cv_objdir+:} false; then :
     8061if test "${lt_cv_objdir+set}" = set; then :
    80708062  $as_echo_n "(cached) " >&6
    80718063else
     
    81458137    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
    81468138$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
    8147 if ${lt_cv_path_MAGIC_CMD+:} false; then :
     8139if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
    81488140  $as_echo_n "(cached) " >&6
    81498141else
     
    82118203    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
    82128204$as_echo_n "checking for file... " >&6; }
    8213 if ${lt_cv_path_MAGIC_CMD+:} false; then :
     8205if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
    82148206  $as_echo_n "(cached) " >&6
    82158207else
     
    83538345  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
    83548346$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
    8355 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
     8347if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
    83568348  $as_echo_n "(cached) " >&6
    83578349else
     
    86988690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
    86998691$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
    8700 if ${lt_cv_prog_compiler_pic+:} false; then :
     8692if test "${lt_cv_prog_compiler_pic+set}" = set; then :
    87018693  $as_echo_n "(cached) " >&6
    87028694else
     
    87138705  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
    87148706$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
    8715 if ${lt_cv_prog_compiler_pic_works+:} false; then :
     8707if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
    87168708  $as_echo_n "(cached) " >&6
    87178709else
     
    87778769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
    87788770$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
    8779 if ${lt_cv_prog_compiler_static_works+:} false; then :
     8771if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
    87808772  $as_echo_n "(cached) " >&6
    87818773else
     
    88208812  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
    88218813$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    8822 if ${lt_cv_prog_compiler_c_o+:} false; then :
     8814if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
    88238815  $as_echo_n "(cached) " >&6
    88248816else
     
    88758867  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
    88768868$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    8877 if ${lt_cv_prog_compiler_c_o+:} false; then :
     8869if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
    88788870  $as_echo_n "(cached) " >&6
    88798871else
     
    94449436  aix_libpath=$lt_cv_aix_libpath
    94459437else
    9446   if ${lt_cv_aix_libpath_+:} false; then :
     9438  if test "${lt_cv_aix_libpath_+set}" = set; then :
    94479439  $as_echo_n "(cached) " >&6
    94489440else
     
    94979489  aix_libpath=$lt_cv_aix_libpath
    94989490else
    9499   if ${lt_cv_aix_libpath_+:} false; then :
     9491  if test "${lt_cv_aix_libpath_+set}" = set; then :
    95009492  $as_echo_n "(cached) " >&6
    95019493else
     
    97699761          { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
    97709762$as_echo_n "checking if $CC understands -b... " >&6; }
    9771 if ${lt_cv_prog_compiler__b+:} false; then :
     9763if test "${lt_cv_prog_compiler__b+set}" = set; then :
    97729764  $as_echo_n "(cached) " >&6
    97739765else
     
    98389830        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
    98399831$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
    9840 if ${lt_cv_irix_exported_symbol+:} false; then :
     9832if test "${lt_cv_irix_exported_symbol+set}" = set; then :
    98419833  $as_echo_n "(cached) " >&6
    98429834else
     
    1015410146      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
    1015510147$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
    10156 if ${lt_cv_archive_cmds_need_lc+:} false; then :
     10148if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
    1015710149  $as_echo_n "(cached) " >&6
    1015810150else
     
    1085610848
    1085710849  # Some binutils ld are patched to set DT_RUNPATH
    10858   if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
     10850  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
    1085910851  $as_echo_n "(cached) " >&6
    1086010852else
     
    1128811280    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
    1128911281$as_echo_n "checking for dlopen in -ldl... " >&6; }
    11290 if ${ac_cv_lib_dl_dlopen+:} false; then :
     11282if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
    1129111283  $as_echo_n "(cached) " >&6
    1129211284else
     
    1132211314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
    1132311315$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    11324 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
     11316if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
    1132511317  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
    1132611318else
     
    1133611328  *)
    1133711329    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
    11338 if test "x$ac_cv_func_shl_load" = xyes; then :
     11330if test "x$ac_cv_func_shl_load" = x""yes; then :
    1133911331  lt_cv_dlopen="shl_load"
    1134011332else
    1134111333  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
    1134211334$as_echo_n "checking for shl_load in -ldld... " >&6; }
    11343 if ${ac_cv_lib_dld_shl_load+:} false; then :
     11335if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
    1134411336  $as_echo_n "(cached) " >&6
    1134511337else
     
    1137511367{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
    1137611368$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    11377 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
     11369if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
    1137811370  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
    1137911371else
    1138011372  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
    11381 if test "x$ac_cv_func_dlopen" = xyes; then :
     11373if test "x$ac_cv_func_dlopen" = x""yes; then :
    1138211374  lt_cv_dlopen="dlopen"
    1138311375else
    1138411376  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
    1138511377$as_echo_n "checking for dlopen in -ldl... " >&6; }
    11386 if ${ac_cv_lib_dl_dlopen+:} false; then :
     11378if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
    1138711379  $as_echo_n "(cached) " >&6
    1138811380else
     
    1141811410{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
    1141911411$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    11420 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
     11412if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
    1142111413  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
    1142211414else
    1142311415  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
    1142411416$as_echo_n "checking for dlopen in -lsvld... " >&6; }
    11425 if ${ac_cv_lib_svld_dlopen+:} false; then :
     11417if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
    1142611418  $as_echo_n "(cached) " >&6
    1142711419else
     
    1145711449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
    1145811450$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
    11459 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
     11451if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
    1146011452  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
    1146111453else
    1146211454  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
    1146311455$as_echo_n "checking for dld_link in -ldld... " >&6; }
    11464 if ${ac_cv_lib_dld_dld_link+:} false; then :
     11456if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
    1146511457  $as_echo_n "(cached) " >&6
    1146611458else
     
    1149611488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
    1149711489$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
    11498 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
     11490if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
    1149911491  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
    1150011492fi
     
    1153711529    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
    1153811530$as_echo_n "checking whether a program can dlopen itself... " >&6; }
    11539 if ${lt_cv_dlopen_self+:} false; then :
     11531if test "${lt_cv_dlopen_self+set}" = set; then :
    1154011532  $as_echo_n "(cached) " >&6
    1154111533else
     
    1164311635      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
    1164411636$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
    11645 if ${lt_cv_dlopen_self_static+:} false; then :
     11637if test "${lt_cv_dlopen_self_static+set}" = set; then :
    1164611638  $as_echo_n "(cached) " >&6
    1164711639else
     
    1188011872$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
    1188111873if test -z "$CXXCPP"; then
    11882   if ${ac_cv_prog_CXXCPP+:} false; then :
     11874  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
    1188311875  $as_echo_n "(cached) " >&6
    1188411876else
     
    1199611988$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1199711989as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
    11998 See \`config.log' for more details" "$LINENO" 5; }
     11990See \`config.log' for more details" "$LINENO" 5 ; }
    1199911991fi
    1200011992
     
    1218312175$as_echo_n "checking for non-GNU ld... " >&6; }
    1218412176fi
    12185 if ${lt_cv_path_LD+:} false; then :
     12177if test "${lt_cv_path_LD+set}" = set; then :
    1218612178  $as_echo_n "(cached) " >&6
    1218712179else
     
    1222312215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
    1222412216$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
    12225 if ${lt_cv_prog_gnu_ld+:} false; then :
     12217if test "${lt_cv_prog_gnu_ld+set}" = set; then :
    1222612218  $as_echo_n "(cached) " >&6
    1222712219else
     
    1239512387  aix_libpath=$lt_cv_aix_libpath
    1239612388else
    12397   if ${lt_cv_aix_libpath__CXX+:} false; then :
     12389  if test "${lt_cv_aix_libpath__CXX+set}" = set; then :
    1239812390  $as_echo_n "(cached) " >&6
    1239912391else
     
    1244912441  aix_libpath=$lt_cv_aix_libpath
    1245012442else
    12451   if ${lt_cv_aix_libpath__CXX+:} false; then :
     12443  if test "${lt_cv_aix_libpath__CXX+set}" = set; then :
    1245212444  $as_echo_n "(cached) " >&6
    1245312445else
     
    1385513847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
    1385613848$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
    13857 if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
     13849if test "${lt_cv_prog_compiler_pic_CXX+set}" = set; then :
    1385813850  $as_echo_n "(cached) " >&6
    1385913851else
     
    1387013862  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
    1387113863$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
    13872 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
     13864if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
    1387313865  $as_echo_n "(cached) " >&6
    1387413866else
     
    1392813920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
    1392913921$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
    13930 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
     13922if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
    1393113923  $as_echo_n "(cached) " >&6
    1393213924else
     
    1396813960    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
    1396913961$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    13970 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
     13962if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
    1397113963  $as_echo_n "(cached) " >&6
    1397213964else
     
    1402014012    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
    1402114013$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    14022 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
     14014if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
    1402314015  $as_echo_n "(cached) " >&6
    1402414016else
     
    1416214154      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
    1416314155$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
    14164 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
     14156if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
    1416514157  $as_echo_n "(cached) " >&6
    1416614158else
     
    1470514697
    1470614698  # Some binutils ld are patched to set DT_RUNPATH
    14707   if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
     14699  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
    1470814700  $as_echo_n "(cached) " >&6
    1470914701else
     
    1512515117$as_echo_n "checking for a BSD-compatible install... " >&6; }
    1512615118if test -z "$INSTALL"; then
    15127 if ${ac_cv_path_install+:} false; then :
     15119if test "${ac_cv_path_install+set}" = set; then :
    1512815120  $as_echo_n "(cached) " >&6
    1512915121else
     
    1521215204case `pwd` in
    1521315205  *[\\\"\#\$\&\'\`$am_lf]*)
    15214     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
     15206    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
    1521515207esac
    1521615208case $srcdir in
    1521715209  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
    15218     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
     15210    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
    1521915211esac
    1522015212
     
    1530215294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1530315295$as_echo_n "checking for $ac_word... " >&6; }
    15304 if ${ac_cv_prog_STRIP+:} false; then :
     15296if test "${ac_cv_prog_STRIP+set}" = set; then :
    1530515297  $as_echo_n "(cached) " >&6
    1530615298else
     
    1534215334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1534315335$as_echo_n "checking for $ac_word... " >&6; }
    15344 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
     15336if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
    1534515337  $as_echo_n "(cached) " >&6
    1534615338else
     
    1539515387$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    1539615388if test -z "$MKDIR_P"; then
    15397   if ${ac_cv_path_mkdir+:} false; then :
     15389  if test "${ac_cv_path_mkdir+set}" = set; then :
    1539815390  $as_echo_n "(cached) " >&6
    1539915391else
     
    1544415436set x ${MAKE-make}
    1544515437ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    15446 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
     15438if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
    1544715439  $as_echo_n "(cached) " >&6
    1544815440else
     
    1561015602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
    1561115603$as_echo_n "checking dependency style of $depcc... " >&6; }
    15612 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
     15604if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
    1561315605  $as_echo_n "(cached) " >&6
    1561415606else
     
    1573715729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
    1573815730$as_echo_n "checking dependency style of $depcc... " >&6; }
    15739 if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
     15731if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
    1574015732  $as_echo_n "(cached) " >&6
    1574115733else
     
    1588315875set dummy $CC; ac_cc=`$as_echo "$2" |
    1588415876                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    15885 if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
     15877if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
    1588615878  $as_echo_n "(cached) " >&6
    1588715879else
     
    1608116073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1608216074$as_echo_n "checking for $ac_word... " >&6; }
    16083 if ${ac_cv_path_DX_DOXYGEN+:} false; then :
     16075if test "${ac_cv_path_DX_DOXYGEN+set}" = set; then :
    1608416076  $as_echo_n "(cached) " >&6
    1608516077else
     
    1612416116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1612516117$as_echo_n "checking for $ac_word... " >&6; }
    16126 if ${ac_cv_path_ac_pt_DX_DOXYGEN+:} false; then :
     16118if test "${ac_cv_path_ac_pt_DX_DOXYGEN+set}" = set; then :
    1612716119  $as_echo_n "(cached) " >&6
    1612816120else
     
    1618716179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1618816180$as_echo_n "checking for $ac_word... " >&6; }
    16189 if ${ac_cv_path_DX_PERL+:} false; then :
     16181if test "${ac_cv_path_DX_PERL+set}" = set; then :
    1619016182  $as_echo_n "(cached) " >&6
    1619116183else
     
    1623016222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1623116223$as_echo_n "checking for $ac_word... " >&6; }
    16232 if ${ac_cv_path_ac_pt_DX_PERL+:} false; then :
     16224if test "${ac_cv_path_ac_pt_DX_PERL+set}" = set; then :
    1623316225  $as_echo_n "(cached) " >&6
    1623416226else
     
    1635916351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1636016352$as_echo_n "checking for $ac_word... " >&6; }
    16361 if ${ac_cv_path_DX_DOT+:} false; then :
     16353if test "${ac_cv_path_DX_DOT+set}" = set; then :
    1636216354  $as_echo_n "(cached) " >&6
    1636316355else
     
    1640216394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1640316395$as_echo_n "checking for $ac_word... " >&6; }
    16404 if ${ac_cv_path_ac_pt_DX_DOT+:} false; then :
     16396if test "${ac_cv_path_ac_pt_DX_DOT+set}" = set; then :
    1640516397  $as_echo_n "(cached) " >&6
    1640616398else
     
    1673816730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1673916731$as_echo_n "checking for $ac_word... " >&6; }
    16740 if ${ac_cv_path_DX_HHC+:} false; then :
     16732if test "${ac_cv_path_DX_HHC+set}" = set; then :
    1674116733  $as_echo_n "(cached) " >&6
    1674216734else
     
    1678116773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1678216774$as_echo_n "checking for $ac_word... " >&6; }
    16783 if ${ac_cv_path_ac_pt_DX_HHC+:} false; then :
     16775if test "${ac_cv_path_ac_pt_DX_HHC+set}" = set; then :
    1678416776  $as_echo_n "(cached) " >&6
    1678516777else
     
    1705717049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1705817050$as_echo_n "checking for $ac_word... " >&6; }
    17059 if ${ac_cv_path_DX_LATEX+:} false; then :
     17051if test "${ac_cv_path_DX_LATEX+set}" = set; then :
    1706017052  $as_echo_n "(cached) " >&6
    1706117053else
     
    1710017092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1710117093$as_echo_n "checking for $ac_word... " >&6; }
    17102 if ${ac_cv_path_ac_pt_DX_LATEX+:} false; then :
     17094if test "${ac_cv_path_ac_pt_DX_LATEX+set}" = set; then :
    1710317095  $as_echo_n "(cached) " >&6
    1710417096else
     
    1716317155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1716417156$as_echo_n "checking for $ac_word... " >&6; }
    17165 if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
     17157if test "${ac_cv_path_DX_MAKEINDEX+set}" = set; then :
    1716617158  $as_echo_n "(cached) " >&6
    1716717159else
     
    1720617198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1720717199$as_echo_n "checking for $ac_word... " >&6; }
    17208 if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
     17200if test "${ac_cv_path_ac_pt_DX_MAKEINDEX+set}" = set; then :
    1720917201  $as_echo_n "(cached) " >&6
    1721017202else
     
    1726917261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1727017262$as_echo_n "checking for $ac_word... " >&6; }
    17271 if ${ac_cv_path_DX_DVIPS+:} false; then :
     17263if test "${ac_cv_path_DX_DVIPS+set}" = set; then :
    1727217264  $as_echo_n "(cached) " >&6
    1727317265else
     
    1731217304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1731317305$as_echo_n "checking for $ac_word... " >&6; }
    17314 if ${ac_cv_path_ac_pt_DX_DVIPS+:} false; then :
     17306if test "${ac_cv_path_ac_pt_DX_DVIPS+set}" = set; then :
    1731517307  $as_echo_n "(cached) " >&6
    1731617308else
     
    1737517367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1737617368$as_echo_n "checking for $ac_word... " >&6; }
    17377 if ${ac_cv_path_DX_EGREP+:} false; then :
     17369if test "${ac_cv_path_DX_EGREP+set}" = set; then :
    1737817370  $as_echo_n "(cached) " >&6
    1737917371else
     
    1741817410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1741917411$as_echo_n "checking for $ac_word... " >&6; }
    17420 if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
     17412if test "${ac_cv_path_ac_pt_DX_EGREP+set}" = set; then :
    1742117413  $as_echo_n "(cached) " >&6
    1742217414else
     
    1754617538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1754717539$as_echo_n "checking for $ac_word... " >&6; }
    17548 if ${ac_cv_path_DX_PDFLATEX+:} false; then :
     17540if test "${ac_cv_path_DX_PDFLATEX+set}" = set; then :
    1754917541  $as_echo_n "(cached) " >&6
    1755017542else
     
    1758917581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1759017582$as_echo_n "checking for $ac_word... " >&6; }
    17591 if ${ac_cv_path_ac_pt_DX_PDFLATEX+:} false; then :
     17583if test "${ac_cv_path_ac_pt_DX_PDFLATEX+set}" = set; then :
    1759217584  $as_echo_n "(cached) " >&6
    1759317585else
     
    1765217644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1765317645$as_echo_n "checking for $ac_word... " >&6; }
    17654 if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
     17646if test "${ac_cv_path_DX_MAKEINDEX+set}" = set; then :
    1765517647  $as_echo_n "(cached) " >&6
    1765617648else
     
    1769517687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1769617688$as_echo_n "checking for $ac_word... " >&6; }
    17697 if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
     17689if test "${ac_cv_path_ac_pt_DX_MAKEINDEX+set}" = set; then :
    1769817690  $as_echo_n "(cached) " >&6
    1769917691else
     
    1775817750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1775917751$as_echo_n "checking for $ac_word... " >&6; }
    17760 if ${ac_cv_path_DX_EGREP+:} false; then :
     17752if test "${ac_cv_path_DX_EGREP+set}" = set; then :
    1776117753  $as_echo_n "(cached) " >&6
    1776217754else
     
    1780117793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1780217794$as_echo_n "checking for $ac_word... " >&6; }
    17803 if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
     17795if test "${ac_cv_path_ac_pt_DX_EGREP+set}" = set; then :
    1780417796  $as_echo_n "(cached) " >&6
    1780517797else
     
    1795717949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
    1795817950$as_echo_n "checking for cos in -lm... " >&6; }
    17959 if ${ac_cv_lib_m_cos+:} false; then :
     17951if test "${ac_cv_lib_m_cos+set}" = set; then :
    1796017952  $as_echo_n "(cached) " >&6
    1796117953else
     
    1799117983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
    1799217984$as_echo "$ac_cv_lib_m_cos" >&6; }
    17993 if test "x$ac_cv_lib_m_cos" = xyes; then :
     17985if test "x$ac_cv_lib_m_cos" = x""yes; then :
    1799417986  cat >>confdefs.h <<_ACEOF
    1799517987#define HAVE_LIBM 1
     
    1813018122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1813118123$as_echo_n "checking for $ac_word... " >&6; }
    18132 if ${ac_cv_prog_ax_pthread_config+:} false; then :
     18124if test "${ac_cv_prog_ax_pthread_config+set}" = set; then :
    1813318125  $as_echo_n "(cached) " >&6
    1813418126else
     
    1828218274        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5
    1828318275$as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; }
    18284 if ${ax_cv_PTHREAD_PRIO_INHERIT+:} false; then :
     18276if test "${ax_cv_PTHREAD_PRIO_INHERIT+set}" = set; then :
    1828518277  $as_echo_n "(cached) " >&6
    1828618278else
     
    1832518317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1832618318$as_echo_n "checking for $ac_word... " >&6; }
    18327 if ${ac_cv_prog_PTHREAD_CC+:} false; then :
     18319if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then :
    1832818320  $as_echo_n "(cached) " >&6
    1832918321else
     
    1847218464do :
    1847318465  ac_fn_c_check_header_mongrel "$LINENO" "panel.h" "ac_cv_header_panel_h" "$ac_includes_default"
    18474 if test "x$ac_cv_header_panel_h" = xyes; then :
     18466if test "x$ac_cv_header_panel_h" = x""yes; then :
    1847518467  cat >>confdefs.h <<_ACEOF
    1847618468#define HAVE_PANEL_H 1
     
    1848718479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for update_panels in -lpanel" >&5
    1848818480$as_echo_n "checking for update_panels in -lpanel... " >&6; }
    18489 if ${ac_cv_lib_panel_update_panels+:} false; then :
     18481if test "${ac_cv_lib_panel_update_panels+set}" = set; then :
    1849018482  $as_echo_n "(cached) " >&6
    1849118483else
     
    1852118513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_panel_update_panels" >&5
    1852218514$as_echo "$ac_cv_lib_panel_update_panels" >&6; }
    18523 if test "x$ac_cv_lib_panel_update_panels" = xyes; then :
     18515if test "x$ac_cv_lib_panel_update_panels" = x""yes; then :
    1852418516  cat >>confdefs.h <<_ACEOF
    1852518517#define HAVE_LIBPANEL 1
     
    1854918541else
    1855018542  case $x_includes,$x_libraries in #(
    18551     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
    18552     *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
     18543    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
     18544    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
    1855318545  $as_echo_n "(cached) " >&6
    1855418546else
     
    1882718819  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
    1882818820$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
    18829 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
     18821if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
    1883018822  $as_echo_n "(cached) " >&6
    1883118823else
     
    1886118853{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    1886218854$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    18863 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
     18855if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
    1886418856  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    1886518857fi
     
    1886818860      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
    1886918861$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
    18870 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
     18862if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
    1887118863  $as_echo_n "(cached) " >&6
    1887218864else
     
    1890218894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    1890318895$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    18904 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
     18896if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
    1890518897  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    1890618898fi
     
    1892118913    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    1892218914    ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
    18923 if test "x$ac_cv_func_gethostbyname" = xyes; then :
     18915if test "x$ac_cv_func_gethostbyname" = x""yes; then :
    1892418916
    1892518917fi
     
    1892818920      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
    1892918921$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
    18930 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
     18922if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
    1893118923  $as_echo_n "(cached) " >&6
    1893218924else
     
    1896218954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
    1896318955$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
    18964 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
     18956if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
    1896518957  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    1896618958fi
     
    1896918961        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
    1897018962$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
    18971 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
     18963if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
    1897218964  $as_echo_n "(cached) " >&6
    1897318965else
     
    1900318995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
    1900418996$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
    19005 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
     18997if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
    1900618998  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    1900718999fi
     
    1901819010    # if connect needs -lnsl, so does gethostbyname.
    1901919011    ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
    19020 if test "x$ac_cv_func_connect" = xyes; then :
     19012if test "x$ac_cv_func_connect" = x""yes; then :
    1902119013
    1902219014fi
     
    1902519017      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
    1902619018$as_echo_n "checking for connect in -lsocket... " >&6; }
    19027 if ${ac_cv_lib_socket_connect+:} false; then :
     19019if test "${ac_cv_lib_socket_connect+set}" = set; then :
    1902819020  $as_echo_n "(cached) " >&6
    1902919021else
     
    1905919051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
    1906019052$as_echo "$ac_cv_lib_socket_connect" >&6; }
    19061 if test "x$ac_cv_lib_socket_connect" = xyes; then :
     19053if test "x$ac_cv_lib_socket_connect" = x""yes; then :
    1906219054  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    1906319055fi
     
    1906719059    # Guillermo Gomez says -lposix is necessary on A/UX.
    1906819060    ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
    19069 if test "x$ac_cv_func_remove" = xyes; then :
     19061if test "x$ac_cv_func_remove" = x""yes; then :
    1907019062
    1907119063fi
     
    1907419066      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
    1907519067$as_echo_n "checking for remove in -lposix... " >&6; }
    19076 if ${ac_cv_lib_posix_remove+:} false; then :
     19068if test "${ac_cv_lib_posix_remove+set}" = set; then :
    1907719069  $as_echo_n "(cached) " >&6
    1907819070else
     
    1910819100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
    1910919101$as_echo "$ac_cv_lib_posix_remove" >&6; }
    19110 if test "x$ac_cv_lib_posix_remove" = xyes; then :
     19102if test "x$ac_cv_lib_posix_remove" = x""yes; then :
    1911119103  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    1911219104fi
     
    1911619108    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    1911719109    ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
    19118 if test "x$ac_cv_func_shmat" = xyes; then :
     19110if test "x$ac_cv_func_shmat" = x""yes; then :
    1911919111
    1912019112fi
     
    1912319115      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
    1912419116$as_echo_n "checking for shmat in -lipc... " >&6; }
    19125 if ${ac_cv_lib_ipc_shmat+:} false; then :
     19117if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
    1912619118  $as_echo_n "(cached) " >&6
    1912719119else
     
    1915719149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
    1915819150$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
    19159 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
     19151if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
    1916019152  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    1916119153fi
     
    1917519167  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
    1917619168$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
    19177 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
     19169if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
    1917819170  $as_echo_n "(cached) " >&6
    1917919171else
     
    1920919201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    1921019202$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    19211 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
     19203if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
    1921219204  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    1921319205fi
     
    1922019212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libXp is available" >&5
    1922119213$as_echo_n "checking whether libXp is available... " >&6; }
    19222 if ${lt_cv_libxp+:} false; then :
     19214if test "${lt_cv_libxp+set}" = set; then :
    1922319215  $as_echo_n "(cached) " >&6
    1922419216else
     
    1931319305#
    1931419306if test "$motif_includes" = ""; then
    19315 if ${ac_cv_motif_includes+:} false; then :
     19307if test "${ac_cv_motif_includes+set}" = set; then :
    1931619308  $as_echo_n "(cached) " >&6
    1931719309else
     
    1938719379#
    1938819380if test "$motif_libraries" = ""; then
    19389 if ${ac_cv_motif_libraries+:} false; then :
     19381if test "${ac_cv_motif_libraries+set}" = set; then :
    1939019382  $as_echo_n "(cached) " >&6
    1939119383else
     
    1947219464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libXp is available" >&5
    1947319465$as_echo_n "checking whether libXp is available... " >&6; }
    19474 if ${lt_cv_libxp+:} false; then :
     19466if test "${lt_cv_libxp+set}" = set; then :
    1947519467  $as_echo_n "(cached) " >&6
    1947619468else
     
    1963219624
    1963319625        ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
    19634 if test "x$ac_cv_header_zlib_h" = xyes; then :
     19626if test "x$ac_cv_header_zlib_h" = x""yes; then :
    1963519627
    1963619628else
     
    1964119633        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateEnd in -lz" >&5
    1964219634$as_echo_n "checking for inflateEnd in -lz... " >&6; }
    19643 if ${ac_cv_lib_z_inflateEnd+:} false; then :
     19635if test "${ac_cv_lib_z_inflateEnd+set}" = set; then :
    1964419636  $as_echo_n "(cached) " >&6
    1964519637else
     
    1967519667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflateEnd" >&5
    1967619668$as_echo "$ac_cv_lib_z_inflateEnd" >&6; }
    19677 if test "x$ac_cv_lib_z_inflateEnd" = xyes; then :
     19669if test "x$ac_cv_lib_z_inflateEnd" = x""yes; then :
    1967819670  cat >>confdefs.h <<_ACEOF
    1967919671#define HAVE_LIBZ 1
     
    1974819740
    1974919741        ac_fn_c_check_header_mongrel "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "$ac_includes_default"
    19750 if test "x$ac_cv_header_GL_gl_h" = xyes; then :
     19742if test "x$ac_cv_header_GL_gl_h" = x""yes; then :
    1975119743
    1975219744else
     
    1975719749        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glLoadIdentity in -lGL" >&5
    1975819750$as_echo_n "checking for glLoadIdentity in -lGL... " >&6; }
    19759 if ${ac_cv_lib_GL_glLoadIdentity+:} false; then :
     19751if test "${ac_cv_lib_GL_glLoadIdentity+set}" = set; then :
    1976019752  $as_echo_n "(cached) " >&6
    1976119753else
     
    1979119783{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glLoadIdentity" >&5
    1979219784$as_echo "$ac_cv_lib_GL_glLoadIdentity" >&6; }
    19793 if test "x$ac_cv_lib_GL_glLoadIdentity" = xyes; then :
     19785if test "x$ac_cv_lib_GL_glLoadIdentity" = x""yes; then :
    1979419786  cat >>confdefs.h <<_ACEOF
    1979519787#define HAVE_LIBGL 1
     
    1986219854
    1986319855        ac_fn_c_check_header_mongrel "$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "$ac_includes_default"
    19864 if test "x$ac_cv_header_GL_glu_h" = xyes; then :
     19856if test "x$ac_cv_header_GL_glu_h" = x""yes; then :
    1986519857
    1986619858else
     
    1987119863        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluNewTess in -lGLU" >&5
    1987219864$as_echo_n "checking for gluNewTess in -lGLU... " >&6; }
    19873 if ${ac_cv_lib_GLU_gluNewTess+:} false; then :
     19865if test "${ac_cv_lib_GLU_gluNewTess+set}" = set; then :
    1987419866  $as_echo_n "(cached) " >&6
    1987519867else
     
    1990519897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluNewTess" >&5
    1990619898$as_echo "$ac_cv_lib_GLU_gluNewTess" >&6; }
    19907 if test "x$ac_cv_lib_GLU_gluNewTess" = xyes; then :
     19899if test "x$ac_cv_lib_GLU_gluNewTess" = x""yes; then :
    1990819900  cat >>confdefs.h <<_ACEOF
    1990919901#define HAVE_LIBGLU 1
     
    1998919981
    1999019982        ac_fn_c_check_header_mongrel "$LINENO" "fitsio.h" "ac_cv_header_fitsio_h" "$ac_includes_default"
    19991 if test "x$ac_cv_header_fitsio_h" = xyes; then :
     19983if test "x$ac_cv_header_fitsio_h" = x""yes; then :
    1999219984
    1999319985else
     
    1999819990        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ffpss in -lcfitsio" >&5
    1999919991$as_echo_n "checking for ffpss in -lcfitsio... " >&6; }
    20000 if ${ac_cv_lib_cfitsio_ffpss+:} false; then :
     19992if test "${ac_cv_lib_cfitsio_ffpss+set}" = set; then :
    2000119993  $as_echo_n "(cached) " >&6
    2000219994else
     
    2003220024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cfitsio_ffpss" >&5
    2003320025$as_echo "$ac_cv_lib_cfitsio_ffpss" >&6; }
    20034 if test "x$ac_cv_lib_cfitsio_ffpss" = xyes; then :
     20026if test "x$ac_cv_lib_cfitsio_ffpss" = x""yes; then :
    2003520027  cat >>confdefs.h <<_ACEOF
    2003620028#define HAVE_LIBCFITSIO 1
     
    2011620108
    2011720109        ac_fn_cxx_check_header_mongrel "$LINENO" "CCfits/CCfits" "ac_cv_header_CCfits_CCfits" "$ac_includes_default"
    20118 if test "x$ac_cv_header_CCfits_CCfits" = xyes; then :
     20110if test "x$ac_cv_header_CCfits_CCfits" = x""yes; then :
    2011920111
    2012020112else
     
    2012520117        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lCCfits" >&5
    2012620118$as_echo_n "checking for main in -lCCfits... " >&6; }
    20127 if ${ac_cv_lib_CCfits_main+:} false; then :
     20119if test "${ac_cv_lib_CCfits_main+set}" = set; then :
    2012820120  $as_echo_n "(cached) " >&6
    2012920121else
     
    2015320145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_CCfits_main" >&5
    2015420146$as_echo "$ac_cv_lib_CCfits_main" >&6; }
    20155 if test "x$ac_cv_lib_CCfits_main" = xyes; then :
     20147if test "x$ac_cv_lib_CCfits_main" = x""yes; then :
    2015620148  cat >>confdefs.h <<_ACEOF
    2015720149#define HAVE_LIBCCFITS 1
     
    2022320215        case "$MYSQL_C_INC_DIR" in
    2022420216                /* ) ;;
    20225                 * )  as_fn_error $? "The MySQL include directory ($MYSQL_C_INC_DIR) must be an absolute path." "$LINENO" 5 ;;
     20217                * )  as_fn_error $? "The MySQL include directory ($MYSQL_C_INC_DIR) must be an absolute path." "$LINENO" 5  ;;
    2022620218        esac
    2022720219
     
    2025920251                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MySQL++ library location" >&5
    2026020252$as_echo_n "checking for MySQL++ library location... " >&6; }
    20261 if ${ac_cv_mysqlpp_lib+:} false; then :
     20253if test "${ac_cv_mysqlpp_lib+set}" = set; then :
    2026220254  $as_echo_n "(cached) " >&6
    2026320255else
     
    2028120273                case "$ac_cv_mysqlpp_lib" in
    2028220274                        /* ) ;;
    20283                         * )  as_fn_error $? "The MySQL++ library directory ($ac_cv_mysqlpp_lib) must be an absolute path." "$LINENO" 5 ;;
     20275                        * )  as_fn_error $? "The MySQL++ library directory ($ac_cv_mysqlpp_lib) must be an absolute path." "$LINENO" 5  ;;
    2028420276                esac
    2028520277
     
    2029220284                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MySQL++ include path" >&5
    2029320285$as_echo_n "checking for MySQL++ include path... " >&6; }
    20294 if ${ac_cv_mysqlpp_inc+:} false; then :
     20286if test "${ac_cv_mysqlpp_inc+set}" = set; then :
    2029520287  $as_echo_n "(cached) " >&6
    2029620288else
     
    2031220304                case "$ac_cv_mysqlpp_inc" in
    2031320305                        /* ) ;;
    20314                         * )  as_fn_error $? "The MySQL++ header directory ($ac_cv_mysqlpp_inc) must be an absolute path." "$LINENO" 5 ;;
     20306                        * )  as_fn_error $? "The MySQL++ header directory ($ac_cv_mysqlpp_inc) must be an absolute path." "$LINENO" 5  ;;
    2031520307                esac
    2031620308
     
    2066720659        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::System library is available" >&5
    2066820660$as_echo_n "checking whether the Boost::System library is available... " >&6; }
    20669 if ${ax_cv_boost_system+:} false; then :
     20661if test "${ax_cv_boost_system+set}" = set; then :
    2067020662  $as_echo_n "(cached) " >&6
    2067120663else
     
    2072120713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2072220714$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    20723 if eval \${$as_ac_Lib+:} false; then :
     20715if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2072420716  $as_echo_n "(cached) " >&6
    2072520717else
     
    2076920761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2077020762$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    20771 if eval \${$as_ac_Lib+:} false; then :
     20763if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2077220764  $as_echo_n "(cached) " >&6
    2077320765else
     
    2081820810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2081920811$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    20820 if eval \${$as_ac_Lib+:} false; then :
     20812if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2082120813  $as_echo_n "(cached) " >&6
    2082220814else
     
    2091120903        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::ASIO library is available" >&5
    2091220904$as_echo_n "checking whether the Boost::ASIO library is available... " >&6; }
    20913 if ${ax_cv_boost_asio+:} false; then :
     20905if test "${ax_cv_boost_asio+set}" = set; then :
    2091420906  $as_echo_n "(cached) " >&6
    2091520907else
     
    2096820960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2096920961$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    20970 if eval \${$as_ac_Lib+:} false; then :
     20962if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2097120963  $as_echo_n "(cached) " >&6
    2097220964else
     
    2100921001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2101021002$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    21011 if eval \${$as_ac_Lib+:} false; then :
     21003if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2101221004  $as_echo_n "(cached) " >&6
    2101321005else
     
    2109621088        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Date_Time library is available" >&5
    2109721089$as_echo_n "checking whether the Boost::Date_Time library is available... " >&6; }
    21098 if ${ax_cv_boost_date_time+:} false; then :
     21090if test "${ax_cv_boost_date_time+set}" = set; then :
    2109921091  $as_echo_n "(cached) " >&6
    2110021092else
     
    2114521137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2114621138$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21147 if eval \${$as_ac_Lib+:} false; then :
     21139if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2114821140  $as_echo_n "(cached) " >&6
    2114921141else
     
    2119321185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2119421186$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21195 if eval \${$as_ac_Lib+:} false; then :
     21187if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2119621188  $as_echo_n "(cached) " >&6
    2119721189else
     
    2124221234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2124321235$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    21244 if eval \${$as_ac_Lib+:} false; then :
     21236if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2124521237  $as_echo_n "(cached) " >&6
    2124621238else
     
    2133321325        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Filesystem library is available" >&5
    2133421326$as_echo_n "checking whether the Boost::Filesystem library is available... " >&6; }
    21335 if ${ax_cv_boost_filesystem+:} false; then :
     21327if test "${ax_cv_boost_filesystem+set}" = set; then :
    2133621328  $as_echo_n "(cached) " >&6
    2133721329else
     
    2138221374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2138321375$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21384 if eval \${$as_ac_Lib+:} false; then :
     21376if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2138521377  $as_echo_n "(cached) " >&6
    2138621378else
     
    2143021422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2143121423$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21432 if eval \${$as_ac_Lib+:} false; then :
     21424if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2143321425  $as_echo_n "(cached) " >&6
    2143421426else
     
    2147821470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2147921471$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21480 if eval \${$as_ac_Lib+:} false; then :
     21472if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2148121473  $as_echo_n "(cached) " >&6
    2148221474else
     
    2157121563                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Program_Options library is available" >&5
    2157221564$as_echo_n "checking whether the Boost::Program_Options library is available... " >&6; }
    21573 if ${ax_cv_boost_program_options+:} false; then :
     21565if test "${ax_cv_boost_program_options+set}" = set; then :
    2157421566  $as_echo_n "(cached) " >&6
    2157521567else
     
    2162021612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2162121613$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21622 if eval \${$as_ac_Lib+:} false; then :
     21614if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2162321615  $as_echo_n "(cached) " >&6
    2162421616else
     
    2166821660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2166921661$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21670 if eval \${$as_ac_Lib+:} false; then :
     21662if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2167121663  $as_echo_n "(cached) " >&6
    2167221664else
     
    2171621708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2171721709$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    21718 if eval \${$as_ac_Lib+:} false; then :
     21710if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2171921711  $as_echo_n "(cached) " >&6
    2172021712else
     
    2180121793        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Regex library is available" >&5
    2180221794$as_echo_n "checking whether the Boost::Regex library is available... " >&6; }
    21803 if ${ax_cv_boost_regex+:} false; then :
     21795if test "${ax_cv_boost_regex+set}" = set; then :
    2180421796  $as_echo_n "(cached) " >&6
    2180521797else
     
    2184921841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2185021842$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21851 if eval \${$as_ac_Lib+:} false; then :
     21843if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2185221844  $as_echo_n "(cached) " >&6
    2185321845else
     
    2189721889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2189821890$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21899 if eval \${$as_ac_Lib+:} false; then :
     21891if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2190021892  $as_echo_n "(cached) " >&6
    2190121893else
     
    2194621938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2194721939$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    21948 if eval \${$as_ac_Lib+:} false; then :
     21940if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2194921941  $as_echo_n "(cached) " >&6
    2195021942else
     
    2203322025        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Thread library is available" >&5
    2203422026$as_echo_n "checking whether the Boost::Thread library is available... " >&6; }
    22035 if ${ax_cv_boost_thread+:} false; then :
     22027if test "${ax_cv_boost_thread+set}" = set; then :
    2203622028  $as_echo_n "(cached) " >&6
    2203722029else
     
    2210922101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2211022102$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    22111 if eval \${$as_ac_Lib+:} false; then :
     22103if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2211222104  $as_echo_n "(cached) " >&6
    2211322105else
     
    2215722149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2215822150$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    22159 if eval \${$as_ac_Lib+:} false; then :
     22151if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2216022152  $as_echo_n "(cached) " >&6
    2216122153else
     
    2220622198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2220722199$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    22208 if eval \${$as_ac_Lib+:} false; then :
     22200if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
    2220922201  $as_echo_n "(cached) " >&6
    2221022202else
     
    2238222374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2238322375$as_echo_n "checking for $ac_word... " >&6; }
    22384 if ${ac_cv_path_PKG_CONFIG+:} false; then :
     22376if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
    2238522377  $as_echo_n "(cached) " >&6
    2238622378else
     
    2242522417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2242622418$as_echo_n "checking for $ac_word... " >&6; }
    22427 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
     22419if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
    2242822420  $as_echo_n "(cached) " >&6
    2242922421else
     
    2267622668else
    2267722669  case $x_includes,$x_libraries in #(
    22678     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
    22679     *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
     22670    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
     22671    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
    2268022672  $as_echo_n "(cached) " >&6
    2268122673else
     
    2295422946  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
    2295522947$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
    22956 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
     22948if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
    2295722949  $as_echo_n "(cached) " >&6
    2295822950else
     
    2298822980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    2298922981$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    22990 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
     22982if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
    2299122983  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    2299222984fi
     
    2299522987      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
    2299622988$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
    22997 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
     22989if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
    2299822990  $as_echo_n "(cached) " >&6
    2299922991else
     
    2302923021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    2303023022$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    23031 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
     23023if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
    2303223024  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    2303323025fi
     
    2304823040    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    2304923041    ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
    23050 if test "x$ac_cv_func_gethostbyname" = xyes; then :
     23042if test "x$ac_cv_func_gethostbyname" = x""yes; then :
    2305123043
    2305223044fi
     
    2305523047      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
    2305623048$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
    23057 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
     23049if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
    2305823050  $as_echo_n "(cached) " >&6
    2305923051else
     
    2308923081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
    2309023082$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
    23091 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
     23083if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
    2309223084  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    2309323085fi
     
    2309623088        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
    2309723089$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
    23098 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
     23090if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
    2309923091  $as_echo_n "(cached) " >&6
    2310023092else
     
    2313023122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
    2313123123$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
    23132 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
     23124if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
    2313323125  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    2313423126fi
     
    2314523137    # if connect needs -lnsl, so does gethostbyname.
    2314623138    ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
    23147 if test "x$ac_cv_func_connect" = xyes; then :
     23139if test "x$ac_cv_func_connect" = x""yes; then :
    2314823140
    2314923141fi
     
    2315223144      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
    2315323145$as_echo_n "checking for connect in -lsocket... " >&6; }
    23154 if ${ac_cv_lib_socket_connect+:} false; then :
     23146if test "${ac_cv_lib_socket_connect+set}" = set; then :
    2315523147  $as_echo_n "(cached) " >&6
    2315623148else
     
    2318623178{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
    2318723179$as_echo "$ac_cv_lib_socket_connect" >&6; }
    23188 if test "x$ac_cv_lib_socket_connect" = xyes; then :
     23180if test "x$ac_cv_lib_socket_connect" = x""yes; then :
    2318923181  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    2319023182fi
     
    2319423186    # Guillermo Gomez says -lposix is necessary on A/UX.
    2319523187    ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
    23196 if test "x$ac_cv_func_remove" = xyes; then :
     23188if test "x$ac_cv_func_remove" = x""yes; then :
    2319723189
    2319823190fi
     
    2320123193      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
    2320223194$as_echo_n "checking for remove in -lposix... " >&6; }
    23203 if ${ac_cv_lib_posix_remove+:} false; then :
     23195if test "${ac_cv_lib_posix_remove+set}" = set; then :
    2320423196  $as_echo_n "(cached) " >&6
    2320523197else
     
    2323523227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
    2323623228$as_echo "$ac_cv_lib_posix_remove" >&6; }
    23237 if test "x$ac_cv_lib_posix_remove" = xyes; then :
     23229if test "x$ac_cv_lib_posix_remove" = x""yes; then :
    2323823230  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    2323923231fi
     
    2324323235    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    2324423236    ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
    23245 if test "x$ac_cv_func_shmat" = xyes; then :
     23237if test "x$ac_cv_func_shmat" = x""yes; then :
    2324623238
    2324723239fi
     
    2325023242      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
    2325123243$as_echo_n "checking for shmat in -lipc... " >&6; }
    23252 if ${ac_cv_lib_ipc_shmat+:} false; then :
     23244if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
    2325323245  $as_echo_n "(cached) " >&6
    2325423246else
     
    2328423276{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
    2328523277$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
    23286 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
     23278if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
    2328723279  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    2328823280fi
     
    2330223294  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
    2330323295$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
    23304 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
     23296if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
    2330523297  $as_echo_n "(cached) " >&6
    2330623298else
     
    2333623328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    2333723329$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    23338 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
     23330if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
    2333923331  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    2334023332fi
     
    2334723339            yes) LIBS="$X_PRE_LIBS $LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
    2334823340                 CPPFLAGS="$CPPFLAGS $X_CFLAGS";;
    23349              no) as_fn_error $? "Cannot find X window libraries and/or headers." "$LINENO" 5;;
     23341             no) as_fn_error $? "Cannot find X window libraries and/or headers." "$LINENO" 5 ;;
    2335023342        disable) ;;
    2335123343        esac
     
    2337523367$as_echo_n "checking for Qt 4 library name... " >&6; }
    2337623368
    23377         if ${qt4_cv_libname+:} false; then :
     23369        if test "${qt4_cv_libname+set}" = set; then :
    2337823370  $as_echo_n "(cached) " >&6
    2337923371else
     
    2348623478        { $as_echo "$as_me:${as_lineno-$LINENO}: checking Qt 4 version" >&5
    2348723479$as_echo_n "checking Qt 4 version... " >&6; }
    23488 if ${lyx_cv_qt4version+:} false; then :
     23480if test "${lyx_cv_qt4version+set}" = set; then :
    2348923481  $as_echo_n "(cached) " >&6
    2349023482else
     
    2350023492
    2350123493                cat > conftest.$ac_ext <<EOF
    23502 #line 23502 "configure"
     23494#line 23494 "configure"
    2350323495#include "confdefs.h"
    2350423496#include <qglobal.h>
     
    2352723519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2352823520$as_echo_n "checking for $ac_word... " >&6; }
    23529 if ${ac_cv_path_MOC4+:} false; then :
     23521if test "${ac_cv_path_MOC4+set}" = set; then :
    2353023522  $as_echo_n "(cached) " >&6
    2353123523else
     
    2357323565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2357423566$as_echo_n "checking for $ac_word... " >&6; }
    23575 if ${ac_cv_path_UIC4+:} false; then :
     23567if test "${ac_cv_path_UIC4+set}" = set; then :
    2357623568  $as_echo_n "(cached) " >&6
    2357723569else
     
    2361923611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2362023612$as_echo_n "checking for $ac_word... " >&6; }
    23621 if ${ac_cv_path_RCC4+:} false; then :
     23613if test "${ac_cv_path_RCC4+set}" = set; then :
    2362223614  $as_echo_n "(cached) " >&6
    2362323615else
     
    2370823700
    2370923701        ac_fn_cxx_check_header_mongrel "$LINENO" "QtOpenGL/QGLWidget" "ac_cv_header_QtOpenGL_QGLWidget" "$ac_includes_default"
    23710 if test "x$ac_cv_header_QtOpenGL_QGLWidget" = xyes; then :
     23702if test "x$ac_cv_header_QtOpenGL_QGLWidget" = x""yes; then :
    2371123703
    2371223704else
     
    2373023722   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QGLWidget qgl in -lQtOpenGL" >&5
    2373123723$as_echo_n "checking for QGLWidget qgl in -lQtOpenGL... " >&6; }
    23732 if ${ac_cv_lib_QtOpenGL_QGLWidget_qgl+:} false; then :
     23724if test "${ac_cv_lib_QtOpenGL_QGLWidget_qgl+set}" = set; then :
    2373323725  $as_echo_n "(cached) " >&6
    2373423726else
     
    2384123833
    2384223834        ac_fn_cxx_check_header_mongrel "$LINENO" "qwt_plot.h" "ac_cv_header_qwt_plot_h" "$ac_includes_default"
    23843 if test "x$ac_cv_header_qwt_plot_h" = xyes; then :
     23835if test "x$ac_cv_header_qwt_plot_h" = x""yes; then :
    2384423836
    2384523837else
     
    2386323855   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QwtPlot qwt in -lqwt-qt4" >&5
    2386423856$as_echo_n "checking for QwtPlot qwt in -lqwt-qt4... " >&6; }
    23865 if ${ac_cv_lib_qwt_qt4_QwtPlot_qwt+:} false; then :
     23857if test "${ac_cv_lib_qwt_qt4_QwtPlot_qwt+set}" = set; then :
    2386623858  $as_echo_n "(cached) " >&6
    2386723859else
     
    2396723959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2396823960$as_echo_n "checking for $ac_word... " >&6; }
    23969 if ${ac_cv_path_ROOTCONF+:} false; then :
     23961if test "${ac_cv_path_ROOTCONF+set}" = set; then :
    2397023962  $as_echo_n "(cached) " >&6
    2397123963else
     
    2400824000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2400924001$as_echo_n "checking for $ac_word... " >&6; }
    24010 if ${ac_cv_path_ROOTEXEC+:} false; then :
     24002if test "${ac_cv_path_ROOTEXEC+set}" = set; then :
    2401124003  $as_echo_n "(cached) " >&6
    2401224004else
     
    2404924041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2405024042$as_echo_n "checking for $ac_word... " >&6; }
    24051 if ${ac_cv_path_ROOTCINT+:} false; then :
     24043if test "${ac_cv_path_ROOTCINT+set}" = set; then :
    2405224044  $as_echo_n "(cached) " >&6
    2405324045else
     
    2418424176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2418524177$as_echo_n "checking for $ac_word... " >&6; }
    24186 if ${ac_cv_prog_COLORDIFF+:} false; then :
     24178if test "${ac_cv_prog_COLORDIFF+set}" = set; then :
    2418724179  $as_echo_n "(cached) " >&6
    2418824180else
     
    2422224214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2422324215$as_echo_n "checking for $ac_word... " >&6; }
    24224 if ${ac_cv_prog_GROFF+:} false; then :
     24216if test "${ac_cv_prog_GROFF+set}" = set; then :
    2422524217  $as_echo_n "(cached) " >&6
    2422624218else
     
    2426024252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2426124253$as_echo_n "checking for $ac_word... " >&6; }
    24262 if ${ac_cv_prog_PS2PDF+:} false; then :
     24254if test "${ac_cv_prog_PS2PDF+set}" = set; then :
    2426324255  $as_echo_n "(cached) " >&6
    2426424256else
     
    2429824290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2429924291$as_echo_n "checking for $ac_word... " >&6; }
    24300 if ${ac_cv_prog_HELP2MAN+:} false; then :
     24292if test "${ac_cv_prog_HELP2MAN+set}" = set; then :
    2430124293  $as_echo_n "(cached) " >&6
    2430224294else
     
    2462624618if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    2462724619  if test -w "$cache_file"; then
    24628     if test "x$cache_file" != "x/dev/null"; then
     24620    test "x$cache_file" != "x/dev/null" &&
    2462924621      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
    2463024622$as_echo "$as_me: updating cache $cache_file" >&6;}
    24631       if test ! -f "$cache_file" || test -h "$cache_file"; then
    24632         cat confcache >"$cache_file"
    24633       else
    24634         case $cache_file in #(
    24635         */* | ?:*)
    24636           mv -f confcache "$cache_file"$$ &&
    24637           mv -f "$cache_file"$$ "$cache_file" ;; #(
    24638         *)
    24639           mv -f confcache "$cache_file" ;;
    24640         esac
    24641       fi
    24642     fi
     24623    cat confcache >$cache_file
    2464324624  else
    2464424625    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
     
    2491224893fi
    2491324894
    24914 : "${CONFIG_STATUS=./config.status}"
     24895: ${CONFIG_STATUS=./config.status}
    2491524896ac_write_fail=0
    2491624897ac_clean_files_save=$ac_clean_files
     
    2501324994
    2501424995# Find who we are.  Look in the path if we contain no directory separator.
    25015 as_myself=
    2501624996case $0 in #((
    2501724997  *[\\/]* ) as_myself=$0 ;;
     
    2532125301ac_log="
    2532225302This file was extended by FACT++ $as_me 1.0, which was
    25323 generated by GNU Autoconf 2.68.  Invocation command line was
     25303generated by GNU Autoconf 2.67.  Invocation command line was
    2532425304
    2532525305  CONFIG_FILES    = $CONFIG_FILES
     
    2538325363ac_cs_version="\\
    2538425364FACT++ config.status 1.0
    25385 configured by $0, generated by GNU Autoconf 2.68,
     25365configured by $0, generated by GNU Autoconf 2.67,
    2538625366  with options \\"\$ac_cs_config\\"
    2538725367
     
    2588325863    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    2588425864
    25885   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
     25865  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
    2588625866  esac
    2588725867done
     
    2590625886$debug ||
    2590725887{
    25908   tmp= ac_tmp=
     25888  tmp=
    2590925889  trap 'exit_status=$?
    25910   : "${ac_tmp:=$tmp}"
    25911   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
     25890  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
    2591225891' 0
    2591325892  trap 'as_fn_exit 1' 1 2 13 15
     
    2591725896{
    2591825897  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    25919   test -d "$tmp"
     25898  test -n "$tmp" && test -d "$tmp"
    2592025899}  ||
    2592125900{
     
    2592325902  (umask 077 && mkdir "$tmp")
    2592425903} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
    25925 ac_tmp=$tmp
    2592625904
    2592725905# Set up the scripts for CONFIG_FILES section.
     
    2594525923fi
    2594625924
    25947 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
     25925echo 'BEGIN {' >"$tmp/subs1.awk" &&
    2594825926_ACEOF
    2594925927
     
    2597325951
    2597425952cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    25975 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
     25953cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    2597625954_ACEOF
    2597725955sed -n '
     
    2602125999cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    2602226000_ACAWK
    26023 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
     26001cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    2602426002  for (key in S) S_is_set[key] = 1
    2602526003  FS = ""
     
    2605326031else
    2605426032  cat
    26055 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
     26033fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    2605626034  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
    2605726035_ACEOF
     
    2609326071  case $ac_mode$ac_tag in
    2609426072  :[FHL]*:*);;
    26095   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
     26073  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
    2609626074  :[FH]-) ac_tag=-:-;;
    2609726075  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     
    2611226090    do
    2611326091      case $ac_f in
    26114       -) ac_f="$ac_tmp/stdin";;
     26092      -) ac_f="$tmp/stdin";;
    2611526093      *) # Look for the file first in the build tree, then in the source tree
    2611626094         # (if the path is not absolute).  The absolute path cannot be DOS-style,
     
    2612126099           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    2612226100           esac ||
    26123            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
     26101           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
    2612426102      esac
    2612526103      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     
    2614726125
    2614826126    case $ac_tag in
    26149     *:-:* | *:-) cat >"$ac_tmp/stdin" \
    26150       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
     26127    *:-:* | *:-) cat >"$tmp/stdin" \
     26128      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
    2615126129    esac
    2615226130    ;;
     
    2628426262$ac_datarootdir_hack
    2628526263"
    26286 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
    26287   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     26264eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     26265  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    2628826266
    2628926267test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    26290   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
    26291   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
    26292       "$ac_tmp/out"`; test -z "$ac_out"; } &&
     26268  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     26269  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    2629326270  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    2629426271which seems to be undefined.  Please make sure it is defined" >&5
     
    2629626273which seems to be undefined.  Please make sure it is defined" >&2;}
    2629726274
    26298   rm -f "$ac_tmp/stdin"
     26275  rm -f "$tmp/stdin"
    2629926276  case $ac_file in
    26300   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
    26301   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
     26277  -) cat "$tmp/out" && rm -f "$tmp/out";;
     26278  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    2630226279  esac \
    2630326280  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
Note: See TracChangeset for help on using the changeset viewer.