Diff for /rpl/Attic/configure between versions 1.35 and 1.36

version 1.35, 2010/08/15 14:46:23 version 1.36, 2010/08/22 16:38:34
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65 for rpl 4.0.18.  # Generated by GNU Autoconf 2.67 for rpl 4.0.18.
 #  #
 #  #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,  # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 # Inc.  # Foundation, Inc.
 #  #
 #  #
 # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
Line 316  $as_echo X"$as_dir" | Line 316  $as_echo X"$as_dir" |
       test -d "$as_dir" && break        test -d "$as_dir" && break
     done      done
     test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"    } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   
   
 } # as_fn_mkdir_p  } # as_fn_mkdir_p
Line 356  else Line 356  else
 fi # as_fn_arith  fi # as_fn_arith
   
   
 # as_fn_error ERROR [LINENO LOG_FD]  # as_fn_error STATUS ERROR [LINENO LOG_FD]
 # ---------------------------------  # ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are  # 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  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 # script with status $?, using 1 if that was 0.  # script with STATUS, using 1 if that was 0.
 as_fn_error ()  as_fn_error ()
 {  {
   as_status=$?; test $as_status -eq 0 && as_status=1    as_status=$1; test $as_status -eq 0 && as_status=1
   if test "$3"; then    if test "$4"; then
     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack      as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3      $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi    fi
   $as_echo "$as_me: error: $1" >&2    $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status    as_fn_exit $as_status
 } # as_fn_error  } # as_fn_error
   
Line 530  test -n "$DJDIR" || exec 7<&0 </dev/null Line 530  test -n "$DJDIR" || exec 7<&0 </dev/null
 exec 6>&1  exec 6>&1
   
 # Name of the host.  # Name of the host.
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,  # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 # so uname gets run too.  # so uname gets run too.
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   
Line 613  NCURSES Line 613  NCURSES
 BROKEN_SIGINFO  BROKEN_SIGINFO
 IPV6  IPV6
 SEMUN  SEMUN
   IPCS_SYSV
 SEMAPHORES_SYSV  SEMAPHORES_SYSV
 SEMAPHORES_NOMMES  SEMAPHORES_NOMMES
 NESTED_FUNCTIONS  NESTED_FUNCTIONS
Line 764  enable_option_checking Line 765  enable_option_checking
 enable_dependency_tracking  enable_dependency_tracking
 with_x  with_x
 enable_optimization  enable_optimization
   enable_sysv_semaphores
 enable_full_static  enable_full_static
 enable_final_encoding  enable_final_encoding
 enable_tex  enable_tex
Line 866  do Line 868  do
   fi    fi
   
   case $ac_option in    case $ac_option in
   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;    *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   *)    ac_optarg=yes ;;    *=)   ac_optarg= ;;
     *)    ac_optarg=yes ;;
   esac    esac
   
   # Accept the important Cygnus configure options, so we can diagnose typos.    # Accept the important Cygnus configure options, so we can diagnose typos.
Line 912  do Line 915  do
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid feature name: $ac_useropt"        as_fn_error $? "invalid feature name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 938  do Line 941  do
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid feature name: $ac_useropt"        as_fn_error $? "invalid feature name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1142  do Line 1145  do
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid package name: $ac_useropt"        as_fn_error $? "invalid package name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1158  do Line 1161  do
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid package name: $ac_useropt"        as_fn_error $? "invalid package name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1188  do Line 1191  do
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
   
   -*) as_fn_error "unrecognized option: \`$ac_option'    -*) as_fn_error $? "unrecognized option: \`$ac_option'
 Try \`$0 --help' for more information."  Try \`$0 --help' for more information"
     ;;      ;;
   
   *=*)    *=*)
Line 1197  Try \`$0 --help' for more information." Line 1200  Try \`$0 --help' for more information."
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     case $ac_envvar in #(      case $ac_envvar in #(
       '' | [0-9]* | *[!_$as_cr_alnum]* )        '' | [0-9]* | *[!_$as_cr_alnum]* )
       as_fn_error "invalid variable name: \`$ac_envvar'" ;;        as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
     esac      esac
     eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;      export $ac_envvar ;;
Line 1215  done Line 1218  done
   
 if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   as_fn_error "missing argument to $ac_option"    as_fn_error $? "missing argument to $ac_option"
 fi  fi
   
 if test -n "$ac_unrecognized_opts"; then  if test -n "$ac_unrecognized_opts"; then
   case $enable_option_checking in    case $enable_option_checking in
     no) ;;      no) ;;
     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;      fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   esac    esac
 fi  fi
Line 1244  do Line 1247  do
     [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   esac    esac
   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"    as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 done  done
   
 # There might be people who depend on the old broken behavior: `$host'  # There might be people who depend on the old broken behavior: `$host'
Line 1258  target=$target_alias Line 1261  target=$target_alias
 if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
   if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
     cross_compiling=maybe      cross_compiling=maybe
     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.      $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
     If a cross compiler is detected then cross compile mode will be used." >&2      If a cross compiler is detected then cross compile mode will be used" >&2
   elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
     cross_compiling=yes      cross_compiling=yes
   fi    fi
Line 1274  test "$silent" = yes && exec 6>/dev/null Line 1277  test "$silent" = yes && exec 6>/dev/null
 ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
 ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   as_fn_error "working directory cannot be determined"    as_fn_error $? "working directory cannot be determined"
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   as_fn_error "pwd does not report name of working directory"    as_fn_error $? "pwd does not report name of working directory"
   
   
 # Find the source files, if location was not specified.  # Find the source files, if location was not specified.
Line 1315  else Line 1318  else
 fi  fi
 if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"    as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 fi  fi
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 ac_abs_confdir=`(  ac_abs_confdir=`(
     cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"      cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
     pwd)`      pwd)`
 # When building in place, set srcdir=.  # When building in place, set srcdir=.
 if test "$ac_abs_confdir" = "$ac_pwd"; then  if test "$ac_abs_confdir" = "$ac_pwd"; then
