/[svn]/linuxsampler/trunk/configure
ViewVC logotype

Diff of /linuxsampler/trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC revision 31 by schoenebeck, Sun Jan 18 20:31:31 2004 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.58.  # Generated by GNU Autoconf 2.59.
4  #  #
5  # Copyright (C) 2003 Free Software Foundation, Inc.  # Copyright (C) 2003 Free Software Foundation, Inc.
6  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
# Line 463  ac_includes_default="\ Line 463  ac_includes_default="\
463  # include <unistd.h>  # include <unistd.h>
464  #endif"  #endif"
465    
466  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS'  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CPP EGREP PKG_CONFIG JACK_CFLAGS JACK_LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS'
467  ac_subst_files=''  ac_subst_files=''
468    
469  # Initialize some variables set by options.  # Initialize some variables set by options.
# Line 920  ac_env_CPPFLAGS_set=${CPPFLAGS+set} Line 920  ac_env_CPPFLAGS_set=${CPPFLAGS+set}
920  ac_env_CPPFLAGS_value=$CPPFLAGS  ac_env_CPPFLAGS_value=$CPPFLAGS
921  ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}  ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
922  ac_cv_env_CPPFLAGS_value=$CPPFLAGS  ac_cv_env_CPPFLAGS_value=$CPPFLAGS
923    ac_env_CPP_set=${CPP+set}
924    ac_env_CPP_value=$CPP
925    ac_cv_env_CPP_set=${CPP+set}
926    ac_cv_env_CPP_value=$CPP
927  ac_env_CXX_set=${CXX+set}  ac_env_CXX_set=${CXX+set}
928  ac_env_CXX_value=$CXX  ac_env_CXX_value=$CXX
929  ac_cv_env_CXX_set=${CXX+set}  ac_cv_env_CXX_set=${CXX+set}
# Line 928  ac_env_CXXFLAGS_set=${CXXFLAGS+set} Line 932  ac_env_CXXFLAGS_set=${CXXFLAGS+set}
932  ac_env_CXXFLAGS_value=$CXXFLAGS  ac_env_CXXFLAGS_value=$CXXFLAGS
933  ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}  ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
934  ac_cv_env_CXXFLAGS_value=$CXXFLAGS  ac_cv_env_CXXFLAGS_value=$CXXFLAGS
 ac_env_CPP_set=${CPP+set}  
 ac_env_CPP_value=$CPP  
 ac_cv_env_CPP_set=${CPP+set}  
 ac_cv_env_CPP_value=$CPP  
935  ac_env_CXXCPP_set=${CXXCPP+set}  ac_env_CXXCPP_set=${CXXCPP+set}
936  ac_env_CXXCPP_value=$CXXCPP  ac_env_CXXCPP_value=$CXXCPP
937  ac_cv_env_CXXCPP_set=${CXXCPP+set}  ac_cv_env_CXXCPP_set=${CXXCPP+set}
# Line 1050  Some influential environment variables: Line 1050  Some influential environment variables:
1050                nonstandard directory <lib dir>                nonstandard directory <lib dir>
1051    CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have    CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
1052                headers in a nonstandard directory <include dir>                headers in a nonstandard directory <include dir>
1053      CPP         C preprocessor
1054    CXX         C++ compiler command    CXX         C++ compiler command
1055    CXXFLAGS    C++ compiler flags    CXXFLAGS    C++ compiler flags
   CPP         C preprocessor  
