Changeset 13009


Ignore:
Timestamp:
03/07/12 18:51:33 (13 years ago)
Author:
tbretz
Message:
Updated to latest changes.
Location:
trunk/FACT++
Files:
2 edited

Legend:

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

    r12999 r13009  
    5050        drivectrl$(EXEEXT) mcp$(EXEEXT) feedback$(EXEEXT) \
    5151        ratescan$(EXEEXT) ratecontrol$(EXEEXT) magicweather$(EXEEXT) \
    52         fitsdump$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \
    53         $(am__EXEEXT_3) $(am__EXEEXT_4)
     52        fitsdump$(EXEEXT) fitscheck$(EXEEXT) $(am__EXEEXT_1) \
     53        $(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4)
    5454@HAS_GUI_TRUE@am__append_1 = fact
    5555@HAS_VIEWER_TRUE@am__append_2 = viewer
     
    141141libDim___la_LIBADD =
    142142am_libDim___la_OBJECTS = dim/src/diccpp.lo dim/src/dimcpp.lo \
    143         dim/src/tokenstring.lo dim/src/discpp.lo
     143        dim/src/discpp.lo dim/src/tokenstring.lo
    144144libDim___la_OBJECTS = $(am_libDim___la_OBJECTS)
    145145libDim_la_LIBADD =
     
    283283feedback_DEPENDENCIES = libDim++.la libDim.la libDimExtension.la \
    284284        libStateMachine.la libTools.la libTime.la libConfiguration.la
     285am_fitscheck_OBJECTS = src/fitscheck.$(OBJEXT)
     286fitscheck_OBJECTS = $(am_fitscheck_OBJECTS)
     287fitscheck_DEPENDENCIES = libConfiguration.la
    285288am_fitsdump_OBJECTS = src/fitsdump.$(OBJEXT)
    286289fitsdump_OBJECTS = $(am_fitsdump_OBJECTS)
     
    432435        $(dimctrl_SOURCES) $(dns_SOURCES) $(drivectrl_SOURCES) \
    433436        $(dserver2_SOURCES) $(fact_SOURCES) $(fad_SOURCES) \
    434         $(fadctrl_SOURCES) $(feedback_SOURCES) $(fitsdump_SOURCES) \
    435         fitsgrep.c $(fitsloader_SOURCES) $(fsc_SOURCES) \
    436         $(fscctrl_SOURCES) $(ftm_SOURCES) $(ftmctrl_SOURCES) \
    437         $(log_SOURCES) $(logtime_SOURCES) $(magicweather_SOURCES) \
    438         $(mcp_SOURCES) $(ratecontrol_SOURCES) $(ratescan_SOURCES) \
    439         $(readfits_SOURCES) sched.c $(scheduler_SOURCES) \
    440         $(test_SOURCES) $(time_SOURCES) $(triggerschedule_SOURCES) \
    441         $(viewer_SOURCES)
     437        $(fadctrl_SOURCES) $(feedback_SOURCES) $(fitscheck_SOURCES) \
     438        $(fitsdump_SOURCES) fitsgrep.c $(fitsloader_SOURCES) \
     439        $(fsc_SOURCES) $(fscctrl_SOURCES) $(ftm_SOURCES) \
     440        $(ftmctrl_SOURCES) $(log_SOURCES) $(logtime_SOURCES) \
     441        $(magicweather_SOURCES) $(mcp_SOURCES) $(ratecontrol_SOURCES) \
     442        $(ratescan_SOURCES) $(readfits_SOURCES) sched.c \
     443        $(scheduler_SOURCES) $(test_SOURCES) $(time_SOURCES) \
     444        $(triggerschedule_SOURCES) $(viewer_SOURCES)
    442445DIST_SOURCES = $(libConfiguration_la_SOURCES) $(libDim___la_SOURCES) \
    443446        $(libDim_la_SOURCES) $(libDimExtension_la_SOURCES) \
     
    450453        $(am__fact_SOURCES_DIST) $(fad_SOURCES) \
    451454        $(am__fadctrl_SOURCES_DIST) $(feedback_SOURCES) \
    452         $(fitsdump_SOURCES) fitsgrep.c $(fitsloader_SOURCES) \
    453         $(fsc_SOURCES) $(fscctrl_SOURCES) $(ftm_SOURCES) \
    454         $(ftmctrl_SOURCES) $(log_SOURCES) $(logtime_SOURCES) \
    455         $(magicweather_SOURCES) $(mcp_SOURCES) $(ratecontrol_SOURCES) \
    456         $(ratescan_SOURCES) $(readfits_SOURCES) sched.c \
    457         $(scheduler_SOURCES) $(test_SOURCES) $(time_SOURCES) \
     455        $(fitscheck_SOURCES) $(fitsdump_SOURCES) fitsgrep.c \
     456        $(fitsloader_SOURCES) $(fsc_SOURCES) $(fscctrl_SOURCES) \
     457        $(ftm_SOURCES) $(ftmctrl_SOURCES) $(log_SOURCES) \
     458        $(logtime_SOURCES) $(magicweather_SOURCES) $(mcp_SOURCES) \
     459        $(ratecontrol_SOURCES) $(ratescan_SOURCES) $(readfits_SOURCES) \
     460        sched.c $(scheduler_SOURCES) $(test_SOURCES) $(time_SOURCES) \
    458461        $(triggerschedule_SOURCES) $(am__viewer_SOURCES_DIST)
    459462man1dir = $(mandir)/man1
     
    712715@HAS_HELP2MAN_TRUE@     drivectrl.man \
    713716@HAS_HELP2MAN_TRUE@     datalogger.man \
    714 @HAS_HELP2MAN_TRUE@     fitsdump.man
     717@HAS_HELP2MAN_TRUE@     fitsdump.man \
     718@HAS_HELP2MAN_TRUE@     fitscheck.man
    715719
    716720
     
    779783        dim/src/diccpp.cxx \
    780784        dim/src/dimcpp.cxx \
    781         dim/src/tokenstring.cxx \
    782         dim/src/discpp.cxx
     785        dim/src/discpp.cxx \
     786        dim/src/tokenstring.cxx
    783787
    784788
     
    932936fitsdump_SOURCES = src/fitsdump.cc
    933937fitsdump_LDADD = $(ROOTLDFLAGS) $(ROOTLIBS) libConfiguration.la libTime.la
     938fitscheck_SOURCES = src/fitscheck.cc
     939fitscheck_LDADD = libConfiguration.la
    934940readfits_SOURCES = src/readfits.cc src/ReadFits.h
    935941readfits_LDADD = libStateMachine.la libTools.la libTime.la libDim++.la libDim.la libConfiguration.la
     
    10871093dim/src/dimcpp.lo: dim/src/$(am__dirstamp) \
    10881094        dim/src/$(DEPDIR)/$(am__dirstamp)
     1095dim/src/discpp.lo: dim/src/$(am__dirstamp) \
     1096        dim/src/$(DEPDIR)/$(am__dirstamp)
    10891097dim/src/tokenstring.lo: dim/src/$(am__dirstamp) \
    1090         dim/src/$(DEPDIR)/$(am__dirstamp)
    1091 dim/src/discpp.lo: dim/src/$(am__dirstamp) \
    10921098        dim/src/$(DEPDIR)/$(am__dirstamp)
    10931099libDim++.la: $(libDim___la_OBJECTS) $(libDim___la_DEPENDENCIES)
     
    13631369        @rm -f feedback$(EXEEXT)
    13641370        $(AM_V_CXXLD)$(CXXLINK) $(feedback_OBJECTS) $(feedback_LDADD) $(LIBS)
     1371src/fitscheck.$(OBJEXT): src/$(am__dirstamp) \
     1372        src/$(DEPDIR)/$(am__dirstamp)
     1373fitscheck$(EXEEXT): $(fitscheck_OBJECTS) $(fitscheck_DEPENDENCIES)
     1374        @rm -f fitscheck$(EXEEXT)
     1375        $(AM_V_CXXLD)$(CXXLINK) $(fitscheck_OBJECTS) $(fitscheck_LDADD) $(LIBS)
    13651376src/fitsdump.$(OBJEXT): src/$(am__dirstamp) \
    13661377        src/$(DEPDIR)/$(am__dirstamp)
     
    16221633        -rm -f src/fadctrl.$(OBJEXT)
    16231634        -rm -f src/feedback.$(OBJEXT)
     1635        -rm -f src/fitscheck.$(OBJEXT)
    16241636        -rm -f src/fitsdump.$(OBJEXT)
    16251637        -rm -f src/fitsloader.$(OBJEXT)
     
    17451757@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fadctrl.Po@am__quote@
    17461758@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/feedback.Po@am__quote@
     1759@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fitscheck.Po@am__quote@
    17471760@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fitsdump.Po@am__quote@
    17481761@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fitsloader.Po@am__quote@
  • trunk/FACT++/configure

    r12999 r13009  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.67 for FACT++ 1.0.
     3# Generated by GNU Autoconf 2.68 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.
     94as_myself=
    9495case $0 in #((
    9596  *[\\/]* ) as_myself=$0 ;;
     
    225226        # neutralization value for shells without unset; and this also
    226227        # works around shells that cannot unset nonexistent variables.
     228        # Preserve -v and -x to the replacement shell.
    227229        BASH_ENV=/dev/null
    228230        ENV=/dev/null
    229231        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    230232        export CONFIG_SHELL
    231         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     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+"$@"}
    232240fi
    233241
     
    13771385    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    13781386      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    1379     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
     1387    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
    13801388    ;;
    13811389
     
    18111819  cat <<\_ACEOF
    18121820FACT++ configure 1.0
    1813 generated by GNU Autoconf 2.67
     1821generated by GNU Autoconf 2.68
    18141822
    18151823Copyright (C) 2010 Free Software Foundation, Inc.
     
    18571865        ac_retval=1
    18581866fi
    1859   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1867  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    18601868  as_fn_set_status $ac_retval
    18611869
     
    18951903        ac_retval=1
    18961904fi
    1897   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1905  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    18981906  as_fn_set_status $ac_retval
    18991907
     
    19321940    ac_retval=1
    19331941fi
    1934   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     1942  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    19351943  as_fn_set_status $ac_retval
    19361944
     
    19451953{
    19461954  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1947   if eval "test \"\${$3+set}\"" = set; then :
     1955  if eval \${$3+:} false; then :
    19481956  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    19491957$as_echo_n "checking for $2... " >&6; }
    1950 if eval "test \"\${$3+set}\"" = set; then :
     1958if eval \${$3+:} false; then :
    19511959  $as_echo_n "(cached) " >&6
    19521960fi
     
    20152023  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20162024$as_echo_n "checking for $2... " >&6; }
    2017 if eval "test \"\${$3+set}\"" = set; then :
     2025if eval \${$3+:} false; then :
    20182026  $as_echo_n "(cached) " >&6
    20192027else
     
    20242032$as_echo "$ac_res" >&6; }
    20252033fi
    2026   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2034  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    20272035
    20282036} # ac_fn_c_check_header_mongrel
     
    20652073fi
    20662074  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2067   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2075  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    20682076  as_fn_set_status $ac_retval
    20692077
     
    20792087  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20802088$as_echo_n "checking for $2... " >&6; }
    2081 if eval "test \"\${$3+set}\"" = set; then :
     2089if eval \${$3+:} false; then :
    20822090  $as_echo_n "(cached) " >&6
    20832091else
     
    20972105               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    20982106$as_echo "$ac_res" >&6; }
    2099   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2107  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    21002108
    21012109} # ac_fn_c_check_header_compile
     
    21422150  # left behind by Apple's compiler.  We do this before executing the actions.
    21432151  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2144   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2152  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    21452153  as_fn_set_status $ac_retval
    21462154
     
    21552163  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    21562164$as_echo_n "checking for $2... " >&6; }
    2157 if eval "test \"\${$3+set}\"" = set; then :
     2165if eval \${$3+:} false; then :
    21582166  $as_echo_n "(cached) " >&6
    21592167else
     
    22102218               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    22112219$as_echo "$ac_res" >&6; }
    2212   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2220  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    22132221
    22142222} # ac_fn_c_check_func
     
    22462254    ac_retval=1
    22472255fi
    2248   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2256  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    22492257  as_fn_set_status $ac_retval
    22502258
     
    22922300  # left behind by Apple's compiler.  We do this before executing the actions.
    22932301  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2294   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2302  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    22952303  as_fn_set_status $ac_retval
    22962304
     
    23052313{
    23062314  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    2307   if eval "test \"\${$3+set}\"" = set; then :
     2315  if eval \${$3+:} false; then :
    23082316  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    23092317$as_echo_n "checking for $2... " >&6; }
    2310 if eval "test \"\${$3+set}\"" = set; then :
     2318if eval \${$3+:} false; then :
    23112319  $as_echo_n "(cached) " >&6
    23122320fi
     
    23752383  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    23762384$as_echo_n "checking for $2... " >&6; }
    2377 if eval "test \"\${$3+set}\"" = set; then :
     2385if eval \${$3+:} false; then :
    23782386  $as_echo_n "(cached) " >&6
    23792387else
     
    23842392$as_echo "$ac_res" >&6; }
    23852393fi
    2386   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2394  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    23872395
    23882396} # ac_fn_cxx_check_header_mongrel
     
    23962404  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    23972405$as_echo_n "checking for $2... " >&6; }
    2398 if eval "test \"\${$3+set}\"" = set; then :
     2406if eval \${$3+:} false; then :
    23992407  $as_echo_n "(cached) " >&6
    24002408else
     
    24512459               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    24522460$as_echo "$ac_res" >&6; }
    2453   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
     2461  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    24542462
    24552463} # ac_fn_cxx_check_func
     
    24592467
    24602468It was created by FACT++ $as_me 1.0, which was
    2461 generated by GNU Autoconf 2.67.  Invocation command line was
     2469generated by GNU Autoconf 2.68.  Invocation command line was
    24622470
    24632471  $ $0 $@
     
    27172725$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    27182726as_fn_error $? "failed to load site script $ac_site_file
    2719 See \`config.log' for more details" "$LINENO" 5 ; }
     2727See \`config.log' for more details" "$LINENO" 5; }
    27202728  fi
    27212729done
     
    28772885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    28782886$as_echo_n "checking for $ac_word... " >&6; }
    2879 if test "${ac_cv_prog_CC+set}" = set; then :
     2887if ${ac_cv_prog_CC+:} false; then :
    28802888  $as_echo_n "(cached) " >&6
    28812889else
     
    29212929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    29222930$as_echo_n "checking for $ac_word... " >&6; }
    2923 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
     2931if ${ac_cv_prog_ac_ct_CC+:} false; then :
    29242932  $as_echo_n "(cached) " >&6
    29252933else
     
    29742982$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    29752983as_fn_error $? "no acceptable C compiler found in \$PATH
    2976 See \`config.log' for more details" "$LINENO" 5 ; }
     2984See \`config.log' for more details" "$LINENO" 5; }
    29772985
    29782986# Provide some information about the compiler.
     
    30893097$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    30903098as_fn_error 77 "C compiler cannot create executables
    3091 See \`config.log' for more details" "$LINENO" 5 ; }
     3099See \`config.log' for more details" "$LINENO" 5; }
    30923100else
    30933101  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     
    31323140$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    31333141as_fn_error $? "cannot compute suffix of executables: cannot compile and link
    3134 See \`config.log' for more details" "$LINENO" 5 ; }
     3142See \`config.log' for more details" "$LINENO" 5; }
    31353143fi
    31363144rm -f conftest conftest$ac_cv_exeext
     
    31913199as_fn_error $? "cannot run C compiled programs.
    31923200If you meant to cross compile, use \`--host'.
    3193 See \`config.log' for more details" "$LINENO" 5 ; }
     3201See \`config.log' for more details" "$LINENO" 5; }
    31943202    fi
    31953203  fi
     
    32023210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
    32033211$as_echo_n "checking for suffix of object files... " >&6; }
    3204 if test "${ac_cv_objext+set}" = set; then :
     3212if ${ac_cv_objext+:} false; then :
    32053213  $as_echo_n "(cached) " >&6
    32063214else
     
    32433251$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    32443252as_fn_error $? "cannot compute suffix of object files: cannot compile
    3245 See \`config.log' for more details" "$LINENO" 5 ; }
     3253See \`config.log' for more details" "$LINENO" 5; }
    32463254fi
    32473255rm -f conftest.$ac_cv_objext conftest.$ac_ext
     
    32533261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
    32543262$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    3255 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
     3263if ${ac_cv_c_compiler_gnu+:} false; then :
    32563264  $as_echo_n "(cached) " >&6
    32573265else
     
    32903298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
    32913299$as_echo_n "checking whether $CC accepts -g... " >&6; }
    3292 if test "${ac_cv_prog_cc_g+set}" = set; then :
     3300if ${ac_cv_prog_cc_g+:} false; then :
    32933301  $as_echo_n "(cached) " >&6
    32943302else
     
    33683376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    33693377$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    3370 if test "${ac_cv_prog_cc_c89+set}" = set; then :
     3378if ${ac_cv_prog_cc_c89+:} false; then :
    33713379  $as_echo_n "(cached) " >&6
    33723380else
     
    34793487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    34803488$as_echo_n "checking for $ac_word... " >&6; }
    3481 if test "${ac_cv_prog_CXX+set}" = set; then :
     3489if ${ac_cv_prog_CXX+:} false; then :
    34823490  $as_echo_n "(cached) " >&6
    34833491else
     
    35233531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    35243532$as_echo_n "checking for $ac_word... " >&6; }
    3525 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
     3533if ${ac_cv_prog_ac_ct_CXX+:} false; then :
    35263534  $as_echo_n "(cached) " >&6
    35273535else
     
    36013609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
    36023610$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    3603 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
     3611if ${ac_cv_cxx_compiler_gnu+:} false; then :
    36043612  $as_echo_n "(cached) " >&6
    36053613else
     
    36383646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
    36393647$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    3640 if test "${ac_cv_prog_cxx_g+set}" = set; then :
     3648if ${ac_cv_prog_cxx_g+:} false; then :
    36413649  $as_echo_n "(cached) " >&6
    36423650else
     
    37373745    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
    37383746$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
    3739 if test "${ac_cv_prog_cc_c99+set}" = set; then :
     3747if ${ac_cv_prog_cc_c99+:} false; then :
    37403748  $as_echo_n "(cached) " >&6
    37413749else
     
    39123920  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
    39133921$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    3914 if test "${ac_cv_prog_cc_c89+set}" = set; then :
     3922if ${ac_cv_prog_cc_c89+:} false; then :
    39153923  $as_echo_n "(cached) " >&6
    39163924else
     
    40084016  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5
    40094017$as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
    4010   if test "${ac_cv_prog_cc_stdc+set}" = set; then :
     4018  if ${ac_cv_prog_cc_stdc+:} false; then :
    40114019  $as_echo_n "(cached) " >&6
    40124020fi
     
    40424050fi
    40434051if test -z "$CPP"; then
    4044   if test "${ac_cv_prog_CPP+set}" = set; then :
     4052  if ${ac_cv_prog_CPP+:} false; then :
    40454053  $as_echo_n "(cached) " >&6
    40464054else
     
    41584166$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    41594167as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
    4160 See \`config.log' for more details" "$LINENO" 5 ; }
     4168See \`config.log' for more details" "$LINENO" 5; }
    41614169fi
    41624170
     
    41704178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
    41714179$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    4172 if test "${ac_cv_path_GREP+set}" = set; then :
     4180if ${ac_cv_path_GREP+:} false; then :
    41734181  $as_echo_n "(cached) " >&6
    41744182else
     
    42334241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
    42344242$as_echo_n "checking for egrep... " >&6; }
    4235 if test "${ac_cv_path_EGREP+set}" = set; then :
     4243if ${ac_cv_path_EGREP+:} false; then :
    42364244  $as_echo_n "(cached) " >&6
    42374245else
     
    43004308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
    43014309$as_echo_n "checking for ANSI C header files... " >&6; }
    4302 if test "${ac_cv_header_stdc+set}" = set; then :
     4310if ${ac_cv_header_stdc+:} false; then :
    43034311  $as_echo_n "(cached) " >&6
    43044312else
     
    44294437
    44304438  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
    4431 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
     4439if test "x$ac_cv_header_minix_config_h" = xyes; then :
    44324440  MINIX=yes
    44334441else
     
    44514459  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
    44524460$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
    4453 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
     4461if ${ac_cv_safe_to_define___extensions__+:} false; then :
    44544462  $as_echo_n "(cached) " >&6
    44554463else
     
    44984506  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features without additional flags" >&5
    44994507$as_echo_n "checking if g++ supports C++0x features without additional flags... " >&6; }
    4500 if test "${ax_cv_cxx_compile_cxx0x_native+set}" = set; then :
     4508if ${ax_cv_cxx_compile_cxx0x_native+:} false; then :
    45014509  $as_echo_n "(cached) " >&6
    45024510else
     
    45524560  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features with -std=c++0x" >&5
    45534561$as_echo_n "checking if g++ supports C++0x features with -std=c++0x... " >&6; }
    4554 if test "${ax_cv_cxx_compile_cxx0x_cxx+set}" = set; then :
     4562if ${ax_cv_cxx_compile_cxx0x_cxx+:} false; then :
    45554563  $as_echo_n "(cached) " >&6
    45564564else
     
    46094617  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features with -std=gnu++0x" >&5
    46104618$as_echo_n "checking if g++ supports C++0x features with -std=gnu++0x... " >&6; }
    4611 if test "${ax_cv_cxx_compile_cxx0x_gxx+set}" = set; then :
     4619if ${ax_cv_cxx_compile_cxx0x_gxx+:} false; then :
    46124620  $as_echo_n "(cached) " >&6
    46134621else
     
    47144722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
    47154723$as_echo_n "checking build system type... " >&6; }
    4716 if test "${ac_cv_build+set}" = set; then :
     4724if ${ac_cv_build+:} false; then :
    47174725  $as_echo_n "(cached) " >&6
    47184726else
     
    47304738case $ac_cv_build in
    47314739*-*-*) ;;
    4732 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
     4740*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
    47334741esac
    47344742build=$ac_cv_build
     
    47484756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
    47494757$as_echo_n "checking host system type... " >&6; }
    4750 if test "${ac_cv_host+set}" = set; then :
     4758if ${ac_cv_host+:} false; then :
    47514759  $as_echo_n "(cached) " >&6
    47524760else
     
    47634771case $ac_cv_host in
    47644772*-*-*) ;;
    4765 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
     4773*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
    47664774esac
    47674775host=$ac_cv_host
     
    48504858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
    48514859$as_echo_n "checking for a sed that does not truncate output... " >&6; }
    4852 if test "${ac_cv_path_SED+set}" = set; then :
     4860if ${ac_cv_path_SED+:} false; then :
    48534861  $as_echo_n "(cached) " >&6
    48544862else
     
    49324940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
    49334941$as_echo_n "checking for fgrep... " >&6; }
    4934 if test "${ac_cv_path_FGREP+set}" = set; then :
     4942if ${ac_cv_path_FGREP+:} false; then :
    49354943  $as_echo_n "(cached) " >&6
    49364944else
     
    50635071$as_echo_n "checking for non-GNU ld... " >&6; }
    50645072fi
    5065 if test "${lt_cv_path_LD+set}" = set; then :
     5073if ${lt_cv_path_LD+:} false; then :
    50665074  $as_echo_n "(cached) " >&6
    50675075else
     
    51035111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
    51045112$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
    5105 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
     5113if ${lt_cv_prog_gnu_ld+:} false; then :
    51065114  $as_echo_n "(cached) " >&6
    51075115else
     
    51305138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
    51315139$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
    5132 if test "${lt_cv_path_NM+set}" = set; then :
     5140if ${lt_cv_path_NM+:} false; then :
    51335141  $as_echo_n "(cached) " >&6
    51345142else
     
    51935201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    51945202$as_echo_n "checking for $ac_word... " >&6; }
    5195 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
     5203if ${ac_cv_prog_DUMPBIN+:} false; then :
    51965204  $as_echo_n "(cached) " >&6
    51975205else
     
    52375245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    52385246$as_echo_n "checking for $ac_word... " >&6; }
    5239 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
     5247if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
    52405248  $as_echo_n "(cached) " >&6
    52415249else
     
    53095317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
    53105318$as_echo_n "checking the name lister ($NM) interface... " >&6; }
    5311 if test "${lt_cv_nm_interface+set}" = set; then :
     5319if ${lt_cv_nm_interface+:} false; then :
    53125320  $as_echo_n "(cached) " >&6
    53135321else
     
    53445352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
    53455353$as_echo_n "checking the maximum length of command line arguments... " >&6; }
    5346 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
     5354if ${lt_cv_sys_max_cmd_len+:} false; then :
    53475355  $as_echo_n "(cached) " >&6
    53485356else
     
    55415549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
    55425550$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
    5543 if test "${lt_cv_to_host_file_cmd+set}" = set; then :
     5551if ${lt_cv_to_host_file_cmd+:} false; then :
    55445552  $as_echo_n "(cached) " >&6
    55455553else
     
    55885596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
    55895597$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
    5590 if test "${lt_cv_to_tool_file_cmd+set}" = set; then :
     5598if ${lt_cv_to_tool_file_cmd+:} false; then :
    55915599  $as_echo_n "(cached) " >&6
    55925600else
     
    56155623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
    56165624$as_echo_n "checking for $LD option to reload object files... " >&6; }
    5617 if test "${lt_cv_ld_reload_flag+set}" = set; then :
     5625if ${lt_cv_ld_reload_flag+:} false; then :
    56185626  $as_echo_n "(cached) " >&6
    56195627else
     
    56565664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    56575665$as_echo_n "checking for $ac_word... " >&6; }
    5658 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
     5666if ${ac_cv_prog_OBJDUMP+:} false; then :
    56595667  $as_echo_n "(cached) " >&6
    56605668else
     
    56965704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    56975705$as_echo_n "checking for $ac_word... " >&6; }
    5698 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
     5706if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
    56995707  $as_echo_n "(cached) " >&6
    57005708else
     
    57555763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
    57565764$as_echo_n "checking how to recognize dependent libraries... " >&6; }
    5757 if test "${lt_cv_deplibs_check_method+set}" = set; then :
     5765if ${lt_cv_deplibs_check_method+:} false; then :
    57585766  $as_echo_n "(cached) " >&6
    57595767else
     
    60026010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    60036011$as_echo_n "checking for $ac_word... " >&6; }
    6004 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
     6012if ${ac_cv_prog_DLLTOOL+:} false; then :
    60056013  $as_echo_n "(cached) " >&6
    60066014else
     
    60426050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    60436051$as_echo_n "checking for $ac_word... " >&6; }
    6044 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
     6052if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
    60456053  $as_echo_n "(cached) " >&6
    60466054else
     
    61026110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
    61036111$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
    6104 if test "${lt_cv_sharedlib_from_linklib_cmd+set}" = set; then :
     6112if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
    61056113  $as_echo_n "(cached) " >&6
    61066114else
     
    61456153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    61466154$as_echo_n "checking for $ac_word... " >&6; }
    6147 if test "${ac_cv_prog_AR+set}" = set; then :
     6155if ${ac_cv_prog_AR+:} false; then :
    61486156  $as_echo_n "(cached) " >&6
    61496157else
     
    61896197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    61906198$as_echo_n "checking for $ac_word... " >&6; }
    6191 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
     6199if ${ac_cv_prog_ac_ct_AR+:} false; then :
    61926200  $as_echo_n "(cached) " >&6
    61936201else
     
    62536261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
    62546262$as_echo_n "checking for archiver @FILE support... " >&6; }
    6255 if test "${lt_cv_ar_at_file+set}" = set; then :
     6263if ${lt_cv_ar_at_file+:} false; then :
    62566264  $as_echo_n "(cached) " >&6
    62576265else
     
    63146322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    63156323$as_echo_n "checking for $ac_word... " >&6; }
    6316 if test "${ac_cv_prog_STRIP+set}" = set; then :
     6324if ${ac_cv_prog_STRIP+:} false; then :
    63176325  $as_echo_n "(cached) " >&6
    63186326else
     
    63546362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    63556363$as_echo_n "checking for $ac_word... " >&6; }
    6356 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
     6364if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
    63576365  $as_echo_n "(cached) " >&6
    63586366else
     
    64136421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    64146422$as_echo_n "checking for $ac_word... " >&6; }
    6415 if test "${ac_cv_prog_RANLIB+set}" = set; then :
     6423if ${ac_cv_prog_RANLIB+:} false; then :
    64166424  $as_echo_n "(cached) " >&6
    64176425else
     
    64536461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    64546462$as_echo_n "checking for $ac_word... " >&6; }
    6455 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
     6463if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
    64566464  $as_echo_n "(cached) " >&6
    64576465else
     
    65576565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    65586566$as_echo_n "checking for $ac_word... " >&6; }
    6559 if test "${ac_cv_prog_AWK+set}" = set; then :
     6567if ${ac_cv_prog_AWK+:} false; then :
    65606568  $as_echo_n "(cached) " >&6
    65616569else
     
    66246632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
    66256633$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
    6626 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
     6634if ${lt_cv_sys_global_symbol_pipe+:} false; then :
    66276635  $as_echo_n "(cached) " >&6
    66286636else
     
    70577065  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
    70587066$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
    7059 if test "${lt_cv_cc_needs_belf+set}" = set; then :
     7067if ${lt_cv_cc_needs_belf+:} false; then :
    70607068  $as_echo_n "(cached) " >&6
    70617069else
     
    71307138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    71317139$as_echo_n "checking for $ac_word... " >&6; }
    7132 if test "${ac_cv_prog_MANIFEST_TOOL+set}" = set; then :
     7140if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
    71337141  $as_echo_n "(cached) " >&6
    71347142else
     
    71707178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    71717179$as_echo_n "checking for $ac_word... " >&6; }
    7172 if test "${ac_cv_prog_ac_ct_MANIFEST_TOOL+set}" = set; then :
     7180if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
    71737181  $as_echo_n "(cached) " >&6
    71747182else
     
    72207228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
    72217229$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
    7222 if test "${lt_cv_path_mainfest_tool+set}" = set; then :
     7230if ${lt_cv_path_mainfest_tool+:} false; then :
    72237231  $as_echo_n "(cached) " >&6
    72247232else
     
    72507258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    72517259$as_echo_n "checking for $ac_word... " >&6; }
    7252 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
     7260if ${ac_cv_prog_DSYMUTIL+:} false; then :
    72537261  $as_echo_n "(cached) " >&6
    72547262else
     
    72907298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    72917299$as_echo_n "checking for $ac_word... " >&6; }
    7292 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
     7300if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
    72937301  $as_echo_n "(cached) " >&6
    72947302else
     
    73427350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    73437351$as_echo_n "checking for $ac_word... " >&6; }
    7344 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
     7352if ${ac_cv_prog_NMEDIT+:} false; then :
    73457353  $as_echo_n "(cached) " >&6
    73467354else
     
    73827390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    73837391$as_echo_n "checking for $ac_word... " >&6; }
    7384 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
     7392if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
    73857393  $as_echo_n "(cached) " >&6
    73867394else
     
    74347442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    74357443$as_echo_n "checking for $ac_word... " >&6; }
    7436 if test "${ac_cv_prog_LIPO+set}" = set; then :
     7444if ${ac_cv_prog_LIPO+:} false; then :
    74377445  $as_echo_n "(cached) " >&6
    74387446else
     
    74747482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    74757483$as_echo_n "checking for $ac_word... " >&6; }
    7476 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
     7484if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
    74777485  $as_echo_n "(cached) " >&6
    74787486else
     
    75267534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    75277535$as_echo_n "checking for $ac_word... " >&6; }
    7528 if test "${ac_cv_prog_OTOOL+set}" = set; then :
     7536if ${ac_cv_prog_OTOOL+:} false; then :
    75297537  $as_echo_n "(cached) " >&6
    75307538else
     
    75667574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    75677575$as_echo_n "checking for $ac_word... " >&6; }
    7568 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
     7576if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
    75697577  $as_echo_n "(cached) " >&6
    75707578else
     
    76187626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    76197627$as_echo_n "checking for $ac_word... " >&6; }
    7620 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
     7628if ${ac_cv_prog_OTOOL64+:} false; then :
    76217629  $as_echo_n "(cached) " >&6
    76227630else
     
    76587666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    76597667$as_echo_n "checking for $ac_word... " >&6; }
    7660 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
     7668if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
    76617669  $as_echo_n "(cached) " >&6
    76627670else
     
    77337741    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
    77347742$as_echo_n "checking for -single_module linker flag... " >&6; }
    7735 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
     7743if ${lt_cv_apple_cc_single_mod+:} false; then :
    77367744  $as_echo_n "(cached) " >&6
    77377745else
     
    77627770    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
    77637771$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
    7764 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
     7772if ${lt_cv_ld_exported_symbols_list+:} false; then :
    77657773  $as_echo_n "(cached) " >&6
    77667774else
     
    77947802    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
    77957803$as_echo_n "checking for -force_load linker flag... " >&6; }
    7796 if test "${lt_cv_ld_force_load+set}" = set; then :
     7804if ${lt_cv_ld_force_load+:} false; then :
    77977805  $as_echo_n "(cached) " >&6
    77987806else
     
    78637871  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
    78647872"
    7865 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
     7873if test "x$ac_cv_header_dlfcn_h" = xyes; then :
    78667874  cat >>confdefs.h <<_ACEOF
    78677875#define HAVE_DLFCN_H 1
     
    80598067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
    80608068$as_echo_n "checking for objdir... " >&6; }
    8061 if test "${lt_cv_objdir+set}" = set; then :
     8069if ${lt_cv_objdir+:} false; then :
    80628070  $as_echo_n "(cached) " >&6
    80638071else
     
    81378145    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
    81388146$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
    8139 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
     8147if ${lt_cv_path_MAGIC_CMD+:} false; then :
    81408148  $as_echo_n "(cached) " >&6
    81418149else
     
    82038211    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
    82048212$as_echo_n "checking for file... " >&6; }
    8205 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
     8213if ${lt_cv_path_MAGIC_CMD+:} false; then :
    82068214  $as_echo_n "(cached) " >&6
    82078215else
     
    83458353  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
    83468354$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
    8347 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
     8355if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
    83488356  $as_echo_n "(cached) " >&6
    83498357else
     
    86908698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
    86918699$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
    8692 if test "${lt_cv_prog_compiler_pic+set}" = set; then :
     8700if ${lt_cv_prog_compiler_pic+:} false; then :
    86938701  $as_echo_n "(cached) " >&6
    86948702else
     
    87058713  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
    87068714$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
    8707 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
     8715if ${lt_cv_prog_compiler_pic_works+:} false; then :
    87088716  $as_echo_n "(cached) " >&6
    87098717else
     
    87698777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
    87708778$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
    8771 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
     8779if ${lt_cv_prog_compiler_static_works+:} false; then :
    87728780  $as_echo_n "(cached) " >&6
    87738781else
     
    88128820  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
    88138821$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    8814 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
     8822if ${lt_cv_prog_compiler_c_o+:} false; then :
    88158823  $as_echo_n "(cached) " >&6
    88168824else
     
    88678875  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
    88688876$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    8869 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
     8877if ${lt_cv_prog_compiler_c_o+:} false; then :
    88708878  $as_echo_n "(cached) " >&6
    88718879else
     
    94369444  aix_libpath=$lt_cv_aix_libpath
    94379445else
    9438   if test "${lt_cv_aix_libpath_+set}" = set; then :
     9446  if ${lt_cv_aix_libpath_+:} false; then :
    94399447  $as_echo_n "(cached) " >&6
    94409448else
     
    94899497  aix_libpath=$lt_cv_aix_libpath
    94909498else
    9491   if test "${lt_cv_aix_libpath_+set}" = set; then :
     9499  if ${lt_cv_aix_libpath_+:} false; then :
    94929500  $as_echo_n "(cached) " >&6
    94939501else
     
    97619769          { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
    97629770$as_echo_n "checking if $CC understands -b... " >&6; }
    9763 if test "${lt_cv_prog_compiler__b+set}" = set; then :
     9771if ${lt_cv_prog_compiler__b+:} false; then :
    97649772  $as_echo_n "(cached) " >&6
    97659773else
     
    98309838        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
    98319839$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
    9832 if test "${lt_cv_irix_exported_symbol+set}" = set; then :
     9840if ${lt_cv_irix_exported_symbol+:} false; then :
    98339841  $as_echo_n "(cached) " >&6
    98349842else
     
    1014610154      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
    1014710155$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
    10148 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
     10156if ${lt_cv_archive_cmds_need_lc+:} false; then :
    1014910157  $as_echo_n "(cached) " >&6
    1015010158else
     
    1084810856
    1084910857  # Some binutils ld are patched to set DT_RUNPATH
    10850   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
     10858  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
    1085110859  $as_echo_n "(cached) " >&6
    1085210860else
     
    1128011288    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
    1128111289$as_echo_n "checking for dlopen in -ldl... " >&6; }
    11282 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
     11290if ${ac_cv_lib_dl_dlopen+:} false; then :
    1128311291  $as_echo_n "(cached) " >&6
    1128411292else
     
    1131411322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
    1131511323$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    11316 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
     11324if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
    1131711325  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
    1131811326else
     
    1132811336  *)
    1132911337    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
    11330 if test "x$ac_cv_func_shl_load" = x""yes; then :
     11338if test "x$ac_cv_func_shl_load" = xyes; then :
    1133111339  lt_cv_dlopen="shl_load"
    1133211340else
    1133311341  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
    1133411342$as_echo_n "checking for shl_load in -ldld... " >&6; }
    11335 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
     11343if ${ac_cv_lib_dld_shl_load+:} false; then :
    1133611344  $as_echo_n "(cached) " >&6
    1133711345else
     
    1136711375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
    1136811376$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
    11369 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
     11377if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
    1137011378  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
    1137111379else
    1137211380  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
    11373 if test "x$ac_cv_func_dlopen" = x""yes; then :
     11381if test "x$ac_cv_func_dlopen" = xyes; then :
    1137411382  lt_cv_dlopen="dlopen"
    1137511383else
    1137611384  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
    1137711385$as_echo_n "checking for dlopen in -ldl... " >&6; }
    11378 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
     11386if ${ac_cv_lib_dl_dlopen+:} false; then :
    1137911387  $as_echo_n "(cached) " >&6
    1138011388else
     
    1141011418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
    1141111419$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
    11412 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
     11420if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
    1141311421  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
    1141411422else
    1141511423  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
    1141611424$as_echo_n "checking for dlopen in -lsvld... " >&6; }
    11417 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
     11425if ${ac_cv_lib_svld_dlopen+:} false; then :
    1141811426  $as_echo_n "(cached) " >&6
    1141911427else
     
    1144911457{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
    1145011458$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
    11451 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
     11459if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
    1145211460  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
    1145311461else
    1145411462  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
    1145511463$as_echo_n "checking for dld_link in -ldld... " >&6; }
    11456 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
     11464if ${ac_cv_lib_dld_dld_link+:} false; then :
    1145711465  $as_echo_n "(cached) " >&6
    1145811466else
     
    1148811496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
    1148911497$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
    11490 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
     11498if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
    1149111499  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
    1149211500fi
     
    1152911537    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
    1153011538$as_echo_n "checking whether a program can dlopen itself... " >&6; }
    11531 if test "${lt_cv_dlopen_self+set}" = set; then :
     11539if ${lt_cv_dlopen_self+:} false; then :
    1153211540  $as_echo_n "(cached) " >&6
    1153311541else
     
    1163511643      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
    1163611644$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
    11637 if test "${lt_cv_dlopen_self_static+set}" = set; then :
     11645if ${lt_cv_dlopen_self_static+:} false; then :
    1163811646  $as_echo_n "(cached) " >&6
    1163911647else
     
    1187211880$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
    1187311881if test -z "$CXXCPP"; then
    11874   if test "${ac_cv_prog_CXXCPP+set}" = set; then :
     11882  if ${ac_cv_prog_CXXCPP+:} false; then :
    1187511883  $as_echo_n "(cached) " >&6
    1187611884else
     
    1198811996$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1198911997as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
    11990 See \`config.log' for more details" "$LINENO" 5 ; }
     11998See \`config.log' for more details" "$LINENO" 5; }
    1199111999fi
    1199212000
     
    1217512183$as_echo_n "checking for non-GNU ld... " >&6; }
    1217612184fi
    12177 if test "${lt_cv_path_LD+set}" = set; then :
     12185if ${lt_cv_path_LD+:} false; then :
    1217812186  $as_echo_n "(cached) " >&6
    1217912187else
     
    1221512223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
    1221612224$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
    12217 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
     12225if ${lt_cv_prog_gnu_ld+:} false; then :
    1221812226  $as_echo_n "(cached) " >&6
    1221912227else
     
    1238712395  aix_libpath=$lt_cv_aix_libpath
    1238812396else
    12389   if test "${lt_cv_aix_libpath__CXX+set}" = set; then :
     12397  if ${lt_cv_aix_libpath__CXX+:} false; then :
    1239012398  $as_echo_n "(cached) " >&6
    1239112399else
     
    1244112449  aix_libpath=$lt_cv_aix_libpath
    1244212450else
    12443   if test "${lt_cv_aix_libpath__CXX+set}" = set; then :
     12451  if ${lt_cv_aix_libpath__CXX+:} false; then :
    1244412452  $as_echo_n "(cached) " >&6
    1244512453else
     
    1384713855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
    1384813856$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
    13849 if test "${lt_cv_prog_compiler_pic_CXX+set}" = set; then :
     13857if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
    1385013858  $as_echo_n "(cached) " >&6
    1385113859else
     
    1386213870  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
    1386313871$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
    13864 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
     13872if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
    1386513873  $as_echo_n "(cached) " >&6
    1386613874else
     
    1392013928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
    1392113929$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
    13922 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
     13930if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
    1392313931  $as_echo_n "(cached) " >&6
    1392413932else
     
    1396013968    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
    1396113969$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    13962 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
     13970if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
    1396313971  $as_echo_n "(cached) " >&6
    1396413972else
     
    1401214020    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
    1401314021$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
    14014 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
     14022if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
    1401514023  $as_echo_n "(cached) " >&6
    1401614024else
     
    1415414162      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
    1415514163$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
    14156 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
     14164if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
    1415714165  $as_echo_n "(cached) " >&6
    1415814166else
     
    1469714705
    1469814706  # Some binutils ld are patched to set DT_RUNPATH
    14699   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
     14707  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
    1470014708  $as_echo_n "(cached) " >&6
    1470114709else
     
    1511715125$as_echo_n "checking for a BSD-compatible install... " >&6; }
    1511815126if test -z "$INSTALL"; then
    15119 if test "${ac_cv_path_install+set}" = set; then :
     15127if ${ac_cv_path_install+:} false; then :
    1512015128  $as_echo_n "(cached) " >&6
    1512115129else
     
    1520415212case `pwd` in
    1520515213  *[\\\"\#\$\&\'\`$am_lf]*)
    15206     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
     15214    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
    1520715215esac
    1520815216case $srcdir in
    1520915217  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
    15210     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
     15218    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
    1521115219esac
    1521215220
     
    1529415302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1529515303$as_echo_n "checking for $ac_word... " >&6; }
    15296 if test "${ac_cv_prog_STRIP+set}" = set; then :
     15304if ${ac_cv_prog_STRIP+:} false; then :
    1529715305  $as_echo_n "(cached) " >&6
    1529815306else
     
    1533415342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1533515343$as_echo_n "checking for $ac_word... " >&6; }
    15336 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
     15344if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
    1533715345  $as_echo_n "(cached) " >&6
    1533815346else
     
    1538715395$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    1538815396if test -z "$MKDIR_P"; then
    15389   if test "${ac_cv_path_mkdir+set}" = set; then :
     15397  if ${ac_cv_path_mkdir+:} false; then :
    1539015398  $as_echo_n "(cached) " >&6
    1539115399else
     
    1543615444set x ${MAKE-make}
    1543715445ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    15438 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
     15446if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
    1543915447  $as_echo_n "(cached) " >&6
    1544015448else
     
    1560215610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
    1560315611$as_echo_n "checking dependency style of $depcc... " >&6; }
    15604 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
     15612if ${am_cv_CC_dependencies_compiler_type+:} false; then :
    1560515613  $as_echo_n "(cached) " >&6
    1560615614else
     
    1572915737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
    1573015738$as_echo_n "checking dependency style of $depcc... " >&6; }
    15731 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
     15739if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
    1573215740  $as_echo_n "(cached) " >&6
    1573315741else
     
    1587515883set dummy $CC; ac_cc=`$as_echo "$2" |
    1587615884                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    15877 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
     15885if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
    1587815886  $as_echo_n "(cached) " >&6
    1587915887else
     
    1607316081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1607416082$as_echo_n "checking for $ac_word... " >&6; }
    16075 if test "${ac_cv_path_DX_DOXYGEN+set}" = set; then :
     16083if ${ac_cv_path_DX_DOXYGEN+:} false; then :
    1607616084  $as_echo_n "(cached) " >&6
    1607716085else
     
    1611616124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1611716125$as_echo_n "checking for $ac_word... " >&6; }
    16118 if test "${ac_cv_path_ac_pt_DX_DOXYGEN+set}" = set; then :
     16126if ${ac_cv_path_ac_pt_DX_DOXYGEN+:} false; then :
    1611916127  $as_echo_n "(cached) " >&6
    1612016128else
     
    1617916187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1618016188$as_echo_n "checking for $ac_word... " >&6; }
    16181 if test "${ac_cv_path_DX_PERL+set}" = set; then :
     16189if ${ac_cv_path_DX_PERL+:} false; then :
    1618216190  $as_echo_n "(cached) " >&6
    1618316191else
     
    1622216230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1622316231$as_echo_n "checking for $ac_word... " >&6; }
    16224 if test "${ac_cv_path_ac_pt_DX_PERL+set}" = set; then :
     16232if ${ac_cv_path_ac_pt_DX_PERL+:} false; then :
    1622516233  $as_echo_n "(cached) " >&6
    1622616234else
     
    1635116359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1635216360$as_echo_n "checking for $ac_word... " >&6; }
    16353 if test "${ac_cv_path_DX_DOT+set}" = set; then :
     16361if ${ac_cv_path_DX_DOT+:} false; then :
    1635416362  $as_echo_n "(cached) " >&6
    1635516363else
     
    1639416402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1639516403$as_echo_n "checking for $ac_word... " >&6; }
    16396 if test "${ac_cv_path_ac_pt_DX_DOT+set}" = set; then :
     16404if ${ac_cv_path_ac_pt_DX_DOT+:} false; then :
    1639716405  $as_echo_n "(cached) " >&6
    1639816406else
     
    1673016738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1673116739$as_echo_n "checking for $ac_word... " >&6; }
    16732 if test "${ac_cv_path_DX_HHC+set}" = set; then :
     16740if ${ac_cv_path_DX_HHC+:} false; then :
    1673316741  $as_echo_n "(cached) " >&6
    1673416742else
     
    1677316781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1677416782$as_echo_n "checking for $ac_word... " >&6; }
    16775 if test "${ac_cv_path_ac_pt_DX_HHC+set}" = set; then :
     16783if ${ac_cv_path_ac_pt_DX_HHC+:} false; then :
    1677616784  $as_echo_n "(cached) " >&6
    1677716785else
     
    1704917057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1705017058$as_echo_n "checking for $ac_word... " >&6; }
    17051 if test "${ac_cv_path_DX_LATEX+set}" = set; then :
     17059if ${ac_cv_path_DX_LATEX+:} false; then :
    1705217060  $as_echo_n "(cached) " >&6
    1705317061else
     
    1709217100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1709317101$as_echo_n "checking for $ac_word... " >&6; }
    17094 if test "${ac_cv_path_ac_pt_DX_LATEX+set}" = set; then :
     17102if ${ac_cv_path_ac_pt_DX_LATEX+:} false; then :
    1709517103  $as_echo_n "(cached) " >&6
    1709617104else
     
    1715517163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1715617164$as_echo_n "checking for $ac_word... " >&6; }
    17157 if test "${ac_cv_path_DX_MAKEINDEX+set}" = set; then :
     17165if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
    1715817166  $as_echo_n "(cached) " >&6
    1715917167else
     
    1719817206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1719917207$as_echo_n "checking for $ac_word... " >&6; }
    17200 if test "${ac_cv_path_ac_pt_DX_MAKEINDEX+set}" = set; then :
     17208if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
    1720117209  $as_echo_n "(cached) " >&6
    1720217210else
     
    1726117269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1726217270$as_echo_n "checking for $ac_word... " >&6; }
    17263 if test "${ac_cv_path_DX_DVIPS+set}" = set; then :
     17271if ${ac_cv_path_DX_DVIPS+:} false; then :
    1726417272  $as_echo_n "(cached) " >&6
    1726517273else
     
    1730417312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1730517313$as_echo_n "checking for $ac_word... " >&6; }
    17306 if test "${ac_cv_path_ac_pt_DX_DVIPS+set}" = set; then :
     17314if ${ac_cv_path_ac_pt_DX_DVIPS+:} false; then :
    1730717315  $as_echo_n "(cached) " >&6
    1730817316else
     
    1736717375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1736817376$as_echo_n "checking for $ac_word... " >&6; }
    17369 if test "${ac_cv_path_DX_EGREP+set}" = set; then :
     17377if ${ac_cv_path_DX_EGREP+:} false; then :
    1737017378  $as_echo_n "(cached) " >&6
    1737117379else
     
    1741017418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1741117419$as_echo_n "checking for $ac_word... " >&6; }
    17412 if test "${ac_cv_path_ac_pt_DX_EGREP+set}" = set; then :
     17420if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
    1741317421  $as_echo_n "(cached) " >&6
    1741417422else
     
    1753817546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1753917547$as_echo_n "checking for $ac_word... " >&6; }
    17540 if test "${ac_cv_path_DX_PDFLATEX+set}" = set; then :
     17548if ${ac_cv_path_DX_PDFLATEX+:} false; then :
    1754117549  $as_echo_n "(cached) " >&6
    1754217550else
     
    1758117589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1758217590$as_echo_n "checking for $ac_word... " >&6; }
    17583 if test "${ac_cv_path_ac_pt_DX_PDFLATEX+set}" = set; then :
     17591if ${ac_cv_path_ac_pt_DX_PDFLATEX+:} false; then :
    1758417592  $as_echo_n "(cached) " >&6
    1758517593else
     
    1764417652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1764517653$as_echo_n "checking for $ac_word... " >&6; }
    17646 if test "${ac_cv_path_DX_MAKEINDEX+set}" = set; then :
     17654if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
    1764717655  $as_echo_n "(cached) " >&6
    1764817656else
     
    1768717695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1768817696$as_echo_n "checking for $ac_word... " >&6; }
    17689 if test "${ac_cv_path_ac_pt_DX_MAKEINDEX+set}" = set; then :
     17697if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
    1769017698  $as_echo_n "(cached) " >&6
    1769117699else
     
    1775017758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1775117759$as_echo_n "checking for $ac_word... " >&6; }
    17752 if test "${ac_cv_path_DX_EGREP+set}" = set; then :
     17760if ${ac_cv_path_DX_EGREP+:} false; then :
    1775317761  $as_echo_n "(cached) " >&6
    1775417762else
     
    1779317801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1779417802$as_echo_n "checking for $ac_word... " >&6; }
    17795 if test "${ac_cv_path_ac_pt_DX_EGREP+set}" = set; then :
     17803if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
    1779617804  $as_echo_n "(cached) " >&6
    1779717805else
     
    1794917957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
    1795017958$as_echo_n "checking for cos in -lm... " >&6; }
    17951 if test "${ac_cv_lib_m_cos+set}" = set; then :
     17959if ${ac_cv_lib_m_cos+:} false; then :
    1795217960  $as_echo_n "(cached) " >&6
    1795317961else
     
    1798317991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
    1798417992$as_echo "$ac_cv_lib_m_cos" >&6; }
    17985 if test "x$ac_cv_lib_m_cos" = x""yes; then :
     17993if test "x$ac_cv_lib_m_cos" = xyes; then :
    1798617994  cat >>confdefs.h <<_ACEOF
    1798717995#define HAVE_LIBM 1
     
    1812218130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1812318131$as_echo_n "checking for $ac_word... " >&6; }
    18124 if test "${ac_cv_prog_ax_pthread_config+set}" = set; then :
     18132if ${ac_cv_prog_ax_pthread_config+:} false; then :
    1812518133  $as_echo_n "(cached) " >&6
    1812618134else
     
    1827418282        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5
    1827518283$as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; }
    18276 if test "${ax_cv_PTHREAD_PRIO_INHERIT+set}" = set; then :
     18284if ${ax_cv_PTHREAD_PRIO_INHERIT+:} false; then :
    1827718285  $as_echo_n "(cached) " >&6
    1827818286else
     
    1831718325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    1831818326$as_echo_n "checking for $ac_word... " >&6; }
    18319 if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then :
     18327if ${ac_cv_prog_PTHREAD_CC+:} false; then :
    1832018328  $as_echo_n "(cached) " >&6
    1832118329else
     
    1846418472do :
    1846518473  ac_fn_c_check_header_mongrel "$LINENO" "panel.h" "ac_cv_header_panel_h" "$ac_includes_default"
    18466 if test "x$ac_cv_header_panel_h" = x""yes; then :
     18474if test "x$ac_cv_header_panel_h" = xyes; then :
    1846718475  cat >>confdefs.h <<_ACEOF
    1846818476#define HAVE_PANEL_H 1
     
    1847918487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for update_panels in -lpanel" >&5
    1848018488$as_echo_n "checking for update_panels in -lpanel... " >&6; }
    18481 if test "${ac_cv_lib_panel_update_panels+set}" = set; then :
     18489if ${ac_cv_lib_panel_update_panels+:} false; then :
    1848218490  $as_echo_n "(cached) " >&6
    1848318491else
     
    1851318521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_panel_update_panels" >&5
    1851418522$as_echo "$ac_cv_lib_panel_update_panels" >&6; }
    18515 if test "x$ac_cv_lib_panel_update_panels" = x""yes; then :
     18523if test "x$ac_cv_lib_panel_update_panels" = xyes; then :
    1851618524  cat >>confdefs.h <<_ACEOF
    1851718525#define HAVE_LIBPANEL 1
     
    1854118549else
    1854218550  case $x_includes,$x_libraries in #(
    18543     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
    18544     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
     18551    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
     18552    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
    1854518553  $as_echo_n "(cached) " >&6
    1854618554else
     
    1881918827  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
    1882018828$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
    18821 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
     18829if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
    1882218830  $as_echo_n "(cached) " >&6
    1882318831else
     
    1885318861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    1885418862$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    18855 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
     18863if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
    1885618864  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    1885718865fi
     
    1886018868      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
    1886118869$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
    18862 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
     18870if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
    1886318871  $as_echo_n "(cached) " >&6
    1886418872else
     
    1889418902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    1889518903$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    18896 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
     18904if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
    1889718905  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    1889818906fi
     
    1891318921    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    1891418922    ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
    18915 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
     18923if test "x$ac_cv_func_gethostbyname" = xyes; then :
    1891618924
    1891718925fi
     
    1892018928      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
    1892118929$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
    18922 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
     18930if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
    1892318931  $as_echo_n "(cached) " >&6
    1892418932else
     
    1895418962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
    1895518963$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
    18956 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
     18964if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
    1895718965  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    1895818966fi
     
    1896118969        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
    1896218970$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
    18963 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
     18971if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
    1896418972  $as_echo_n "(cached) " >&6
    1896518973else
     
    1899519003{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
    1899619004$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
    18997 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
     19005if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
    1899819006  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    1899919007fi
     
    1901019018    # if connect needs -lnsl, so does gethostbyname.
    1901119019    ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
    19012 if test "x$ac_cv_func_connect" = x""yes; then :
     19020if test "x$ac_cv_func_connect" = xyes; then :
    1901319021
    1901419022fi
     
    1901719025      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
    1901819026$as_echo_n "checking for connect in -lsocket... " >&6; }
    19019 if test "${ac_cv_lib_socket_connect+set}" = set; then :
     19027if ${ac_cv_lib_socket_connect+:} false; then :
    1902019028  $as_echo_n "(cached) " >&6
    1902119029else
     
    1905119059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
    1905219060$as_echo "$ac_cv_lib_socket_connect" >&6; }
    19053 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
     19061if test "x$ac_cv_lib_socket_connect" = xyes; then :
    1905419062  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    1905519063fi
     
    1905919067    # Guillermo Gomez says -lposix is necessary on A/UX.
    1906019068    ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
    19061 if test "x$ac_cv_func_remove" = x""yes; then :
     19069if test "x$ac_cv_func_remove" = xyes; then :
    1906219070
    1906319071fi
     
    1906619074      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
    1906719075$as_echo_n "checking for remove in -lposix... " >&6; }
    19068 if test "${ac_cv_lib_posix_remove+set}" = set; then :
     19076if ${ac_cv_lib_posix_remove+:} false; then :
    1906919077  $as_echo_n "(cached) " >&6
    1907019078else
     
    1910019108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
    1910119109$as_echo "$ac_cv_lib_posix_remove" >&6; }
    19102 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
     19110if test "x$ac_cv_lib_posix_remove" = xyes; then :
    1910319111  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    1910419112fi
     
    1910819116    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    1910919117    ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
    19110 if test "x$ac_cv_func_shmat" = x""yes; then :
     19118if test "x$ac_cv_func_shmat" = xyes; then :
    1911119119
    1911219120fi
     
    1911519123      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
    1911619124$as_echo_n "checking for shmat in -lipc... " >&6; }
    19117 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
     19125if ${ac_cv_lib_ipc_shmat+:} false; then :
    1911819126  $as_echo_n "(cached) " >&6
    1911919127else
     
    1914919157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
    1915019158$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
    19151 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
     19159if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
    1915219160  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    1915319161fi
     
    1916719175  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
    1916819176$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
    19169 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
     19177if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
    1917019178  $as_echo_n "(cached) " >&6
    1917119179else
     
    1920119209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    1920219210$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    19203 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
     19211if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
    1920419212  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    1920519213fi
     
    1921219220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libXp is available" >&5
    1921319221$as_echo_n "checking whether libXp is available... " >&6; }
    19214 if test "${lt_cv_libxp+set}" = set; then :
     19222if ${lt_cv_libxp+:} false; then :
    1921519223  $as_echo_n "(cached) " >&6
    1921619224else
     
    1930519313#
    1930619314if test "$motif_includes" = ""; then
    19307 if test "${ac_cv_motif_includes+set}" = set; then :
     19315if ${ac_cv_motif_includes+:} false; then :
    1930819316  $as_echo_n "(cached) " >&6
    1930919317else
     
    1937919387#
    1938019388if test "$motif_libraries" = ""; then
    19381 if test "${ac_cv_motif_libraries+set}" = set; then :
     19389if ${ac_cv_motif_libraries+:} false; then :
    1938219390  $as_echo_n "(cached) " >&6
    1938319391else
     
    1946419472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libXp is available" >&5
    1946519473$as_echo_n "checking whether libXp is available... " >&6; }
    19466 if test "${lt_cv_libxp+set}" = set; then :
     19474if ${lt_cv_libxp+:} false; then :
    1946719475  $as_echo_n "(cached) " >&6
    1946819476else
     
    1962419632
    1962519633        ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
    19626 if test "x$ac_cv_header_zlib_h" = x""yes; then :
     19634if test "x$ac_cv_header_zlib_h" = xyes; then :
    1962719635
    1962819636else
     
    1963319641        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateEnd in -lz" >&5
    1963419642$as_echo_n "checking for inflateEnd in -lz... " >&6; }
    19635 if test "${ac_cv_lib_z_inflateEnd+set}" = set; then :
     19643if ${ac_cv_lib_z_inflateEnd+:} false; then :
    1963619644  $as_echo_n "(cached) " >&6
    1963719645else
     
    1966719675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflateEnd" >&5
    1966819676$as_echo "$ac_cv_lib_z_inflateEnd" >&6; }
    19669 if test "x$ac_cv_lib_z_inflateEnd" = x""yes; then :
     19677if test "x$ac_cv_lib_z_inflateEnd" = xyes; then :
    1967019678  cat >>confdefs.h <<_ACEOF
    1967119679#define HAVE_LIBZ 1
     
    1974019748
    1974119749        ac_fn_c_check_header_mongrel "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "$ac_includes_default"
    19742 if test "x$ac_cv_header_GL_gl_h" = x""yes; then :
     19750if test "x$ac_cv_header_GL_gl_h" = xyes; then :
    1974319751
    1974419752else
     
    1974919757        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glLoadIdentity in -lGL" >&5
    1975019758$as_echo_n "checking for glLoadIdentity in -lGL... " >&6; }
    19751 if test "${ac_cv_lib_GL_glLoadIdentity+set}" = set; then :
     19759if ${ac_cv_lib_GL_glLoadIdentity+:} false; then :
    1975219760  $as_echo_n "(cached) " >&6
    1975319761else
     
    1978319791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glLoadIdentity" >&5
    1978419792$as_echo "$ac_cv_lib_GL_glLoadIdentity" >&6; }
    19785 if test "x$ac_cv_lib_GL_glLoadIdentity" = x""yes; then :
     19793if test "x$ac_cv_lib_GL_glLoadIdentity" = xyes; then :
    1978619794  cat >>confdefs.h <<_ACEOF
    1978719795#define HAVE_LIBGL 1
     
    1985419862
    1985519863        ac_fn_c_check_header_mongrel "$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "$ac_includes_default"
    19856 if test "x$ac_cv_header_GL_glu_h" = x""yes; then :
     19864if test "x$ac_cv_header_GL_glu_h" = xyes; then :
    1985719865
    1985819866else
     
    1986319871        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluNewTess in -lGLU" >&5
    1986419872$as_echo_n "checking for gluNewTess in -lGLU... " >&6; }
    19865 if test "${ac_cv_lib_GLU_gluNewTess+set}" = set; then :
     19873if ${ac_cv_lib_GLU_gluNewTess+:} false; then :
    1986619874  $as_echo_n "(cached) " >&6
    1986719875else
     
    1989719905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluNewTess" >&5
    1989819906$as_echo "$ac_cv_lib_GLU_gluNewTess" >&6; }
    19899 if test "x$ac_cv_lib_GLU_gluNewTess" = x""yes; then :
     19907if test "x$ac_cv_lib_GLU_gluNewTess" = xyes; then :
    1990019908  cat >>confdefs.h <<_ACEOF
    1990119909#define HAVE_LIBGLU 1
     
    1998119989
    1998219990        ac_fn_c_check_header_mongrel "$LINENO" "fitsio.h" "ac_cv_header_fitsio_h" "$ac_includes_default"
    19983 if test "x$ac_cv_header_fitsio_h" = x""yes; then :
     19991if test "x$ac_cv_header_fitsio_h" = xyes; then :
    1998419992
    1998519993else
     
    1999019998        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ffpss in -lcfitsio" >&5
    1999119999$as_echo_n "checking for ffpss in -lcfitsio... " >&6; }
    19992 if test "${ac_cv_lib_cfitsio_ffpss+set}" = set; then :
     20000if ${ac_cv_lib_cfitsio_ffpss+:} false; then :
    1999320001  $as_echo_n "(cached) " >&6
    1999420002else
     
    2002420032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cfitsio_ffpss" >&5
    2002520033$as_echo "$ac_cv_lib_cfitsio_ffpss" >&6; }
    20026 if test "x$ac_cv_lib_cfitsio_ffpss" = x""yes; then :
     20034if test "x$ac_cv_lib_cfitsio_ffpss" = xyes; then :
    2002720035  cat >>confdefs.h <<_ACEOF
    2002820036#define HAVE_LIBCFITSIO 1
     
    2010820116
    2010920117        ac_fn_cxx_check_header_mongrel "$LINENO" "CCfits/CCfits" "ac_cv_header_CCfits_CCfits" "$ac_includes_default"
    20110 if test "x$ac_cv_header_CCfits_CCfits" = x""yes; then :
     20118if test "x$ac_cv_header_CCfits_CCfits" = xyes; then :
    2011120119
    2011220120else
     
    2011720125        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lCCfits" >&5
    2011820126$as_echo_n "checking for main in -lCCfits... " >&6; }
    20119 if test "${ac_cv_lib_CCfits_main+set}" = set; then :
     20127if ${ac_cv_lib_CCfits_main+:} false; then :
    2012020128  $as_echo_n "(cached) " >&6
    2012120129else
     
    2014520153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_CCfits_main" >&5
    2014620154$as_echo "$ac_cv_lib_CCfits_main" >&6; }
    20147 if test "x$ac_cv_lib_CCfits_main" = x""yes; then :
     20155if test "x$ac_cv_lib_CCfits_main" = xyes; then :
    2014820156  cat >>confdefs.h <<_ACEOF
    2014920157#define HAVE_LIBCCFITS 1
     
    2021520223        case "$MYSQL_C_INC_DIR" in
    2021620224                /* ) ;;
    20217                 * )  as_fn_error $? "The MySQL include directory ($MYSQL_C_INC_DIR) must be an absolute path." "$LINENO" 5  ;;
     20225                * )  as_fn_error $? "The MySQL include directory ($MYSQL_C_INC_DIR) must be an absolute path." "$LINENO" 5 ;;
    2021820226        esac
    2021920227
     
    2025120259                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MySQL++ library location" >&5
    2025220260$as_echo_n "checking for MySQL++ library location... " >&6; }
    20253 if test "${ac_cv_mysqlpp_lib+set}" = set; then :
     20261if ${ac_cv_mysqlpp_lib+:} false; then :
    2025420262  $as_echo_n "(cached) " >&6
    2025520263else
     
    2027320281                case "$ac_cv_mysqlpp_lib" in
    2027420282                        /* ) ;;
    20275                         * )  as_fn_error $? "The MySQL++ library directory ($ac_cv_mysqlpp_lib) must be an absolute path." "$LINENO" 5  ;;
     20283                        * )  as_fn_error $? "The MySQL++ library directory ($ac_cv_mysqlpp_lib) must be an absolute path." "$LINENO" 5 ;;
    2027620284                esac
    2027720285
     
    2028420292                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MySQL++ include path" >&5
    2028520293$as_echo_n "checking for MySQL++ include path... " >&6; }
    20286 if test "${ac_cv_mysqlpp_inc+set}" = set; then :
     20294if ${ac_cv_mysqlpp_inc+:} false; then :
    2028720295  $as_echo_n "(cached) " >&6
    2028820296else
     
    2030420312                case "$ac_cv_mysqlpp_inc" in
    2030520313                        /* ) ;;
    20306                         * )  as_fn_error $? "The MySQL++ header directory ($ac_cv_mysqlpp_inc) must be an absolute path." "$LINENO" 5  ;;
     20314                        * )  as_fn_error $? "The MySQL++ header directory ($ac_cv_mysqlpp_inc) must be an absolute path." "$LINENO" 5 ;;
    2030720315                esac
    2030820316
     
    2065920667        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::System library is available" >&5
    2066020668$as_echo_n "checking whether the Boost::System library is available... " >&6; }
    20661 if test "${ax_cv_boost_system+set}" = set; then :
     20669if ${ax_cv_boost_system+:} false; then :
    2066220670  $as_echo_n "(cached) " >&6
    2066320671else
     
    2071320721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2071420722$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    20715 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     20723if eval \${$as_ac_Lib+:} false; then :
    2071620724  $as_echo_n "(cached) " >&6
    2071720725else
     
    2076120769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2076220770$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    20763 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     20771if eval \${$as_ac_Lib+:} false; then :
    2076420772  $as_echo_n "(cached) " >&6
    2076520773else
     
    2081020818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2081120819$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    20812 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     20820if eval \${$as_ac_Lib+:} false; then :
    2081320821  $as_echo_n "(cached) " >&6
    2081420822else
     
    2090320911        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::ASIO library is available" >&5
    2090420912$as_echo_n "checking whether the Boost::ASIO library is available... " >&6; }
    20905 if test "${ax_cv_boost_asio+set}" = set; then :
     20913if ${ax_cv_boost_asio+:} false; then :
    2090620914  $as_echo_n "(cached) " >&6
    2090720915else
     
    2096020968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2096120969$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    20962 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     20970if eval \${$as_ac_Lib+:} false; then :
    2096320971  $as_echo_n "(cached) " >&6
    2096420972else
     
    2100121009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2100221010$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    21003 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21011if eval \${$as_ac_Lib+:} false; then :
    2100421012  $as_echo_n "(cached) " >&6
    2100521013else
     
    2108821096        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Date_Time library is available" >&5
    2108921097$as_echo_n "checking whether the Boost::Date_Time library is available... " >&6; }
    21090 if test "${ax_cv_boost_date_time+set}" = set; then :
     21098if ${ax_cv_boost_date_time+:} false; then :
    2109121099  $as_echo_n "(cached) " >&6
    2109221100else
     
    2113721145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2113821146$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21139 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21147if eval \${$as_ac_Lib+:} false; then :
    2114021148  $as_echo_n "(cached) " >&6
    2114121149else
     
    2118521193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2118621194$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21187 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21195if eval \${$as_ac_Lib+:} false; then :
    2118821196  $as_echo_n "(cached) " >&6
    2118921197else
     
    2123421242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2123521243$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    21236 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21244if eval \${$as_ac_Lib+:} false; then :
    2123721245  $as_echo_n "(cached) " >&6
    2123821246else
     
    2132521333        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Filesystem library is available" >&5
    2132621334$as_echo_n "checking whether the Boost::Filesystem library is available... " >&6; }
    21327 if test "${ax_cv_boost_filesystem+set}" = set; then :
     21335if ${ax_cv_boost_filesystem+:} false; then :
    2132821336  $as_echo_n "(cached) " >&6
    2132921337else
     
    2137421382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2137521383$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21376 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21384if eval \${$as_ac_Lib+:} false; then :
    2137721385  $as_echo_n "(cached) " >&6
    2137821386else
     
    2142221430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2142321431$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21424 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21432if eval \${$as_ac_Lib+:} false; then :
    2142521433  $as_echo_n "(cached) " >&6
    2142621434else
     
    2147021478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2147121479$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21472 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21480if eval \${$as_ac_Lib+:} false; then :
    2147321481  $as_echo_n "(cached) " >&6
    2147421482else
     
    2156321571                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Program_Options library is available" >&5
    2156421572$as_echo_n "checking whether the Boost::Program_Options library is available... " >&6; }
    21565 if test "${ax_cv_boost_program_options+set}" = set; then :
     21573if ${ax_cv_boost_program_options+:} false; then :
    2156621574  $as_echo_n "(cached) " >&6
    2156721575else
     
    2161221620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2161321621$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21614 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21622if eval \${$as_ac_Lib+:} false; then :
    2161521623  $as_echo_n "(cached) " >&6
    2161621624else
     
    2166021668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2166121669$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21662 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21670if eval \${$as_ac_Lib+:} false; then :
    2166321671  $as_echo_n "(cached) " >&6
    2166421672else
     
    2170821716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2170921717$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    21710 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21718if eval \${$as_ac_Lib+:} false; then :
    2171121719  $as_echo_n "(cached) " >&6
    2171221720else
     
    2179321801        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Regex library is available" >&5
    2179421802$as_echo_n "checking whether the Boost::Regex library is available... " >&6; }
    21795 if test "${ax_cv_boost_regex+set}" = set; then :
     21803if ${ax_cv_boost_regex+:} false; then :
    2179621804  $as_echo_n "(cached) " >&6
    2179721805else
     
    2184121849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2184221850$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21843 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21851if eval \${$as_ac_Lib+:} false; then :
    2184421852  $as_echo_n "(cached) " >&6
    2184521853else
     
    2188921897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2189021898$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    21891 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21899if eval \${$as_ac_Lib+:} false; then :
    2189221900  $as_echo_n "(cached) " >&6
    2189321901else
     
    2193821946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
    2193921947$as_echo_n "checking for main in -l$ax_lib... " >&6; }
    21940 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     21948if eval \${$as_ac_Lib+:} false; then :
    2194121949  $as_echo_n "(cached) " >&6
    2194221950else
     
    2202522033        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Thread library is available" >&5
    2202622034$as_echo_n "checking whether the Boost::Thread library is available... " >&6; }
    22027 if test "${ax_cv_boost_thread+set}" = set; then :
     22035if ${ax_cv_boost_thread+:} false; then :
    2202822036  $as_echo_n "(cached) " >&6
    2202922037else
     
    2210122109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2210222110$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    22103 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     22111if eval \${$as_ac_Lib+:} false; then :
    2210422112  $as_echo_n "(cached) " >&6
    2210522113else
     
    2214922157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2215022158$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    22151 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     22159if eval \${$as_ac_Lib+:} false; then :
    2215222160  $as_echo_n "(cached) " >&6
    2215322161else
     
    2219822206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
    2219922207$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
    22200 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
     22208if eval \${$as_ac_Lib+:} false; then :
    2220122209  $as_echo_n "(cached) " >&6
    2220222210else
     
    2237422382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2237522383$as_echo_n "checking for $ac_word... " >&6; }
    22376 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
     22384if ${ac_cv_path_PKG_CONFIG+:} false; then :
    2237722385  $as_echo_n "(cached) " >&6
    2237822386else
     
    2241722425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2241822426$as_echo_n "checking for $ac_word... " >&6; }
    22419 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
     22427if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
    2242022428  $as_echo_n "(cached) " >&6
    2242122429else
     
    2266822676else
    2266922677  case $x_includes,$x_libraries in #(
    22670     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
    22671     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
     22678    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
     22679    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
    2267222680  $as_echo_n "(cached) " >&6
    2267322681else
     
    2294622954  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
    2294722955$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
    22948 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
     22956if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
    2294922957  $as_echo_n "(cached) " >&6
    2295022958else
     
    2298022988{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    2298122989$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    22982 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
     22990if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
    2298322991  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    2298422992fi
     
    2298722995      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
    2298822996$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
    22989 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
     22997if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
    2299022998  $as_echo_n "(cached) " >&6
    2299122999else
     
    2302123029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    2302223030$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    23023 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
     23031if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
    2302423032  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    2302523033fi
     
    2304023048    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    2304123049    ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
    23042 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
     23050if test "x$ac_cv_func_gethostbyname" = xyes; then :
    2304323051
    2304423052fi
     
    2304723055      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
    2304823056$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
    23049 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
     23057if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
    2305023058  $as_echo_n "(cached) " >&6
    2305123059else
     
    2308123089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
    2308223090$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
    23083 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
     23091if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
    2308423092  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    2308523093fi
     
    2308823096        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
    2308923097$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
    23090 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
     23098if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
    2309123099  $as_echo_n "(cached) " >&6
    2309223100else
     
    2312223130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
    2312323131$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
    23124 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
     23132if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
    2312523133  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    2312623134fi
     
    2313723145    # if connect needs -lnsl, so does gethostbyname.
    2313823146    ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
    23139 if test "x$ac_cv_func_connect" = x""yes; then :
     23147if test "x$ac_cv_func_connect" = xyes; then :
    2314023148
    2314123149fi
     
    2314423152      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
    2314523153$as_echo_n "checking for connect in -lsocket... " >&6; }
    23146 if test "${ac_cv_lib_socket_connect+set}" = set; then :
     23154if ${ac_cv_lib_socket_connect+:} false; then :
    2314723155  $as_echo_n "(cached) " >&6
    2314823156else
     
    2317823186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
    2317923187$as_echo "$ac_cv_lib_socket_connect" >&6; }
    23180 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
     23188if test "x$ac_cv_lib_socket_connect" = xyes; then :
    2318123189  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    2318223190fi
     
    2318623194    # Guillermo Gomez says -lposix is necessary on A/UX.
    2318723195    ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
    23188 if test "x$ac_cv_func_remove" = x""yes; then :
     23196if test "x$ac_cv_func_remove" = xyes; then :
    2318923197
    2319023198fi
     
    2319323201      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
    2319423202$as_echo_n "checking for remove in -lposix... " >&6; }
    23195 if test "${ac_cv_lib_posix_remove+set}" = set; then :
     23203if ${ac_cv_lib_posix_remove+:} false; then :
    2319623204  $as_echo_n "(cached) " >&6
    2319723205else
     
    2322723235{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
    2322823236$as_echo "$ac_cv_lib_posix_remove" >&6; }
    23229 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
     23237if test "x$ac_cv_lib_posix_remove" = xyes; then :
    2323023238  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    2323123239fi
     
    2323523243    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    2323623244    ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
    23237 if test "x$ac_cv_func_shmat" = x""yes; then :
     23245if test "x$ac_cv_func_shmat" = xyes; then :
    2323823246
    2323923247fi
     
    2324223250      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
    2324323251$as_echo_n "checking for shmat in -lipc... " >&6; }
    23244 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
     23252if ${ac_cv_lib_ipc_shmat+:} false; then :
    2324523253  $as_echo_n "(cached) " >&6
    2324623254else
     
    2327623284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
    2327723285$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
    23278 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
     23286if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
    2327923287  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    2328023288fi
     
    2329423302  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
    2329523303$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
    23296 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
     23304if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
    2329723305  $as_echo_n "(cached) " >&6
    2329823306else
     
    2332823336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    2332923337$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    23330 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
     23338if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
    2333123339  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    2333223340fi
     
    2333923347            yes) LIBS="$X_PRE_LIBS $LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
    2334023348                 CPPFLAGS="$CPPFLAGS $X_CFLAGS";;
    23341              no) as_fn_error $? "Cannot find X window libraries and/or headers." "$LINENO" 5 ;;
     23349             no) as_fn_error $? "Cannot find X window libraries and/or headers." "$LINENO" 5;;
    2334223350        disable) ;;
    2334323351        esac
     
    2336723375$as_echo_n "checking for Qt 4 library name... " >&6; }
    2336823376
    23369         if test "${qt4_cv_libname+set}" = set; then :
     23377        if ${qt4_cv_libname+:} false; then :
    2337023378  $as_echo_n "(cached) " >&6
    2337123379else
     
    2347823486        { $as_echo "$as_me:${as_lineno-$LINENO}: checking Qt 4 version" >&5
    2347923487$as_echo_n "checking Qt 4 version... " >&6; }
    23480 if test "${lyx_cv_qt4version+set}" = set; then :
     23488if ${lyx_cv_qt4version+:} false; then :
    2348123489  $as_echo_n "(cached) " >&6
    2348223490else
     
    2349223500
    2349323501                cat > conftest.$ac_ext <<EOF
    23494 #line 23494 "configure"
     23502#line 23502 "configure"
    2349523503#include "confdefs.h"
    2349623504#include <qglobal.h>
     
    2351923527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2352023528$as_echo_n "checking for $ac_word... " >&6; }
    23521 if test "${ac_cv_path_MOC4+set}" = set; then :
     23529if ${ac_cv_path_MOC4+:} false; then :
    2352223530  $as_echo_n "(cached) " >&6
    2352323531else
     
    2356523573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2356623574$as_echo_n "checking for $ac_word... " >&6; }
    23567 if test "${ac_cv_path_UIC4+set}" = set; then :
     23575if ${ac_cv_path_UIC4+:} false; then :
    2356823576  $as_echo_n "(cached) " >&6
    2356923577else
     
    2361123619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2361223620$as_echo_n "checking for $ac_word... " >&6; }
    23613 if test "${ac_cv_path_RCC4+set}" = set; then :
     23621if ${ac_cv_path_RCC4+:} false; then :
    2361423622  $as_echo_n "(cached) " >&6
    2361523623else
     
    2370023708
    2370123709        ac_fn_cxx_check_header_mongrel "$LINENO" "QtOpenGL/QGLWidget" "ac_cv_header_QtOpenGL_QGLWidget" "$ac_includes_default"
    23702 if test "x$ac_cv_header_QtOpenGL_QGLWidget" = x""yes; then :
     23710if test "x$ac_cv_header_QtOpenGL_QGLWidget" = xyes; then :
    2370323711
    2370423712else
     
    2372223730   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QGLWidget qgl in -lQtOpenGL" >&5
    2372323731$as_echo_n "checking for QGLWidget qgl in -lQtOpenGL... " >&6; }
    23724 if test "${ac_cv_lib_QtOpenGL_QGLWidget_qgl+set}" = set; then :
     23732if ${ac_cv_lib_QtOpenGL_QGLWidget_qgl+:} false; then :
    2372523733  $as_echo_n "(cached) " >&6
    2372623734else
     
    2383323841
    2383423842        ac_fn_cxx_check_header_mongrel "$LINENO" "qwt_plot.h" "ac_cv_header_qwt_plot_h" "$ac_includes_default"
    23835 if test "x$ac_cv_header_qwt_plot_h" = x""yes; then :
     23843if test "x$ac_cv_header_qwt_plot_h" = xyes; then :
    2383623844
    2383723845else
     
    2385523863   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QwtPlot qwt in -lqwt-qt4" >&5
    2385623864$as_echo_n "checking for QwtPlot qwt in -lqwt-qt4... " >&6; }
    23857 if test "${ac_cv_lib_qwt_qt4_QwtPlot_qwt+set}" = set; then :
     23865if ${ac_cv_lib_qwt_qt4_QwtPlot_qwt+:} false; then :
    2385823866  $as_echo_n "(cached) " >&6
    2385923867else
     
    2395923967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2396023968$as_echo_n "checking for $ac_word... " >&6; }
    23961 if test "${ac_cv_path_ROOTCONF+set}" = set; then :
     23969if ${ac_cv_path_ROOTCONF+:} false; then :
    2396223970  $as_echo_n "(cached) " >&6
    2396323971else
     
    2400024008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2400124009$as_echo_n "checking for $ac_word... " >&6; }
    24002 if test "${ac_cv_path_ROOTEXEC+set}" = set; then :
     24010if ${ac_cv_path_ROOTEXEC+:} false; then :
    2400324011  $as_echo_n "(cached) " >&6
    2400424012else
     
    2404124049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2404224050$as_echo_n "checking for $ac_word... " >&6; }
    24043 if test "${ac_cv_path_ROOTCINT+set}" = set; then :
     24051if ${ac_cv_path_ROOTCINT+:} false; then :
    2404424052  $as_echo_n "(cached) " >&6
    2404524053else
     
    2417624184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2417724185$as_echo_n "checking for $ac_word... " >&6; }
    24178 if test "${ac_cv_prog_COLORDIFF+set}" = set; then :
     24186if ${ac_cv_prog_COLORDIFF+:} false; then :
    2417924187  $as_echo_n "(cached) " >&6
    2418024188else
     
    2421424222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2421524223$as_echo_n "checking for $ac_word... " >&6; }
    24216 if test "${ac_cv_prog_GROFF+set}" = set; then :
     24224if ${ac_cv_prog_GROFF+:} false; then :
    2421724225  $as_echo_n "(cached) " >&6
    2421824226else
     
    2425224260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2425324261$as_echo_n "checking for $ac_word... " >&6; }
    24254 if test "${ac_cv_prog_PS2PDF+set}" = set; then :
     24262if ${ac_cv_prog_PS2PDF+:} false; then :
    2425524263  $as_echo_n "(cached) " >&6
    2425624264else
     
    2429024298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    2429124299$as_echo_n "checking for $ac_word... " >&6; }
    24292 if test "${ac_cv_prog_HELP2MAN+set}" = set; then :
     24300if ${ac_cv_prog_HELP2MAN+:} false; then :
    2429324301  $as_echo_n "(cached) " >&6
    2429424302else
     
    2461824626if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    2461924627  if test -w "$cache_file"; then
    24620     test "x$cache_file" != "x/dev/null" &&
     24628    if test "x$cache_file" != "x/dev/null"; then
    2462124629      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
    2462224630$as_echo "$as_me: updating cache $cache_file" >&6;}
    24623     cat confcache >$cache_file
     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
    2462424643  else
    2462524644    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
     
    2489324912fi
    2489424913
    24895 : ${CONFIG_STATUS=./config.status}
     24914: "${CONFIG_STATUS=./config.status}"
    2489624915ac_write_fail=0
    2489724916ac_clean_files_save=$ac_clean_files
     
    2499425013
    2499525014# Find who we are.  Look in the path if we contain no directory separator.
     25015as_myself=
    2499625016case $0 in #((
    2499725017  *[\\/]* ) as_myself=$0 ;;
     
    2530125321ac_log="
    2530225322This file was extended by FACT++ $as_me 1.0, which was
    25303 generated by GNU Autoconf 2.67.  Invocation command line was
     25323generated by GNU Autoconf 2.68.  Invocation command line was
    2530425324
    2530525325  CONFIG_FILES    = $CONFIG_FILES
     
    2536325383ac_cs_version="\\
    2536425384FACT++ config.status 1.0
    25365 configured by $0, generated by GNU Autoconf 2.67,
     25385configured by $0, generated by GNU Autoconf 2.68,
    2536625386  with options \\"\$ac_cs_config\\"
    2536725387
     
    2586325883    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    2586425884
    25865   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
     25885  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
    2586625886  esac
    2586725887done
     
    2588625906$debug ||
    2588725907{
    25888   tmp=
     25908  tmp= ac_tmp=
    2588925909  trap 'exit_status=$?
    25890   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     25910  : "${ac_tmp:=$tmp}"
     25911  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
    2589125912' 0
    2589225913  trap 'as_fn_exit 1' 1 2 13 15
     
    2589625917{
    2589725918  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    25898   test -n "$tmp" && test -d "$tmp"
     25919  test -d "$tmp"
    2589925920}  ||
    2590025921{
     
    2590225923  (umask 077 && mkdir "$tmp")
    2590325924} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
     25925ac_tmp=$tmp
    2590425926
    2590525927# Set up the scripts for CONFIG_FILES section.
     
    2592325945fi
    2592425946
    25925 echo 'BEGIN {' >"$tmp/subs1.awk" &&
     25947echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
    2592625948_ACEOF
    2592725949
     
    2595125973
    2595225974cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    25953 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     25975cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
    2595425976_ACEOF
    2595525977sed -n '
     
    2599926021cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    2600026022_ACAWK
    26001 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     26023cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
    2600226024  for (key in S) S_is_set[key] = 1
    2600326025  FS = ""
     
    2603126053else
    2603226054  cat
    26033 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     26055fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
    2603426056  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
    2603526057_ACEOF
     
    2607126093  case $ac_mode$ac_tag in
    2607226094  :[FHL]*:*);;
    26073   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
     26095  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
    2607426096  :[FH]-) ac_tag=-:-;;
    2607526097  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     
    2609026112    do
    2609126113      case $ac_f in
    26092       -) ac_f="$tmp/stdin";;
     26114      -) ac_f="$ac_tmp/stdin";;
    2609326115      *) # Look for the file first in the build tree, then in the source tree
    2609426116         # (if the path is not absolute).  The absolute path cannot be DOS-style,
     
    2609926121           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    2610026122           esac ||
    26101            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
     26123           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
    2610226124      esac
    2610326125      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     
    2612526147
    2612626148    case $ac_tag in
    26127     *:-:* | *:-) cat >"$tmp/stdin" \
    26128       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
     26149    *:-:* | *:-) cat >"$ac_tmp/stdin" \
     26150      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    2612926151    esac
    2613026152    ;;
     
    2626226284$ac_datarootdir_hack
    2626326285"
    26264 eval 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
     26286eval 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
    2626626288
    2626726289test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    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"; } &&
     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"; } &&
    2627026293  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    2627126294which seems to be undefined.  Please make sure it is defined" >&5
     
    2627326296which seems to be undefined.  Please make sure it is defined" >&2;}
    2627426297
    26275   rm -f "$tmp/stdin"
     26298  rm -f "$ac_tmp/stdin"
    2627626299  case $ac_file in
    26277   -) cat "$tmp/out" && rm -f "$tmp/out";;
    26278   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     26300  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
     26301  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
    2627926302  esac \
    2628026303  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
Note: See TracChangeset for help on using the changeset viewer.