Line 1359  Configuration: Line 1362  Configuration:
       --help=short        display options specific to this package        --help=short        display options specific to this package
       --help=recursive    display the short help of all the included packages        --help=recursive    display the short help of all the included packages
   -V, --version           display version information and exit    -V, --version           display version information and exit
   -q, --quiet, --silent   do not print \`checking...' messages    -q, --quiet, --silent   do not print \`checking ...' messages
       --cache-file=FILE   cache test results in FILE [disabled]        --cache-file=FILE   cache test results in FILE [disabled]
   -C, --config-cache      alias for \`--cache-file=config.cache'    -C, --config-cache      alias for \`--cache-file=config.cache'
   -n, --no-create         do not create output files    -n, --no-create         do not create output files
Line 1431  Optional Features: Line 1434  Optional Features:
   --disable-dependency-tracking  speeds up one-time build    --disable-dependency-tracking  speeds up one-time build
   --enable-dependency-tracking   do not reject slow dependency extractors    --enable-dependency-tracking   do not reject slow dependency extractors
   --enable-optimization   set compiler flags [default=environment variables -O3]    --enable-optimization   set compiler flags [default=environment variables -O3]
     --enable-sysv-ipcs      use SystemV IPC functions [default=no]
   --enable-full-static    build static RPL/2 engine [default=shared]    --enable-full-static    build static RPL/2 engine [default=shared]
   --enable-final-encoding force final encoding [default=guessed]    --enable-final-encoding force final encoding [default=guessed]
   --enable-tex            provide the TeX support [default=guessed]    --enable-tex            provide the TeX support [default=guessed]
Line 1535  test -n "$ac_init_help" && exit $ac_stat Line 1539  test -n "$ac_init_help" && exit $ac_stat
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 rpl configure 4.0.18  rpl configure 4.0.18
 generated by GNU Autoconf 2.65  generated by GNU Autoconf 2.67
   
 Copyright (C) 2009 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
 _ACEOF  _ACEOF
Line 1721  $as_echo "$ac_try_echo"; } >&5 Line 1725  $as_echo "$ac_try_echo"; } >&5
     mv -f conftest.er1 conftest.err      mv -f conftest.er1 conftest.err
   fi    fi
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; } >/dev/null && {    test $ac_status = 0; } > conftest.i && {
      test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||       test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
      test ! -s conftest.err       test ! -s conftest.err
        }; then :         }; then :
Line 1791  ac_fn_c_check_func () Line 1795  ac_fn_c_check_func ()
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 1859  ac_fn_c_check_type () Line 1863  ac_fn_c_check_type ()
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   eval "$3=no"    eval "$3=no"
Line 2133  ac_fn_c_check_header_compile () Line 2137  ac_fn_c_check_header_compile ()
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 2163  $as_echo "$ac_res" >&6; } Line 2167  $as_echo "$ac_res" >&6; }
 ac_fn_c_check_header_mongrel ()  ac_fn_c_check_header_mongrel ()
 {  {
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :    if eval "test \"\${$3+set}\"" = set; then :
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 fi  fi
 eval ac_res=\$$3  eval ac_res=\$$3
Line 2202  if ac_fn_c_try_cpp "$LINENO"; then : Line 2206  if ac_fn_c_try_cpp "$LINENO"; then :
 else  else
   ac_header_preproc=no    ac_header_preproc=no
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
 $as_echo "$ac_header_preproc" >&6; }  $as_echo "$ac_header_preproc" >&6; }
   
Line 2229  $as_echo "$as_me: WARNING: $2: proceedin Line 2233  $as_echo "$as_me: WARNING: $2: proceedin
 esac  esac
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   eval "$3=\$ac_header_compiler"    eval "$3=\$ac_header_compiler"
Line 2246  This file contains any messages produced Line 2250  This file contains any messages produced
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
 It was created by rpl $as_me 4.0.18, which was  It was created by rpl $as_me 4.0.18, which was
 generated by GNU Autoconf 2.65.  Invocation command line was  generated by GNU Autoconf 2.67.  Invocation command line was
   
   $ $0 $@    $ $0 $@
   
Line 2356  trap 'exit_status=$? Line 2360  trap 'exit_status=$?
   {    {
     echo      echo
   
     cat <<\_ASBOX      $as_echo "## ---------------- ##
 ## ---------------- ##  
 ## Cache variables. ##  ## Cache variables. ##
 ## ---------------- ##  ## ---------------- ##"
 _ASBOX  
     echo      echo
     # The following way of writing the cache mishandles newlines in values,      # The following way of writing the cache mishandles newlines in values,
 (  (
Line 2394  $as_echo "$as_me: WARNING: cache variabl Line 2396  $as_echo "$as_me: WARNING: cache variabl
 )  )
     echo      echo
   
     cat <<\_ASBOX      $as_echo "## ----------------- ##
 ## ----------------- ##  
 ## Output variables. ##  ## Output variables. ##
 ## ----------------- ##  ## ----------------- ##"
 _ASBOX  
     echo      echo
     for ac_var in $ac_subst_vars      for ac_var in $ac_subst_vars
     do      do
Line 2411  _ASBOX Line 2411  _ASBOX
     echo      echo
   
     if test -n "$ac_subst_files"; then      if test -n "$ac_subst_files"; then
       cat <<\_ASBOX        $as_echo "## ------------------- ##
 ## ------------------- ##  
 ## File substitutions. ##  ## File substitutions. ##
 ## ------------------- ##  ## ------------------- ##"
 _ASBOX  
       echo        echo
       for ac_var in $ac_subst_files        for ac_var in $ac_subst_files
       do        do
Line 2429  _ASBOX Line 2427  _ASBOX
     fi      fi
   
     if test -s confdefs.h; then      if test -s confdefs.h; then
       cat <<\_ASBOX        $as_echo "## ----------- ##
 ## ----------- ##  
 ## confdefs.h. ##  ## confdefs.h. ##
 ## ----------- ##  ## ----------- ##"
 _ASBOX  
       echo        echo
       cat confdefs.h        cat confdefs.h
       echo        echo
Line 2488  _ACEOF Line 2484  _ACEOF
 ac_site_file1=NONE  ac_site_file1=NONE
 ac_site_file2=NONE  ac_site_file2=NONE
 if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
   ac_site_file1=$CONFIG_SITE    # We do not want a PATH search for config.site.
     case $CONFIG_SITE in #((
       -*)  ac_site_file1=./$CONFIG_SITE;;
       */*) ac_site_file1=$CONFIG_SITE;;
       *)   ac_site_file1=./$CONFIG_SITE;;
     esac
 elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
   ac_site_file1=$prefix/share/config.site    ac_site_file1=$prefix/share/config.site
   ac_site_file2=$prefix/etc/config.site    ac_site_file2=$prefix/etc/config.site
Line 2503  do Line 2504  do
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
     . "$ac_site_file"      . "$ac_site_file" \
         || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   as_fn_error $? "failed to load site script $ac_site_file
   See \`config.log' for more details" "$LINENO" 5 ; }
   fi    fi
 done  done
   
Line 2579  if $ac_cache_corrupted; then Line 2584  if $ac_cache_corrupted; then
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5    as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 fi  fi
 ## -------------------- ##  ## -------------------- ##
 ## Main body of script. ##  ## Main body of script. ##
Line 2594  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 2599  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 ac_aux_dir=  ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   for ac_t in install-sh install.sh shtool; do    if test -f "$ac_dir/install-sh"; then
     if test -f "$ac_dir/$ac_t"; then      ac_aux_dir=$ac_dir
       ac_aux_dir=$ac_dir      ac_install_sh="$ac_aux_dir/install-sh -c"
       ac_install_sh="$ac_aux_dir/$ac_t -c"      break
       break 2    elif test -f "$ac_dir/install.sh"; then
     fi      ac_aux_dir=$ac_dir
   done      ac_install_sh="$ac_aux_dir/install.sh -c"
       break
     elif test -f "$ac_dir/shtool"; then
       ac_aux_dir=$ac_dir
       ac_install_sh="$ac_aux_dir/shtool install -c"
       break
     fi
 done  done
 if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5    as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 fi  fi
   
 # These three variables are undocumented and unsupported,  # These three variables are undocumented and unsupported,
Line 2617  ac_configure="$SHELL $ac_aux_dir/configu Line 2628  ac_configure="$SHELL $ac_aux_dir/configu
   
 # Make sure we can run config.sub.  # Make sure we can run config.sub.
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5    as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 $as_echo_n "checking build system type... " >&6; }  $as_echo_n "checking build system type... " >&6; }
Line 2628  else Line 2639  else
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5    as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 $as_echo "$ac_cv_build" >&6; }  $as_echo "$ac_cv_build" >&6; }
 case $ac_cv_build in  case $ac_cv_build in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
 esac  esac
 build=$ac_cv_build  build=$ac_cv_build
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2662  else Line 2673  else
   ac_cv_host=$ac_cv_build    ac_cv_host=$ac_cv_build
 else  else
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 fi  fi
   
 fi  fi
Line 2670  fi Line 2681  fi
 $as_echo "$ac_cv_host" >&6; }  $as_echo "$ac_cv_host" >&6; }
 case $ac_cv_host in  case $ac_cv_host in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
 esac  esac
 host=$ac_cv_host  host=$ac_cv_host
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2695  else Line 2706  else
   ac_cv_target=$ac_cv_host    ac_cv_target=$ac_cv_host
 else  else
   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||    ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
 fi  fi
   
 fi  fi
Line 2703  fi Line 2714  fi
 $as_echo "$ac_cv_target" >&6; }  $as_echo "$ac_cv_target" >&6; }
 case $ac_cv_target in  case $ac_cv_target in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
 esac  esac
 target=$ac_cv_target  target=$ac_cv_target
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2832  am_lf=' Line 2843  am_lf='
 '  '
 case `pwd` in  case `pwd` in
   *[\\\"\#\$\&\'\`$am_lf]*)    *[\\\"\#\$\&\'\`$am_lf]*)
     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;      as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
 esac  esac
 case $srcdir in  case $srcdir in
   *[\\\"\#\$\&\'\`$am_lf\ \ ]*)    *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;      as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
 esac  esac
   
 # Do `set' in a subshell so we don't clobber the current shell's  # Do `set' in a subshell so we don't clobber the current shell's