1056    CXXCPP      C++ preprocessor    CXXCPP      C++ preprocessor
1057    F77         Fortran 77 compiler command    F77         Fortran 77 compiler command
1058    FFLAGS      Fortran 77 compiler flags    FFLAGS      Fortran 77 compiler flags
# Line 1093  case $srcdir in Line 1093  case $srcdir in
1093      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1094      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
1095  esac  esac
1096  case "$ac_dir" in  
1097  .) ac_abs_builddir=$ac_builddir;;  # Do not use `cd foo && pwd` to compute absolute paths, because
1098    # the directories may not exist.
1099    case `pwd` in
1100    .) ac_abs_builddir="$ac_dir";;
1101  *)  *)
1102    case $ac_builddir in    case "$ac_dir" in
1103    .) ac_abs_builddir="$ac_dir";;    .) ac_abs_builddir=`pwd`;;
1104    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;    [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1105    *) ac_abs_builddir="$ac_dir"/$ac_builddir;;    *) ac_abs_builddir=`pwd`/"$ac_dir";;
1106    esac;;    esac;;
1107  esac  esac
1108  case "$ac_dir" in  case $ac_abs_builddir in
1109  .) ac_abs_top_builddir=${ac_top_builddir}.;;  .) ac_abs_top_builddir=${ac_top_builddir}.;;
1110  *)  *)
1111    case ${ac_top_builddir}. in    case ${ac_top_builddir}. in
1112    .) ac_abs_top_builddir="$ac_dir";;    .) ac_abs_top_builddir=$ac_abs_builddir;;
1113    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1114    *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;    *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1115    esac;;    esac;;
1116  esac  esac
1117  case "$ac_dir" in  case $ac_abs_builddir in
1118  .) ac_abs_srcdir=$ac_srcdir;;  .) ac_abs_srcdir=$ac_srcdir;;
1119  *)  *)
1120    case $ac_srcdir in    case $ac_srcdir in
1121    .) ac_abs_srcdir="$ac_dir";;    .) ac_abs_srcdir=$ac_abs_builddir;;
1122    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1123    *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;    *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1124    esac;;    esac;;
1125  esac  esac
1126  case "$ac_dir" in  case $ac_abs_builddir in
1127  .) ac_abs_top_srcdir=$ac_top_srcdir;;  .) ac_abs_top_srcdir=$ac_top_srcdir;;
1128  *)  *)
1129    case $ac_top_srcdir in    case $ac_top_srcdir in
1130    .) ac_abs_top_srcdir="$ac_dir";;    .) ac_abs_top_srcdir=$ac_abs_builddir;;
1131    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1132    *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;    *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1133    esac;;    esac;;
1134  esac  esac
1135    
# Line 1165  This file contains any messages produced Line 1168  This file contains any messages produced
1168  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1169    
1170  It was created by $as_me, which was  It was created by $as_me, which was
1171  generated by GNU Autoconf 2.58.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
1172    
1173    $ $0 $@    $ $0 $@
1174    
# Line 2060  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2063  if { (eval echo "$as_me:$LINENO: \"$ac_c
2063    cat conftest.err >&5    cat conftest.err >&5
2064    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2065    (exit $ac_status); } &&    (exit $ac_status); } &&
2066           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2067    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2068    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2069    ac_status=$?    ac_status=$?
# Line 2119  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2121  if { (eval echo "$as_me:$LINENO: \"$ac_c
2121    cat conftest.err >&5    cat conftest.err >&5
2122    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2123    (exit $ac_status); } &&    (exit $ac_status); } &&
2124           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2125    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2126    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2127    ac_status=$?    ac_status=$?
# Line 2236  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2237  if { (eval echo "$as_me:$LINENO: \"$ac_c
2237    cat conftest.err >&5    cat conftest.err >&5
2238    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2239    (exit $ac_status); } &&    (exit $ac_status); } &&
2240           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2241    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2242    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2243    ac_status=$?    ac_status=$?
# Line 2291  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2291  if { (eval echo "$as_me:$LINENO: \"$ac_c
2291    cat conftest.err >&5    cat conftest.err >&5
2292    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2293    (exit $ac_status); } &&    (exit $ac_status); } &&
2294           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2295    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2296    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2297    ac_status=$?    ac_status=$?
# Line 2337  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2336  if { (eval echo "$as_me:$LINENO: \"$ac_c
2336    cat conftest.err >&5    cat conftest.err >&5
2337    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2338    (exit $ac_status); } &&    (exit $ac_status); } &&
2339           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2340    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2341    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2342    ac_status=$?    ac_status=$?
# Line 2382  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2380  if { (eval echo "$as_me:$LINENO: \"$ac_c
2380    cat conftest.err >&5    cat conftest.err >&5
2381    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2382    (exit $ac_status); } &&    (exit $ac_status); } &&
2383           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2384    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2385    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2386    ac_status=$?    ac_status=$?
# Line 2458  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2455  if { (eval echo "$as_me:$LINENO: \"$ac_c
2455    cat conftest.err >&5    cat conftest.err >&5
2456    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2457    (exit $ac_status); } &&    (exit $ac_status); } &&
2458           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2459    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2460    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2461    ac_status=$?    ac_status=$?
# Line 2501  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2497  if { (eval echo "$as_me:$LINENO: \"$ac_c
2497    cat conftest.err >&5    cat conftest.err >&5
2498    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499    (exit $ac_status); } &&    (exit $ac_status); } &&
2500           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2501    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2502    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2503    ac_status=$?    ac_status=$?
# Line 2559  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2554  if { (eval echo "$as_me:$LINENO: \"$ac_c
2554    cat conftest.err >&5    cat conftest.err >&5
2555    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2556    (exit $ac_status); } &&    (exit $ac_status); } &&
2557           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2558    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2559    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2560    ac_status=$?    ac_status=$?
# Line 2761  test -n "$target_alias" && Line 2755  test -n "$target_alias" &&
2755      NONENONEs,x,x, &&      NONENONEs,x,x, &&
2756    program_prefix=${target_alias}-    program_prefix=${target_alias}-
2757    
2758  echo -n "Checking whether x86 architecture... "  
2759    echo -n "checking whether x86 architecture... "
2760  def_arch_x86=0  def_arch_x86=0
2761  case $target_cpu in  case $target_cpu in
2762    "i386" | "i486" | "i586" | "i686" | "i786")    "i386" | "i486" | "i586" | "i686" | "i786")
# Line 2776  cat >>confdefs.h <<_ACEOF Line 2771  cat >>confdefs.h <<_ACEOF
2771  _ACEOF  _ACEOF
2772    
2773    
2774    
2775    ac_ext=c
2776    ac_cpp='$CPP $CPPFLAGS'
2777    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2778    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2779    ac_compiler_gnu=$ac_cv_c_compiler_gnu
2780    echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2781    echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2782    # On Suns, sometimes $CPP names a directory.
2783    if test -n "$CPP" && test -d "$CPP"; then
2784      CPP=
2785    fi
2786    if test -z "$CPP"; then
2787      if test "${ac_cv_prog_CPP+set}" = set; then
2788      echo $ECHO_N "(cached) $ECHO_C" >&6
2789    else
2790          # Double quotes because CPP needs to be expanded
2791        for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2792        do
2793          ac_preproc_ok=false
2794    for ac_c_preproc_warn_flag in '' yes
2795    do
2796      # Use a header file that comes with gcc, so configuring glibc
2797      # with a fresh cross-compiler works.
2798      # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2799      # <limits.h> exists even on freestanding compilers.
2800      # On the NeXT, cc -E runs the code through the compiler's parser,
2801      # not just through cpp. "Syntax error" is here to catch this case.
2802      cat >conftest.$ac_ext <<_ACEOF
2803    /* confdefs.h.  */
2804    _ACEOF
2805    cat confdefs.h >>conftest.$ac_ext
2806    cat >>conftest.$ac_ext <<_ACEOF
2807    /* end confdefs.h.  */
2808    #ifdef __STDC__
2809    # include <limits.h>
2810    #else
2811    # include <assert.h>
2812    #endif
2813                         Syntax error
2814    _ACEOF
2815    if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2816      (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2817      ac_status=$?
2818      grep -v '^ *+' conftest.er1 >conftest.err
2819      rm -f conftest.er1
2820      cat conftest.err >&5
2821      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2822      (exit $ac_status); } >/dev/null; then
2823      if test -s conftest.err; then
2824        ac_cpp_err=$ac_c_preproc_warn_flag
2825        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2826      else
2827        ac_cpp_err=
2828      fi
2829    else
2830      ac_cpp_err=yes
2831    fi
2832    if test -z "$ac_cpp_err"; then
2833      :
2834    else
2835      echo "$as_me: failed program was:" >&5
2836    sed 's/^/| /' conftest.$ac_ext >&5
2837    
2838      # Broken: fails on valid input.
2839    continue
2840    fi
2841    rm -f conftest.err conftest.$ac_ext
2842    
2843      # OK, works on sane cases.  Now check whether non-existent headers
2844      # can be detected and how.
2845      cat >conftest.$ac_ext <<_ACEOF
2846    /* confdefs.h.  */
2847    _ACEOF
2848    cat confdefs.h >>conftest.$ac_ext
2849    cat >>conftest.$ac_ext <<_ACEOF
2850    /* end confdefs.h.  */
2851    #include <ac_nonexistent.h>
2852    _ACEOF
2853    if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2854      (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2855      ac_status=$?
2856      grep -v '^ *+' conftest.er1 >conftest.err
2857      rm -f conftest.er1
2858      cat conftest.err >&5
2859      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2860      (exit $ac_status); } >/dev/null; then
2861      if test -s conftest.err; then
2862        ac_cpp_err=$ac_c_preproc_warn_flag
2863        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2864      else
2865        ac_cpp_err=
2866      fi
2867    else
2868      ac_cpp_err=yes
2869    fi
2870    if test -z "$ac_cpp_err"; then
2871      # Broken: success on invalid input.
2872    continue
2873    else
2874      echo "$as_me: failed program was:" >&5
2875    sed 's/^/| /' conftest.$ac_ext >&5
2876    
2877      # Passes both tests.
2878    ac_preproc_ok=:
2879    break
2880    fi
2881    rm -f conftest.err conftest.$ac_ext
2882    
2883    done
2884    # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2885    rm -f conftest.err conftest.$ac_ext
2886    if $ac_preproc_ok; then
2887      break
2888    fi
2889    
2890        done
2891        ac_cv_prog_CPP=$CPP
2892    
2893    fi
2894      CPP=$ac_cv_prog_CPP
2895    else
2896      ac_cv_prog_CPP=$CPP
2897    fi
2898    echo "$as_me:$LINENO: result: $CPP" >&5
2899    echo "${ECHO_T}$CPP" >&6
2900    ac_preproc_ok=false
2901    for ac_c_preproc_warn_flag in '' yes
2902    do
2903      # Use a header file that comes with gcc, so configuring glibc
2904      # with a fresh cross-compiler works.
2905      # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2906      # <limits.h> exists even on freestanding compilers.
2907      # On the NeXT, cc -E runs the code through the compiler's parser,
2908      # not just through cpp. "Syntax error" is here to catch this case.
2909      cat >conftest.$ac_ext <<_ACEOF
2910    /* confdefs.h.  */
2911    _ACEOF
2912    cat confdefs.h >>conftest.$ac_ext
2913    cat >>conftest.$ac_ext <<_ACEOF
2914    /* end confdefs.h.  */
2915    #ifdef __STDC__
2916    # include <limits.h>
2917    #else
2918    # include <assert.h>
2919    #endif
2920                         Syntax error
2921    _ACEOF
2922    if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2923      (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2924      ac_status=$?
2925      grep -v '^ *+' conftest.er1 >conftest.err
2926      rm -f conftest.er1
2927      cat conftest.err >&5
2928      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2929      (exit $ac_status); } >/dev/null; then
2930      if test -s conftest.err; then
2931        ac_cpp_err=$ac_c_preproc_warn_flag
2932        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2933      else
2934        ac_cpp_err=
2935      fi
2936    else
2937      ac_cpp_err=yes
2938    fi
2939    if test -z "$ac_cpp_err"; then
2940      :
2941    else
2942      echo "$as_me: failed program was:" >&5
2943    sed 's/^/| /' conftest.$ac_ext >&5
2944    
2945      # Broken: fails on valid input.
2946    continue
2947    fi
2948    rm -f conftest.err conftest.$ac_ext
2949    
2950      # OK, works on sane cases.  Now check whether non-existent headers
2951      # can be detected and how.
2952      cat >conftest.$ac_ext <<_ACEOF
2953    /* confdefs.h.  */
2954    _ACEOF
2955    cat confdefs.h >>conftest.$ac_ext
2956    cat >>conftest.$ac_ext <<_ACEOF
2957    /* end confdefs.h.  */
2958    #include <ac_nonexistent.h>
2959    _ACEOF
2960    if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2961      (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2962      ac_status=$?
2963      grep -v '^ *+' conftest.er1 >conftest.err
2964      rm -f conftest.er1
2965      cat conftest.err >&5
2966      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2967      (exit $ac_status); } >/dev/null; then
2968      if test -s conftest.err; then
2969        ac_cpp_err=$ac_c_preproc_warn_flag
2970        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2971      else
2972        ac_cpp_err=
2973      fi
2974    else
2975      ac_cpp_err=yes
2976    fi
2977    if test -z "$ac_cpp_err"; then
2978      # Broken: success on invalid input.
2979    continue
2980    else
2981      echo "$as_me: failed program was:" >&5
2982    sed 's/^/| /' conftest.$ac_ext >&5
2983    
2984      # Passes both tests.
2985    ac_preproc_ok=:
2986    break
2987    fi
2988    rm -f conftest.err conftest.$ac_ext
2989    
2990    done
2991    # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2992    rm -f conftest.err conftest.$ac_ext
2993    if $ac_preproc_ok; then
2994      :
2995    else
2996      { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2997    See \`config.log' for more details." >&5
2998    echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2999    See \`config.log' for more details." >&2;}
3000       { (exit 1); exit 1; }; }
3001    fi
3002    
3003    ac_ext=c
3004    ac_cpp='$CPP $CPPFLAGS'
3005    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3006    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3007    ac_compiler_gnu=$ac_cv_c_compiler_gnu
3008    
3009    
3010    echo "$as_me:$LINENO: checking for egrep" >&5
3011    echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3012    if test "${ac_cv_prog_egrep+set}" = set; then
3013      echo $ECHO_N "(cached) $ECHO_C" >&6
3014    else
3015      if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3016        then ac_cv_prog_egrep='grep -E'
3017        else ac_cv_prog_egrep='egrep'
3018        fi
3019    fi
3020    echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3021    echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3022     EGREP=$ac_cv_prog_egrep
3023    
3024    
3025    echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3026    echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3027    if test "${ac_cv_header_stdc+set}" = set; then
3028      echo $ECHO_N "(cached) $ECHO_C" >&6
3029    else
3030      cat >conftest.$ac_ext <<_ACEOF
3031    /* confdefs.h.  */
3032    _ACEOF
3033    cat confdefs.h >>conftest.$ac_ext
3034    cat >>conftest.$ac_ext <<_ACEOF
3035    /* end confdefs.h.  */
3036    #include <stdlib.h>
3037    #include <stdarg.h>
3038    #include <string.h>
3039    #include <float.h>
3040    
3041    int
3042    main ()
3043    {
3044    
3045      ;
3046      return 0;
3047    }
3048    _ACEOF
3049    rm -f conftest.$ac_objext
3050    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3051      (eval $ac_compile) 2>conftest.er1
3052      ac_status=$?
3053      grep -v '^ *+' conftest.er1 >conftest.err
3054      rm -f conftest.er1
3055      cat conftest.err >&5
3056      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3057      (exit $ac_status); } &&
3058             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3059      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3060      (eval $ac_try) 2>&5
3061      ac_status=$?
3062      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3063      (exit $ac_status); }; } &&
3064             { ac_try='test -s conftest.$ac_objext'
3065      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3066      (eval $ac_try) 2>&5
3067      ac_status=$?
3068      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3069      (exit $ac_status); }; }; then
3070      ac_cv_header_stdc=yes
3071    else
3072      echo "$as_me: failed program was:" >&5
3073    sed 's/^/| /' conftest.$ac_ext >&5
3074    
3075    ac_cv_header_stdc=no
3076    fi
3077    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3078    
3079    if test $ac_cv_header_stdc = yes; then
3080      # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3081      cat >conftest.$ac_ext <<_ACEOF
3082    /* confdefs.h.  */
3083    _ACEOF
3084    cat confdefs.h >>conftest.$ac_ext
3085    cat >>conftest.$ac_ext <<_ACEOF
3086    /* end confdefs.h.  */
3087    #include <string.h>
3088    
3089    _ACEOF
3090    if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3091      $EGREP "memchr" >/dev/null 2>&1; then
3092      :
3093    else
3094      ac_cv_header_stdc=no
3095    fi
3096    rm -f conftest*
3097    
3098    fi
3099    
3100    if test $ac_cv_header_stdc = yes; then
3101      # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3102      cat >conftest.$ac_ext <<_ACEOF
3103    /* confdefs.h.  */
3104    _ACEOF
3105    cat confdefs.h >>conftest.$ac_ext
3106    cat >>conftest.$ac_ext <<_ACEOF
3107    /* end confdefs.h.  */
3108    #include <stdlib.h>
3109    
3110    _ACEOF
3111    if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3112      $EGREP "free" >/dev/null 2>&1; then
3113      :
3114    else
3115      ac_cv_header_stdc=no
3116    fi
3117    rm -f conftest*
3118    
3119    fi
3120    
3121    if test $ac_cv_header_stdc = yes; then
3122      # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3123      if test "$cross_compiling" = yes; then
3124      :
3125    else
3126      cat >conftest.$ac_ext <<_ACEOF
3127    /* confdefs.h.  */
3128    _ACEOF
3129    cat confdefs.h >>conftest.$ac_ext
3130    cat >>conftest.$ac_ext <<_ACEOF
3131    /* end confdefs.h.  */
3132    #include <ctype.h>
3133    #if ((' ' & 0x0FF) == 0x020)
3134    # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3135    # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3136    #else
3137    # define ISLOWER(c) \
3138                       (('a' <= (c) && (c) <= 'i') \
3139                         || ('j' <= (c) && (c) <= 'r') \
3140                         || ('s' <= (c) && (c) <= 'z'))
3141    # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3142    #endif
3143    
3144    #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3145    int
3146    main ()
3147    {
3148      int i;
3149      for (i = 0; i < 256; i++)
3150        if (XOR (islower (i), ISLOWER (i))
3151            || toupper (i) != TOUPPER (i))
3152          exit(2);
3153      exit (0);
3154    }
3155    _ACEOF
3156    rm -f conftest$ac_exeext
3157    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3158      (eval $ac_link) 2>&5
3159      ac_status=$?
3160      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3161      (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3162      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3163      (eval $ac_try) 2>&5
3164      ac_status=$?
3165      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3166      (exit $ac_status); }; }; then
3167      :
3168    else
3169      echo "$as_me: program exited with status $ac_status" >&5
3170    echo "$as_me: failed program was:" >&5
3171    sed 's/^/| /' conftest.$ac_ext >&5
3172    
3173    ( exit $ac_status )
3174    ac_cv_header_stdc=no
3175    fi
3176    rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3177    fi
3178    fi
3179    fi
3180    echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3181    echo "${ECHO_T}$ac_cv_header_stdc" >&6
3182    if test $ac_cv_header_stdc = yes; then
3183    
3184    cat >>confdefs.h <<\_ACEOF
3185    #define STDC_HEADERS 1
3186    _ACEOF
3187    
3188    fi
3189    
3190    # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3191    
3192    
3193    
3194    
3195    
3196    
3197    
3198    
3199    
3200    for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3201                      inttypes.h stdint.h unistd.h
3202    do
3203    as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3204    echo "$as_me:$LINENO: checking for $ac_header" >&5
3205    echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3206    if eval "test \"\${$as_ac_Header+set}\" = set"; then
3207      echo $ECHO_N "(cached) $ECHO_C" >&6
3208    else
3209      cat >conftest.$ac_ext <<_ACEOF
3210    /* confdefs.h.  */
3211    _ACEOF
3212    cat confdefs.h >>conftest.$ac_ext
3213    cat >>conftest.$ac_ext <<_ACEOF
3214    /* end confdefs.h.  */
3215    $ac_includes_default
3216    
3217    #include <$ac_header>
3218    _ACEOF
3219    rm -f conftest.$ac_objext
3220    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3221      (eval $ac_compile) 2>conftest.er1
3222      ac_status=$?
3223      grep -v '^ *+' conftest.er1 >conftest.err
3224      rm -f conftest.er1
3225      cat conftest.err >&5
3226      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3227      (exit $ac_status); } &&
3228             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3229      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3230      (eval $ac_try) 2>&5
3231      ac_status=$?
3232      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3233      (exit $ac_status); }; } &&
3234             { ac_try='test -s conftest.$ac_objext'
3235      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3236      (eval $ac_try) 2>&5
3237      ac_status=$?
3238      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3239      (exit $ac_status); }; }; then
3240      eval "$as_ac_Header=yes"
3241    else
3242      echo "$as_me: failed program was:" >&5
3243    sed 's/^/| /' conftest.$ac_ext >&5
3244    
3245    eval "$as_ac_Header=no"
3246    fi
3247    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3248    fi
3249    echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3250    echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3251    if test `eval echo '${'$as_ac_Header'}'` = yes; then
3252      cat >>confdefs.h <<_ACEOF
3253    #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3254    _ACEOF
3255    
3256    fi
3257    
3258    done
3259    
3260    
3261    if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
3262      echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
3263    echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6
3264    if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
3265      echo $ECHO_N "(cached) $ECHO_C" >&6
3266    fi
3267    echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
3268    echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6
3269    else
3270      # Is the header compilable?
3271    echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5
3272    echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6
3273    cat >conftest.$ac_ext <<_ACEOF
3274    /* confdefs.h.  */
3275    _ACEOF
3276    cat confdefs.h >>conftest.$ac_ext
3277    cat >>conftest.$ac_ext <<_ACEOF
3278    /* end confdefs.h.  */
3279    $ac_includes_default
3280    #include <alsa/asoundlib.h>
3281    _ACEOF
3282    rm -f conftest.$ac_objext
3283    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3284      (eval $ac_compile) 2>conftest.er1
3285      ac_status=$?
3286      grep -v '^ *+' conftest.er1 >conftest.err
3287      rm -f conftest.er1
3288      cat conftest.err >&5
3289      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3290      (exit $ac_status); } &&
3291             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3292      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3293      (eval $ac_try) 2>&5
3294      ac_status=$?
3295      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3296      (exit $ac_status); }; } &&
3297             { ac_try='test -s conftest.$ac_objext'
3298      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3299      (eval $ac_try) 2>&5
3300      ac_status=$?
3301      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3302      (exit $ac_status); }; }; then
3303      ac_header_compiler=yes
3304    else
3305      echo "$as_me: failed program was:" >&5
3306    sed 's/^/| /' conftest.$ac_ext >&5
3307    
3308    ac_header_compiler=no
3309    fi
3310    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3311    echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3312    echo "${ECHO_T}$ac_header_compiler" >&6
3313    
3314    # Is the header present?
3315    echo "$as_me:$LINENO: checking alsa/asoundlib.h presence" >&5
3316    echo $ECHO_N "checking alsa/asoundlib.h presence... $ECHO_C" >&6
3317    cat >conftest.$ac_ext <<_ACEOF
3318    /* confdefs.h.  */
3319    _ACEOF
3320    cat confdefs.h >>conftest.$ac_ext
3321    cat >>conftest.$ac_ext <<_ACEOF
3322    /* end confdefs.h.  */
3323    #include <alsa/asoundlib.h>
3324    _ACEOF
3325    if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3326      (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3327      ac_status=$?
3328      grep -v '^ *+' conftest.er1 >conftest.err
3329      rm -f conftest.er1
3330      cat conftest.err >&5
3331      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3332      (exit $ac_status); } >/dev/null; then
3333      if test -s conftest.err; then
3334        ac_cpp_err=$ac_c_preproc_warn_flag
3335        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3336      else
3337        ac_cpp_err=
3338      fi
3339    else
3340      ac_cpp_err=yes
3341    fi
3342    if test -z "$ac_cpp_err"; then
3343      ac_header_preproc=yes
3344    else
3345      echo "$as_me: failed program was:" >&5
3346    sed 's/^/| /' conftest.$ac_ext >&5
3347    
3348      ac_header_preproc=no
3349    fi
3350    rm -f conftest.err conftest.$ac_ext
3351    echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3352    echo "${ECHO_T}$ac_header_preproc" >&6
3353    
3354    # So?  What about this header?
3355    case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3356      yes:no: )
3357        { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
3358    echo "$as_me: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3359        { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&5
3360    echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&2;}
3361        ac_header_preproc=yes
3362        ;;
3363      no:yes:* )
3364        { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&5
3365    echo "$as_me: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&2;}
3366        { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h:     check for missing prerequisite headers?" >&5
3367    echo "$as_me: WARNING: alsa/asoundlib.h:     check for missing prerequisite headers?" >&2;}
3368        { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&5
3369    echo "$as_me: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&2;}
3370        { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h:     section \"Present But Cannot Be Compiled\"" >&5
3371    echo "$as_me: WARNING: alsa/asoundlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3372        { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&5
3373    echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&2;}
3374        { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&5
3375    echo "$as_me: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&2;}
3376        (
3377          cat <<\_ASBOX
3378    ## ------------------------------------------ ##
3379    ## Report this to the AC_PACKAGE_NAME lists.  ##
3380    ## ------------------------------------------ ##
3381    _ASBOX
3382        ) |
3383          sed "s/^/$as_me: WARNING:     /" >&2
3384        ;;
3385    esac
3386    echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
3387    echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6
3388    if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
3389      echo $ECHO_N "(cached) $ECHO_C" >&6
3390    else
3391      ac_cv_header_alsa_asoundlib_h=$ac_header_preproc
3392    fi
3393    echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
3394    echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6
3395    
3396    fi
3397    if test $ac_cv_header_alsa_asoundlib_h = yes; then
3398      echo "$as_me:$LINENO: checking for main in -lasound" >&5
3399    echo $ECHO_N "checking for main in -lasound... $ECHO_C" >&6
3400    if test "${ac_cv_lib_asound_main+set}" = set; then
3401      echo $ECHO_N "(cached) $ECHO_C" >&6
3402    else
3403      ac_check_lib_save_LIBS=$LIBS
3404    LIBS="-lasound  $LIBS"
3405    cat >conftest.$ac_ext <<_ACEOF
3406    /* confdefs.h.  */
3407    _ACEOF
3408    cat confdefs.h >>conftest.$ac_ext
3409    cat >>conftest.$ac_ext <<_ACEOF
3410    /* end confdefs.h.  */
3411    
3412    
3413    int
3414    main ()
3415    {
3416    main ();
3417      ;
3418      return 0;
3419    }
3420    _ACEOF
3421    rm -f conftest.$ac_objext conftest$ac_exeext
3422    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3423      (eval $ac_link) 2>conftest.er1
3424      ac_status=$?
3425      grep -v '^ *+' conftest.er1 >conftest.err
3426      rm -f conftest.er1
3427      cat conftest.err >&5
3428      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3429      (exit $ac_status); } &&
3430             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3431      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3432      (eval $ac_try) 2>&5
3433      ac_status=$?
3434      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3435      (exit $ac_status); }; } &&
3436             { ac_try='test -s conftest$ac_exeext'
3437      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3438      (eval $ac_try) 2>&5
3439      ac_status=$?
3440      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3441      (exit $ac_status); }; }; then
3442      ac_cv_lib_asound_main=yes
3443    else
3444      echo "$as_me: failed program was:" >&5
3445    sed 's/^/| /' conftest.$ac_ext >&5
3446    
3447    ac_cv_lib_asound_main=no
3448    fi
3449    rm -f conftest.err conftest.$ac_objext \
3450          conftest$ac_exeext conftest.$ac_ext
3451    LIBS=$ac_check_lib_save_LIBS
3452    fi
3453    echo "$as_me:$LINENO: result: $ac_cv_lib_asound_main" >&5
3454    echo "${ECHO_T}$ac_cv_lib_asound_main" >&6
3455    if test $ac_cv_lib_asound_main = yes; then
3456      have_alsa="true"
3457    
3458    else
3459      have_alsa="false"
3460    
3461    fi
3462    
3463    
3464    else
3465      have_alsa="false"
3466    
3467    fi
3468    
3469    
3470    if test "$have_alsa" = "false"; then
3471        echo "Alsa not installed!"
3472        echo "Sorry, LinuxSampler only supports Alsa sound drivers at the moment!"
3473        exit -1;
3474    fi
3475    
3476    
3477    echo -n "checking Alsa version... "
3478    
3479    
3480    ac_ext=c
3481    ac_cpp='$CPP $CPPFLAGS'
3482    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3483    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3484    ac_compiler_gnu=$ac_cv_c_compiler_gnu
3485    
3486    if test "$cross_compiling" = yes; then
3487      alsa_major=0
3488    
3489    else
3490      cat >conftest.$ac_ext <<_ACEOF
3491    /* confdefs.h.  */
3492    _ACEOF
3493    cat confdefs.h >>conftest.$ac_ext
3494    cat >>conftest.$ac_ext <<_ACEOF
3495    /* end confdefs.h.  */
3496    
3497    #include <alsa/asoundlib.h>
3498    void main(void) {
3499    /* ensure backward compatibility */
3500    #if !defined(SND_LIB_MAJOR) && defined(SOUNDLIB_VERSION_MAJOR)
3501    #define SND_LIB_MAJOR SOUNDLIB_VERSION_MAJOR
3502    #endif
3503    exit(SND_LIB_MAJOR);
3504    }
3505    
3506    _ACEOF
3507    rm -f conftest$ac_exeext
3508    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3509      (eval $ac_link) 2>&5
3510      ac_status=$?
3511      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3512      (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3513      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3514      (eval $ac_try) 2>&5
3515      ac_status=$?
3516      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517      (exit $ac_status); }; }; then
3518      alsa_major=0
3519    else
3520      echo "$as_me: program exited with status $ac_status" >&5
3521    echo "$as_me: failed program was:" >&5
3522    sed 's/^/| /' conftest.$ac_ext >&5
3523    
3524    ( exit $ac_status )
3525    alsa_major=$?
3526    fi
3527    rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3528    fi
3529    if test "$cross_compiling" = yes; then
3530      alsa_minor=0
3531    
3532    else
3533      cat >conftest.$ac_ext <<_ACEOF
3534    /* confdefs.h.  */
3535    _ACEOF
3536    cat confdefs.h >>conftest.$ac_ext
3537    cat >>conftest.$ac_ext <<_ACEOF
3538    /* end confdefs.h.  */
3539    
3540    #include <alsa/asoundlib.h>
3541    void main(void) {
3542    /* ensure backward compatibility */
3543    #if !defined(SND_LIB_MINOR) && defined(SOUNDLIB_VERSION_MINOR)
3544    #define SND_LIB_MINOR SOUNDLIB_VERSION_MINOR
3545    #endif
3546    exit(SND_LIB_MINOR);
3547    }
3548    
3549    _ACEOF
3550    rm -f conftest$ac_exeext
3551    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3552      (eval $ac_link) 2>&5
3553      ac_status=$?
3554      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3555      (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3556      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3557      (eval $ac_try) 2>&5
3558      ac_status=$?
3559      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3560      (exit $ac_status); }; }; then
3561      alsa_minor=0
3562    else
3563      echo "$as_me: program exited with status $ac_status" >&5
3564    echo "$as_me: failed program was:" >&5
3565    sed 's/^/| /' conftest.$ac_ext >&5
3566    
3567    ( exit $ac_status )
3568    alsa_minor=$?
3569    fi
3570    rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3571    fi
3572    if test "$cross_compiling" = yes; then
3573      alsa_subminor=0
3574    
3575    else
3576      cat >conftest.$ac_ext <<_ACEOF
3577    /* confdefs.h.  */
3578    _ACEOF
3579    cat confdefs.h >>conftest.$ac_ext
3580    cat >>conftest.$ac_ext <<_ACEOF
3581    /* end confdefs.h.  */
3582    
3583    #include <alsa/asoundlib.h>
3584    void main(void) {
3585    /* ensure backward compatibility */
3586    #if !defined(SND_LIB_SUBMINOR) && defined(SOUNDLIB_VERSION_SUBMINOR)
3587    #define SND_LIB_SUBMINOR SOUNDLIB_VERSION_SUBMINOR
3588    #endif
3589    exit(SND_LIB_SUBMINOR);
3590    }
3591    
3592    _ACEOF
3593    rm -f conftest$ac_exeext
3594    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3595      (eval $ac_link) 2>&5
3596      ac_status=$?
3597      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3598      (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3599      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3600      (eval $ac_try) 2>&5
3601      ac_status=$?
3602      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3603      (exit $ac_status); }; }; then
3604      alsa_subminor=0
3605    else
3606      echo "$as_me: program exited with status $ac_status" >&5
3607    echo "$as_me: failed program was:" >&5
3608    sed 's/^/| /' conftest.$ac_ext >&5
3609    
3610    ( exit $ac_status )
3611    alsa_subminor=$?
3612    fi
3613    rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3614    fi
3615    ac_ext=c
3616    ac_cpp='$CPP $CPPFLAGS'
3617    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3618    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3619    ac_compiler_gnu=$ac_cv_c_compiler_gnu
3620    
3621    echo "$alsa_major.$alsa_minor.$alsa_subminor";
3622    
3623    cat >>confdefs.h <<_ACEOF
3624    #define ALSA_MAJOR $alsa_major
3625    _ACEOF
3626    
3627    
3628    cat >>confdefs.h <<_ACEOF
3629    #define ALSA_MINOR $alsa_minor
3630    _ACEOF
3631    
3632    
3633    cat >>confdefs.h <<_ACEOF
3634    #define ALSA_SUBMINOR $alsa_subminor
3635    _ACEOF
3636    
3637    
3638    
3639    # JACK
3640    
3641      succeeded=no
3642    
3643      if test -z "$PKG_CONFIG"; then
3644        # Extract the first word of "pkg-config", so it can be a program name with args.
3645    set dummy pkg-config; ac_word=$2
3646    echo "$as_me:$LINENO: checking for $ac_word" >&5
3647    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3648    if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
3649      echo $ECHO_N "(cached) $ECHO_C" >&6
3650    else
3651      case $PKG_CONFIG in
3652      [\\/]* | ?:[\\/]*)
3653      ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
3654      ;;
3655      *)
3656      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3657    for as_dir in $PATH
3658    do
3659      IFS=$as_save_IFS
3660      test -z "$as_dir" && as_dir=.
3661      for ac_exec_ext in '' $ac_executable_extensions; do
3662      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3663        ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3664        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3665        break 2
3666      fi
3667    done
3668    done
3669    
3670      test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
3671      ;;
3672    esac
3673    fi
3674    PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3675    
3676    if test -n "$PKG_CONFIG"; then
3677      echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
3678    echo "${ECHO_T}$PKG_CONFIG" >&6
3679    else
3680      echo "$as_me:$LINENO: result: no" >&5
3681    echo "${ECHO_T}no" >&6
3682    fi
3683    
3684      fi
3685    
3686      if test "$PKG_CONFIG" = "no" ; then
3687         echo "*** The pkg-config script could not be found. Make sure it is"
3688         echo "*** in your path, or set the PKG_CONFIG environment variable"
3689         echo "*** to the full path to pkg-config."
3690         echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
3691      else
3692         PKG_CONFIG_MIN_VERSION=0.9.0
3693         if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
3694            echo "$as_me:$LINENO: checking for jack" >&5
3695    echo $ECHO_N "checking for jack... $ECHO_C" >&6
3696    
3697            if $PKG_CONFIG --exists "jack" ; then
3698                echo "$as_me:$LINENO: result: yes" >&5
3699    echo "${ECHO_T}yes" >&6
3700                succeeded=yes
3701    
3702                echo "$as_me:$LINENO: checking JACK_CFLAGS" >&5
3703    echo $ECHO_N "checking JACK_CFLAGS... $ECHO_C" >&6
3704                JACK_CFLAGS=`$PKG_CONFIG --cflags "jack"`
3705                echo "$as_me:$LINENO: result: $JACK_CFLAGS" >&5
3706    echo "${ECHO_T}$JACK_CFLAGS" >&6
3707    
3708                echo "$as_me:$LINENO: checking JACK_LIBS" >&5
3709    echo $ECHO_N "checking JACK_LIBS... $ECHO_C" >&6
3710                JACK_LIBS=`$PKG_CONFIG --libs "jack"`
3711                echo "$as_me:$LINENO: result: $JACK_LIBS" >&5
3712    echo "${ECHO_T}$JACK_LIBS" >&6
3713            else
3714                JACK_CFLAGS=""
3715                JACK_LIBS=""
3716                ## If we have a custom action on failure, don't print errors, but
3717                ## do set a variable so people can do so.
3718                JACK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "jack"`
3719    
3720            fi
3721    
3722    
3723    
3724         else
3725            echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
3726            echo "*** See http://www.freedesktop.org/software/pkgconfig"
3727         fi
3728      fi
3729    
3730      if test $succeeded = yes; then
3731         HAVE_JACK=true
3732      else
3733         HAVE_JACK=false
3734      fi
3735    
3736    
3737    
3738    
3739    cat >>confdefs.h <<_ACEOF
3740    #define HAVE_JACK $HAVE_JACK
3741    _ACEOF
3742    
3743    
3744    
3745  # Add the stamp file to the list of files AC keeps track of,  # Add the stamp file to the list of files AC keeps track of,
3746  # along with our hook.  # along with our hook.
3747            ac_config_headers="$ac_config_headers config.h"            ac_config_headers="$ac_config_headers config.h"
# Line 3433  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4399  if { (eval echo "$as_me:$LINENO: \"$ac_c
4399    cat conftest.err >&5    cat conftest.err >&5
4400    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4401    (exit $ac_status); } &&    (exit $ac_status); } &&
4402           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4403    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4404    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4405    ac_status=$?    ac_status=$?
# Line 3492  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4457  if { (eval echo "$as_me:$LINENO: \"$ac_c
4457    cat conftest.err >&5    cat conftest.err >&5
4458    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4459    (exit $ac_status); } &&    (exit $ac_status); } &&
4460           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4461    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4462    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4463    ac_status=$?    ac_status=$?
# Line 3564  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4528  if { (eval echo "$as_me:$LINENO: \"$ac_c
4528    cat conftest.err >&5    cat conftest.err >&5
4529    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4530    (exit $ac_status); } &&    (exit $ac_status); } &&
4531           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4532    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4533    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4534    ac_status=$?    ac_status=$?
# Line 3609  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4572  if { (eval echo "$as_me:$LINENO: \"$ac_c
4572    cat conftest.err >&5    cat conftest.err >&5
4573    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4574    (exit $ac_status); } &&    (exit $ac_status); } &&
4575           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4576    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4577    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4578    ac_status=$?    ac_status=$?
# Line 3841  fi Line 4803  fi
4803  echo "$as_me:$LINENO: result: $SED" >&5  echo "$as_me:$LINENO: result: $SED" >&5
4804  echo "${ECHO_T}$SED" >&6  echo "${ECHO_T}$SED" >&6
4805    
 echo "$as_me:$LINENO: checking for egrep" >&5  
 echo $ECHO_N "checking for egrep... $ECHO_C" >&6  
 if test "${ac_cv_prog_egrep+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   if echo a | (grep -E '(a|b)') >/dev/null 2>&1  
     then ac_cv_prog_egrep='grep -E'  
     else ac_cv_prog_egrep='egrep'  
     fi  
 fi  
 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5  
 echo "${ECHO_T}$ac_cv_prog_egrep" >&6  
  EGREP=$ac_cv_prog_egrep  
   
   
