Skip to content
Snippets Groups Projects
configure 108 KiB
Newer Older
  • Learn to ignore specific revisions
  • for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        for ac_prog in mkdir gmkdir; do
    
    	 for ac_exec_ext in '' $ac_executable_extensions; do
    	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
    	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
    	     'mkdir (GNU coreutils) '* | \
    	     'mkdir (coreutils) '* | \
    	     'mkdir (fileutils) '4.1*)
    	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
    	       break 3;;
    	   esac
    	 done
           done
    
      test -d ./--version && rmdir ./--version
    
      if test "${ac_cv_path_mkdir+set}" = set; then
        MKDIR_P="$ac_cv_path_mkdir -p"
      else
        # As a last resort, use the slow shell script.  Don't cache a
        # value for MKDIR_P within a source directory, because that will
        # break other packages using the cache if that directory is
        # removed, or if the value is a relative name.
        MKDIR_P="$ac_install_sh -d"
      fi
    fi
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
    $as_echo "$MKDIR_P" >&6; }
    
    
    mkdir_p="$MKDIR_P"
    case $mkdir_p in
      [\\/$]* | ?:[\\/]*) ;;
      */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
    esac
    
    for ac_prog in gawk mawk nawk awk
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if test "${ac_cv_prog_AWK+set}" = set; then :
      $as_echo_n "(cached) " >&6
    
    else
      if test -n "$AWK"; then
      ac_cv_prog_AWK="$AWK" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        for ac_exec_ext in '' $ac_executable_extensions; do
    
      if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
        ac_cv_prog_AWK="$ac_prog"
    
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    
    IFS=$as_save_IFS
    
    fi
    fi
    AWK=$ac_cv_prog_AWK
    if test -n "$AWK"; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
    $as_echo "$AWK" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    set x ${MAKE-make}
    ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    
    if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
    
      $as_echo_n "(cached) " >&6
    
    else
      cat >conftest.make <<\_ACEOF
    SHELL = /bin/sh
    all:
    	@echo '@@@%%%=$(MAKE)=@@@%%%'
    _ACEOF
    
    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
    
    case `${MAKE-make} -f conftest.make 2>/dev/null` in
      *@@@%%%=?*=@@@%%%*)
        eval ac_cv_prog_make_${ac_make}_set=yes;;
      *)
        eval ac_cv_prog_make_${ac_make}_set=no;;
    esac
    rm -f conftest.make
    fi
    if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    $as_echo "yes" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    
      SET_MAKE="MAKE=${MAKE-make}"
    fi
    
    rm -rf .tst 2>/dev/null
    mkdir .tst 2>/dev/null
    if test -d .tst; then
      am__leading_dot=.
    else
      am__leading_dot=_
    fi
    rmdir .tst 2>/dev/null
    
    if test "`cd $srcdir && pwd`" != "`pwd`"; then
      # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
      # is not polluted with repeated "-I."
      am__isrc=' -I$(srcdir)'
      # test to see if srcdir already configured
      if test -f $srcdir/config.status; then
    
        as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
    
      fi
    fi
    
    # test whether we have cygpath
    if test -z "$CYGPATH_W"; then
      if (cygpath --version) >/dev/null 2>/dev/null; then
        CYGPATH_W='cygpath -w'
      else
        CYGPATH_W=echo
      fi
    fi
    
    
    # Define the identity of the package.
     PACKAGE='backupninja'
    
    micah's avatar
    micah committed
     VERSION='0.9.8.1'
    
    
    
    cat >>confdefs.h <<_ACEOF
    #define PACKAGE "$PACKAGE"
    _ACEOF
    
    
    cat >>confdefs.h <<_ACEOF
    #define VERSION "$VERSION"
    _ACEOF
    
    # Some tools Automake needs.
    
    ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
    
    
    AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
    
    
    AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
    
    
    AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
    
    
    MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    
    # We need awk for the "check" target.  The system "awk" is bad on
    # some platforms.
    # Always define AMTAR for backward compatibility.
    
    AMTAR=${AMTAR-"${am_missing_run}tar"}
    
    am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
    
    
    
    
    
    
    # Checks for programs.
    
    # BASH may already be set in the shell, if the admin then changes the
    # the /bin/sh symlink to a non-bash shell, all hell will break lose.
    unset BASH
    for ac_prog in bash
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if test "${ac_cv_path_BASH+set}" = set; then :
      $as_echo_n "(cached) " >&6
    
    else
      case $BASH in
      [\\/]* | ?:[\\/]*)
      ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
      ;;
      *)
      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    as_dummy="$PATH:/bin:/usr/bin:/usr/sbin"
    for as_dir in $as_dummy
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        for ac_exec_ext in '' $ac_executable_extensions; do
    
      if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
        ac_cv_path_BASH="$as_dir/$ac_word$ac_exec_ext"
    
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    
    IFS=$as_save_IFS
    
      ;;
    esac
    fi
    BASH=$ac_cv_path_BASH
    if test -n "$BASH"; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH" >&5
    $as_echo "$BASH" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    
    fi
    
    
      test -n "$BASH" && break
    done
    test -n "$BASH" || BASH=""no""
    
    if test x$BASH = "xno"; then
    
        as_fn_error $? "bash is required" "$LINENO" 5
    
    fi
    
    for ac_prog in sed
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if test "${ac_cv_path_SED+set}" = set; then :
      $as_echo_n "(cached) " >&6
    
    else
      case $SED in
      [\\/]* | ?:[\\/]*)
      ac_cv_path_SED="$SED" # Let the user override the test with a path.
      ;;
      *)
      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        for ac_exec_ext in '' $ac_executable_extensions; do
    
      if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
        ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
    
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    
    IFS=$as_save_IFS
    
      ;;
    esac
    fi
    SED=$ac_cv_path_SED
    if test -n "$SED"; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
    $as_echo "$SED" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    
    fi
    
    
      test -n "$SED" && break
    done
    test -n "$SED" || SED=""no""
    
    if test x$SED = "xno"; then
    
        as_fn_error $? "sed is required" "$LINENO" 5
    
    else
       export SED
    fi
    
    for ac_prog in awk
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if test "${ac_cv_path_AWK+set}" = set; then :
      $as_echo_n "(cached) " >&6
    
    else
      case $AWK in
      [\\/]* | ?:[\\/]*)
      ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
      ;;
      *)
      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        for ac_exec_ext in '' $ac_executable_extensions; do
    
      if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
        ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
    
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    
    IFS=$as_save_IFS
    
      ;;
    esac
    fi
    AWK=$ac_cv_path_AWK
    if test -n "$AWK"; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
    $as_echo "$AWK" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    
    fi
    
    
      test -n "$AWK" && break
    done
    test -n "$AWK" || AWK=""no""
    
    if test x$AWK = "xno"; then
    
        as_fn_error $? "awk is required" "$LINENO" 5
    
    else
       export AWK
    fi
    
    for ac_prog in mktemp
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if test "${ac_cv_path_MKTEMP+set}" = set; then :
      $as_echo_n "(cached) " >&6
    
    else
      case $MKTEMP in
      [\\/]* | ?:[\\/]*)
      ac_cv_path_MKTEMP="$MKTEMP" # Let the user override the test with a path.
      ;;
      *)
      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        for ac_exec_ext in '' $ac_executable_extensions; do
    
      if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
        ac_cv_path_MKTEMP="$as_dir/$ac_word$ac_exec_ext"
    
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    
    IFS=$as_save_IFS
    
      ;;
    esac
    fi
    MKTEMP=$ac_cv_path_MKTEMP
    if test -n "$MKTEMP"; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKTEMP" >&5
    $as_echo "$MKTEMP" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    
    fi
    
    
      test -n "$MKTEMP" && break
    done
    test -n "$MKTEMP" || MKTEMP=""no""
    
    if test x$MKTEMPT = "xno"; then
    
        as_fn_error $? "mktemp is required" "$LINENO" 5
    
    fi
    
    for ac_prog in stat
    do
      # Extract the first word of "$ac_prog", so it can be a program name with args.
    set dummy $ac_prog; ac_word=$2
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if test "${ac_cv_path_STAT+set}" = set; then :
      $as_echo_n "(cached) " >&6
    else
      case $STAT in
      [\\/]* | ?:[\\/]*)
      ac_cv_path_STAT="$STAT" # Let the user override the test with a path.
      ;;
      *)
      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
        for ac_exec_ext in '' $ac_executable_extensions; do
      if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
        ac_cv_path_STAT="$as_dir/$ac_word$ac_exec_ext"
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
        break 2
      fi
    done
      done
    IFS=$as_save_IFS
    
      ;;
    esac
    fi
    STAT=$ac_cv_path_STAT
    if test -n "$STAT"; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STAT" >&5
    $as_echo "$STAT" >&6; }
    else
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    fi
    
    
      test -n "$STAT" && break
    done
    test -n "$STAT" || STAT=""no""
    
    if test x$STAT = "xno"; then
    
        as_fn_error $? "stat is required" "$LINENO" 5
    
    fi
    
    # Extract the first word of "rpm", so it can be a program name with args.
    set dummy rpm; ac_word=$2
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if test "${ac_cv_prog_ac_cv_have_rpm+set}" = set; then :
      $as_echo_n "(cached) " >&6
    
    else
      if test -n "$ac_cv_have_rpm"; then
      ac_cv_prog_ac_cv_have_rpm="$ac_cv_have_rpm" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        for ac_exec_ext in '' $ac_executable_extensions; do
    
      if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
        ac_cv_prog_ac_cv_have_rpm=""yes""
    
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    
    IFS=$as_save_IFS
    
      test -z "$ac_cv_prog_ac_cv_have_rpm" && ac_cv_prog_ac_cv_have_rpm=""no""
    fi
    fi
    ac_cv_have_rpm=$ac_cv_prog_ac_cv_have_rpm
    if test -n "$ac_cv_have_rpm"; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_rpm" >&5
    $as_echo "$ac_cv_have_rpm" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    
    fi
    
    
    if test "x$ac_cv_have_rpm" = "xyes"; then
            rpm --define '_topdir /tmp' > /dev/null 2>&1
    
            { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if we can redefine _topdir" >&5
    $as_echo_n "checking to see if we can redefine _topdir... " >&6; }
    
            if test $? -eq 0 ; then
    
                    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    $as_echo "yes" >&6; }
    
                    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no.  You'll have to build packages manually." >&5
    $as_echo "no.  You'll have to build packages manually." >&6; }
    
                    HAVE_RPM=no
            fi
    fi
    
    
    # Extract the first word of "rpm", so it can be a program name with args.
    set dummy rpm; ac_word=$2
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
    $as_echo_n "checking for $ac_word... " >&6; }
    if test "${ac_cv_prog_ac_cv_have_rpm+set}" = set; then :
      $as_echo_n "(cached) " >&6
    
    else
      if test -n "$ac_cv_have_rpm"; then
      ac_cv_prog_ac_cv_have_rpm="$ac_cv_have_rpm" # Let the user override the test.
    else
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        for ac_exec_ext in '' $ac_executable_extensions; do
    
      if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
        ac_cv_prog_ac_cv_have_rpm=""yes""
    
        $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    
    IFS=$as_save_IFS
    
      test -z "$ac_cv_prog_ac_cv_have_rpm" && ac_cv_prog_ac_cv_have_rpm=""no""
    fi
    fi
    ac_cv_have_rpm=$ac_cv_prog_ac_cv_have_rpm
    if test -n "$ac_cv_have_rpm"; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_rpm" >&5
    $as_echo "$ac_cv_have_rpm" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    
    fi
    
    
    if test "x$ac_cv_have_rpm" = "xyes"; then
            rpm --define '_topdir /tmp' > /dev/null 2>&1
    
            { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if we can redefine _topdir" >&5
    $as_echo_n "checking to see if we can redefine _topdir... " >&6; }
    
            if test $? -eq 0 ; then
    
                    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    $as_echo "yes" >&6; }
    
                    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no.  You'll have to build packages manually." >&5
    $as_echo "no.  You'll have to build packages manually." >&6; }
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
    $as_echo_n "checking whether ln -s works... " >&6; }
    
    LN_S=$as_ln_s
    if test "$LN_S" = "ln -s"; then
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    $as_echo "yes" >&6; }
    
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
    $as_echo "no, using $LN_S" >&6; }
    
    fi
    
    
    CFGDIR="${sysconfdir}"
    
    
    ac_config_files="$ac_config_files Makefile etc/Makefile examples/Makefile handlers/Makefile lib/Makefile man/Makefile src/Makefile"
    
    
    ac_config_files="$ac_config_files backupninja.spec"
    
    cat >confcache <<\_ACEOF
    # This file is a shell script that caches the results of configure
    # tests run on this system so they can be shared between configure
    # scripts and configure runs, see configure's option --config-cache.
    # It is not useful on other systems.  If it contains results you don't
    # want to keep, you may remove or edit it.
    #
    # config.status only pays attention to the cache file if you give it
    # the --recheck option to rerun configure.
    #
    # `ac_cv_env_foo' variables (set or unset) will be overridden when
    # loading this file, other *unset* `ac_cv_foo' will be assigned the
    # following values.
    
    _ACEOF
    
    # The following way of writing the cache mishandles newlines in values,
    # but we know of no workaround that is simple, portable, and efficient.
    # So, we kill variables containing newlines.
    # Ultrix sh set writes to stderr and can't be redirected directly,
    # and sets the high bit in the cache file unless we assign to the vars.
    (
      for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
        eval ac_val=\$$ac_var
        case $ac_val in #(
        *${as_nl}*)
          case $ac_var in #(
    
          *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
    $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    
          esac
          case $ac_var in #(
          _ | IFS | as_nl) ;; #(
    
          BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
          *) { eval $ac_var=; unset $ac_var;} ;;
    
          esac ;;
        esac
      done
    
      (set) 2>&1 |
        case $as_nl`(ac_space=' '; set) 2>&1` in #(
        *${as_nl}ac_space=\ *)
    
          # `set' does not quote correctly, so add quotes: double-quote
          # substitution turns \\\\ into \\, and sed turns \\ into \.
    
          sed -n \
    	"s/'/'\\\\''/g;
    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
          ;; #(
        *)
          # `set' quotes correctly as required by POSIX, so do not add quotes.
          sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
          ;;
        esac |
        sort
    ) |
      sed '
         /^ac_cv_env_/b end
         t clear
         :clear
         s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
         t end
         s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
         :end' >>confcache
    if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
      if test -w "$cache_file"; then
        test "x$cache_file" != "x/dev/null" &&
    
          { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
    $as_echo "$as_me: updating cache $cache_file" >&6;}
    
        cat confcache >$cache_file
      else
    
        { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
    $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    
      fi
    fi
    rm -f confcache
    
    test "x$prefix" = xNONE && prefix=$ac_default_prefix
    # Let make expand exec_prefix.
    test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    
    # Transform confdefs.h into DEFS.
    # Protect against shell expansion while executing Makefile rules.
    # Protect against Makefile macro expansion.
    #
    # If the first sed substitution is executed (which looks for macros that
    # take arguments), then branch to the quote section.  Otherwise,
    # look for a macro that doesn't take arguments.
    ac_script='
    
    t clear
    :clear
    s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
    t quote
    s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
    t quote
    b any
    :quote
    s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
    s/\[/\\&/g
    s/\]/\\&/g
    s/\$/$$/g
    H
    :any
    ${
    	g
    	s/^\n//
    	s/\n/ /g
    	p
    }
    '
    DEFS=`sed -n "$ac_script" confdefs.h`
    
    
    ac_libobjs=
    ac_ltlibobjs=
    
    for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
      # 1. Remove the extension, and $U if already installed.
      ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    
      ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    
      # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
      #    will be set to the directory where LIBOBJS objects are built.
    
      as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
      as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
    
    : ${CONFIG_STATUS=./config.status}
    
    ac_clean_files_save=$ac_clean_files
    ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    
    { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
    $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    as_write_fail=0
    cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
    
    #! $SHELL
    # Generated by $as_me.
    # Run this file to recreate the current configuration.
    # Compiler output produced by configure, useful for debugging
    # configure, is in config.log if it exists.
    
    debug=false
    ac_cs_recheck=false
    ac_cs_silent=false
    
    
    SHELL=\${CONFIG_SHELL-$SHELL}
    export SHELL
    _ASEOF
    cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
    ## -------------------- ##
    ## M4sh Initialization. ##
    ## -------------------- ##
    
    
    # Be more Bourne compatible
    DUALCASE=1; export DUALCASE # for MKS sh
    
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
    
      # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
    
      case `(set -o) 2>/dev/null` in #(
      *posix*) :
        set -o posix ;; #(
      *) :
         ;;
    
    as_nl='
    '
    export as_nl
    # Printing a long string crashes Solaris 7 /usr/bin/printf.
    as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    # Prefer a ksh shell builtin over an external printf program on Solaris,
    # but without wasting forks for bash or zsh.
    if test -z "$BASH_VERSION$ZSH_VERSION" \
        && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
      as_echo='print -r --'
      as_echo_n='print -rn --'
    elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
      as_echo='printf %s\n'
      as_echo_n='printf %s'
    else
      if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
        as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
        as_echo_n='/usr/ucb/echo -n'
    
        as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
        as_echo_n_body='eval
          arg=$1;
          case $arg in #(
          *"$as_nl"*)
    	expr "X$arg" : "X\\(.*\\)$as_nl";
    	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
          esac;
          expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
        '
        export as_echo_n_body
        as_echo_n='sh -c $as_echo_n_body as_echo'
    
      export as_echo_body
      as_echo='sh -c $as_echo_body as_echo'
    
    # The user is always right.
    if test "${PATH_SEPARATOR+set}" != set; then
      PATH_SEPARATOR=:
      (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
        (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
          PATH_SEPARATOR=';'
      }
    
    fi
    
    
    # IFS
    # We need space, tab and new line, in precisely that order.  Quoting is
    # there to prevent editors from complaining about space-tab.
    # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    # splitting by setting IFS to empty value.)
    IFS=" ""	$as_nl"
    
    # Find who we are.  Look in the path if we contain no directory separator.
    
      *[\\/]* ) as_myself=$0 ;;
      *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
    
        test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
      done
    
    IFS=$as_save_IFS
    
         ;;
    esac
    # We did not find ourselves, most probably we were run as `sh COMMAND'
    # in which case we are not to be found in the path.
    if test "x$as_myself" = x; then
      as_myself=$0
    fi
    if test ! -f "$as_myself"; then
    
      $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
      exit 1
    
    # Unset variables that we do not need and which cause bugs (e.g. in
    # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
    # suppresses any "Segmentation fault" message there.  '((' could
    # trigger a bug in pdksh 5.2.14.
    for as_var in BASH_ENV ENV MAIL MAILPATH
    do eval test x\${$as_var+set} = xset \
      && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    
    done
    PS1='$ '
    PS2='> '
    PS4='+ '
    
    # NLS nuisances.
    
    LC_ALL=C
    export LC_ALL
    LANGUAGE=C
    export LANGUAGE
    
    # CDPATH.
    (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    
    
    
    # as_fn_error STATUS ERROR [LINENO LOG_FD]
    # ----------------------------------------
    
    # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    
    # script with STATUS, using 1 if that was 0.
    
      as_status=$1; test $as_status -eq 0 && as_status=1
      if test "$4"; then
        as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
        $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    
      $as_echo "$as_me: error: $2" >&2
    
      as_fn_exit $as_status
    } # as_fn_error
    
    
    # as_fn_set_status STATUS
    # -----------------------
    # Set $? to STATUS, without forking.
    as_fn_set_status ()
    {
      return $1
    } # as_fn_set_status
    
    # as_fn_exit STATUS
    # -----------------
    # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
    as_fn_exit ()
    {
      set +e
      as_fn_set_status $1
      exit $1
    } # as_fn_exit
    
    # as_fn_unset VAR
    # ---------------
    # Portably unset VAR.
    as_fn_unset ()
    {
      { eval $1=; unset $1;}
    }
    as_unset=as_fn_unset
    # as_fn_append VAR VALUE
    # ----------------------
    # Append the text in VALUE to the end of the definition contained in VAR. Take
    # advantage of any shell optimizations that allow amortized linear growth over
    # repeated appends, instead of the typical quadratic growth present in naive
    # implementations.
    if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
      eval 'as_fn_append ()
      {
        eval $1+=\$2
      }'
    else
      as_fn_append ()
      {
        eval $1=\$$1\$2
      }
    fi # as_fn_append
    
    # as_fn_arith ARG...
    # ------------------
    # Perform arithmetic evaluation on the ARGs, and store the result in the
    # global $as_val. Take advantage of shells that can avoid forks. The arguments
    # must be portable across $(()) and expr.
    if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
      eval 'as_fn_arith ()
      {
        as_val=$(( $* ))
      }'
    else
      as_fn_arith ()
      {
        as_val=`expr "$@" || test $? -eq 1`
      }
    fi # as_fn_arith
    
    
    
    if expr a : '\(a\)' >/dev/null 2>&1 &&
       test "X`expr 00001 : '.*\(...\)'`" = X001; then
      as_expr=expr
    else
      as_expr=false
    fi
    
    if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
      as_basename=basename
    else
      as_basename=false
    fi
    
    
    if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
      as_dirname=dirname
    else
      as_dirname=false
    fi
    
    
    as_me=`$as_basename -- "$0" ||
    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    	 X"$0" : 'X\(//\)$' \| \
    	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    
        sed '/^.*\/\([^/][^/]*\)\/*$/{
    	    s//\1/
    	    q
    	  }
    	  /^X\/\(\/\/\)$/{
    	    s//\1/
    	    q
    	  }
    	  /^X\/\(\/\).*/{
    	    s//\1/
    	    q
    	  }
    	  s/.*/./; q'`
    
    
    # Avoid depending upon Character Ranges.
    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    as_cr_digits='0123456789'
    as_cr_alnum=$as_cr_Letters$as_cr_digits
    
    case `echo -n x` in #(((((
    
      case `echo 'xy\c'` in
    
      *c*) ECHO_T='	';;	# ECHO_T is single tab character.
    
      xy)  ECHO_C='\c';;
      *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
           ECHO_T='	';;
    
      esac;;
    *)
      ECHO_N='-n';;
    esac
    
    rm -f conf$$ conf$$.exe conf$$.file
    if test -d conf$$.dir; then
      rm -f conf$$.dir/conf$$.file
    else
      rm -f conf$$.dir