Line 2858  if ( Line 2869  if (
       # if, for instance, CONFIG_SHELL is bash and it inherits a        # if, for instance, CONFIG_SHELL is bash and it inherits a
       # broken ls alias from the environment.  This has actually        # broken ls alias from the environment.  This has actually
       # happened.  Such a system could not be considered "sane".        # happened.  Such a system could not be considered "sane".
       as_fn_error "ls -t appears to fail.  Make sure there is not a broken        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 alias in your environment" "$LINENO" 5  alias in your environment" "$LINENO" 5
    fi     fi
   
Line 2868  then Line 2879  then
    # Ok.     # Ok.
    :     :
 else  else
    as_fn_error "newly created file is older than distributed files!     as_fn_error $? "newly created file is older than distributed files!
 Check your system clock" "$LINENO" 5  Check your system clock" "$LINENO" 5
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Line 3106  done Line 3117  done
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 set x ${MAKE-make}  set x ${MAKE-make}
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
Line 3114  SHELL = /bin/sh Line 3125  SHELL = /bin/sh
 all:  all:
     @echo '@@@%%%=$(MAKE)=@@@%%%'      @echo '@@@%%%=$(MAKE)=@@@%%%'
 _ACEOF  _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 case `${MAKE-make} -f conftest.make 2>/dev/null` in  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=yes;;
Line 3148  if test "`cd $srcdir && pwd`" != "`pwd`" Line 3159  if test "`cd $srcdir && pwd`" != "`pwd`"
   am__isrc=' -I$(srcdir)'    am__isrc=' -I$(srcdir)'
   # test to see if srcdir already configured    # test to see if srcdir already configured
   if test -f $srcdir/config.status; then    if test -f $srcdir/config.status; then
     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5      as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   fi    fi
 fi  fi
   
Line 3327  fi Line 3338  fi
   
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "no acceptable C compiler found in \$PATH  as_fn_error $? "no acceptable C compiler found in \$PATH
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5 ; }
   
 # Provide some information about the compiler.  # Provide some information about the compiler.
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Line 3442  sed 's/^/| /' conftest.$ac_ext >&5 Line 3453  sed 's/^/| /' conftest.$ac_ext >&5
   
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "C compiler cannot create executables
 as_fn_error "C compiler cannot create executables  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }  $as_echo "yes" >&6; }
Line 3486  done Line 3496  done
 else  else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot compute suffix of executables: cannot compile and link  as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5 ; }
 fi  fi
 rm -f conftest conftest$ac_cv_exeext  rm -f conftest conftest$ac_cv_exeext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Line 3544  $as_echo "$ac_try_echo"; } >&5 Line 3554  $as_echo "$ac_try_echo"; } >&5
     else      else
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot run C compiled programs.  as_fn_error $? "cannot run C compiled programs.
 If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5 ; }
     fi      fi
   fi    fi
 fi  fi
Line 3597  sed 's/^/| /' conftest.$ac_ext >&5 Line 3607  sed 's/^/| /' conftest.$ac_ext >&5
   
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot compute suffix of object files: cannot compile  as_fn_error $? "cannot compute suffix of object files: cannot compile
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5 ; }
 fi  fi
 rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
 fi  fi
Line 4025  if test x"$CC" != x""; then Line 4035  if test x"$CC" != x""; then
             if test $GCC_VERSION_MAJEURE -ge 2; then              if test $GCC_VERSION_MAJEURE -ge 2; then
                 OPTIMISATION_C=-O2                  OPTIMISATION_C=-O2
             else              else
                 as_fn_error "Cannot find decent or recent gcc (gcc-4.2 or better)!" "$LINENO" 5                  as_fn_error $? "Cannot find decent or recent gcc (gcc-4.2 or better)!" "$LINENO" 5
             fi              fi
         fi          fi
     fi      fi
Line 4040  $as_echo_n "checking whether cc understa Line 4050  $as_echo_n "checking whether cc understa
 fi  fi
 set dummy $CC; ac_cc=`$as_echo "$2" |  set dummy $CC; ac_cc=`$as_echo "$2" |
               sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`                sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 4159  fi Line 4169  fi
   
   
 if test "$GCC" != yes; then  if test "$GCC" != yes; then
     as_fn_error "Cannot find gcc! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find gcc! You have to install it." "$LINENO" 5
 fi  fi
   
 ac_ext=cpp  ac_ext=cpp
Line 4548  fi Line 4558  fi
   
   
 if test "$GXX" != yes; then  if test "$GXX" != yes; then
     as_fn_error "Cannot find g++! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find g++! You have to install it." "$LINENO" 5
 fi  fi
   
 ac_ext=f  ac_ext=f
Line 4764  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 4774  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   
 if test "$F77" != gfortran -a "$F77" != gfortran-4.4; then  if test "$F77" != gfortran -a "$F77" != gfortran-4.4; then
     as_fn_error "Cannot find gfortran! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5
 fi  fi
   
 ac_ext=${ac_fc_srcext-f}  ac_ext=${ac_fc_srcext-f}
Line 4975  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 4985  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   
 if test "$FC" != gfortran -a "$FC" != gfortran-4.4; then  if test "$FC" != gfortran -a "$FC" != gfortran-4.4; then
     as_fn_error "Cannot find gfortran! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5
 fi  fi
   
 if test x"$FC" != x""; then  if test x"$FC" != x""; then
Line 4992  if test x"$FC" != x""; then Line 5002  if test x"$FC" != x""; then
             if test $GCC_VERSION_MAJEURE -ge 3; then              if test $GCC_VERSION_MAJEURE -ge 3; then
                 OPTIMISATION_F=-O2                  OPTIMISATION_F=-O2
             else              else
                 as_fn_error "Cannot find decent or recent gfortran (gfortran-4.3 or better)!" "$LINENO" 5                  as_fn_error $? "Cannot find decent or recent gfortran (gfortran-4.3 or better)!" "$LINENO" 5
             fi              fi
         fi          fi
     fi      fi
Line 5041  else Line 5051  else
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
   # OK, works on sane cases.  Now check whether nonexistent headers    # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.    # can be detected and how.
Line 5057  else Line 5067  else
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
 done  done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :  if $ac_preproc_ok; then :
   break    break
 fi  fi
Line 5100  else Line 5110  else
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
   # OK, works on sane cases.  Now check whether nonexistent headers    # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.    # can be detected and how.
Line 5116  else Line 5126  else
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
 done  done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :  if $ac_preproc_ok; then :
   
 else  else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "C preprocessor \"$CPP\" fails sanity check  as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5 ; }
 fi  fi
   
 ac_ext=c  ac_ext=c
Line 5152  if test "x$with_x" = xno; then Line 5162  if test "x$with_x" = xno; then
   have_x=disabled    have_x=disabled
 else  else
   case $x_includes,$x_libraries in #(    case $x_includes,$x_libraries in #(
     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(      *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :      *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
Line 5170  libdir: Line 5180  libdir:
     @echo libdir='${LIBDIR}'      @echo libdir='${LIBDIR}'
 _ACEOF  _ACEOF
   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then    if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.      # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
     for ac_var in incroot usrlibdir libdir; do      for ac_var in incroot usrlibdir libdir; do
       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"        eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
     done      done
Line 5256  else Line 5266  else
   fi    fi
 done  done
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
 fi # $ac_x_includes = no  fi # $ac_x_includes = no
   
 if test "$ac_x_libraries" = no; then  if test "$ac_x_libraries" = no; then
Line 5856  else Line 5866  else
 fi  fi
   
   
   # Check whether --enable-sysv-semaphores was given.
   if test "${enable_sysv_semaphores+set}" = set; then :
     enableval=$enable_sysv_semaphores;
   if test "$enableval" = "no"; then
       IPCS_SYSV=no
   else
       IPCS_SYSV=yes
   fi
   else
     IPCS_SYSV=no
   fi
   
   
 # Check whether --enable-full-static was given.  # Check whether --enable-full-static was given.
 if test "${enable_full_static+set}" = set; then :  if test "${enable_full_static+set}" = set; then :
   enableval=$enable_full_static;    enableval=$enable_full_static;
Line 6113  if test "${enable_final_run_path+set}" = Line 6136  if test "${enable_final_run_path+set}" =
     if test "x$enable_final_run_path" = "x"; then      if test "x$enable_final_run_path" = "x"; then
         { $as_echo "$as_me:${as_lineno-$LINENO}: \"No path with --enable-final-run-path.\"" >&5          { $as_echo "$as_me:${as_lineno-$LINENO}: \"No path with --enable-final-run-path.\"" >&5
 $as_echo "$as_me: \"No path with --enable-final-run-path.\"" >&6;}  $as_echo "$as_me: \"No path with --enable-final-run-path.\"" >&6;}
         as_fn_error "\"You should specify final path !\"" "$LINENO" 5          as_fn_error $? "\"You should specify final path !\"" "$LINENO" 5
     else      else
         RUNPATH="$enable_final_run_path"          RUNPATH="$enable_final_run_path"
     fi      fi
Line 6141  fi Line 6164  fi
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 set x ${MAKE-make}  set x ${MAKE-make}
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
Line 6149  SHELL = /bin/sh Line 6172  SHELL = /bin/sh
 all:  all:
     @echo '@@@%%%=$(MAKE)=@@@%%%'      @echo '@@@%%%=$(MAKE)=@@@%%%'
 _ACEOF  _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 case `${MAKE-make} -f conftest.make 2>/dev/null` in  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=yes;;
Line 6300  fi Line 6323  fi
   
   
 if test "$AWK" = no; then  if test "$AWK" = no; then
     as_fn_error "Can not find nawk !" "$LINENO" 5      as_fn_error $? "Can not find nawk !" "$LINENO" 5
 fi  fi
   
 # Extract the first word of "sed", so it can be a program name with args.  # Extract the first word of "sed", so it can be a program name with args.
Line 6342  fi Line 6365  fi
   
   
 if test "$SED" = no; then  if test "$SED" = no; then
     as_fn_error "Can not find sed !" "$LINENO" 5      as_fn_error $? "Can not find sed !" "$LINENO" 5
 fi  fi
   
 if test "$TEX_SUPPORT" = guessed; then  if test "$TEX_SUPPORT" = guessed; then
Line 6873  _ACEOF Line 6896  _ACEOF
   LIBS="-lm $LIBS"    LIBS="-lm $LIBS"
   
 else  else
   as_fn_error "Can not find libm !" "$LINENO" 5    as_fn_error $? "Can not find libm !" "$LINENO" 5
 fi  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
Line 6914  _ACEOF Line 6937  _ACEOF
   LIBS="-lpthread $LIBS"    LIBS="-lpthread $LIBS"
   
 else  else
   as_fn_error "Can not find libpthread !" "$LINENO" 5    as_fn_error $? "Can not find libpthread !" "$LINENO" 5
 fi  fi
   
   
Line 7715  esac Line 7738  esac
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   if test -z "$ac_cv_path_GREP"; then    if test -z "$ac_cv_path_GREP"; then
     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5      as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi    fi
 else  else
   ac_cv_path_GREP=$GREP    ac_cv_path_GREP=$GREP
Line 7781  esac Line 7804  esac
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   if test -z "$ac_cv_path_EGREP"; then    if test -z "$ac_cv_path_EGREP"; then
     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5      as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi    fi
 else  else
   ac_cv_path_EGREP=$EGREP    ac_cv_path_EGREP=$EGREP
Line 7913  do : Line 7936  do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default  ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
 "  "
 eval as_val=\$$as_ac_Header  if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 7939  else Line 7961  else
   if test "$ac_cv_type_void_p" = yes; then    if test "$ac_cv_type_void_p" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (void *)
 as_fn_error "cannot compute sizeof (void *)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_void_p=0       ac_cv_sizeof_void_p=0
    fi     fi
Line 7973  else Line 7994  else
   if test "$ac_cv_type_char" = yes; then    if test "$ac_cv_type_char" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (char)
 as_fn_error "cannot compute sizeof (char)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_char=0       ac_cv_sizeof_char=0
    fi     fi
Line 8007  else Line 8027  else
   if test "$ac_cv_type_short_int" = yes; then    if test "$ac_cv_type_short_int" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (short int)
 as_fn_error "cannot compute sizeof (short int)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_short_int=0       ac_cv_sizeof_short_int=0
    fi     fi
Line 8041  else Line 8060  else
   if test "$ac_cv_type_int" = yes; then    if test "$ac_cv_type_int" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (int)
 as_fn_error "cannot compute sizeof (int)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_int=0       ac_cv_sizeof_int=0
    fi     fi
Line 8075  else Line 8093  else
   if test "$ac_cv_type_long_int" = yes; then    if test "$ac_cv_type_long_int" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (long int)
 as_fn_error "cannot compute sizeof (long int)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_long_int=0       ac_cv_sizeof_long_int=0
    fi     fi
Line 8109  else Line 8126  else
   if test "$ac_cv_type_long_long_int" = yes; then    if test "$ac_cv_type_long_long_int" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (long long int)
 as_fn_error "cannot compute sizeof (long long int)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_long_long_int=0       ac_cv_sizeof_long_long_int=0
    fi     fi
Line 8143  else Line 8159  else
   if test "$ac_cv_type_float" = yes; then    if test "$ac_cv_type_float" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (float)
 as_fn_error "cannot compute sizeof (float)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_float=0       ac_cv_sizeof_float=0
    fi     fi
Line 8177  else Line 8192  else
   if test "$ac_cv_type_double" = yes; then    if test "$ac_cv_type_double" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (double)
 as_fn_error "cannot compute sizeof (double)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_double=0       ac_cv_sizeof_double=0
    fi     fi
Line 8211  else Line 8225  else
   if test "$ac_cv_type_long_double" = yes; then    if test "$ac_cv_type_long_double" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (long double)
 as_fn_error "cannot compute sizeof (long double)  See \`config.log' for more details" "$LINENO" 5 ; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_long_double=0       ac_cv_sizeof_long_double=0
    fi     fi
Line 8236  for ac_hdr in dirent.h sys/ndir.h sys/di Line 8249  for ac_hdr in dirent.h sys/ndir.h sys/di
   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`    as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }  $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval "test \"\${$as_ac_Header+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8263  fi Line 8276  fi
 eval ac_res=\$$as_ac_Header  eval ac_res=\$$as_ac_Header
            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 $as_echo "$ac_res" >&6; }  $as_echo "$ac_res" >&6; }
 eval as_val=\$$as_ac_Header  if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 8549  for ac_header in dlfcn.h fcntl.h math.h Line 8561  for ac_header in dlfcn.h fcntl.h math.h
 do :  do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"  ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 eval as_val=\$$as_ac_Header  if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 8801  $as_echo_n "checking for broken siginfo- Line 8812  $as_echo_n "checking for broken siginfo-
 if test "$cross_compiling" = yes; then :  if test "$cross_compiling" = yes; then :
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot run test program while cross compiling  as_fn_error $? "cannot run test program while cross compiling
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5 ; }
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 8954  for ac_func in ftime getcwd putenv selec Line 8965  for ac_func in ftime getcwd putenv selec
 do :  do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"  ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 eval as_val=\$$as_ac_var  if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 8980  else Line 8990  else
         (cd tools/$OPENSSL && ./config)          (cd tools/$OPENSSL && ./config)
     elif test "x$with_openssl_arch" = xyes -o "x$with_openssl_arch" = xno; then      elif test "x$with_openssl_arch" = xyes -o "x$with_openssl_arch" = xno; then
         (cd tools/$OPENSSL && ./Configure)          (cd tools/$OPENSSL && ./Configure)
         as_fn_error "OS/COMP informations are required!" "$LINENO" 5          as_fn_error $? "OS/COMP informations are required!" "$LINENO" 5
     elif test "x$with_openssl_arch" = xlist; then      elif test "x$with_openssl_arch" = xlist; then
         (cd tools/$OPENSSL && ./Configure)          (cd tools/$OPENSSL && ./Configure)
         as_fn_error "Please specify OS and Architecture" "$LINENO" 5          as_fn_error $? "Please specify OS and Architecture" "$LINENO" 5
     else      else
         (cd tools/$OPENSSL && ./Configure $with_openssl_arch)          (cd tools/$OPENSSL && ./Configure $with_openssl_arch)
     fi      fi
Line 9082  case $OS in Line 9092  case $OS in
         NESTED_FUNCTIONS=-fnested-functions          NESTED_FUNCTIONS=-fnested-functions
         SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES          SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES
         SEMAPHORES_SYSV=-USEMAPHORES_SYSV          SEMAPHORES_SYSV=-USEMAPHORES_SYSV
           IPCS_SYSV=-UIPCS_SYSV
         CXXFLAGS="$CXXFLAGS -D_GLIBCXX_FULLY_DYNAMIC_STRING"          CXXFLAGS="$CXXFLAGS -D_GLIBCXX_FULLY_DYNAMIC_STRING"
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static"                  --disable-shared --enable-static"
Line 9093  case $OS in Line 9104  case $OS in
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES          SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
         SEMAPHORES_SYSV=-USEMAPHORES_SYSV          SEMAPHORES_SYSV=-USEMAPHORES_SYSV
           IPCS_SYSV=-UIPCS_SYSV
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static"                  --disable-shared --enable-static"
         C_STANDARD=-std=gnu99          C_STANDARD=-std=gnu99
Line 9103  case $OS in Line 9115  case $OS in
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES          SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
         SEMAPHORES_SYSV=-USEMAPHORES_SYSV          SEMAPHORES_SYSV=-USEMAPHORES_SYSV
           IPCS_SYSV=-UIPCS_SYSV
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static"                  --disable-shared --enable-static"
         C_STANDARD=-std=gnu99          C_STANDARD=-std=gnu99
Line 9113  case $OS in Line 9126  case $OS in
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES          SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES
         SEMAPHORES_SYSV=-USEMAPHORES_SYSV          SEMAPHORES_SYSV=-USEMAPHORES_SYSV
           IPCS_SYSV=-UIPCS_SYSV
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static"                  --disable-shared --enable-static"
         C_STANDARD=-std=gnu99          C_STANDARD=-std=gnu99
Line 9128  case $OS in Line 9142  case $OS in
         EXPORT_DYNAMIC=-Zmap          EXPORT_DYNAMIC=-Zmap
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES          SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
         SEMAPHORES_SYSV=-DSEMAPHORES_SYSV          SEMAPHORES_SYSV=-DSEMAPHORES_SYSV
           IPCS_SYSV=-DIPCS_SYSV
         ac_configure_args="$ac_configure_args --without-readline \          ac_configure_args="$ac_configure_args --without-readline \
                 --without-cairo --disable-shared --enable-static"                  --without-cairo --disable-shared --enable-static"
         C_STANDARD=          C_STANDARD=
Line 9141  case $OS in Line 9156  case $OS in
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES          SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
         SEMAPHORES_SYSV=-USEMAPHORES_SYSV          SEMAPHORES_SYSV=-USEMAPHORES_SYSV
           IPCS_SYSV=-DIPCS_SYSV
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static"                  --disable-shared --enable-static"
         C_STANDARD=-std=gnu99          C_STANDARD=-std=gnu99
Line 9150  case $OS in Line 9166  case $OS in
         EXPORT_DYNAMIC=-Wl,--export-dynamic          EXPORT_DYNAMIC=-Wl,--export-dynamic
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES          SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
         SEMAPHORES_SYSV=-USEMAPHORES_SYSV  
           if test $IPCS_SYSV = no; then
               SEMAPHORES_SYSV=-USEMAPHORES_SYSV
               IPCS_SYSV=-UIPCS_SYSV
           else
               SEMAPHORES_SYSV=-DSEMAPHORES_SYSV
               IPCS_SYSV=-DIPCS_SYSV
           fi
   
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static"                  --disable-shared --enable-static"
         C_STANDARD=-std=gnu99          C_STANDARD=-std=gnu99
Line 9188  esac Line 9212  esac
   
   
   
   
 ac_config_files="$ac_config_files Makefile"  ac_config_files="$ac_config_files Makefile"
   
 ac_config_files="$ac_config_files COPYING"  ac_config_files="$ac_config_files COPYING"
Line 9327  DEFS=-DHAVE_CONFIG_H Line 9352  DEFS=-DHAVE_CONFIG_H
   
 ac_libobjs=  ac_libobjs=
 ac_ltlibobjs=  ac_ltlibobjs=
   U=
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Line 9350  else Line 9376  else
 fi  fi
   
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   as_fn_error "conditional \"AMDEP\" was never defined.    as_fn_error $? "conditional \"AMDEP\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   as_fn_error "conditional \"am__fastdepCC\" was never defined.    as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   as_fn_error "conditional \"am__fastdepCXX\" was never defined.    as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
   
Line 9508  export LANGUAGE Line 9534  export LANGUAGE
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
   
 # as_fn_error ERROR [LINENO LOG_FD]  # as_fn_error STATUS ERROR [LINENO LOG_FD]
 # ---------------------------------  # ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are  # 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  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 # script with status $?, using 1 if that was 0.  # script with STATUS, using 1 if that was 0.
 as_fn_error ()  as_fn_error ()
 {  {
   as_status=$?; test $as_status -eq 0 && as_status=1    as_status=$1; test $as_status -eq 0 && as_status=1
   if test "$3"; then    if test "$4"; then
     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack      as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3      $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi    fi
   $as_echo "$as_me: error: $1" >&2    $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status    as_fn_exit $as_status
 } # as_fn_error  } # as_fn_error
   
Line 9716  $as_echo X"$as_dir" | Line 9742  $as_echo X"$as_dir" |
       test -d "$as_dir" && break        test -d "$as_dir" && break
     done      done
     test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"    } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   
   
 } # as_fn_mkdir_p  } # as_fn_mkdir_p
Line 9770  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 9796  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
 This file was extended by rpl $as_me 4.0.18, which was  This file was extended by rpl $as_me 4.0.18, which was
 generated by GNU Autoconf 2.65.  Invocation command line was  generated by GNU Autoconf 2.67.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 9836  cat >>$CONFIG_STATUS <<_ACEOF || ac_writ Line 9862  cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\  ac_cs_version="\\
 rpl config.status 4.0.18  rpl config.status 4.0.18
 configured by $0, generated by GNU Autoconf 2.65,  configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   
 Copyright (C) 2009 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
   
Line 9857  ac_need_defaults=: Line 9883  ac_need_defaults=:
 while test $# != 0  while test $# != 0
 do  do
   case $1 in    case $1 in
   --*=*)    --*=?*)
     ac_option=`expr "X$1" : 'X\([^=]*\)='`      ac_option=`expr "X$1" : 'X\([^=]*\)='`
     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     ac_shift=:      ac_shift=:
     ;;      ;;
     --*=)
       ac_option=`expr "X$1" : 'X\([^=]*\)='`
       ac_optarg=
       ac_shift=:
       ;;
   *)    *)
     ac_option=$1      ac_option=$1
     ac_optarg=$2      ac_optarg=$2
Line 9883  do Line 9914  do
     $ac_shift      $ac_shift
     case $ac_optarg in      case $ac_optarg in
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
       '') as_fn_error $? "missing file argument" ;;
     esac      esac
     as_fn_append CONFIG_FILES " '$ac_optarg'"      as_fn_append CONFIG_FILES " '$ac_optarg'"
     ac_need_defaults=false;;      ac_need_defaults=false;;
Line 9895  do Line 9927  do
     ac_need_defaults=false;;      ac_need_defaults=false;;
   --he | --h)    --he | --h)
     # Conflict between --help and --header      # Conflict between --help and --header
     as_fn_error "ambiguous option: \`$1'      as_fn_error $? "ambiguous option: \`$1'
 Try \`$0 --help' for more information.";;  Try \`$0 --help' for more information.";;
   --help | --hel | -h )    --help | --hel | -h )
     $as_echo "$ac_cs_usage"; exit ;;      $as_echo "$ac_cs_usage"; exit ;;
Line 9904  Try \`$0 --help' for more information."; Line 9936  Try \`$0 --help' for more information.";
     ac_cs_silent=: ;;      ac_cs_silent=: ;;
   
   # This is an error.    # This is an error.
   -*) as_fn_error "unrecognized option: \`$1'    -*) as_fn_error $? "unrecognized option: \`$1'
 Try \`$0 --help' for more information." ;;  Try \`$0 --help' for more information." ;;
   
   *) as_fn_append ac_config_targets " $1"    *) as_fn_append ac_config_targets " $1"
Line 9988  do Line 10020  do
     "man/fr_FR/rpltags.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpltags.1" ;;      "man/fr_FR/rpltags.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpltags.1" ;;
     "man/fr_FR/mkrplso.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/mkrplso.1" ;;      "man/fr_FR/mkrplso.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/mkrplso.1" ;;
   
   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
   esac    esac
 done  done
   
Line 10026  $debug || Line 10058  $debug ||
 {  {
   tmp=./conf$$-$RANDOM    tmp=./conf$$-$RANDOM
   (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5  } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
   
 # Set up the scripts for CONFIG_FILES section.  # Set up the scripts for CONFIG_FILES section.
 # No need to generate them if there are no CONFIG_FILES.  # No need to generate them if there are no CONFIG_FILES.
Line 10043  if test "x$ac_cr" = x; then Line 10075  if test "x$ac_cr" = x; then
 fi  fi
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   ac_cs_awk_cr='\r'    ac_cs_awk_cr='\\r'
 else  else
   ac_cs_awk_cr=$ac_cr    ac_cs_awk_cr=$ac_cr
 fi  fi
Line 10057  _ACEOF Line 10089  _ACEOF
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   echo "_ACEOF"    echo "_ACEOF"
 } >conf$$subs.sh ||  } >conf$$subs.sh ||
   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`  ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
 ac_delim='%!_!# '  ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
   . ./conf$$subs.sh ||    . ./conf$$subs.sh ||
     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5      as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   
   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   if test $ac_delim_n = $ac_delim_num; then    if test $ac_delim_n = $ac_delim_num; then
     break      break
   elif $ac_last_try; then    elif $ac_last_try; then
     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5      as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   else    else
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi    fi
Line 10157  if sed "s/$ac_cr//" < /dev/null > /dev/n Line 10189  if sed "s/$ac_cr//" < /dev/null > /dev/n
 else  else
   cat    cat
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \  fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
   || as_fn_error "could not setup config files machinery" "$LINENO" 5    || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 _ACEOF  _ACEOF
   
 # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 # trailing colons and then remove the whole line if VPATH becomes empty  # trailing colons and then remove the whole line if VPATH becomes empty
 # (actually we leave an empty line to preserve line numbers).  # (actually we leave an empty line to preserve line numbers).
 if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
   ac_vpsub='/^[  ]*VPATH[    ]*=/{    ac_vpsub='/^[  ]*VPATH[    ]*=[    ]*/{
 s/:*\$(srcdir):*/:/  h
 s/:*\${srcdir}:*/:/  s///
 s/:*@srcdir@:*/:/  s/^/:/
 s/^\([^=]*=[     ]*\):*/\1/  s/[  ]*$/:/
   s/:\$(srcdir):/:/g
   s/:\${srcdir}:/:/g
   s/:@srcdir@:/:/g
   s/^:*//
 s/:*$//  s/:*$//
   x
   s/\(=[   ]*\).*/\1/
   G
   s/\n//
 s/^[^=]*=[   ]*$//  s/^[^=]*=[   ]*$//
 }'  }'
 fi  fi
Line 10198  for ac_last_try in false false :; do Line 10238  for ac_last_try in false false :; do
   if test -z "$ac_t"; then    if test -z "$ac_t"; then
     break      break
   elif $ac_last_try; then    elif $ac_last_try; then
     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5      as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
   else    else
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi    fi
Line 10283  cat >>$CONFIG_STATUS <<_ACEOF || ac_writ Line 10323  cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
 _ACAWK  _ACAWK
 _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   as_fn_error "could not setup config headers machinery" "$LINENO" 5    as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
 fi # test -n "$CONFIG_HEADERS"  fi # test -n "$CONFIG_HEADERS"
   
   
Line 10296  do Line 10336  do
   esac    esac
   case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
   :[FHL]*:*);;    :[FHL]*:*);;
   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;    :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
   :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   esac    esac
Line 10324  do Line 10364  do
        [\\/$]*) false;;         [\\/$]*) false;;
        *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;         *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
        esac ||         esac ||
        as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;         as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
       esac        esac
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
       as_fn_append ac_file_inputs " '$ac_f'"        as_fn_append ac_file_inputs " '$ac_f'"
Line 10351  $as_echo "$as_me: creating $ac_file" >&6 Line 10391  $as_echo "$as_me: creating $ac_file" >&6
   
     case $ac_tag in      case $ac_tag in
     *:-:* | *:-) cat >"$tmp/stdin" \      *:-:* | *:-) cat >"$tmp/stdin" \
       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;        || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
     esac      esac
     ;;      ;;
   esac    esac
Line 10488  s&@MKDIR_P@&$ac_MKDIR_P&;t t Line 10528  s&@MKDIR_P@&$ac_MKDIR_P&;t t
 $ac_datarootdir_hack  $ac_datarootdir_hack
 "  "
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
   || as_fn_error "could not create $ac_file" "$LINENO" 5    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined" >&5
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined" >&2;}
   
   rm -f "$tmp/stdin"    rm -f "$tmp/stdin"
   case $ac_file in    case $ac_file in
   -) cat "$tmp/out" && rm -f "$tmp/out";;    -) cat "$tmp/out" && rm -f "$tmp/out";;
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
   esac \    esac \
   || as_fn_error "could not create $ac_file" "$LINENO" 5    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  ;;   ;;
   :H)    :H)
   #    #
Line 10514  which seems to be undefined.  Please mak Line 10554  which seems to be undefined.  Please mak
       $as_echo "/* $configure_input  */" \        $as_echo "/* $configure_input  */" \
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     } >"$tmp/config.h" \      } >"$tmp/config.h" \
       || as_fn_error "could not create $ac_file" "$LINENO" 5        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then      if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 $as_echo "$as_me: $ac_file is unchanged" >&6;}  $as_echo "$as_me: $ac_file is unchanged" >&6;}
     else      else
       rm -f "$ac_file"        rm -f "$ac_file"
       mv "$tmp/config.h" "$ac_file" \        mv "$tmp/config.h" "$ac_file" \
     || as_fn_error "could not create $ac_file" "$LINENO" 5      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     fi      fi
   else    else
     $as_echo "/* $configure_input  */" \      $as_echo "/* $configure_input  */" \
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
       || as_fn_error "could not create -" "$LINENO" 5        || as_fn_error $? "could not create -" "$LINENO" 5
   fi    fi
 # Compute "$ac_file"'s index in $config_headers.  # Compute "$ac_file"'s index in $config_headers.
 _am_arg="$ac_file"  _am_arg="$ac_file"
Line 10676  _ACEOF Line 10716  _ACEOF
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
   
 test $ac_write_fail = 0 ||  test $ac_write_fail = 0 ||
   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5    as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
   
   
 # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
Line 10697  if test "$no_create" != yes; then Line 10737  if test "$no_create" != yes; then
   exec 5>>config.log    exec 5>>config.log
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
   $ac_cs_success || as_fn_exit $?    $ac_cs_success || as_fn_exit 1
 fi  fi
   
 #  #
Line 10838  $as_echo "$as_me: running $SHELL $ac_sub Line 10878  $as_echo "$as_me: running $SHELL $ac_sub
       # The eval makes quoting arguments work.        # The eval makes quoting arguments work.
       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \        eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
        --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||         --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
     as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5      as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
     fi      fi
   
     cd "$ac_popdir"      cd "$ac_popdir"

Removed from v.1.35  
changed lines
  Added in v.1.36


CVSweb interface <joel.bertrand@systella.fr>