4806    
4807  # Check whether --with-gnu-ld or --without-gnu-ld was given.  # Check whether --with-gnu-ld or --without-gnu-ld was given.
4808  if test "${with_gnu_ld+set}" = set; then  if test "${with_gnu_ld+set}" = set; then
# Line 4070  bsdi4*) Line 5017  bsdi4*)
5017    lt_cv_file_magic_test_file=/shlib/libc.so    lt_cv_file_magic_test_file=/shlib/libc.so
5018    ;;    ;;
5019    
5020  cygwin* | mingw* | pw32*)  cygwin*)
5021    # win32_libid is a shell function defined in ltmain.sh    # win32_libid is a shell function defined in ltmain.sh
5022    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5023    lt_cv_file_magic_cmd='win32_libid'    lt_cv_file_magic_cmd='win32_libid'
5024    ;;    ;;
5025    
5026    mingw* | pw32*)
5027      # Base MSYS/MinGW do not provide the 'file' command needed by
5028      # win32_libid shell function, so use a weaker test based on 'objdump'.
5029      lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5030      lt_cv_file_magic_cmd='$OBJDUMP -f'
5031      ;;
5032    
5033  darwin* | rhapsody*)  darwin* | rhapsody*)
5034    lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
5035    ;;    ;;
# Line 4249  ia64-*-hpux*) Line 5203  ia64-*-hpux*)
5203    ;;    ;;
5204  *-*-irix6*)  *-*-irix6*)
5205    # Find out which ABI we are using.    # Find out which ABI we are using.
5206    echo '#line 4252 "configure"' > conftest.$ac_ext    echo '#line 5206 "configure"' > conftest.$ac_ext
5207    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5208    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5209    ac_status=$?    ac_status=$?
# Line 4369  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 5323  if { (eval echo "$as_me:$LINENO: \"$ac_l
5323    cat conftest.err >&5    cat conftest.err >&5
5324    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5325    (exit $ac_status); } &&    (exit $ac_status); } &&
5326           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
5327    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5328    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5329    ac_status=$?    ac_status=$?
# Line 4411  esac Line 5364  esac
5364  need_locks="$enable_libtool_lock"  need_locks="$enable_libtool_lock"
5365    
5366    
 ac_ext=c  
 ac_cpp='$CPP $CPPFLAGS'  
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  
 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5  
 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6  
 # On Suns, sometimes $CPP names a directory.  
 if test -n "$CPP" && test -d "$CPP"; then  
   CPP=  
 fi  
 if test -z "$CPP"; then  
   if test "${ac_cv_prog_CPP+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
       # Double quotes because CPP needs to be expanded  
     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"  
     do  
       ac_preproc_ok=false  
 for ac_c_preproc_warn_flag in '' yes  
 do  
   # Use a header file that comes with gcc, so configuring glibc  
   # with a fresh cross-compiler works.  
   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  
   # <limits.h> exists even on freestanding compilers.  
   # On the NeXT, cc -E runs the code through the compiler's parser,  
   # not just through cpp. "Syntax error" is here to catch this case.  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
                      Syntax error  
 _ACEOF  
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  
   ac_status=$?  
   grep -v '^ *+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } >/dev/null; then  
   if test -s conftest.err; then  
     ac_cpp_err=$ac_c_preproc_warn_flag  
     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag  
   else  
     ac_cpp_err=  
   fi  
 else  
   ac_cpp_err=yes  
 fi  
 if test -z "$ac_cpp_err"; then  
   :  
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
   # Broken: fails on valid input.  
 continue  
 fi  
 rm -f conftest.err conftest.$ac_ext  
   
   # OK, works on sane cases.  Now check whether non-existent headers  
   # can be detected and how.  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <ac_nonexistent.h>  
 _ACEOF  
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  
   ac_status=$?  
   grep -v '^ *+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } >/dev/null; then  
   if test -s conftest.err; then  
     ac_cpp_err=$ac_c_preproc_warn_flag  
     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag  
   else  
     ac_cpp_err=  
   fi  
 else  
   ac_cpp_err=yes  
 fi  
 if test -z "$ac_cpp_err"; then  
   # Broken: success on invalid input.  
 continue  
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
   # Passes both tests.  
 ac_preproc_ok=:  
 break  
 fi  
 rm -f conftest.err conftest.$ac_ext  
   
 done  
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  
 rm -f conftest.err conftest.$ac_ext  
 if $ac_preproc_ok; then  
   break  
 fi  
   
     done  
     ac_cv_prog_CPP=$CPP  
   
 fi  
   CPP=$ac_cv_prog_CPP  
 else  
   ac_cv_prog_CPP=$CPP  
 fi  
 echo "$as_me:$LINENO: result: $CPP" >&5  
 echo "${ECHO_T}$CPP" >&6  
 ac_preproc_ok=false  
 for ac_c_preproc_warn_flag in '' yes  
 do  
   # Use a header file that comes with gcc, so configuring glibc  
   # with a fresh cross-compiler works.  
   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  
   # <limits.h> exists even on freestanding compilers.  
   # On the NeXT, cc -E runs the code through the compiler's parser,  
   # not just through cpp. "Syntax error" is here to catch this case.  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
                      Syntax error  
 _ACEOF  
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  
   ac_status=$?  
   grep -v '^ *+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } >/dev/null; then  
   if test -s conftest.err; then  
     ac_cpp_err=$ac_c_preproc_warn_flag  
     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag  
   else  
     ac_cpp_err=  
   fi  
 else  
   ac_cpp_err=yes  
 fi  
 if test -z "$ac_cpp_err"; then  
   :  
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
   # Broken: fails on valid input.  
 continue  
 fi  
 rm -f conftest.err conftest.$ac_ext  
   
   # OK, works on sane cases.  Now check whether non-existent headers  
   # can be detected and how.  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <ac_nonexistent.h>  
 _ACEOF  
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  
   ac_status=$?  
   grep -v '^ *+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } >/dev/null; then  
   if test -s conftest.err; then  
     ac_cpp_err=$ac_c_preproc_warn_flag  
     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag  
   else  
     ac_cpp_err=  
   fi  
 else  
   ac_cpp_err=yes  
 fi  
 if test -z "$ac_cpp_err"; then  
   # Broken: success on invalid input.  
 continue  
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
   # Passes both tests.  
 ac_preproc_ok=:  
 break  
 fi  
 rm -f conftest.err conftest.$ac_ext  
   
 done  
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  
 rm -f conftest.err conftest.$ac_ext  
 if $ac_preproc_ok; then  
   :  
 else  
   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check  
 See \`config.log' for more details." >&5  
 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check  
 See \`config.log' for more details." >&2;}  
    { (exit 1); exit 1; }; }  
 fi  
   
 ac_ext=c  
 ac_cpp='$CPP $CPPFLAGS'  
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  
   
   
 echo "$as_me:$LINENO: checking for ANSI C header files" >&5  
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6  
 if test "${ac_cv_header_stdc+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <stdlib.h>  
 #include <stdarg.h>  
 #include <string.h>  
 #include <float.h>  
   
 int  
 main ()  
 {  
   
   ;  
   return 0;  
 }  
 _ACEOF  
 rm -f conftest.$ac_objext  
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  
   (eval $ac_compile) 2>conftest.er1  
   ac_status=$?  
   grep -v '^ *+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -z "$ac_c_werror_flag"  
                          || test ! -s conftest.err'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); }; } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); }; }; then  
   ac_cv_header_stdc=yes  
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
 ac_cv_header_stdc=no  
 fi  
 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext  
   
 if test $ac_cv_header_stdc = yes; then  
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <string.h>  
   
 _ACEOF  
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  
   $EGREP "memchr" >/dev/null 2>&1; then  
   :  
 else  
   ac_cv_header_stdc=no  
 fi  
 rm -f conftest*  
   
 fi  
   
 if test $ac_cv_header_stdc = yes; then  
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <stdlib.h>  
   
 _ACEOF  
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  
   $EGREP "free" >/dev/null 2>&1; then  
   :  
 else  
   ac_cv_header_stdc=no  
 fi  
 rm -f conftest*  
   
 fi  
   
 if test $ac_cv_header_stdc = yes; then  
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.  
   if test "$cross_compiling" = yes; then  
   :  
 else  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <ctype.h>  
 #if ((' ' & 0x0FF) == 0x020)  
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  
 #else  
 # define ISLOWER(c) \  
                    (('a' <= (c) && (c) <= 'i') \  
                      || ('j' <= (c) && (c) <= 'r') \  
                      || ('s' <= (c) && (c) <= 'z'))  
 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  
 #endif  
   
 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))  
 int  
 main ()  
 {  
   int i;  
   for (i = 0; i < 256; i++)  
     if (XOR (islower (i), ISLOWER (i))  
         || toupper (i) != TOUPPER (i))  
       exit(2);  
   exit (0);  
 }  
 _ACEOF  
 rm -f conftest$ac_exeext  
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  
   (eval $ac_link) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); }; }; then  
   :  
 else  
   echo "$as_me: program exited with status $ac_status" >&5  
 echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
 ( exit $ac_status )  
 ac_cv_header_stdc=no  
 fi  
 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  
 fi  
 fi  
 fi  
 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5  
 echo "${ECHO_T}$ac_cv_header_stdc" >&6  
 if test $ac_cv_header_stdc = yes; then  
   
 cat >>confdefs.h <<\_ACEOF  
 #define STDC_HEADERS 1  
 _ACEOF  
   
 fi  
   
 # On IRIX 5.3, sys/types and inttypes.h are conflicting.  
   
   
   
   
   
   
   
   
   
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \  
                   inttypes.h stdint.h unistd.h  
 do  
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  
 echo "$as_me:$LINENO: checking for $ac_header" >&5  
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  
 if eval "test \"\${$as_ac_Header+set}\" = set"; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 $ac_includes_default  
   
 #include <$ac_header>  
 _ACEOF  
 rm -f conftest.$ac_objext  
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  
   (eval $ac_compile) 2>conftest.er1  
   ac_status=$?  
   grep -v '^ *+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -z "$ac_c_werror_flag"  
                          || test ! -s conftest.err'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); }; } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); }; }; then  
   eval "$as_ac_Header=yes"  
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
 eval "$as_ac_Header=no"  
 fi  
 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext  
 fi  
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  
 if test `eval echo '${'$as_ac_Header'}'` = yes; then  
   cat >>confdefs.h <<_ACEOF  
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1  
 _ACEOF  
   
 fi  
   
 done  
   
   
5367    
5368  for ac_header in dlfcn.h  for ac_header in dlfcn.h
5369  do  do
# Line 4918  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5398  if { (eval echo "$as_me:$LINENO: \"$ac_c
5398    cat conftest.err >&5    cat conftest.err >&5
5399    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5400    (exit $ac_status); } &&    (exit $ac_status); } &&
5401           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
5402    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5403    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5404    ac_status=$?    ac_status=$?
# Line 5357  fi Line 5836  fi
5836    
5837    
5838  # Provide some information about the compiler.  # Provide some information about the compiler.
5839  echo "$as_me:5360:" \  echo "$as_me:5839:" \
5840       "checking for Fortran 77 compiler version" >&5       "checking for Fortran 77 compiler version" >&5
5841  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
5842  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
# Line 5403  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5882  if { (eval echo "$as_me:$LINENO: \"$ac_c
5882    cat conftest.err >&5    cat conftest.err >&5
5883    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5884    (exit $ac_status); } &&    (exit $ac_status); } &&
5885           { ac_try='test -z "$ac_f77_werror_flag"           { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
5886    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5887    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5888    ac_status=$?    ac_status=$?
# Line 5453  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5931  if { (eval echo "$as_me:$LINENO: \"$ac_c
5931    cat conftest.err >&5    cat conftest.err >&5
5932    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5933    (exit $ac_status); } &&    (exit $ac_status); } &&
5934           { ac_try='test -z "$ac_f77_werror_flag"           { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
5935    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5936    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5937    ac_status=$?    ac_status=$?
# Line 6391  else Line 6868  else
6868     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6869     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6870     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6871     (eval echo "\"\$as_me:6394: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6871: $lt_compile\"" >&5)
6872     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
6873     ac_status=$?     ac_status=$?
6874     cat conftest.err >&5     cat conftest.err >&5
6875     echo "$as_me:6398: \$? = $ac_status" >&5     echo "$as_me:6875: \$? = $ac_status" >&5
6876     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
6877       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
6878       # So say no if there are warnings       # So say no if there are warnings
# Line 6624  else Line 7101  else
7101     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7102     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7103     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
7104     (eval echo "\"\$as_me:6627: $lt_compile\"" >&5)     (eval echo "\"\$as_me:7104: $lt_compile\"" >&5)
7105     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
7106     ac_status=$?     ac_status=$?
7107     cat conftest.err >&5     cat conftest.err >&5
7108     echo "$as_me:6631: \$? = $ac_status" >&5     echo "$as_me:7108: \$? = $ac_status" >&5
7109     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
7110       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
7111       # So say no if there are warnings       # So say no if there are warnings
# Line 6691  else Line 7168  else
7168     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7169     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7170     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
7171     (eval echo "\"\$as_me:6694: $lt_compile\"" >&5)     (eval echo "\"\$as_me:7171: $lt_compile\"" >&5)
7172     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
7173     ac_status=$?     ac_status=$?
7174     cat out/conftest.err >&5     cat out/conftest.err >&5
7175     echo "$as_me:6698: \$? = $ac_status" >&5     echo "$as_me:7175: \$? = $ac_status" >&5
7176     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
7177     then     then
7178       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 7082  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7559  if { (eval echo "$as_me:$LINENO: \"$ac_l
7559    cat conftest.err >&5    cat conftest.err >&5
7560    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7561    (exit $ac_status); } &&    (exit $ac_status); } &&
7562           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
7563    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7564    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7565    ac_status=$?    ac_status=$?
# Line 7143  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7619  if { (eval echo "$as_me:$LINENO: \"$ac_l
7619    cat conftest.err >&5    cat conftest.err >&5
7620    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7621    (exit $ac_status); } &&    (exit $ac_status); } &&
7622           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
7623    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7624    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7625    ac_status=$?    ac_status=$?
# Line 8021  linux*) Line 8496  linux*)
8496    # before this can be enabled.    # before this can be enabled.
8497    hardcode_into_libs=yes    hardcode_into_libs=yes
8498    
8499    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
8500    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
8501        ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
8502        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
8503      fi
8504    
8505    # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
8506    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 8332  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8810  if { (eval echo "$as_me:$LINENO: \"$ac_l
8810    cat conftest.err >&5    cat conftest.err >&5
8811    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8812    (exit $ac_status); } &&    (exit $ac_status); } &&
8813           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8814    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8815    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8816    ac_status=$?    ac_status=$?
# Line 8436  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8913  if { (eval echo "$as_me:$LINENO: \"$ac_l
8913    cat conftest.err >&5    cat conftest.err >&5
8914    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915    (exit $ac_status); } &&    (exit $ac_status); } &&
8916           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8917    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8918    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8919    ac_status=$?    ac_status=$?
# Line 8502  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8978  if { (eval echo "$as_me:$LINENO: \"$ac_l
8978    cat conftest.err >&5    cat conftest.err >&5
8979    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8980    (exit $ac_status); } &&    (exit $ac_status); } &&
8981           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8982    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8983    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8984    ac_status=$?    ac_status=$?
# Line 8596  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9071  if { (eval echo "$as_me:$LINENO: \"$ac_l
9071    cat conftest.err >&5    cat conftest.err >&5
9072    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073    (exit $ac_status); } &&    (exit $ac_status); } &&
9074           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
9075    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9076    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9077    ac_status=$?    ac_status=$?
# Line 8662  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9136  if { (eval echo "$as_me:$LINENO: \"$ac_l
9136    cat conftest.err >&5    cat conftest.err >&5
9137    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138    (exit $ac_status); } &&    (exit $ac_status); } &&
9139           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
9140    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9142    ac_status=$?    ac_status=$?
# Line 8729  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9202  if { (eval echo "$as_me:$LINENO: \"$ac_l
9202    cat conftest.err >&5    cat conftest.err >&5
9203    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9204    (exit $ac_status); } &&    (exit $ac_status); } &&
9205           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
9206    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9207    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9208    ac_status=$?    ac_status=$?
# Line 8796  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9268  if { (eval echo "$as_me:$LINENO: \"$ac_l
9268    cat conftest.err >&5    cat conftest.err >&5
9269    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270    (exit $ac_status); } &&    (exit $ac_status); } &&
9271           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
9272    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9274    ac_status=$?    ac_status=$?
# Line 8872  else Line 9343  else
9343    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9344    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
9345    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
9346  #line 8875 "configure"  #line 9346 "configure"
9347  #include "confdefs.h"  #include "confdefs.h"
9348    
9349  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 8970  else Line 9441  else
9441    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9442    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
9443    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
9444  #line 8973 "configure"  #line 9444 "configure"
9445  #include "confdefs.h"  #include "confdefs.h"
9446    
9447  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 10042  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10513  if { (eval echo "$as_me:$LINENO: \"$ac_l
10513    cat conftest.err >&5    cat conftest.err >&5
10514    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10515    (exit $ac_status); } &&    (exit $ac_status); } &&
10516           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
10517    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10518    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10519    ac_status=$?    ac_status=$?
# Line 10104  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10574  if { (eval echo "$as_me:$LINENO: \"$ac_l
10574    cat conftest.err >&5    cat conftest.err >&5
10575    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10576    (exit $ac_status); } &&    (exit $ac_status); } &&
10577           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
10578    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10579    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10580    ac_status=$?    ac_status=$?
# Line 11149  else Line 11618  else
11618     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11619     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11620     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11621     (eval echo "\"\$as_me:11152: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11621: $lt_compile\"" >&5)
11622     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
11623     ac_status=$?     ac_status=$?
11624     cat conftest.err >&5     cat conftest.err >&5
11625     echo "$as_me:11156: \$? = $ac_status" >&5     echo "$as_me:11625: \$? = $ac_status" >&5
11626     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
11627       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
11628       # So say no if there are warnings       # So say no if there are warnings
# Line 11216  else Line 11685  else
11685     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11686     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11687     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11688     (eval echo "\"\$as_me:11219: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11688: $lt_compile\"" >&5)
11689     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
11690     ac_status=$?     ac_status=$?
11691     cat out/conftest.err >&5     cat out/conftest.err >&5
11692     echo "$as_me:11223: \$? = $ac_status" >&5     echo "$as_me:11692: \$? = $ac_status" >&5
11693     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
11694     then     then
11695       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 11723  linux*) Line 12192  linux*)
12192    # before this can be enabled.    # before this can be enabled.
12193    hardcode_into_libs=yes    hardcode_into_libs=yes
12194    
12195    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
12196    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
12197        ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
12198        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
12199      fi
12200    
12201    # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
12202    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 12034  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12506  if { (eval echo "$as_me:$LINENO: \"$ac_l
12506    cat conftest.err >&5    cat conftest.err >&5
12507    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12508    (exit $ac_status); } &&    (exit $ac_status); } &&
12509           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12510    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12511    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12512    ac_status=$?    ac_status=$?
# Line 12138  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12609  if { (eval echo "$as_me:$LINENO: \"$ac_l
12609    cat conftest.err >&5    cat conftest.err >&5
12610    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12611    (exit $ac_status); } &&    (exit $ac_status); } &&
12612           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12613    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12614    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12615    ac_status=$?    ac_status=$?
# Line 12204  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12674  if { (eval echo "$as_me:$LINENO: \"$ac_l
12674    cat conftest.err >&5    cat conftest.err >&5
12675    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676    (exit $ac_status); } &&    (exit $ac_status); } &&
12677           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12678    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12679    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12680    ac_status=$?    ac_status=$?
# Line 12298  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12767  if { (eval echo "$as_me:$LINENO: \"$ac_l
12767    cat conftest.err >&5    cat conftest.err >&5
12768    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769    (exit $ac_status); } &&    (exit $ac_status); } &&
12770           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12771    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12772    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12773    ac_status=$?    ac_status=$?
# Line 12364  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12832  if { (eval echo "$as_me:$LINENO: \"$ac_l
12832    cat conftest.err >&5    cat conftest.err >&5
12833    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12834    (exit $ac_status); } &&    (exit $ac_status); } &&
12835           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12836    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12837    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12838    ac_status=$?    ac_status=$?
# Line 12431  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12898  if { (eval echo "$as_me:$LINENO: \"$ac_l
12898    cat conftest.err >&5    cat conftest.err >&5
12899    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12900    (exit $ac_status); } &&    (exit $ac_status); } &&
12901           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12902    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12903    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12904    ac_status=$?    ac_status=$?
# Line 12498  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12964  if { (eval echo "$as_me:$LINENO: \"$ac_l
12964    cat conftest.err >&5    cat conftest.err >&5
12965    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12966    (exit $ac_status); } &&    (exit $ac_status); } &&
12967           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12968    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12969    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12970    ac_status=$?    ac_status=$?
# Line 12574  else Line 13039  else
13039    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13040    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
13041    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
13042  #line 12577 "configure"  #line 13042 "configure"
13043  #include "confdefs.h"  #include "confdefs.h"
13044    
13045  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 12672  else Line 13137  else
13137    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13138    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
13139    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
13140  #line 12675 "configure"  #line 13140 "configure"
13141  #include "confdefs.h"  #include "confdefs.h"
13142    
13143  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 13499  else Line 13964  else
13964     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13965     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13966     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
13967     (eval echo "\"\$as_me:13502: $lt_compile\"" >&5)     (eval echo "\"\$as_me:13967: $lt_compile\"" >&5)
13968     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
13969     ac_status=$?     ac_status=$?
13970     cat conftest.err >&5     cat conftest.err >&5
13971     echo "$as_me:13506: \$? = $ac_status" >&5     echo "$as_me:13971: \$? = $ac_status" >&5
13972     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
13973       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
13974       # So say no if there are warnings       # So say no if there are warnings
# Line 13566  else Line 14031  else
14031     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14032     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14033     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
14034     (eval echo "\"\$as_me:13569: $lt_compile\"" >&5)     (eval echo "\"\$as_me:14034: $lt_compile\"" >&5)
14035     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
14036     ac_status=$?     ac_status=$?
14037     cat out/conftest.err >&5     cat out/conftest.err >&5
14038     echo "$as_me:13573: \$? = $ac_status" >&5     echo "$as_me:14038: \$? = $ac_status" >&5
14039     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
14040     then     then
14041       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 13947  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 14412  if { (eval echo "$as_me:$LINENO: \"$ac_l
14412    cat conftest.err >&5    cat conftest.err >&5
14413    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14414    (exit $ac_status); } &&    (exit $ac_status); } &&
14415           { ac_try='test -z "$ac_f77_werror_flag"           { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
14416    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14417    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14418    ac_status=$?    ac_status=$?
# Line 13998  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 14462  if { (eval echo "$as_me:$LINENO: \"$ac_l
14462    cat conftest.err >&5    cat conftest.err >&5
14463    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14464    (exit $ac_status); } &&    (exit $ac_status); } &&
14465           { ac_try='test -z "$ac_f77_werror_flag"           { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
14466    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14467    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14468    ac_status=$?    ac_status=$?
# Line 14876  linux*) Line 15339  linux*)
15339    # before this can be enabled.    # before this can be enabled.
15340    hardcode_into_libs=yes    hardcode_into_libs=yes
15341    
15342    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
15343    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
15344        ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
15345        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
15346      fi
15347    
15348    # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
15349    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 15597  else Line 16063  else
16063     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16064     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16065     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
16066     (eval echo "\"\$as_me:15600: $lt_compile\"" >&5)     (eval echo "\"\$as_me:16066: $lt_compile\"" >&5)
16067     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
16068     ac_status=$?     ac_status=$?
16069     cat conftest.err >&5     cat conftest.err >&5
16070     echo "$as_me:15604: \$? = $ac_status" >&5     echo "$as_me:16070: \$? = $ac_status" >&5
16071     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
16072       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
16073       # So say no if there are warnings       # So say no if there are warnings
# Line 15830  else Line 16296  else
16296     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16297     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16298     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
16299     (eval echo "\"\$as_me:15833: $lt_compile\"" >&5)     (eval echo "\"\$as_me:16299: $lt_compile\"" >&5)
16300     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
16301     ac_status=$?     ac_status=$?
16302     cat conftest.err >&5     cat conftest.err >&5
16303     echo "$as_me:15837: \$? = $ac_status" >&5     echo "$as_me:16303: \$? = $ac_status" >&5
16304     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
16305       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
16306       # So say no if there are warnings       # So say no if there are warnings
# Line 15897  else Line 16363  else
16363     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16364     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16365     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
16366     (eval echo "\"\$as_me:15900: $lt_compile\"" >&5)     (eval echo "\"\$as_me:16366: $lt_compile\"" >&5)
16367     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
16368     ac_status=$?     ac_status=$?
16369     cat out/conftest.err >&5     cat out/conftest.err >&5
16370     echo "$as_me:15904: \$? = $ac_status" >&5     echo "$as_me:16370: \$? = $ac_status" >&5
16371     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
16372     then     then
16373       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 16288  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 16754  if { (eval echo "$as_me:$LINENO: \"$ac_l
16754    cat conftest.err >&5    cat conftest.err >&5
16755    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756    (exit $ac_status); } &&    (exit $ac_status); } &&
16757           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
16758    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16759    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16760    ac_status=$?    ac_status=$?
# Line 16349  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 16814  if { (eval echo "$as_me:$LINENO: \"$ac_l
16814    cat conftest.err >&5    cat conftest.err >&5
16815    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16816    (exit $ac_status); } &&    (exit $ac_status); } &&
16817           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
16818    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16819    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16820    ac_status=$?    ac_status=$?
# Line 17227  linux*) Line 17691  linux*)
17691    # before this can be enabled.    # before this can be enabled.
17692    hardcode_into_libs=yes    hardcode_into_libs=yes
17693    
17694    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
17695    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
17696        ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
17697        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
17698      fi
17699    
17700    # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
17701    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 17538  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 18005  if { (eval echo "$as_me:$LINENO: \"$ac_l
18005    cat conftest.err >&5    cat conftest.err >&5
18006    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
18007    (exit $ac_status); } &&    (exit $ac_status); } &&
18008           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
18009    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18010    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
18011    ac_status=$?    ac_status=$?
# Line 17642  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 18108  if { (eval echo "$as_me:$LINENO: \"$ac_l
18108    cat conftest.err >&5    cat conftest.err >&5
18109    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
18110    (exit $ac_status); } &&    (exit $ac_status); } &&
18111           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
18112    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18113    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
18114    ac_status=$?    ac_status=$?
# Line 17708  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 18173  if { (eval echo "$as_me:$LINENO: \"$ac_l
18173    cat conftest.err >&5    cat conftest.err >&5
18174    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
18175    (exit $ac_status); } &&    (exit $ac_status); } &&
18176           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
18177    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18178    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
18179    ac_status=$?    ac_status=$?
# Line 17802  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 18266  if { (eval echo "$as_me:$LINENO: \"$ac_l
18266    cat conftest.err >&5    cat conftest.err >&5
18267    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
18268    (exit $ac_status); } &&    (exit $ac_status); } &&
18269           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
18270    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18271    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
18272    ac_status=$?    ac_status=$?
# Line 17868  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 18331  if { (eval echo "$as_me:$LINENO: \"$ac_l
18331    cat conftest.err >&5    cat conftest.err >&5
18332    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
18333    (exit $ac_status); } &&    (exit $ac_status); } &&
18334           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
18335    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18336    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
18337    ac_status=$?    ac_status=$?
# Line 17935  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 18397  if { (eval echo "$as_me:$LINENO: \"$ac_l
18397    cat conftest.err >&5    cat conftest.err >&5
18398    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
18399    (exit $ac_status); } &&    (exit $ac_status); } &&
18400           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
18401    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18402    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
18403    ac_status=$?    ac_status=$?
# Line 18002  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 18463  if { (eval echo "$as_me:$LINENO: \"$ac_l
18463    cat conftest.err >&5    cat conftest.err >&5
18464    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
18465    (exit $ac_status); } &&    (exit $ac_status); } &&
18466           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
18467    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18468    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
18469    ac_status=$?    ac_status=$?
# Line 18078  else Line 18538  else
18538    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18539    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18540    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18541  #line 18081 "configure"  #line 18541 "configure"
18542  #include "confdefs.h"  #include "confdefs.h"
18543    
18544  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 18176  else Line 18636  else
18636    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18637    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18638    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18639  #line 18179 "configure"  #line 18639 "configure"
18640  #include "confdefs.h"  #include "confdefs.h"
18641    
18642  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 19562  _ASBOX Line 20022  _ASBOX
20022  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
20023    
20024  This file was extended by $as_me, which was  This file was extended by $as_me, which was
20025  generated by GNU Autoconf 2.58.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
20026    
20027    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
20028    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 19625  _ACEOF Line 20085  _ACEOF
20085  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
20086  ac_cs_version="\\  ac_cs_version="\\
20087  config.status  config.status
20088  configured by $0, generated by GNU Autoconf 2.58,  configured by $0, generated by GNU Autoconf 2.59,
20089    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
20090    
20091  Copyright (C) 2003 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
# Line 19842  s,@target@,$target,;t t Line 20302  s,@target@,$target,;t t
20302  s,@target_cpu@,$target_cpu,;t t  s,@target_cpu@,$target_cpu,;t t
20303  s,@target_vendor@,$target_vendor,;t t  s,@target_vendor@,$target_vendor,;t t
20304  s,@target_os@,$target_os,;t t  s,@target_os@,$target_os,;t t
20305    s,@CPP@,$CPP,;t t
20306    s,@EGREP@,$EGREP,;t t
20307    s,@PKG_CONFIG@,$PKG_CONFIG,;t t
20308    s,@JACK_CFLAGS@,$JACK_CFLAGS,;t t
20309    s,@JACK_LIBS@,$JACK_LIBS,;t t
20310  s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t  s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
20311  s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t  s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
20312  s,@INSTALL_DATA@,$INSTALL_DATA,;t t  s,@INSTALL_DATA@,$INSTALL_DATA,;t t
# Line 19870  s,@CXX@,$CXX,;t t Line 20335  s,@CXX@,$CXX,;t t
20335  s,@CXXFLAGS@,$CXXFLAGS,;t t  s,@CXXFLAGS@,$CXXFLAGS,;t t
20336  s,@ac_ct_CXX@,$ac_ct_CXX,;t t  s,@ac_ct_CXX@,$ac_ct_CXX,;t t
20337  s,@CXXDEPMODE@,$CXXDEPMODE,;t t  s,@CXXDEPMODE@,$CXXDEPMODE,;t t
 s,@EGREP@,$EGREP,;t t  
20338  s,@LN_S@,$LN_S,;t t  s,@LN_S@,$LN_S,;t t
20339  s,@ECHO@,$ECHO,;t t  s,@ECHO@,$ECHO,;t t
20340  s,@AR@,$AR,;t t  s,@AR@,$AR,;t t
20341  s,@ac_ct_AR@,$ac_ct_AR,;t t  s,@ac_ct_AR@,$ac_ct_AR,;t t
20342  s,@RANLIB@,$RANLIB,;t t  s,@RANLIB@,$RANLIB,;t t
20343  s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t  s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
 s,@CPP@,$CPP,;t t  
20344  s,@CXXCPP@,$CXXCPP,;t t  s,@CXXCPP@,$CXXCPP,;t t
20345  s,@F77@,$F77,;t t  s,@F77@,$F77,;t t
20346  s,@FFLAGS@,$FFLAGS,;t t  s,@FFLAGS@,$FFLAGS,;t t
# Line 20005  case $srcdir in Line 20468  case $srcdir in
20468      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20469      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
20470  esac  esac
20471  case "$ac_dir" in  
20472  .) ac_abs_builddir=$ac_builddir;;  # Do not use `cd foo && pwd` to compute absolute paths, because
20473    # the directories may not exist.
20474    case `pwd` in
20475    .) ac_abs_builddir="$ac_dir";;
20476  *)  *)
20477    case $ac_builddir in    case "$ac_dir" in
20478    .) ac_abs_builddir="$ac_dir";;    .) ac_abs_builddir=`pwd`;;
20479    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;    [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
20480    *) ac_abs_builddir="$ac_dir"/$ac_builddir;;    *) ac_abs_builddir=`pwd`/"$ac_dir";;
20481    esac;;    esac;;
20482  esac  esac
20483  case "$ac_dir" in  case $ac_abs_builddir in
20484  .) ac_abs_top_builddir=${ac_top_builddir}.;;  .) ac_abs_top_builddir=${ac_top_builddir}.;;
20485  *)  *)
20486    case ${ac_top_builddir}. in    case ${ac_top_builddir}. in
20487    .) ac_abs_top_builddir="$ac_dir";;    .) ac_abs_top_builddir=$ac_abs_builddir;;
20488    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
20489    *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;    *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
20490    esac;;    esac;;
20491  esac  esac
20492  case "$ac_dir" in  case $ac_abs_builddir in
20493  .) ac_abs_srcdir=$ac_srcdir;;  .) ac_abs_srcdir=$ac_srcdir;;
20494  *)  *)
20495    case $ac_srcdir in    case $ac_srcdir in
20496    .) ac_abs_srcdir="$ac_dir";;    .) ac_abs_srcdir=$ac_abs_builddir;;
20497    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
20498    *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;    *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
20499    esac;;    esac;;
20500  esac  esac
20501  case "$ac_dir" in  case $ac_abs_builddir in
20502  .) ac_abs_top_srcdir=$ac_top_srcdir;;  .) ac_abs_top_srcdir=$ac_top_srcdir;;
20503  *)  *)
20504    case $ac_top_srcdir in    case $ac_top_srcdir in
20505    .) ac_abs_top_srcdir="$ac_dir";;    .) ac_abs_top_srcdir=$ac_abs_builddir;;
20506    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
20507    *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;    *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
20508    esac;;    esac;;
20509  esac  esac
20510    
# Line 20048  esac Line 20514  esac
20514    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
20515    esac    esac
20516    
   if test x"$ac_file" != x-; then  
     { echo "$as_me:$LINENO: creating $ac_file" >&5  
 echo "$as_me: creating $ac_file" >&6;}  
     rm -f "$ac_file"  
   fi  
20517    # Let's still pretend it is `configure' which instantiates (i.e., don't    # Let's still pretend it is `configure' which instantiates (i.e., don't
20518    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
20519    #    /* config.h.  Generated by config.status.  */    #    /* config.h.  Generated by config.status.  */
# Line 20091  echo "$as_me: error: cannot find input f Line 20552  echo "$as_me: error: cannot find input f
20552           fi;;           fi;;
20553        esac        esac
20554      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
20555    
20556      if test x"$ac_file" != x-; then
20557        { echo "$as_me:$LINENO: creating $ac_file" >&5
20558    echo "$as_me: creating $ac_file" >&6;}
20559        rm -f "$ac_file"
20560      fi
20561  _ACEOF  _ACEOF
20562  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
20563    sed "$ac_vpsub    sed "$ac_vpsub
# Line 20419  case $srcdir in Line 20886  case $srcdir in
20886      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20887      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
20888  esac  esac
20889  case "$ac_dir" in  
20890  .) ac_abs_builddir=$ac_builddir;;  # Do not use `cd foo && pwd` to compute absolute paths, because
20891    # the directories may not exist.
20892    case `pwd` in
20893    .) ac_abs_builddir="$ac_dir";;
20894  *)  *)
20895    case $ac_builddir in    case "$ac_dir" in
20896    .) ac_abs_builddir="$ac_dir";;    .) ac_abs_builddir=`pwd`;;
20897    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;    [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
20898    *) ac_abs_builddir="$ac_dir"/$ac_builddir;;    *) ac_abs_builddir=`pwd`/"$ac_dir";;
20899    esac;;    esac;;
20900  esac  esac
20901  case "$ac_dir" in  case $ac_abs_builddir in
20902  .) ac_abs_top_builddir=${ac_top_builddir}.;;  .) ac_abs_top_builddir=${ac_top_builddir}.;;
20903  *)  *)
20904    case ${ac_top_builddir}. in    case ${ac_top_builddir}. in
20905    .) ac_abs_top_builddir="$ac_dir";;    .) ac_abs_top_builddir=$ac_abs_builddir;;
20906    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
20907    *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;    *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
20908    esac;;    esac;;
20909  esac  esac
20910  case "$ac_dir" in  case $ac_abs_builddir in
20911  .) ac_abs_srcdir=$ac_srcdir;;  .) ac_abs_srcdir=$ac_srcdir;;
20912  *)  *)
20913    case $ac_srcdir in    case $ac_srcdir in
20914    .) ac_abs_srcdir="$ac_dir";;    .) ac_abs_srcdir=$ac_abs_builddir;;
20915    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
20916    *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;    *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
20917    esac;;    esac;;
20918  esac  esac
20919  case "$ac_dir" in  case $ac_abs_builddir in
20920  .) ac_abs_top_srcdir=$ac_top_srcdir;;  .) ac_abs_top_srcdir=$ac_top_srcdir;;
20921  *)  *)
20922    case $ac_top_srcdir in    case $ac_top_srcdir in
20923    .) ac_abs_top_srcdir="$ac_dir";;    .) ac_abs_top_srcdir=$ac_abs_builddir;;
20924    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
20925    *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;    *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
20926    esac;;    esac;;
20927  esac  esac
20928    

Legend:
Removed from v.12  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC