<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -60,4 +60,4 @@ hashtable.$(OBJ):	hashtable.c
 epam.$(OBJ):	epam.c
 	$(CC) -c $(CFLAGS) $&lt;
 ../priv/epam: epam.$(OBJ)
-	$(CC) -o $@ $&lt; -lpam
+	$(CC) -o $@ $(CFLAGS) $&lt; -lpam</diff>
      <filename>c_src/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63.
+# Generated by GNU Autoconf 2.61.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 ## --------------------- ##
@@ -15,7 +15,7 @@ DUALCASE=1; export DUALCASE # for MKS sh
 if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+&quot;$@&quot;}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+&quot;$@&quot;}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
@@ -37,45 +37,17 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 as_cr_digits='0123456789'
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
-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
-if (test &quot;X`printf %s $as_echo`&quot; = &quot;X$as_echo&quot;) 2&gt;/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test &quot;X`(/usr/ucb/echo -n -n $as_echo) 2&gt;/dev/null`&quot; = &quot;X-n $as_echo&quot;; then
-    as_echo_body='eval /usr/ucb/echo -n &quot;$1$as_nl&quot;'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr &quot;X$1&quot; : &quot;X\\(.*\\)&quot;'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *&quot;$as_nl&quot;*)
-	expr &quot;X$arg&quot; : &quot;X\\(.*\\)$as_nl&quot;;
-	arg=`expr &quot;X$arg&quot; : &quot;.*$as_nl\\(.*\\)&quot;`;;
-      esac;
-      expr &quot;X$arg&quot; : &quot;X\\(.*\\)&quot; | tr -d &quot;$as_nl&quot;
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
 # The user is always right.
 if test &quot;${PATH_SEPARATOR+set}&quot; != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 ||
-      PATH_SEPARATOR=';'
-  }
+  echo &quot;#! /bin/sh&quot; &gt;conf$$.sh
+  echo  &quot;exit 0&quot;   &gt;&gt;conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH=&quot;/nonexistent;.&quot;; conf$$.sh) &gt;/dev/null 2&gt;&amp;1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
 fi
 
 # Support unset when possible.
@@ -91,6 +63,8 @@ fi
 # 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.)
+as_nl='
+'
 IFS=&quot; &quot;&quot;	$as_nl&quot;
 
 # Find who we are.  Look in the path if we contain no directory separator.
@@ -113,7 +87,7 @@ if test &quot;x$as_myself&quot; = x; then
   as_myself=$0
 fi
 if test ! -f &quot;$as_myself&quot;; then
-  $as_echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
+  echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
   { (exit 1); exit 1; }
 fi
 
@@ -126,10 +100,17 @@ PS2='&gt; '
 PS4='+ '
 
 # NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
+for as_var in \
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+  LC_TELEPHONE LC_TIME
+do
+  if (set +x; test -z &quot;`(eval $as_var=C; export $as_var) 2&gt;&amp;1`&quot;); then
+    eval $as_var=C; export $as_var
+  else
+    ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
+  fi
+done
 
 # Required to use basename.
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
@@ -151,7 +132,7 @@ as_me=`$as_basename -- &quot;$0&quot; ||
 $as_expr X/&quot;$0&quot; : '.*/\([^/][^/]*\)/*$' \| \
 	 X&quot;$0&quot; : 'X\(//\)$' \| \
 	 X&quot;$0&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X/&quot;$0&quot; |
+echo X/&quot;$0&quot; |
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 	    s//\1/
 	    q
@@ -177,7 +158,7 @@ else
   as_have_required=no
 fi
 
-  if test $as_have_required = yes &amp;&amp;	 (eval &quot;:
+  if test $as_have_required = yes &amp;&amp; 	 (eval &quot;:
 (as_func_return () {
   (exit \$1)
 }
@@ -259,7 +240,7 @@ IFS=$as_save_IFS
 if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+&quot;$@&quot;}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+&quot;$@&quot;}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
@@ -280,7 +261,7 @@ _ASEOF
 if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+&quot;$@&quot;}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+&quot;$@&quot;}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
@@ -360,10 +341,10 @@ fi
 
       if test &quot;x$CONFIG_SHELL&quot; != x; then
   for as_var in BASH_ENV ENV
-	do ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
-	done
-	export CONFIG_SHELL
-	exec &quot;$CONFIG_SHELL&quot; &quot;$as_myself&quot; ${1+&quot;$@&quot;}
+        do ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
+        done
+        export CONFIG_SHELL
+        exec &quot;$CONFIG_SHELL&quot; &quot;$as_myself&quot; ${1+&quot;$@&quot;}
 fi
 
 
@@ -432,10 +413,9 @@ fi
 
 test \$exitcode = 0&quot;) || {
   echo No shell found that supports shell functions.
-  echo Please tell bug-autoconf@gnu.org about your system,
-  echo including any error possibly output before this message.
-  echo This can help us improve future autoconf versions.
-  echo Configuration will now proceed without shell functions.
+  echo Please tell autoconf@gnu.org about your system,
+  echo including any error possibly output before this
+  echo message
 }
 
 
@@ -471,7 +451,7 @@ test \$exitcode = 0&quot;) || {
       s/-\n.*//
     ' &gt;$as_me.lineno &amp;&amp;
   chmod +x &quot;$as_me.lineno&quot; ||
-    { $as_echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
+    { echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 
   # Don't try to exec as it changes $[0], causing all sort of problems
@@ -499,6 +479,7 @@ case `echo -n x` in
 *)
   ECHO_N='-n';;
 esac
+
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
    test &quot;X`expr 00001 : '.*\(...\)'`&quot; = X001; then
   as_expr=expr
@@ -511,22 +492,19 @@ if test -d conf$$.dir; then
   rm -f conf$$.dir/conf$$.file
 else
   rm -f conf$$.dir
-  mkdir conf$$.dir 2&gt;/dev/null
-fi
-if (echo &gt;conf$$.file) 2&gt;/dev/null; then
-  if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s=ln
-  else
+  mkdir conf$$.dir
+fi
+echo &gt;conf$$.file
+if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s='ln -s'
+  # ... but there are two gotchas:
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+  # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+  # In both cases, we have to default to `cp -p'.
+  ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
     as_ln_s='cp -p'
-  fi
+elif ln conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s=ln
 else
   as_ln_s='cp -p'
 fi
@@ -551,10 +529,10 @@ else
   as_test_x='
     eval sh -c '\''
       if test -d &quot;$1&quot;; then
-	test -d &quot;$1/.&quot;;
+        test -d &quot;$1/.&quot;;
       else
 	case $1 in
-	-*)set &quot;./$1&quot;;;
+        -*)set &quot;./$1&quot;;;
 	esac;
 	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in
 	???[sx]*):;;*)false;;esac;fi
@@ -599,115 +577,110 @@ PACKAGE_STRING=
 PACKAGE_BUGREPORT=
 
 ac_unique_file=&quot;Makefile&quot;
-ac_subst_vars='YAWS_VSN
-LTLIBOBJS
-LIBOBJS
-YTOP
-HAVE_SENDFILE
-WIN32
-WERL
-BSDI
-FPIC
-LD_SHARED
-COND_PDFLATEX
-COND_DVILATEX
-EPSTOPDF
-PDFLATEX
-DVIPS
-DVILATEX
-INSTALL_DATA
-INSTALL_SCRIPT
-INSTALL_PROGRAM
-SET_MAKE
-DLL_LIBS
-OUT
-LINKER
-OBJ
-DLL
-EXE
-EGREP
-GREP
-CPP
-OBJEXT
-EXEEXT
-ac_ct_CC
-CPPFLAGS
-LDFLAGS
-CFLAGS
-CC
-MNESIA_VSN
-SASL_VSN
-STDLIB_VSN
-KERNEL_VSN
-ERTS_VSN
-ERLDIR
-ERL_DLL_LIB
-EPAM
-EXTRAINCLUDE
-DEFAULT_CHARSET
-ERLBINDIR
-ERLC
-ERL
-target_os
-target_vendor
-target_cpu
-target
-host_os
-host_vendor
-host_cpu
-host
-build_os
-build_vendor
-build_cpu
-build
-target_alias
-host_alias
-build_alias
-LIBS
-ECHO_T
-ECHO_N
-ECHO_C
-DEFS
-mandir
-localedir
-libdir
-psdir
-pdfdir
-dvidir
-htmldir
-infodir
-docdir
-oldincludedir
-includedir
-localstatedir
-sharedstatedir
-sysconfdir
-datadir
-datarootdir
-libexecdir
-sbindir
-bindir
-program_transform_name
-prefix
-exec_prefix
-PACKAGE_BUGREPORT
-PACKAGE_STRING
-PACKAGE_VERSION
-PACKAGE_TARNAME
-PACKAGE_NAME
+ac_subst_vars='SHELL
 PATH_SEPARATOR
-SHELL'
+PACKAGE_NAME
+PACKAGE_TARNAME
+PACKAGE_VERSION
+PACKAGE_STRING
+PACKAGE_BUGREPORT
+exec_prefix
+prefix
+program_transform_name
+bindir
+sbindir
+libexecdir
+datarootdir
+datadir
+sysconfdir
+sharedstatedir
+localstatedir
+includedir
+oldincludedir
+docdir
+infodir
+htmldir
+dvidir
+pdfdir
+psdir
+libdir
+localedir
+mandir
+DEFS
+ECHO_C
+ECHO_N
+ECHO_T
+LIBS
+build_alias
+host_alias
+target_alias
+build
+build_cpu
+build_vendor
+build_os
+host
+host_cpu
+host_vendor
+host_os
+target
+target_cpu
+target_vendor
+target_os
+ERL
+ERLC
+ERLBINDIR
+DEFAULT_CHARSET
+EXTRAINCLUDE
+EPAM
+ERL_DLL_LIB
+ERLDIR
+ERTS_VSN
+KERNEL_VSN
+STDLIB_VSN
+SASL_VSN
+MNESIA_VSN
+CC
+CFLAGS
+LDFLAGS
+CPPFLAGS
+ac_ct_CC
+EXEEXT
+OBJEXT
+CPP
+GREP
+EGREP
+EXE
+DLL
+OBJ
+LINKER
+OUT
+DLL_LIBS
+SET_MAKE
+INSTALL_PROGRAM
+INSTALL_SCRIPT
+INSTALL_DATA
+DVILATEX
+DVIPS
+PDFLATEX
+EPSTOPDF
+COND_DVILATEX
+COND_PDFLATEX
+LD_SHARED
+FPIC
+BSDI
+ERLCFLAGS
+WERL
+WIN32
+HAVE_SENDFILE
+YTOP
+LIBOBJS
+LTLIBOBJS
+YAWS_VSN'
 ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-with_default_charset
-with_extrainclude
-enable_pam
-enable_sendfile
-'
       ac_precious_vars='build_alias
 host_alias
 target_alias
+ERL
 CC
 CFLAGS
 LDFLAGS
@@ -717,14 +690,14 @@ CPP
 DVILATEX
 DVIPS
 PDFLATEX
-EPSTOPDF'
+EPSTOPDF
+ERLC
+ERLCFLAGS'
 
 
 # Initialize some variables set by options.
 ac_init_help=
 ac_init_version=false
-ac_unrecognized_opts=
-ac_unrecognized_sep=
 # The variables have the same names as the options, with
 # dashes changed to underlines.
 cache_file=/dev/null
@@ -823,21 +796,13 @@ do
     datarootdir=$ac_optarg ;;
 
   -disable-* | --disable-*)
-    ac_useropt=`expr &quot;x$ac_option&quot; : 'x-*disable-\(.*\)'`
+    ac_feature=`expr &quot;x$ac_option&quot; : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.
-    expr &quot;x$ac_useropt&quot; : &quot;.*[^-+._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
-      { $as_echo &quot;$as_me: error: invalid feature name: $ac_useropt&quot; &gt;&amp;2
+    expr &quot;x$ac_feature&quot; : &quot;.*[^-._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
+      { echo &quot;$as_me: error: invalid feature name: $ac_feature&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo &quot;$ac_useropt&quot; | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *&quot;
-&quot;enable_$ac_useropt&quot;
-&quot;*) ;;
-      *) ac_unrecognized_opts=&quot;$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig&quot;
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=no ;;
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
+    eval enable_$ac_feature=no ;;
 
   -docdir | --docdir | --docdi | --doc | --do)
     ac_prev=docdir ;;
@@ -850,21 +815,13 @@ do
     dvidir=$ac_optarg ;;
 
   -enable-* | --enable-*)
-    ac_useropt=`expr &quot;x$ac_option&quot; : 'x-*enable-\([^=]*\)'`
+    ac_feature=`expr &quot;x$ac_option&quot; : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.
-    expr &quot;x$ac_useropt&quot; : &quot;.*[^-+._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
-      { $as_echo &quot;$as_me: error: invalid feature name: $ac_useropt&quot; &gt;&amp;2
+    expr &quot;x$ac_feature&quot; : &quot;.*[^-._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
+      { echo &quot;$as_me: error: invalid feature name: $ac_feature&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo &quot;$ac_useropt&quot; | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *&quot;
-&quot;enable_$ac_useropt&quot;
-&quot;*) ;;
-      *) ac_unrecognized_opts=&quot;$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig&quot;
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=\$ac_optarg ;;
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
+    eval enable_$ac_feature=\$ac_optarg ;;
 
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -1055,38 +1012,22 @@ do
     ac_init_version=: ;;
 
   -with-* | --with-*)
-    ac_useropt=`expr &quot;x$ac_option&quot; : 'x-*with-\([^=]*\)'`
+    ac_package=`expr &quot;x$ac_option&quot; : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.
-    expr &quot;x$ac_useropt&quot; : &quot;.*[^-+._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
-      { $as_echo &quot;$as_me: error: invalid package name: $ac_useropt&quot; &gt;&amp;2
+    expr &quot;x$ac_package&quot; : &quot;.*[^-._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
+      { echo &quot;$as_me: error: invalid package name: $ac_package&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo &quot;$ac_useropt&quot; | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *&quot;
-&quot;with_$ac_useropt&quot;
-&quot;*) ;;
-      *) ac_unrecognized_opts=&quot;$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig&quot;
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval with_$ac_useropt=\$ac_optarg ;;
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
+    eval with_$ac_package=\$ac_optarg ;;
 
   -without-* | --without-*)
-    ac_useropt=`expr &quot;x$ac_option&quot; : 'x-*without-\(.*\)'`
+    ac_package=`expr &quot;x$ac_option&quot; : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.
-    expr &quot;x$ac_useropt&quot; : &quot;.*[^-+._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
-      { $as_echo &quot;$as_me: error: invalid package name: $ac_useropt&quot; &gt;&amp;2
+    expr &quot;x$ac_package&quot; : &quot;.*[^-._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
+      { echo &quot;$as_me: error: invalid package name: $ac_package&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo &quot;$ac_useropt&quot; | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *&quot;
-&quot;with_$ac_useropt&quot;
-&quot;*) ;;
-      *) ac_unrecognized_opts=&quot;$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig&quot;
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval with_$ac_useropt=no ;;
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
+    eval with_$ac_package=no ;;
 
   --x)
     # Obsolete; use --with-x.
@@ -1106,7 +1047,7 @@ do
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries=$ac_optarg ;;
 
-  -*) { $as_echo &quot;$as_me: error: unrecognized option: $ac_option
+  -*) { echo &quot;$as_me: error: unrecognized option: $ac_option
 Try \`$0 --help' for more information.&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
     ;;
@@ -1115,16 +1056,16 @@ Try \`$0 --help' for more information.&quot; &gt;&amp;2
     ac_envvar=`expr &quot;x$ac_option&quot; : 'x\([^=]*\)='`
     # Reject names that are not valid shell variable names.
     expr &quot;x$ac_envvar&quot; : &quot;.*[^_$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
-      { $as_echo &quot;$as_me: error: invalid variable name: $ac_envvar&quot; &gt;&amp;2
+      { echo &quot;$as_me: error: invalid variable name: $ac_envvar&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
     eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;
 
   *)
     # FIXME: should be removed in autoconf 3.0.
-    $as_echo &quot;$as_me: WARNING: you should use --build, --host, --target&quot; &gt;&amp;2
+    echo &quot;$as_me: WARNING: you should use --build, --host, --target&quot; &gt;&amp;2
     expr &quot;x$ac_option&quot; : &quot;.*[^-._$as_cr_alnum]&quot; &gt;/dev/null &amp;&amp;
-      $as_echo &quot;$as_me: WARNING: invalid host type: $ac_option&quot; &gt;&amp;2
+      echo &quot;$as_me: WARNING: invalid host type: $ac_option&quot; &gt;&amp;2
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
     ;;
 
@@ -1133,38 +1074,22 @@ done
 
 if test -n &quot;$ac_prev&quot;; then
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
-  { $as_echo &quot;$as_me: error: missing argument to $ac_option&quot; &gt;&amp;2
+  { echo &quot;$as_me: error: missing argument to $ac_option&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 fi
 
-if test -n &quot;$ac_unrecognized_opts&quot;; then
-  case $enable_option_checking in
-    no) ;;
-    fatal) { $as_echo &quot;$as_me: error: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;2
-   { (exit 1); exit 1; }; } ;;
-    *)     $as_echo &quot;$as_me: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;2 ;;
-  esac
-fi
-
-# Check all directory arguments for consistency.
+# Be sure to have absolute directory names.
 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
 		datadir sysconfdir sharedstatedir localstatedir includedir \
 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 		libdir localedir mandir
 do
   eval ac_val=\$$ac_var
-  # Remove trailing slashes.
-  case $ac_val in
-    */ )
-      ac_val=`expr &quot;X$ac_val&quot; : 'X\(.*[^/]\)' \| &quot;X$ac_val&quot; : 'X\(.*\)'`
-      eval $ac_var=\$ac_val;;
-  esac
-  # Be sure to have absolute directory names.
   case $ac_val in
     [\\/$]* | ?:[\\/]* )  continue;;
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   esac
-  { $as_echo &quot;$as_me: error: expected an absolute directory name for --$ac_var: $ac_val&quot; &gt;&amp;2
+  { echo &quot;$as_me: error: expected an absolute directory name for --$ac_var: $ac_val&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 done
 
@@ -1179,7 +1104,7 @@ target=$target_alias
 if test &quot;x$host_alias&quot; != x; then
   if test &quot;x$build_alias&quot; = x; then
     cross_compiling=maybe
-    $as_echo &quot;$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+    echo &quot;$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.&quot; &gt;&amp;2
   elif test &quot;x$build_alias&quot; != &quot;x$host_alias&quot;; then
     cross_compiling=yes
@@ -1195,10 +1120,10 @@ test &quot;$silent&quot; = yes &amp;&amp; exec 6&gt;/dev/null
 ac_pwd=`pwd` &amp;&amp; test -n &quot;$ac_pwd&quot; &amp;&amp;
 ac_ls_di=`ls -di .` &amp;&amp;
 ac_pwd_ls_di=`cd &quot;$ac_pwd&quot; &amp;&amp; ls -di .` ||
-  { $as_echo &quot;$as_me: error: working directory cannot be determined&quot; &gt;&amp;2
+  { echo &quot;$as_me: error: Working directory cannot be determined&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 test &quot;X$ac_ls_di&quot; = &quot;X$ac_pwd_ls_di&quot; ||
-  { $as_echo &quot;$as_me: error: pwd does not report name of working directory&quot; &gt;&amp;2
+  { echo &quot;$as_me: error: pwd does not report name of working directory&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 
 
@@ -1206,12 +1131,12 @@ test &quot;X$ac_ls_di&quot; = &quot;X$ac_pwd_ls_di&quot; ||
 if test -z &quot;$srcdir&quot;; then
   ac_srcdir_defaulted=yes
   # Try the directory containing this script, then the parent directory.
-  ac_confdir=`$as_dirname -- &quot;$as_myself&quot; ||
-$as_expr X&quot;$as_myself&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X&quot;$as_myself&quot; : 'X\(//\)[^/]' \| \
-	 X&quot;$as_myself&quot; : 'X\(//\)$' \| \
-	 X&quot;$as_myself&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$as_myself&quot; |
+  ac_confdir=`$as_dirname -- &quot;$0&quot; ||
+$as_expr X&quot;$0&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X&quot;$0&quot; : 'X\(//\)[^/]' \| \
+	 X&quot;$0&quot; : 'X\(//\)$' \| \
+	 X&quot;$0&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
+echo X&quot;$0&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -1238,12 +1163,12 @@ else
 fi
 if test ! -r &quot;$srcdir/$ac_unique_file&quot;; then
   test &quot;$ac_srcdir_defaulted&quot; = yes &amp;&amp; srcdir=&quot;$ac_confdir or ..&quot;
-  { $as_echo &quot;$as_me: error: cannot find sources ($ac_unique_file) in $srcdir&quot; &gt;&amp;2
+  { echo &quot;$as_me: error: cannot find sources ($ac_unique_file) in $srcdir&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 fi
 ac_msg=&quot;sources are in $srcdir, but \`cd $srcdir' does not work&quot;
 ac_abs_confdir=`(
-	cd &quot;$srcdir&quot; &amp;&amp; test -r &quot;./$ac_unique_file&quot; || { $as_echo &quot;$as_me: error: $ac_msg&quot; &gt;&amp;2
+	cd &quot;$srcdir&quot; &amp;&amp; test -r &quot;./$ac_unique_file&quot; || { echo &quot;$as_me: error: $ac_msg&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 	pwd)`
 # When building in place, set srcdir=.
@@ -1292,9 +1217,9 @@ Configuration:
 
 Installation directories:
   --prefix=PREFIX         install architecture-independent files in PREFIX
-                          [$ac_default_prefix]
+			  [$ac_default_prefix]
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
-                          [PREFIX]
+			  [PREFIX]
 
 By default, \`make install' will install all the files in
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
@@ -1304,25 +1229,25 @@ for instance \`--prefix=\$HOME'.
 For better control, use the options below.
 
 Fine tuning of the installation directories:
-  --bindir=DIR            user executables [EPREFIX/bin]
-  --sbindir=DIR           system admin executables [EPREFIX/sbin]
-  --libexecdir=DIR        program executables [EPREFIX/libexec]
-  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
-  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
-  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
-  --libdir=DIR            object code libraries [EPREFIX/lib]
-  --includedir=DIR        C header files [PREFIX/include]
-  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
-  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
-  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
-  --infodir=DIR           info documentation [DATAROOTDIR/info]
-  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
-  --mandir=DIR            man documentation [DATAROOTDIR/man]
-  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
-  --htmldir=DIR           html documentation [DOCDIR]
-  --dvidir=DIR            dvi documentation [DOCDIR]
-  --pdfdir=DIR            pdf documentation [DOCDIR]
-  --psdir=DIR             ps documentation [DOCDIR]
+  --bindir=DIR           user executables [EPREFIX/bin]
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
+  --libdir=DIR           object code libraries [EPREFIX/lib]
+  --includedir=DIR       C header files [PREFIX/include]
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
+  --htmldir=DIR          html documentation [DOCDIR]
+  --dvidir=DIR           dvi documentation [DOCDIR]
+  --pdfdir=DIR           pdf documentation [DOCDIR]
+  --psdir=DIR            ps documentation [DOCDIR]
 _ACEOF
 
   cat &lt;&lt;\_ACEOF
@@ -1339,7 +1264,6 @@ if test -n &quot;$ac_init_help&quot;; then
   cat &lt;&lt;\_ACEOF
 
 Optional Features:
-  --disable-option-checking  ignore unrecognized --enable/--with options
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --disable-pam           disables pam auth
@@ -1354,6 +1278,7 @@ Optional Packages:
                           place
 
 Some influential environment variables:
+  ERL         Erlang/OTP interpreter command [autodetected]
   CC          C compiler command
   CFLAGS      C compiler flags
   LDFLAGS     linker flags, e.g. -L&lt;lib dir&gt; if you have libraries in a
@@ -1366,6 +1291,8 @@ Some influential environment variables:
   DVIPS       dvips command
   PDFLATEX    (pdf)latex command creating PDF file
   EPSTOPDF    epstopdf command
+  ERLC        Erlang/OTP compiler command [autodetected]
+  ERLCFLAGS   Erlang/OTP compiler flags [none]
 
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
@@ -1377,17 +1304,15 @@ fi
 if test &quot;$ac_init_help&quot; = &quot;recursive&quot;; then
   # If there are subdirs, report their specific --help.
   for ac_dir in : $ac_subdirs_all; do test &quot;x$ac_dir&quot; = x: &amp;&amp; continue
-    test -d &quot;$ac_dir&quot; ||
-      { cd &quot;$srcdir&quot; &amp;&amp; ac_pwd=`pwd` &amp;&amp; srcdir=. &amp;&amp; test -d &quot;$ac_dir&quot;; } ||
-      continue
+    test -d &quot;$ac_dir&quot; || continue
     ac_builddir=.
 
 case &quot;$ac_dir&quot; in
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 *)
-  ac_dir_suffix=/`$as_echo &quot;$ac_dir&quot; | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`echo &quot;$ac_dir&quot; | sed 's,^\.[\\/],,'`
   # A &quot;..&quot; for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo &quot;$ac_dir_suffix&quot; | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`echo &quot;$ac_dir_suffix&quot; | sed 's,/[^\\/]*,/..,g;s,/,,'`
   case $ac_top_builddir_sub in
   &quot;&quot;) ac_top_builddir_sub=. ac_top_build_prefix= ;;
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -1423,7 +1348,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
       echo &amp;&amp;
       $SHELL &quot;$ac_srcdir/configure&quot; --help=recursive
     else
-      $as_echo &quot;$as_me: WARNING: no configuration information is in $ac_dir&quot; &gt;&amp;2
+      echo &quot;$as_me: WARNING: no configuration information is in $ac_dir&quot; &gt;&amp;2
     fi || ac_status=$?
     cd &quot;$ac_pwd&quot; || { ac_status=$?; break; }
   done
@@ -1433,10 +1358,10 @@ test -n &quot;$ac_init_help&quot; &amp;&amp; exit $ac_status
 if $ac_init_version; then
   cat &lt;&lt;\_ACEOF
 configure
-generated by GNU Autoconf 2.63
+generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 _ACEOF
@@ -1447,7 +1372,7 @@ This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 It was created by $as_me, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
+generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
 
@@ -1483,7 +1408,7 @@ for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z &quot;$as_dir&quot; &amp;&amp; as_dir=.
-  $as_echo &quot;PATH: $as_dir&quot;
+  echo &quot;PATH: $as_dir&quot;
 done
 IFS=$as_save_IFS
 
@@ -1518,7 +1443,7 @@ do
     | -silent | --silent | --silen | --sile | --sil)
       continue ;;
     *\'*)
-      ac_arg=`$as_echo &quot;$ac_arg&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;` ;;
+      ac_arg=`echo &quot;$ac_arg&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;` ;;
     esac
     case $ac_pass in
     1) ac_configure_args0=&quot;$ac_configure_args0 '$ac_arg'&quot; ;;
@@ -1570,12 +1495,11 @@ _ASBOX
     case $ac_val in #(
     *${as_nl}*)
       case $ac_var in #(
-      *_cv_*) { $as_echo &quot;$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
+      *_cv_*) { echo &quot;$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;2;} ;;
       esac
       case $ac_var in #(
       _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
       *) $as_unset $ac_var ;;
       esac ;;
     esac
@@ -1605,9 +1529,9 @@ _ASBOX
     do
       eval ac_val=\$$ac_var
       case $ac_val in
-      *\'\''*) ac_val=`$as_echo &quot;$ac_val&quot; | sed &quot;s/'\''/'\''\\\\\\\\'\'''\''/g&quot;`;;
+      *\'\''*) ac_val=`echo &quot;$ac_val&quot; | sed &quot;s/'\''/'\''\\\\\\\\'\'''\''/g&quot;`;;
       esac
-      $as_echo &quot;$ac_var='\''$ac_val'\''&quot;
+      echo &quot;$ac_var='\''$ac_val'\''&quot;
     done | sort
     echo
 
@@ -1622,9 +1546,9 @@ _ASBOX
       do
 	eval ac_val=\$$ac_var
 	case $ac_val in
-	*\'\''*) ac_val=`$as_echo &quot;$ac_val&quot; | sed &quot;s/'\''/'\''\\\\\\\\'\'''\''/g&quot;`;;
+	*\'\''*) ac_val=`echo &quot;$ac_val&quot; | sed &quot;s/'\''/'\''\\\\\\\\'\'''\''/g&quot;`;;
 	esac
-	$as_echo &quot;$ac_var='\''$ac_val'\''&quot;
+	echo &quot;$ac_var='\''$ac_val'\''&quot;
       done | sort
       echo
     fi
@@ -1640,8 +1564,8 @@ _ASBOX
       echo
     fi
     test &quot;$ac_signal&quot; != 0 &amp;&amp;
-      $as_echo &quot;$as_me: caught signal $ac_signal&quot;
-    $as_echo &quot;$as_me: exit $exit_status&quot;
+      echo &quot;$as_me: caught signal $ac_signal&quot;
+    echo &quot;$as_me: exit $exit_status&quot;
   } &gt;&amp;5
   rm -f core *.core core.conftest.* &amp;&amp;
     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &amp;&amp;
@@ -1683,24 +1607,21 @@ _ACEOF
 
 
 # Let the site file select an alternate cache file if it wants to.
-# Prefer an explicitly selected file to automatically selected ones.
-ac_site_file1=NONE
-ac_site_file2=NONE
+# Prefer explicitly selected file to automatically selected ones.
 if test -n &quot;$CONFIG_SITE&quot;; then
-  ac_site_file1=$CONFIG_SITE
+  set x &quot;$CONFIG_SITE&quot;
 elif test &quot;x$prefix&quot; != xNONE; then
-  ac_site_file1=$prefix/share/config.site
-  ac_site_file2=$prefix/etc/config.site
+  set x &quot;$prefix/share/config.site&quot; &quot;$prefix/etc/config.site&quot;
 else
-  ac_site_file1=$ac_default_prefix/share/config.site
-  ac_site_file2=$ac_default_prefix/etc/config.site
+  set x &quot;$ac_default_prefix/share/config.site&quot; \
+	&quot;$ac_default_prefix/etc/config.site&quot;
 fi
-for ac_site_file in &quot;$ac_site_file1&quot; &quot;$ac_site_file2&quot;
+shift
+for ac_site_file
 do
-  test &quot;x$ac_site_file&quot; = xNONE &amp;&amp; continue
   if test -r &quot;$ac_site_file&quot;; then
-    { $as_echo &quot;$as_me:$LINENO: loading site script $ac_site_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: loading site script $ac_site_file&quot; &gt;&amp;6;}
+    { echo &quot;$as_me:$LINENO: loading site script $ac_site_file&quot; &gt;&amp;5
+echo &quot;$as_me: loading site script $ac_site_file&quot; &gt;&amp;6;}
     sed 's/^/| /' &quot;$ac_site_file&quot; &gt;&amp;5
     . &quot;$ac_site_file&quot;
   fi
@@ -1717,38 +1638,29 @@ for ac_var in $ac_precious_vars; do
   eval ac_new_val=\$ac_env_${ac_var}_value
   case $ac_old_set,$ac_new_set in
     set,)
-      { $as_echo &quot;$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run&quot; &gt;&amp;2;}
+      { echo &quot;$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run&quot; &gt;&amp;5
+echo &quot;$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run&quot; &gt;&amp;2;}
       ac_cache_corrupted=: ;;
     ,set)
-      { $as_echo &quot;$as_me:$LINENO: error: \`$ac_var' was not set in the previous run&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: \`$ac_var' was not set in the previous run&quot; &gt;&amp;2;}
+      { echo &quot;$as_me:$LINENO: error: \`$ac_var' was not set in the previous run&quot; &gt;&amp;5
+echo &quot;$as_me: error: \`$ac_var' was not set in the previous run&quot; &gt;&amp;2;}
       ac_cache_corrupted=: ;;
     ,);;
     *)
       if test &quot;x$ac_old_val&quot; != &quot;x$ac_new_val&quot;; then
-	# differences in whitespace do not lead to failure.
-	ac_old_val_w=`echo x $ac_old_val`
-	ac_new_val_w=`echo x $ac_new_val`
-	if test &quot;$ac_old_val_w&quot; != &quot;$ac_new_val_w&quot;; then
-	  { $as_echo &quot;$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: \`$ac_var' has changed since the previous run:&quot; &gt;&amp;2;}
-	  ac_cache_corrupted=:
-	else
-	  { $as_echo &quot;$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:&quot; &gt;&amp;5
-$as_echo &quot;$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:&quot; &gt;&amp;2;}
-	  eval $ac_var=\$ac_old_val
-	fi
-	{ $as_echo &quot;$as_me:$LINENO:   former value:  \`$ac_old_val'&quot; &gt;&amp;5
-$as_echo &quot;$as_me:   former value:  \`$ac_old_val'&quot; &gt;&amp;2;}
-	{ $as_echo &quot;$as_me:$LINENO:   current value: \`$ac_new_val'&quot; &gt;&amp;5
-$as_echo &quot;$as_me:   current value: \`$ac_new_val'&quot; &gt;&amp;2;}
+	{ echo &quot;$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:&quot; &gt;&amp;5
+echo &quot;$as_me: error: \`$ac_var' has changed since the previous run:&quot; &gt;&amp;2;}
+	{ echo &quot;$as_me:$LINENO:   former value:  $ac_old_val&quot; &gt;&amp;5
+echo &quot;$as_me:   former value:  $ac_old_val&quot; &gt;&amp;2;}
+	{ echo &quot;$as_me:$LINENO:   current value: $ac_new_val&quot; &gt;&amp;5
+echo &quot;$as_me:   current value: $ac_new_val&quot; &gt;&amp;2;}
+	ac_cache_corrupted=:
       fi;;
   esac
   # Pass precious variables to config.status.
   if test &quot;$ac_new_set&quot; = set; then
     case $ac_new_val in
-    *\'*) ac_arg=$ac_var=`$as_echo &quot;$ac_new_val&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;` ;;
+    *\'*) ac_arg=$ac_var=`echo &quot;$ac_new_val&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;` ;;
     *) ac_arg=$ac_var=$ac_new_val ;;
     esac
     case &quot; $ac_configure_args &quot; in
@@ -1758,12 +1670,10 @@ $as_echo &quot;$as_me:   current value: \`$ac_new_val'&quot; &gt;&amp;2;}
   fi
 done
 if $ac_cache_corrupted; then
-  { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: in \`$ac_pwd':&quot; &gt;&amp;2;}
-  { $as_echo &quot;$as_me:$LINENO: error: changes in the environment can compromise the build&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: changes in the environment can compromise the build&quot; &gt;&amp;2;}
-  { { $as_echo &quot;$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over&quot; &gt;&amp;2;}
+  { echo &quot;$as_me:$LINENO: error: changes in the environment can compromise the build&quot; &gt;&amp;5
+echo &quot;$as_me: error: changes in the environment can compromise the build&quot; &gt;&amp;2;}
+  { { echo &quot;$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over&quot; &gt;&amp;5
+echo &quot;$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -1809,8 +1719,8 @@ for ac_dir in &quot;$srcdir&quot; &quot;$srcdir/..&quot; &quot;$srcdir/../..&quot;; do
   fi
 done
 if test -z &quot;$ac_aux_dir&quot;; then
-  { { $as_echo &quot;$as_me:$LINENO: error: cannot find install-sh or install.sh in \&quot;$srcdir\&quot; \&quot;$srcdir/..\&quot; \&quot;$srcdir/../..\&quot;&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot find install-sh or install.sh in \&quot;$srcdir\&quot; \&quot;$srcdir/..\&quot; \&quot;$srcdir/../..\&quot;&quot; &gt;&amp;2;}
+  { { echo &quot;$as_me:$LINENO: error: cannot find install-sh or install.sh in \&quot;$srcdir\&quot; \&quot;$srcdir/..\&quot; \&quot;$srcdir/../..\&quot;&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot find install-sh or install.sh in \&quot;$srcdir\&quot; \&quot;$srcdir/..\&quot; \&quot;$srcdir/../..\&quot;&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -1825,34 +1735,34 @@ ac_configure=&quot;$SHELL $ac_aux_dir/configure&quot;  # Please don't use this var.
 
 # Make sure we can run config.sub.
 $SHELL &quot;$ac_aux_dir/config.sub&quot; sun4 &gt;/dev/null 2&gt;&amp;1 ||
-  { { $as_echo &quot;$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub&quot; &gt;&amp;2;}
+  { { echo &quot;$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
 
-{ $as_echo &quot;$as_me:$LINENO: checking build system type&quot; &gt;&amp;5
-$as_echo_n &quot;checking build system type... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking build system type&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking build system type... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_build+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   ac_build_alias=$build_alias
 test &quot;x$ac_build_alias&quot; = x &amp;&amp;
   ac_build_alias=`$SHELL &quot;$ac_aux_dir/config.guess&quot;`
 test &quot;x$ac_build_alias&quot; = x &amp;&amp;
-  { { $as_echo &quot;$as_me:$LINENO: error: cannot guess build type; you must specify one&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot guess build type; you must specify one&quot; &gt;&amp;2;}
+  { { echo &quot;$as_me:$LINENO: error: cannot guess build type; you must specify one&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot guess build type; you must specify one&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
 ac_cv_build=`$SHELL &quot;$ac_aux_dir/config.sub&quot; $ac_build_alias` ||
-  { { $as_echo &quot;$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed&quot; &gt;&amp;2;}
+  { { echo &quot;$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed&quot; &gt;&amp;5
+echo &quot;$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
 
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_build&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_build&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_build&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_build&quot; &gt;&amp;6; }
 case $ac_cv_build in
 *-*-*) ;;
-*) { { $as_echo &quot;$as_me:$LINENO: error: invalid value of canonical build&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid value of canonical build&quot; &gt;&amp;2;}
+*) { { echo &quot;$as_me:$LINENO: error: invalid value of canonical build&quot; &gt;&amp;5
+echo &quot;$as_me: error: invalid value of canonical build&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
 esac
 build=$ac_cv_build
@@ -1869,27 +1779,27 @@ IFS=$ac_save_IFS
 case $build_os in *\ *) build_os=`echo &quot;$build_os&quot; | sed 's/ /-/g'`;; esac
 
 
-{ $as_echo &quot;$as_me:$LINENO: checking host system type&quot; &gt;&amp;5
-$as_echo_n &quot;checking host system type... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking host system type&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking host system type... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_host+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test &quot;x$host_alias&quot; = x; then
   ac_cv_host=$ac_cv_build
 else
   ac_cv_host=`$SHELL &quot;$ac_aux_dir/config.sub&quot; $host_alias` ||
-    { { $as_echo &quot;$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed&quot; &gt;&amp;2;}
+    { { echo &quot;$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed&quot; &gt;&amp;5
+echo &quot;$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
 fi
 
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_host&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_host&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_host&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_host&quot; &gt;&amp;6; }
 case $ac_cv_host in
 *-*-*) ;;
-*) { { $as_echo &quot;$as_me:$LINENO: error: invalid value of canonical host&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid value of canonical host&quot; &gt;&amp;2;}
+*) { { echo &quot;$as_me:$LINENO: error: invalid value of canonical host&quot; &gt;&amp;5
+echo &quot;$as_me: error: invalid value of canonical host&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
 esac
 host=$ac_cv_host
@@ -1906,27 +1816,27 @@ IFS=$ac_save_IFS
 case $host_os in *\ *) host_os=`echo &quot;$host_os&quot; | sed 's/ /-/g'`;; esac
 
 
-{ $as_echo &quot;$as_me:$LINENO: checking target system type&quot; &gt;&amp;5
-$as_echo_n &quot;checking target system type... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking target system type&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking target system type... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_target+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test &quot;x$target_alias&quot; = x; then
   ac_cv_target=$ac_cv_host
 else
   ac_cv_target=`$SHELL &quot;$ac_aux_dir/config.sub&quot; $target_alias` ||
-    { { $as_echo &quot;$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed&quot; &gt;&amp;2;}
+    { { echo &quot;$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed&quot; &gt;&amp;5
+echo &quot;$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
 fi
 
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_target&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_target&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_target&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_target&quot; &gt;&amp;6; }
 case $ac_cv_target in
 *-*-*) ;;
-*) { { $as_echo &quot;$as_me:$LINENO: error: invalid value of canonical target&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid value of canonical target&quot; &gt;&amp;2;}
+*) { { echo &quot;$as_me:$LINENO: error: invalid value of canonical target&quot; &gt;&amp;5
+echo &quot;$as_me: error: invalid value of canonical target&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
 esac
 target=$ac_cv_target
@@ -1954,12 +1864,127 @@ cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
 _ACEOF
 
 
+if test -n &quot;$ERL&quot;; then
+    { echo &quot;$as_me:$LINENO: checking for erl&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for erl... $ECHO_C&quot; &gt;&amp;6; }
+    { echo &quot;$as_me:$LINENO: result: $ERL&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ERL&quot; &gt;&amp;6; }
+else
+    if test -n &quot;$ac_tool_prefix&quot;; then
+  # Extract the first word of &quot;${ac_tool_prefix}erl&quot;, so it can be a program name with args.
+set dummy ${ac_tool_prefix}erl; ac_word=$2
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
+if test &quot;${ac_cv_path_ERL+set}&quot; = set; then
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
+else
+  case $ERL in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ERL=&quot;$ERL&quot; # 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 &quot;$as_dir&quot; &amp;&amp; as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
+    ac_cv_path_ERL=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+ERL=$ac_cv_path_ERL
+if test -n &quot;$ERL&quot;; then
+  { echo &quot;$as_me:$LINENO: result: $ERL&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ERL&quot; &gt;&amp;6; }
+else
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
+fi
+
+
+fi
+if test -z &quot;$ac_cv_path_ERL&quot;; then
+  ac_pt_ERL=$ERL
+  # Extract the first word of &quot;erl&quot;, so it can be a program name with args.
+set dummy erl; ac_word=$2
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
+if test &quot;${ac_cv_path_ac_pt_ERL+set}&quot; = set; then
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
+else
+  case $ac_pt_ERL in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ac_pt_ERL=&quot;$ac_pt_ERL&quot; # 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 &quot;$as_dir&quot; &amp;&amp; as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
+    ac_cv_path_ac_pt_ERL=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+ac_pt_ERL=$ac_cv_path_ac_pt_ERL
+if test -n &quot;$ac_pt_ERL&quot;; then
+  { echo &quot;$as_me:$LINENO: result: $ac_pt_ERL&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_pt_ERL&quot; &gt;&amp;6; }
+else
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
+fi
+
+  if test &quot;x$ac_pt_ERL&quot; = x; then
+    ERL=&quot;not found&quot;
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo &quot;$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org.&quot; &gt;&amp;2;}
+ac_tool_warned=yes ;;
+esac
+    ERL=$ac_pt_ERL
+  fi
+else
+  ERL=&quot;$ac_cv_path_ERL&quot;
+fi
+fi
+
+if test &quot;$ERL&quot; = &quot;not found&quot;; then
+    { { echo &quot;$as_me:$LINENO: error: Erlang/OTP interpreter (erl) not found but required&quot; &gt;&amp;5
+echo &quot;$as_me: error: Erlang/OTP interpreter (erl) not found but required&quot; &gt;&amp;2;}
+   { (exit 1); exit 1; }; }
+fi
+
 # Extract the first word of &quot;erl&quot;, so it can be a program name with args.
 set dummy erl; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_path_ERL+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   case $ERL in
   [\\/]* | ?:[\\/]*)
@@ -1974,7 +1999,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_path_ERL=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -1986,20 +2011,20 @@ esac
 fi
 ERL=$ac_cv_path_ERL
 if test -n &quot;$ERL&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $ERL&quot; &gt;&amp;5
-$as_echo &quot;$ERL&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $ERL&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ERL&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
 # Extract the first word of &quot;erlc&quot;, so it can be a program name with args.
 set dummy erlc; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_path_ERLC+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   case $ERLC in
   [\\/]* | ?:[\\/]*)
@@ -2014,7 +2039,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_path_ERLC=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -2026,11 +2051,11 @@ esac
 fi
 ERLC=$ac_cv_path_ERLC
 if test -n &quot;$ERLC&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $ERLC&quot; &gt;&amp;5
-$as_echo &quot;$ERLC&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $ERLC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ERLC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -2104,26 +2129,26 @@ case &quot;$target_os&quot; in
     esac
 
 if test ! -d &quot;$ERLDIR&quot; ; then
-        { { $as_echo &quot;$as_me:$LINENO: error: Broken Erlang installation, $ERLDIR does not exist!&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: Broken Erlang installation, $ERLDIR does not exist!&quot; &gt;&amp;2;}
+        { { echo &quot;$as_me:$LINENO: error: Broken Erlang installation, $ERLDIR does not exist!&quot; &gt;&amp;5
+echo &quot;$as_me: error: Broken Erlang installation, $ERLDIR does not exist!&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
 fi
 
 
 
 
-    { $as_echo &quot;$as_me:$LINENO: checking erts version&quot; &gt;&amp;5
-$as_echo_n &quot;checking erts version... &quot; &gt;&amp;6; }
+    { echo &quot;$as_me:$LINENO: checking erts version&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking erts version... $ECHO_C&quot; &gt;&amp;6; }
     if test &quot;${bt_cv_erts_vsn+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   bt_cv_erts_vsn=`ls &quot;${ERLDIR}&quot; &quot;${ERLDIR}/lib&quot; | \
                    awk -F- '/^erts-/ { if ($2 &gt; v) v=$2; }
                             END    { print v; }'`
      case &quot;$bt_cv_erts_vsn&quot; in
          &quot;&quot;)
-             { { $as_echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: erts\&quot;&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: erts\&quot;&quot; &gt;&amp;2;}
+             { { echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: erts\&quot;&quot; &gt;&amp;5
+echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: erts\&quot;&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
              ;;
          *)
@@ -2132,22 +2157,22 @@ $as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: erts\&quot;&quot;
 fi
 
     ERTS_VSN=$bt_cv_erts_vsn
-        { $as_echo &quot;$as_me:$LINENO: result: $bt_cv_erts_vsn&quot; &gt;&amp;5
-$as_echo &quot;$bt_cv_erts_vsn&quot; &gt;&amp;6; }
+        { echo &quot;$as_me:$LINENO: result: $bt_cv_erts_vsn&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$bt_cv_erts_vsn&quot; &gt;&amp;6; }
 
 
-    { $as_echo &quot;$as_me:$LINENO: checking kernel version&quot; &gt;&amp;5
-$as_echo_n &quot;checking kernel version... &quot; &gt;&amp;6; }
+    { echo &quot;$as_me:$LINENO: checking kernel version&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking kernel version... $ECHO_C&quot; &gt;&amp;6; }
     if test &quot;${bt_cv_kernel_vsn+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   bt_cv_kernel_vsn=`ls &quot;${ERLDIR}&quot; &quot;${ERLDIR}/lib&quot; | \
                    awk -F- '/^kernel-/ { if ($2 &gt; v) v=$2; }
                             END    { print v; }'`
      case &quot;$bt_cv_kernel_vsn&quot; in
          &quot;&quot;)
-             { { $as_echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: kernel\&quot;&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: kernel\&quot;&quot; &gt;&amp;2;}
+             { { echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: kernel\&quot;&quot; &gt;&amp;5
+echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: kernel\&quot;&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
              ;;
          *)
@@ -2156,22 +2181,22 @@ $as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: kernel\&quot;
 fi
 
     KERNEL_VSN=$bt_cv_kernel_vsn
-        { $as_echo &quot;$as_me:$LINENO: result: $bt_cv_kernel_vsn&quot; &gt;&amp;5
-$as_echo &quot;$bt_cv_kernel_vsn&quot; &gt;&amp;6; }
+        { echo &quot;$as_me:$LINENO: result: $bt_cv_kernel_vsn&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$bt_cv_kernel_vsn&quot; &gt;&amp;6; }
 
 
-    { $as_echo &quot;$as_me:$LINENO: checking stdlib version&quot; &gt;&amp;5
-$as_echo_n &quot;checking stdlib version... &quot; &gt;&amp;6; }
+    { echo &quot;$as_me:$LINENO: checking stdlib version&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking stdlib version... $ECHO_C&quot; &gt;&amp;6; }
     if test &quot;${bt_cv_stdlib_vsn+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   bt_cv_stdlib_vsn=`ls &quot;${ERLDIR}&quot; &quot;${ERLDIR}/lib&quot; | \
                    awk -F- '/^stdlib-/ { if ($2 &gt; v) v=$2; }
                             END    { print v; }'`
      case &quot;$bt_cv_stdlib_vsn&quot; in
          &quot;&quot;)
-             { { $as_echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: stdlib\&quot;&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: stdlib\&quot;&quot; &gt;&amp;2;}
+             { { echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: stdlib\&quot;&quot; &gt;&amp;5
+echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: stdlib\&quot;&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
              ;;
          *)
@@ -2180,22 +2205,22 @@ $as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: stdlib\&quot;
 fi
 
     STDLIB_VSN=$bt_cv_stdlib_vsn
-        { $as_echo &quot;$as_me:$LINENO: result: $bt_cv_stdlib_vsn&quot; &gt;&amp;5
-$as_echo &quot;$bt_cv_stdlib_vsn&quot; &gt;&amp;6; }
+        { echo &quot;$as_me:$LINENO: result: $bt_cv_stdlib_vsn&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$bt_cv_stdlib_vsn&quot; &gt;&amp;6; }
 
 
-    { $as_echo &quot;$as_me:$LINENO: checking sasl version&quot; &gt;&amp;5
-$as_echo_n &quot;checking sasl version... &quot; &gt;&amp;6; }
+    { echo &quot;$as_me:$LINENO: checking sasl version&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking sasl version... $ECHO_C&quot; &gt;&amp;6; }
     if test &quot;${bt_cv_sasl_vsn+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   bt_cv_sasl_vsn=`ls &quot;${ERLDIR}&quot; &quot;${ERLDIR}/lib&quot; | \
                    awk -F- '/^sasl-/ { if ($2 &gt; v) v=$2; }
                             END    { print v; }'`
      case &quot;$bt_cv_sasl_vsn&quot; in
          &quot;&quot;)
-             { { $as_echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: sasl\&quot;&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: sasl\&quot;&quot; &gt;&amp;2;}
+             { { echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: sasl\&quot;&quot; &gt;&amp;5
+echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: sasl\&quot;&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
              ;;
          *)
@@ -2204,22 +2229,22 @@ $as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: sasl\&quot;&quot;
 fi
 
     SASL_VSN=$bt_cv_sasl_vsn
-        { $as_echo &quot;$as_me:$LINENO: result: $bt_cv_sasl_vsn&quot; &gt;&amp;5
-$as_echo &quot;$bt_cv_sasl_vsn&quot; &gt;&amp;6; }
+        { echo &quot;$as_me:$LINENO: result: $bt_cv_sasl_vsn&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$bt_cv_sasl_vsn&quot; &gt;&amp;6; }
 
 
-    { $as_echo &quot;$as_me:$LINENO: checking mnesia version&quot; &gt;&amp;5
-$as_echo_n &quot;checking mnesia version... &quot; &gt;&amp;6; }
+    { echo &quot;$as_me:$LINENO: checking mnesia version&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking mnesia version... $ECHO_C&quot; &gt;&amp;6; }
     if test &quot;${bt_cv_mnesia_vsn+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   bt_cv_mnesia_vsn=`ls &quot;${ERLDIR}&quot; &quot;${ERLDIR}/lib&quot; | \
                    awk -F- '/^mnesia-/ { if ($2 &gt; v) v=$2; }
                             END    { print v; }'`
      case &quot;$bt_cv_mnesia_vsn&quot; in
          &quot;&quot;)
-             { { $as_echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: mnesia\&quot;&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: mnesia\&quot;&quot; &gt;&amp;2;}
+             { { echo &quot;$as_me:$LINENO: error: \&quot;Could not figure out version Erlang library: mnesia\&quot;&quot; &gt;&amp;5
+echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: mnesia\&quot;&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
              ;;
          *)
@@ -2228,8 +2253,8 @@ $as_echo &quot;$as_me: error: \&quot;Could not figure out version Erlang library: mnesia\&quot;
 fi
 
     MNESIA_VSN=$bt_cv_mnesia_vsn
-        { $as_echo &quot;$as_me:$LINENO: result: $bt_cv_mnesia_vsn&quot; &gt;&amp;5
-$as_echo &quot;$bt_cv_mnesia_vsn&quot; &gt;&amp;6; }
+        { echo &quot;$as_me:$LINENO: result: $bt_cv_mnesia_vsn&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$bt_cv_mnesia_vsn&quot; &gt;&amp;6; }
 
 
 ac_ext=c
@@ -2240,10 +2265,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 if test -n &quot;$ac_tool_prefix&quot;; then
   # Extract the first word of &quot;${ac_tool_prefix}gcc&quot;, so it can be a program name with args.
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_CC+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$CC&quot;; then
   ac_cv_prog_CC=&quot;$CC&quot; # Let the user override the test.
@@ -2256,7 +2281,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_CC=&quot;${ac_tool_prefix}gcc&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -2267,11 +2292,11 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n &quot;$CC&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $CC&quot; &gt;&amp;5
-$as_echo &quot;$CC&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $CC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$CC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -2280,10 +2305,10 @@ if test -z &quot;$ac_cv_prog_CC&quot;; then
   ac_ct_CC=$CC
   # Extract the first word of &quot;gcc&quot;, so it can be a program name with args.
 set dummy gcc; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_ac_ct_CC+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$ac_ct_CC&quot;; then
   ac_cv_prog_ac_ct_CC=&quot;$ac_ct_CC&quot; # Let the user override the test.
@@ -2296,7 +2321,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_ac_ct_CC=&quot;gcc&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -2307,11 +2332,11 @@ fi
 fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n &quot;$ac_ct_CC&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $ac_ct_CC&quot; &gt;&amp;5
-$as_echo &quot;$ac_ct_CC&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $ac_ct_CC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_ct_CC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
   if test &quot;x$ac_ct_CC&quot; = x; then
@@ -2319,8 +2344,12 @@ fi
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
-{ $as_echo &quot;$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: using cross tools not prefixed with host triplet&quot; &gt;&amp;2;}
+{ echo &quot;$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org.&quot; &gt;&amp;2;}
 ac_tool_warned=yes ;;
 esac
     CC=$ac_ct_CC
@@ -2333,10 +2362,10 @@ if test -z &quot;$CC&quot;; then
           if test -n &quot;$ac_tool_prefix&quot;; then
     # Extract the first word of &quot;${ac_tool_prefix}cc&quot;, so it can be a program name with args.
 set dummy ${ac_tool_prefix}cc; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_CC+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$CC&quot;; then
   ac_cv_prog_CC=&quot;$CC&quot; # Let the user override the test.
@@ -2349,7 +2378,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_CC=&quot;${ac_tool_prefix}cc&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -2360,11 +2389,11 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n &quot;$CC&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $CC&quot; &gt;&amp;5
-$as_echo &quot;$CC&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $CC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$CC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -2373,10 +2402,10 @@ fi
 if test -z &quot;$CC&quot;; then
   # Extract the first word of &quot;cc&quot;, so it can be a program name with args.
 set dummy cc; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_CC+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$CC&quot;; then
   ac_cv_prog_CC=&quot;$CC&quot; # Let the user override the test.
@@ -2394,7 +2423,7 @@ do
        continue
      fi
     ac_cv_prog_CC=&quot;cc&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -2417,11 +2446,11 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n &quot;$CC&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $CC&quot; &gt;&amp;5
-$as_echo &quot;$CC&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $CC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$CC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -2432,10 +2461,10 @@ if test -z &quot;$CC&quot;; then
   do
     # Extract the first word of &quot;$ac_tool_prefix$ac_prog&quot;, so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_CC+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$CC&quot;; then
   ac_cv_prog_CC=&quot;$CC&quot; # Let the user override the test.
@@ -2448,7 +2477,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_CC=&quot;$ac_tool_prefix$ac_prog&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -2459,11 +2488,11 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n &quot;$CC&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $CC&quot; &gt;&amp;5
-$as_echo &quot;$CC&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $CC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$CC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -2476,10 +2505,10 @@ if test -z &quot;$CC&quot;; then
 do
   # Extract the first word of &quot;$ac_prog&quot;, so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_ac_ct_CC+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$ac_ct_CC&quot;; then
   ac_cv_prog_ac_ct_CC=&quot;$ac_ct_CC&quot; # Let the user override the test.
@@ -2492,7 +2521,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_ac_ct_CC=&quot;$ac_prog&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -2503,11 +2532,11 @@ fi
 fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n &quot;$ac_ct_CC&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $ac_ct_CC&quot; &gt;&amp;5
-$as_echo &quot;$ac_ct_CC&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $ac_ct_CC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_ct_CC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -2519,8 +2548,12 @@ done
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
-{ $as_echo &quot;$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: using cross tools not prefixed with host triplet&quot; &gt;&amp;2;}
+{ echo &quot;$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org.&quot; &gt;&amp;2;}
 ac_tool_warned=yes ;;
 esac
     CC=$ac_ct_CC
@@ -2530,50 +2563,44 @@ fi
 fi
 
 
-test -z &quot;$CC&quot; &amp;&amp; { { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: in \`$ac_pwd':&quot; &gt;&amp;2;}
-{ { $as_echo &quot;$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
+test -z &quot;$CC&quot; &amp;&amp; { { echo &quot;$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: no acceptable C compiler found in \$PATH
+echo &quot;$as_me: error: no acceptable C compiler found in \$PATH
 See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }; }
+   { (exit 1); exit 1; }; }
 
 # Provide some information about the compiler.
-$as_echo &quot;$as_me:$LINENO: checking for C compiler version&quot; &gt;&amp;5
-set X $ac_compile
-ac_compiler=$2
+echo &quot;$as_me:$LINENO: checking for C compiler version&quot; &gt;&amp;5
+ac_compiler=`set X $ac_compile; echo $2`
 { (ac_try=&quot;$ac_compiler --version &gt;&amp;5&quot;
 case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compiler --version &gt;&amp;5&quot;) 2&gt;&amp;5
   ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); }
 { (ac_try=&quot;$ac_compiler -v &gt;&amp;5&quot;
 case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compiler -v &gt;&amp;5&quot;) 2&gt;&amp;5
   ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); }
 { (ac_try=&quot;$ac_compiler -V &gt;&amp;5&quot;
 case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compiler -V &gt;&amp;5&quot;) 2&gt;&amp;5
   ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); }
 
 cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
@@ -2592,22 +2619,27 @@ main ()
 }
 _ACEOF
 ac_clean_files_save=$ac_clean_files
-ac_clean_files=&quot;$ac_clean_files a.out a.out.dSYM a.exe b.out&quot;
+ac_clean_files=&quot;$ac_clean_files a.out a.exe b.out&quot;
 # Try to create an executable without -o first, disregard a.out.
 # It will help us diagnose broken compilers, and finding out an intuition
 # of exeext.
-{ $as_echo &quot;$as_me:$LINENO: checking for C compiler default output file name&quot; &gt;&amp;5
-$as_echo_n &quot;checking for C compiler default output file name... &quot; &gt;&amp;6; }
-ac_link_default=`$as_echo &quot;$ac_link&quot; | sed 's/ -o *conftest[^ ]*//'`
-
-# The possible output files:
-ac_files=&quot;a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*&quot;
-
+{ echo &quot;$as_me:$LINENO: checking for C compiler default output file name&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for C compiler default output file name... $ECHO_C&quot; &gt;&amp;6; }
+ac_link_default=`echo &quot;$ac_link&quot; | sed 's/ -o *conftest[^ ]*//'`
+#
+# List of possible output files, starting from the most likely.
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
+# only as a last resort.  b.out is created by i960 compilers.
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
+#
+# The IRIX 6 linker writes into existing files which may not be
+# executable, retaining their permissions.  Remove them first so a
+# subsequent execution test works.
 ac_rmfiles=
 for ac_file in $ac_files
 do
   case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     * ) ac_rmfiles=&quot;$ac_rmfiles $ac_file&quot;;;
   esac
 done
@@ -2618,11 +2650,10 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_link_default&quot;) 2&gt;&amp;5
   ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); }; then
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
@@ -2633,7 +2664,7 @@ for ac_file in $ac_files ''
 do
   test -f &quot;$ac_file&quot; || continue
   case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 	;;
     [ab].out )
 	# We found the default executable, but exeext='' is most
@@ -2660,27 +2691,25 @@ else
   ac_file=''
 fi
 
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$ac_file&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_file&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_file&quot; &gt;&amp;6; }
 if test -z &quot;$ac_file&quot;; then
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
-{ { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: in \`$ac_pwd':&quot; &gt;&amp;2;}
-{ { $as_echo &quot;$as_me:$LINENO: error: C compiler cannot create executables
+{ { echo &quot;$as_me:$LINENO: error: C compiler cannot create executables
 See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: C compiler cannot create executables
+echo &quot;$as_me: error: C compiler cannot create executables
 See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 77); exit 77; }; }; }
+   { (exit 77); exit 77; }; }
 fi
 
 ac_exeext=$ac_cv_exeext
 
 # Check that the compiler produces executables we can run.  If not, either
 # the compiler is broken, or we cross compile.
-{ $as_echo &quot;$as_me:$LINENO: checking whether the C compiler works&quot; &gt;&amp;5
-$as_echo_n &quot;checking whether the C compiler works... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking whether the C compiler works&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking whether the C compiler works... $ECHO_C&quot; &gt;&amp;6; }
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 # If not cross compiling, check that we can run a simple program.
 if test &quot;$cross_compiling&quot; != yes; then
@@ -2689,53 +2718,49 @@ if test &quot;$cross_compiling&quot; != yes; then
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_try&quot;) 2&gt;&amp;5
   ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); }; }; then
     cross_compiling=no
   else
     if test &quot;$cross_compiling&quot; = maybe; then
 	cross_compiling=yes
     else
-	{ { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: in \`$ac_pwd':&quot; &gt;&amp;2;}
-{ { $as_echo &quot;$as_me:$LINENO: error: cannot run C compiled programs.
+	{ { echo &quot;$as_me:$LINENO: error: cannot run C compiled programs.
 If you meant to cross compile, use \`--host'.
 See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot run C compiled programs.
+echo &quot;$as_me: error: cannot run C compiled programs.
 If you meant to cross compile, use \`--host'.
 See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }; }
+   { (exit 1); exit 1; }; }
     fi
   fi
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: yes&quot; &gt;&amp;5
-$as_echo &quot;yes&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: yes&quot; &gt;&amp;5
+echo &quot;${ECHO_T}yes&quot; &gt;&amp;6; }
 
-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
 ac_clean_files=$ac_clean_files_save
 # Check that the compiler produces executables we can run.  If not, either
 # the compiler is broken, or we cross compile.
-{ $as_echo &quot;$as_me:$LINENO: checking whether we are cross compiling&quot; &gt;&amp;5
-$as_echo_n &quot;checking whether we are cross compiling... &quot; &gt;&amp;6; }
-{ $as_echo &quot;$as_me:$LINENO: result: $cross_compiling&quot; &gt;&amp;5
-$as_echo &quot;$cross_compiling&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking whether we are cross compiling&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking whether we are cross compiling... $ECHO_C&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $cross_compiling&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$cross_compiling&quot; &gt;&amp;6; }
 
-{ $as_echo &quot;$as_me:$LINENO: checking for suffix of executables&quot; &gt;&amp;5
-$as_echo_n &quot;checking for suffix of executables... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for suffix of executables&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for suffix of executables... $ECHO_C&quot; &gt;&amp;6; }
 if { (ac_try=&quot;$ac_link&quot;
 case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_link&quot;) 2&gt;&amp;5
   ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); }; then
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
@@ -2744,33 +2769,31 @@ $as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
 for ac_file in conftest.exe conftest conftest.*; do
   test -f &quot;$ac_file&quot; || continue
   case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     *.* ) ac_cv_exeext=`expr &quot;$ac_file&quot; : '[^.]*\(\..*\)'`
 	  break;;
     * ) break;;
   esac
 done
 else
-  { { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: in \`$ac_pwd':&quot; &gt;&amp;2;}
-{ { $as_echo &quot;$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
+  { { echo &quot;$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot compute suffix of executables: cannot compile and link
+echo &quot;$as_me: error: cannot compute suffix of executables: cannot compile and link
 See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }; }
+   { (exit 1); exit 1; }; }
 fi
 
 rm -f conftest$ac_cv_exeext
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_exeext&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_exeext&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_exeext&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_exeext&quot; &gt;&amp;6; }
 
 rm -f conftest.$ac_ext
 EXEEXT=$ac_cv_exeext
 ac_exeext=$EXEEXT
-{ $as_echo &quot;$as_me:$LINENO: checking for suffix of object files&quot; &gt;&amp;5
-$as_echo_n &quot;checking for suffix of object files... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for suffix of object files&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for suffix of object files... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_objext+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
 /* confdefs.h.  */
@@ -2793,43 +2816,40 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compile&quot;) 2&gt;&amp;5
   ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); }; then
   for ac_file in conftest.o conftest.obj conftest.*; do
   test -f &quot;$ac_file&quot; || continue;
   case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     *) ac_cv_objext=`expr &quot;$ac_file&quot; : '.*\.\(.*\)'`
        break;;
   esac
 done
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
-{ { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: in \`$ac_pwd':&quot; &gt;&amp;2;}
-{ { $as_echo &quot;$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
+{ { echo &quot;$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot compute suffix of object files: cannot compile
+echo &quot;$as_me: error: cannot compute suffix of object files: cannot compile
 See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }; }
+   { (exit 1); exit 1; }; }
 fi
 
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_objext&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_objext&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_objext&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_objext&quot; &gt;&amp;6; }
 OBJEXT=$ac_cv_objext
 ac_objext=$OBJEXT
-{ $as_echo &quot;$as_me:$LINENO: checking whether we are using the GNU C compiler&quot; &gt;&amp;5
-$as_echo_n &quot;checking whether we are using the GNU C compiler... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking whether we are using the GNU C compiler&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking whether we are using the GNU C compiler... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_c_compiler_gnu+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
 /* confdefs.h.  */
@@ -2855,21 +2875,20 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compile&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &amp;&amp; {
 	 test -z &quot;$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
        } &amp;&amp; test -s conftest.$ac_objext; then
   ac_compiler_gnu=yes
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
 	ac_compiler_gnu=no
@@ -2879,19 +2898,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_c_compiler_gnu&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_c_compiler_gnu&quot; &gt;&amp;6; }
-if test $ac_compiler_gnu = yes; then
-  GCC=yes
-else
-  GCC=
-fi
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_c_compiler_gnu&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_c_compiler_gnu&quot; &gt;&amp;6; }
+GCC=`test $ac_compiler_gnu = yes &amp;&amp; echo yes`
 ac_test_CFLAGS=${CFLAGS+set}
 ac_save_CFLAGS=$CFLAGS
-{ $as_echo &quot;$as_me:$LINENO: checking whether $CC accepts -g&quot; &gt;&amp;5
-$as_echo_n &quot;checking whether $CC accepts -g... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking whether $CC accepts -g&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking whether $CC accepts -g... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_cc_g+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   ac_save_c_werror_flag=$ac_c_werror_flag
    ac_c_werror_flag=yes
@@ -2918,21 +2933,20 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compile&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &amp;&amp; {
 	 test -z &quot;$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
        } &amp;&amp; test -s conftest.$ac_objext; then
   ac_cv_prog_cc_g=yes
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
 	CFLAGS=&quot;&quot;
@@ -2957,21 +2971,20 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compile&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &amp;&amp; {
 	 test -z &quot;$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
        } &amp;&amp; test -s conftest.$ac_objext; then
   :
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
 	ac_c_werror_flag=$ac_save_c_werror_flag
@@ -2997,21 +3010,20 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compile&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &amp;&amp; {
 	 test -z &quot;$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
        } &amp;&amp; test -s conftest.$ac_objext; then
   ac_cv_prog_cc_g=yes
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
 
@@ -3026,8 +3038,8 @@ fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    ac_c_werror_flag=$ac_save_c_werror_flag
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_prog_cc_g&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_prog_cc_g&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_prog_cc_g&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_prog_cc_g&quot; &gt;&amp;6; }
 if test &quot;$ac_test_CFLAGS&quot; = set; then
   CFLAGS=$ac_save_CFLAGS
 elif test $ac_cv_prog_cc_g = yes; then
@@ -3043,10 +3055,10 @@ else
     CFLAGS=
   fi
 fi
-{ $as_echo &quot;$as_me:$LINENO: checking for $CC option to accept ISO C89&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $CC option to accept ISO C89... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $CC option to accept ISO C89&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $CC option to accept ISO C89... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_cc_c89+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   ac_cv_prog_cc_c89=no
 ac_save_CC=$CC
@@ -3117,21 +3129,20 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_compile&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &amp;&amp; {
 	 test -z &quot;$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
        } &amp;&amp; test -s conftest.$ac_objext; then
   ac_cv_prog_cc_c89=$ac_arg
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
 
@@ -3147,15 +3158,15 @@ fi
 # AC_CACHE_VAL
 case &quot;x$ac_cv_prog_cc_c89&quot; in
   x)
-    { $as_echo &quot;$as_me:$LINENO: result: none needed&quot; &gt;&amp;5
-$as_echo &quot;none needed&quot; &gt;&amp;6; } ;;
+    { echo &quot;$as_me:$LINENO: result: none needed&quot; &gt;&amp;5
+echo &quot;${ECHO_T}none needed&quot; &gt;&amp;6; } ;;
   xno)
-    { $as_echo &quot;$as_me:$LINENO: result: unsupported&quot; &gt;&amp;5
-$as_echo &quot;unsupported&quot; &gt;&amp;6; } ;;
+    { echo &quot;$as_me:$LINENO: result: unsupported&quot; &gt;&amp;5
+echo &quot;${ECHO_T}unsupported&quot; &gt;&amp;6; } ;;
   *)
     CC=&quot;$CC $ac_cv_prog_cc_c89&quot;
-    { $as_echo &quot;$as_me:$LINENO: result: $ac_cv_prog_cc_c89&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_prog_cc_c89&quot; &gt;&amp;6; } ;;
+    { echo &quot;$as_me:$LINENO: result: $ac_cv_prog_cc_c89&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_prog_cc_c89&quot; &gt;&amp;6; } ;;
 esac
 
 
@@ -3171,15 +3182,15 @@ ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext &gt;&amp;5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS &gt;&amp;5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo &quot;$as_me:$LINENO: checking how to run the C preprocessor&quot; &gt;&amp;5
-$as_echo_n &quot;checking how to run the C preprocessor... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking how to run the C preprocessor&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking how to run the C preprocessor... $ECHO_C&quot; &gt;&amp;6; }
 # On Suns, sometimes $CPP names a directory.
 if test -n &quot;$CPP&quot; &amp;&amp; test -d &quot;$CPP&quot;; then
   CPP=
 fi
 if test -z &quot;$CPP&quot;; then
   if test &quot;${ac_cv_prog_CPP+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
       # Double quotes because CPP needs to be expanded
     for CPP in &quot;$CC -E&quot; &quot;$CC -E -traditional-cpp&quot; &quot;/lib/cpp&quot;
@@ -3211,21 +3222,20 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &gt;/dev/null &amp;&amp; {
 	 test -z &quot;$ac_c_preproc_warn_flag$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
        }; then
   :
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
   # Broken: fails on valid input.
@@ -3249,14 +3259,13 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &gt;/dev/null &amp;&amp; {
 	 test -z &quot;$ac_c_preproc_warn_flag$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
@@ -3264,7 +3273,7 @@ $as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
   # Broken: success on invalid input.
 continue
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
   # Passes both tests.
@@ -3289,8 +3298,8 @@ fi
 else
   ac_cv_prog_CPP=$CPP
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $CPP&quot; &gt;&amp;5
-$as_echo &quot;$CPP&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $CPP&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$CPP&quot; &gt;&amp;6; }
 ac_preproc_ok=false
 for ac_c_preproc_warn_flag in '' yes
 do
@@ -3318,21 +3327,20 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &gt;/dev/null &amp;&amp; {
 	 test -z &quot;$ac_c_preproc_warn_flag$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
        }; then
   :
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
   # Broken: fails on valid input.
@@ -3356,14 +3364,13 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &gt;/dev/null &amp;&amp; {
 	 test -z &quot;$ac_c_preproc_warn_flag$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
@@ -3371,7 +3378,7 @@ $as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
   # Broken: success on invalid input.
 continue
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
   # Passes both tests.
@@ -3387,13 +3394,11 @@ rm -f conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then
   :
 else
-  { { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: in \`$ac_pwd':&quot; &gt;&amp;2;}
-{ { $as_echo &quot;$as_me:$LINENO: error: C preprocessor \&quot;$CPP\&quot; fails sanity check
+  { { echo &quot;$as_me:$LINENO: error: C preprocessor \&quot;$CPP\&quot; fails sanity check
 See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: C preprocessor \&quot;$CPP\&quot; fails sanity check
+echo &quot;$as_me: error: C preprocessor \&quot;$CPP\&quot; fails sanity check
 See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }; }
+   { (exit 1); exit 1; }; }
 fi
 
 ac_ext=c
@@ -3403,37 +3408,42 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-{ $as_echo &quot;$as_me:$LINENO: checking for grep that handles long lines and -e&quot; &gt;&amp;5
-$as_echo_n &quot;checking for grep that handles long lines and -e... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for grep that handles long lines and -e&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for grep that handles long lines and -e... $ECHO_C&quot; &gt;&amp;6; }
+if test &quot;${ac_cv_path_GREP+set}&quot; = set; then
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
+else
+  # Extract the first word of &quot;grep ggrep&quot; to use in msg output
+if test -z &quot;$GREP&quot;; then
+set dummy grep ggrep; ac_prog_name=$2
 if test &quot;${ac_cv_path_GREP+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
-  if test -z &quot;$GREP&quot;; then
   ac_path_GREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+# Loop through the user's path and test for each of PROGNAME-LIST
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 do
   IFS=$as_save_IFS
   test -z &quot;$as_dir&quot; &amp;&amp; as_dir=.
   for ac_prog in grep ggrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_GREP=&quot;$as_dir/$ac_prog$ac_exec_ext&quot;
-      { test -f &quot;$ac_path_GREP&quot; &amp;&amp; $as_test_x &quot;$ac_path_GREP&quot;; } || continue
-# Check for GNU ac_path_GREP and select it if it is found.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+    ac_path_GREP=&quot;$as_dir/$ac_prog$ac_exec_ext&quot;
+    { test -f &quot;$ac_path_GREP&quot; &amp;&amp; $as_test_x &quot;$ac_path_GREP&quot;; } || continue
+    # Check for GNU ac_path_GREP and select it if it is found.
   # Check for GNU $ac_path_GREP
 case `&quot;$ac_path_GREP&quot; --version 2&gt;&amp;1` in
 *GNU*)
   ac_cv_path_GREP=&quot;$ac_path_GREP&quot; ac_path_GREP_found=:;;
 *)
   ac_count=0
-  $as_echo_n 0123456789 &gt;&quot;conftest.in&quot;
+  echo $ECHO_N &quot;0123456789$ECHO_C&quot; &gt;&quot;conftest.in&quot;
   while :
   do
     cat &quot;conftest.in&quot; &quot;conftest.in&quot; &gt;&quot;conftest.tmp&quot;
     mv &quot;conftest.tmp&quot; &quot;conftest.in&quot;
     cp &quot;conftest.in&quot; &quot;conftest.nl&quot;
-    $as_echo 'GREP' &gt;&gt; &quot;conftest.nl&quot;
+    echo 'GREP' &gt;&gt; &quot;conftest.nl&quot;
     &quot;$ac_path_GREP&quot; -e 'GREP$' -e '-(cannot match)-' &lt; &quot;conftest.nl&quot; &gt;&quot;conftest.out&quot; 2&gt;/dev/null || break
     diff &quot;conftest.out&quot; &quot;conftest.nl&quot; &gt;/dev/null 2&gt;&amp;1 || break
     ac_count=`expr $ac_count + 1`
@@ -3448,60 +3458,74 @@ case `&quot;$ac_path_GREP&quot; --version 2&gt;&amp;1` in
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 esac
 
-      $ac_path_GREP_found &amp;&amp; break 3
-    done
+
+    $ac_path_GREP_found &amp;&amp; break 3
   done
 done
+
+done
 IFS=$as_save_IFS
-  if test -z &quot;$ac_cv_path_GREP&quot;; then
-    { { $as_echo &quot;$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin&quot; &gt;&amp;2;}
+
+
+fi
+
+GREP=&quot;$ac_cv_path_GREP&quot;
+if test -z &quot;$GREP&quot;; then
+  { { echo &quot;$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin&quot; &gt;&amp;5
+echo &quot;$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
-  fi
+fi
+
 else
   ac_cv_path_GREP=$GREP
 fi
 
+
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_path_GREP&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_path_GREP&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_path_GREP&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_path_GREP&quot; &gt;&amp;6; }
  GREP=&quot;$ac_cv_path_GREP&quot;
 
 
-{ $as_echo &quot;$as_me:$LINENO: checking for egrep&quot; &gt;&amp;5
-$as_echo_n &quot;checking for egrep... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for egrep&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for egrep... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_path_EGREP+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if echo a | $GREP -E '(a|b)' &gt;/dev/null 2&gt;&amp;1
    then ac_cv_path_EGREP=&quot;$GREP -E&quot;
    else
-     if test -z &quot;$EGREP&quot;; then
+     # Extract the first word of &quot;egrep&quot; to use in msg output
+if test -z &quot;$EGREP&quot;; then
+set dummy egrep; ac_prog_name=$2
+if test &quot;${ac_cv_path_EGREP+set}&quot; = set; then
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
+else
   ac_path_EGREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+# Loop through the user's path and test for each of PROGNAME-LIST
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 do
   IFS=$as_save_IFS
   test -z &quot;$as_dir&quot; &amp;&amp; as_dir=.
   for ac_prog in egrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_EGREP=&quot;$as_dir/$ac_prog$ac_exec_ext&quot;
-      { test -f &quot;$ac_path_EGREP&quot; &amp;&amp; $as_test_x &quot;$ac_path_EGREP&quot;; } || continue
-# Check for GNU ac_path_EGREP and select it if it is found.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+    ac_path_EGREP=&quot;$as_dir/$ac_prog$ac_exec_ext&quot;
+    { test -f &quot;$ac_path_EGREP&quot; &amp;&amp; $as_test_x &quot;$ac_path_EGREP&quot;; } || continue
+    # Check for GNU ac_path_EGREP and select it if it is found.
   # Check for GNU $ac_path_EGREP
 case `&quot;$ac_path_EGREP&quot; --version 2&gt;&amp;1` in
 *GNU*)
   ac_cv_path_EGREP=&quot;$ac_path_EGREP&quot; ac_path_EGREP_found=:;;
 *)
   ac_count=0
-  $as_echo_n 0123456789 &gt;&quot;conftest.in&quot;
+  echo $ECHO_N &quot;0123456789$ECHO_C&quot; &gt;&quot;conftest.in&quot;
   while :
   do
     cat &quot;conftest.in&quot; &quot;conftest.in&quot; &gt;&quot;conftest.tmp&quot;
     mv &quot;conftest.tmp&quot; &quot;conftest.in&quot;
     cp &quot;conftest.in&quot; &quot;conftest.nl&quot;
-    $as_echo 'EGREP' &gt;&gt; &quot;conftest.nl&quot;
+    echo 'EGREP' &gt;&gt; &quot;conftest.nl&quot;
     &quot;$ac_path_EGREP&quot; 'EGREP$' &lt; &quot;conftest.nl&quot; &gt;&quot;conftest.out&quot; 2&gt;/dev/null || break
     diff &quot;conftest.out&quot; &quot;conftest.nl&quot; &gt;/dev/null 2&gt;&amp;1 || break
     ac_count=`expr $ac_count + 1`
@@ -3516,32 +3540,41 @@ case `&quot;$ac_path_EGREP&quot; --version 2&gt;&amp;1` in
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 esac
 
-      $ac_path_EGREP_found &amp;&amp; break 3
-    done
+
+    $ac_path_EGREP_found &amp;&amp; break 3
   done
 done
+
+done
 IFS=$as_save_IFS
-  if test -z &quot;$ac_cv_path_EGREP&quot;; then
-    { { $as_echo &quot;$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin&quot; &gt;&amp;2;}
+
+
+fi
+
+EGREP=&quot;$ac_cv_path_EGREP&quot;
+if test -z &quot;$EGREP&quot;; then
+  { { echo &quot;$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin&quot; &gt;&amp;5
+echo &quot;$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
-  fi
+fi
+
 else
   ac_cv_path_EGREP=$EGREP
 fi
 
+
    fi
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_path_EGREP&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_path_EGREP&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_path_EGREP&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_path_EGREP&quot; &gt;&amp;6; }
  EGREP=&quot;$ac_cv_path_EGREP&quot;
 
 
 if test $ac_cv_c_compiler_gnu = yes; then
-    { $as_echo &quot;$as_me:$LINENO: checking whether $CC needs -traditional&quot; &gt;&amp;5
-$as_echo_n &quot;checking whether $CC needs -traditional... &quot; &gt;&amp;6; }
+    { echo &quot;$as_me:$LINENO: checking whether $CC needs -traditional&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking whether $CC needs -traditional... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_gcc_traditional+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
     ac_pattern=&quot;Autoconf.*'x'&quot;
   cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
@@ -3559,7 +3592,7 @@ if (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;&amp;5 |
 else
   ac_cv_prog_gcc_traditional=no
 fi
-rm -f conftest*
+rm -f -r conftest*
 
 
   if test $ac_cv_prog_gcc_traditional = no; then
@@ -3576,12 +3609,12 @@ if (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;&amp;5 |
   $EGREP &quot;$ac_pattern&quot; &gt;/dev/null 2&gt;&amp;1; then
   ac_cv_prog_gcc_traditional=yes
 fi
-rm -f conftest*
+rm -f -r conftest*
 
   fi
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_prog_gcc_traditional&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_prog_gcc_traditional&quot; &gt;&amp;6; }
   if test $ac_cv_prog_gcc_traditional = yes; then
     CC=&quot;$CC -traditional&quot;
   fi
@@ -3598,7 +3631,7 @@ case &quot;$target_os&quot; in
             cat &gt;&gt; confdefs.h &lt;&lt; EOF
 #define WIN32 1
 EOF
-            LD_SHARED=&quot;gcc -shared&quot;
+            LD_SHARED=&quot;$CC -shared&quot;
             DLL=dll
             DLL_LIBS=&quot;-lc \&quot;$ERL_DLL_LIB\&quot;&quot;
 
@@ -3635,12 +3668,11 @@ esac
 
 
 
-{ $as_echo &quot;$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)&quot; &gt;&amp;5
-$as_echo_n &quot;checking whether ${MAKE-make} sets \$(MAKE)... &quot; &gt;&amp;6; }
-set x ${MAKE-make}
-ac_make=`$as_echo &quot;$2&quot; | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+{ echo &quot;$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C&quot; &gt;&amp;6; }
+set x ${MAKE-make}; ac_make=`echo &quot;$2&quot; | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval &quot;test \&quot;\${$as_var+set}\&quot; = set&quot;; }; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   cat &gt;conftest.make &lt;&lt;\_ACEOF
 SHELL = /bin/sh
@@ -3657,12 +3689,12 @@ esac
 rm -f conftest.make
 fi
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
-  { $as_echo &quot;$as_me:$LINENO: result: yes&quot; &gt;&amp;5
-$as_echo &quot;yes&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: yes&quot; &gt;&amp;5
+echo &quot;${ECHO_T}yes&quot; &gt;&amp;6; }
   SET_MAKE=
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
   SET_MAKE=&quot;MAKE=${MAKE-make}&quot;
 fi
 
@@ -3679,12 +3711,11 @@ fi
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group &quot;staff&quot;
 # OS/2's system install, which has a completely different semantic
 # ./install, which can be erroneously created by make from ./install.sh.
-# Reject install programs that cannot install multiple files.
-{ $as_echo &quot;$as_me:$LINENO: checking for a BSD-compatible install&quot; &gt;&amp;5
-$as_echo_n &quot;checking for a BSD-compatible install... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for a BSD-compatible install&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for a BSD-compatible install... $ECHO_C&quot; &gt;&amp;6; }
 if test -z &quot;$INSTALL&quot;; then
 if test &quot;${ac_cv_path_install+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
@@ -3713,29 +3744,17 @@ case $as_dir/ in
 	    # program-specific install script used by HP pwplus--don't use.
 	    :
 	  else
-	    rm -rf conftest.one conftest.two conftest.dir
-	    echo one &gt; conftest.one
-	    echo two &gt; conftest.two
-	    mkdir conftest.dir
-	    if &quot;$as_dir/$ac_prog$ac_exec_ext&quot; -c conftest.one conftest.two &quot;`pwd`/conftest.dir&quot; &amp;&amp;
-	      test -s conftest.one &amp;&amp; test -s conftest.two &amp;&amp;
-	      test -s conftest.dir/conftest.one &amp;&amp;
-	      test -s conftest.dir/conftest.two
-	    then
-	      ac_cv_path_install=&quot;$as_dir/$ac_prog$ac_exec_ext -c&quot;
-	      break 3
-	    fi
+	    ac_cv_path_install=&quot;$as_dir/$ac_prog$ac_exec_ext -c&quot;
+	    break 3
 	  fi
 	fi
       done
     done
     ;;
 esac
-
 done
 IFS=$as_save_IFS
 
-rm -rf conftest.one conftest.two conftest.dir
 
 fi
   if test &quot;${ac_cv_path_install+set}&quot; = set; then
@@ -3748,8 +3767,8 @@ fi
     INSTALL=$ac_install_sh
   fi
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $INSTALL&quot; &gt;&amp;5
-$as_echo &quot;$INSTALL&quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: result: $INSTALL&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$INSTALL&quot; &gt;&amp;6; }
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
@@ -3764,10 +3783,10 @@ test -z &quot;$INSTALL_DATA&quot; &amp;&amp; INSTALL_DATA='${INSTALL} -m 644'
 
 # Extract the first word of &quot;latex&quot;, so it can be a program name with args.
 set dummy latex; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_DVILATEX+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$DVILATEX&quot;; then
   ac_cv_prog_DVILATEX=&quot;$DVILATEX&quot; # Let the user override the test.
@@ -3780,7 +3799,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_DVILATEX=&quot;latex&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -3791,11 +3810,11 @@ fi
 fi
 DVILATEX=$ac_cv_prog_DVILATEX
 if test -n &quot;$DVILATEX&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $DVILATEX&quot; &gt;&amp;5
-$as_echo &quot;$DVILATEX&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $DVILATEX&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$DVILATEX&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -3803,10 +3822,10 @@ fi
 
 # Extract the first word of &quot;dvips&quot;, so it can be a program name with args.
 set dummy dvips; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_DVIPS+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$DVIPS&quot;; then
   ac_cv_prog_DVIPS=&quot;$DVIPS&quot; # Let the user override the test.
@@ -3819,7 +3838,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_DVIPS=&quot;dvips&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -3830,11 +3849,11 @@ fi
 fi
 DVIPS=$ac_cv_prog_DVIPS
 if test -n &quot;$DVIPS&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $DVIPS&quot; &gt;&amp;5
-$as_echo &quot;$DVIPS&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $DVIPS&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$DVIPS&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -3842,10 +3861,10 @@ fi
 
 # Extract the first word of &quot;pdflatex&quot;, so it can be a program name with args.
 set dummy pdflatex; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_PDFLATEX+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$PDFLATEX&quot;; then
   ac_cv_prog_PDFLATEX=&quot;$PDFLATEX&quot; # Let the user override the test.
@@ -3858,7 +3877,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_PDFLATEX=&quot;pdflatex&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -3869,11 +3888,11 @@ fi
 fi
 PDFLATEX=$ac_cv_prog_PDFLATEX
 if test -n &quot;$PDFLATEX&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $PDFLATEX&quot; &gt;&amp;5
-$as_echo &quot;$PDFLATEX&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $PDFLATEX&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$PDFLATEX&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -3881,10 +3900,10 @@ fi
 
 # Extract the first word of &quot;epstopdf&quot;, so it can be a program name with args.
 set dummy epstopdf; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_prog_EPSTOPDF+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   if test -n &quot;$EPSTOPDF&quot;; then
   ac_cv_prog_EPSTOPDF=&quot;$EPSTOPDF&quot; # Let the user override the test.
@@ -3897,7 +3916,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_prog_EPSTOPDF=&quot;epstopdf&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -3908,11 +3927,11 @@ fi
 fi
 EPSTOPDF=$ac_cv_prog_EPSTOPDF
 if test -n &quot;$EPSTOPDF&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $EPSTOPDF&quot; &gt;&amp;5
-$as_echo &quot;$EPSTOPDF&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $EPSTOPDF&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$EPSTOPDF&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -3945,7 +3964,7 @@ case &quot;$target_os&quot; in
 #define LINUX 1
 _ACEOF
 
-           LD_SHARED=&quot;gcc -shared&quot;
+           LD_SHARED=&quot;$CC -shared&quot;
 
            FPIC=-fpic
 
@@ -3989,10 +4008,10 @@ _ACEOF
 
            ;;
          *darwin*)
-           { $as_echo &quot;$as_me:$LINENO: checking for sendfile in -lc&quot; &gt;&amp;5
-$as_echo_n &quot;checking for sendfile in -lc... &quot; &gt;&amp;6; }
+           { echo &quot;$as_me:$LINENO: checking for sendfile in -lc&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for sendfile in -lc... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_lib_c_sendfile+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   ac_check_lib_save_LIBS=$LIBS
 LIBS=&quot;-lc  $LIBS&quot;
@@ -4024,42 +4043,214 @@ case &quot;(($ac_try&quot; in
   *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   *) ac_try_echo=$ac_try;;
 esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
   (eval &quot;$ac_link&quot;) 2&gt;conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 &gt;conftest.err
   rm -f conftest.er1
   cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
   (exit $ac_status); } &amp;&amp; {
 	 test -z &quot;$ac_c_werror_flag&quot; ||
 	 test ! -s conftest.err
-       } &amp;&amp; test -s conftest$ac_exeext &amp;&amp; {
-	 test &quot;$cross_compiling&quot; = yes ||
-	 $as_test_x conftest$ac_exeext
-       }; then
+       } &amp;&amp; test -s conftest$ac_exeext &amp;&amp;
+       $as_test_x conftest$ac_exeext; then
   ac_cv_lib_c_sendfile=yes
 else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+  echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
 sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
 
 	ac_cv_lib_c_sendfile=no
 fi
 
-rm -rf conftest.dSYM
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_lib_c_sendfile&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_lib_c_sendfile&quot; &gt;&amp;6; }
-if test &quot;x$ac_cv_lib_c_sendfile&quot; = x&quot;&quot;yes; then
+{ echo &quot;$as_me:$LINENO: result: $ac_cv_lib_c_sendfile&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_cv_lib_c_sendfile&quot; &gt;&amp;6; }
+if test $ac_cv_lib_c_sendfile = yes; then
   HAVE_SENDFILE=true
 fi
 
-           CFLAGS=&quot;$CFLAGS -I/usr/include/pam&quot;
-           LD_SHARED=&quot;gcc -bundle -fPIC -flat_namespace -undefined suppress&quot;
+           case &quot;$target_os&quot; in
+               darwin10*)
+                   ac_ext=erl
+ac_compile='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext &gt;&amp;5'
+ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext &gt;&amp;5 ; echo &quot;#!/bin/sh&quot; &gt; conftest$ac_exeext ; echo &quot;\&quot;$ERL\&quot; -run conftest start -run init stop -noshell&quot; &gt;&gt; conftest$ac_exeext ; chmod +x conftest$ac_exeext'
+
+                   if test -n &quot;$ERLC&quot;; then
+    { echo &quot;$as_me:$LINENO: checking for erlc&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for erlc... $ECHO_C&quot; &gt;&amp;6; }
+    { echo &quot;$as_me:$LINENO: result: $ERLC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ERLC&quot; &gt;&amp;6; }
+else
+    if test -n &quot;$ac_tool_prefix&quot;; then
+  # Extract the first word of &quot;${ac_tool_prefix}erlc&quot;, so it can be a program name with args.
+set dummy ${ac_tool_prefix}erlc; ac_word=$2
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
+if test &quot;${ac_cv_path_ERLC+set}&quot; = set; then
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
+else
+  case $ERLC in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ERLC=&quot;$ERLC&quot; # 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 &quot;$as_dir&quot; &amp;&amp; as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
+    ac_cv_path_ERLC=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+ERLC=$ac_cv_path_ERLC
+if test -n &quot;$ERLC&quot;; then
+  { echo &quot;$as_me:$LINENO: result: $ERLC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ERLC&quot; &gt;&amp;6; }
+else
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
+fi
+
+
+fi
+if test -z &quot;$ac_cv_path_ERLC&quot;; then
+  ac_pt_ERLC=$ERLC
+  # Extract the first word of &quot;erlc&quot;, so it can be a program name with args.
+set dummy erlc; ac_word=$2
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
+if test &quot;${ac_cv_path_ac_pt_ERLC+set}&quot; = set; then
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
+else
+  case $ac_pt_ERLC in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ac_pt_ERLC=&quot;$ac_pt_ERLC&quot; # 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 &quot;$as_dir&quot; &amp;&amp; as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
+    ac_cv_path_ac_pt_ERLC=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+ac_pt_ERLC=$ac_cv_path_ac_pt_ERLC
+if test -n &quot;$ac_pt_ERLC&quot;; then
+  { echo &quot;$as_me:$LINENO: result: $ac_pt_ERLC&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$ac_pt_ERLC&quot; &gt;&amp;6; }
+else
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
+fi
+
+  if test &quot;x$ac_pt_ERLC&quot; = x; then
+    ERLC=&quot;&quot;
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo &quot;$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org.&quot; &gt;&amp;2;}
+ac_tool_warned=yes ;;
+esac
+    ERLC=$ac_pt_ERLC
+  fi
+else
+  ERLC=&quot;$ac_cv_path_ERLC&quot;
+fi
+
+fi
+
+
+if test &quot;$cross_compiling&quot; = yes; then
+  { { echo &quot;$as_me:$LINENO: error: cannot run test program while cross compiling
+See \`config.log' for more details.&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot run test program while cross compiling
+See \`config.log' for more details.&quot; &gt;&amp;2;}
+   { (exit 1); exit 1; }; }
+else
+  cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
+-module(conftest).
+-export([start/0]).
+
+start() -&gt;
+                                   halt(case erlang:system_info(wordsize) of
+                                       8 -&gt; 0; 4 -&gt; 1 end)
+.
+
+_ACEOF
+rm -f conftest$ac_exeext
+if { (ac_try=&quot;$ac_link&quot;
+case &quot;(($ac_try&quot; in
+  *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
+  (eval &quot;$ac_link&quot;) 2&gt;&amp;5
+  ac_status=$?
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  (exit $ac_status); } &amp;&amp; { ac_try='./conftest$ac_exeext'
+  { (case &quot;(($ac_try&quot; in
+  *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval &quot;echo \&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;) &gt;&amp;5
+  (eval &quot;$ac_try&quot;) 2&gt;&amp;5
+  ac_status=$?
+  echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  (exit $ac_status); }; }; then
+  { echo &quot;$as_me:$LINENO: found 64-bit Erlang&quot; &gt;&amp;5
+echo &quot;$as_me: found 64-bit Erlang&quot; &gt;&amp;6;}
+                           CBIT=-m64
+else
+  echo &quot;$as_me: program exited with status $ac_status&quot; &gt;&amp;5
+echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
+
+( exit $ac_status )
+{ echo &quot;$as_me:$LINENO: found 32-bit Erlang&quot; &gt;&amp;5
+echo &quot;$as_me: found 32-bit Erlang&quot; &gt;&amp;6;}
+                           CBIT=-m32
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+fi
+
+
+                   ;;
+               *)
+                   CBIT=&quot;&quot;
+                   ;;
+           esac
+           CFLAGS=&quot;$CFLAGS $CBIT -I/usr/include/pam&quot;
+           LD_SHARED=&quot;$CC $CBIT -bundle -fPIC -flat_namespace -undefined suppress&quot;
 
            FPIC=-fPIC
 
@@ -4067,10 +4258,10 @@ fi
          *cygwin*)
            # Extract the first word of &quot;werl&quot;, so it can be a program name with args.
 set dummy werl; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
-$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+{ echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+echo $ECHO_N &quot;checking for $ac_word... $ECHO_C&quot; &gt;&amp;6; }
 if test &quot;${ac_cv_path_WERL+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+  echo $ECHO_N &quot;(cached) $ECHO_C&quot; &gt;&amp;6
 else
   case $WERL in
   [\\/]* | ?:[\\/]*)
@@ -4085,7 +4276,7 @@ do
   for ac_exec_ext in '' $ac_executable_extensions; do
   if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
     ac_cv_path_WERL=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
@@ -4097,11 +4288,11 @@ esac
 fi
 WERL=$ac_cv_path_WERL
 if test -n &quot;$WERL&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $WERL&quot; &gt;&amp;5
-$as_echo &quot;$WERL&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: $WERL&quot; &gt;&amp;5
+echo &quot;${ECHO_T}$WERL&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
-$as_echo &quot;no&quot; &gt;&amp;6; }
+  { echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+echo &quot;${ECHO_T}no&quot; &gt;&amp;6; }
 fi
 
 
@@ -4115,10 +4306,10 @@ _ACEOF
 
            ;;
         *)
-           { $as_echo &quot;$as_me:$LINENO: result: unknown&quot; &gt;&amp;5
-$as_echo &quot;unknown&quot; &gt;&amp;6; }
-           { { $as_echo &quot;$as_me:$LINENO: error: Non-supported target OS!&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: Non-supported target OS!&quot; &gt;&amp;2;}
+           { echo &quot;$as_me:$LINENO: result: unknown&quot; &gt;&amp;5
+echo &quot;${ECHO_T}unknown&quot; &gt;&amp;6; }
+           { { echo &quot;$as_me:$LINENO: error: Non-supported target OS!&quot; &gt;&amp;5
+echo &quot;$as_me: error: Non-supported target OS!&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
            ;;
 esac
@@ -4160,12 +4351,11 @@ _ACEOF
     case $ac_val in #(
     *${as_nl}*)
       case $ac_var in #(
-      *_cv_*) { $as_echo &quot;$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
+      *_cv_*) { echo &quot;$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;2;} ;;
       esac
       case $ac_var in #(
       _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
       *) $as_unset $ac_var ;;
       esac ;;
     esac
@@ -4198,12 +4388,12 @@ $as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
 if diff &quot;$cache_file&quot; confcache &gt;/dev/null 2&gt;&amp;1; then :; else
   if test -w &quot;$cache_file&quot;; then
     test &quot;x$cache_file&quot; != &quot;x/dev/null&quot; &amp;&amp;
-      { $as_echo &quot;$as_me:$LINENO: updating cache $cache_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: updating cache $cache_file&quot; &gt;&amp;6;}
+      { echo &quot;$as_me:$LINENO: updating cache $cache_file&quot; &gt;&amp;5
+echo &quot;$as_me: updating cache $cache_file&quot; &gt;&amp;6;}
     cat confcache &gt;$cache_file
   else
-    { $as_echo &quot;$as_me:$LINENO: not updating unwritable cache $cache_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: not updating unwritable cache $cache_file&quot; &gt;&amp;6;}
+    { echo &quot;$as_me:$LINENO: not updating unwritable cache $cache_file&quot; &gt;&amp;5
+echo &quot;$as_me: not updating unwritable cache $cache_file&quot; &gt;&amp;6;}
   fi
 fi
 rm -f confcache
@@ -4220,12 +4410,6 @@ test &quot;x$exec_prefix&quot; = xNONE &amp;&amp; exec_prefix='${prefix}'
 # take arguments), then branch to the quote section.  Otherwise,
 # look for a macro that doesn't take arguments.
 ac_script='
-:mline
-/\\$/{
- N
- s,\\\n,,
- b mline
-}
 t clear
 :clear
 s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
@@ -4255,7 +4439,7 @@ ac_ltlibobjs=
 for ac_i in : $LIBOBJS; do test &quot;x$ac_i&quot; = x: &amp;&amp; continue
   # 1. Remove the extension, and $U if already installed.
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-  ac_i=`$as_echo &quot;$ac_i&quot; | sed &quot;$ac_script&quot;`
+  ac_i=`echo &quot;$ac_i&quot; | sed &quot;$ac_script&quot;`
   # 2. Prepend LIBOBJDIR.  When used with automake&gt;=1.10 LIBOBJDIR
   #    will be set to the directory where LIBOBJS objects are built.
   ac_libobjs=&quot;$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext&quot;
@@ -4268,12 +4452,11 @@ LTLIBOBJS=$ac_ltlibobjs
 
 
 : ${CONFIG_STATUS=./config.status}
-ac_write_fail=0
 ac_clean_files_save=$ac_clean_files
 ac_clean_files=&quot;$ac_clean_files $CONFIG_STATUS&quot;
-{ $as_echo &quot;$as_me:$LINENO: creating $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: creating $CONFIG_STATUS&quot; &gt;&amp;6;}
-cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+{ echo &quot;$as_me:$LINENO: creating $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: creating $CONFIG_STATUS&quot; &gt;&amp;6;}
+cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 #! $SHELL
 # Generated by $as_me.
 # Run this file to recreate the current configuration.
@@ -4286,7 +4469,7 @@ ac_cs_silent=false
 SHELL=\${CONFIG_SHELL-$SHELL}
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -4296,7 +4479,7 @@ DUALCASE=1; export DUALCASE # for MKS sh
 if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+&quot;$@&quot;}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+&quot;$@&quot;}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
@@ -4318,45 +4501,17 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 as_cr_digits='0123456789'
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
-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
-if (test &quot;X`printf %s $as_echo`&quot; = &quot;X$as_echo&quot;) 2&gt;/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test &quot;X`(/usr/ucb/echo -n -n $as_echo) 2&gt;/dev/null`&quot; = &quot;X-n $as_echo&quot;; then
-    as_echo_body='eval /usr/ucb/echo -n &quot;$1$as_nl&quot;'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr &quot;X$1&quot; : &quot;X\\(.*\\)&quot;'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *&quot;$as_nl&quot;*)
-	expr &quot;X$arg&quot; : &quot;X\\(.*\\)$as_nl&quot;;
-	arg=`expr &quot;X$arg&quot; : &quot;.*$as_nl\\(.*\\)&quot;`;;
-      esac;
-      expr &quot;X$arg&quot; : &quot;X\\(.*\\)&quot; | tr -d &quot;$as_nl&quot;
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
 # The user is always right.
 if test &quot;${PATH_SEPARATOR+set}&quot; != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 ||
-      PATH_SEPARATOR=';'
-  }
+  echo &quot;#! /bin/sh&quot; &gt;conf$$.sh
+  echo  &quot;exit 0&quot;   &gt;&gt;conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH=&quot;/nonexistent;.&quot;; conf$$.sh) &gt;/dev/null 2&gt;&amp;1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
 fi
 
 # Support unset when possible.
@@ -4372,6 +4527,8 @@ fi
 # 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.)
+as_nl='
+'
 IFS=&quot; &quot;&quot;	$as_nl&quot;
 
 # Find who we are.  Look in the path if we contain no directory separator.
@@ -4394,7 +4551,7 @@ if test &quot;x$as_myself&quot; = x; then
   as_myself=$0
 fi
 if test ! -f &quot;$as_myself&quot;; then
-  $as_echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
+  echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
   { (exit 1); exit 1; }
 fi
 
@@ -4407,10 +4564,17 @@ PS2='&gt; '
 PS4='+ '
 
 # NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
+for as_var in \
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+  LC_TELEPHONE LC_TIME
+do
+  if (set +x; test -z &quot;`(eval $as_var=C; export $as_var) 2&gt;&amp;1`&quot;); then
+    eval $as_var=C; export $as_var
+  else
+    ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
+  fi
+done
 
 # Required to use basename.
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
@@ -4432,7 +4596,7 @@ as_me=`$as_basename -- &quot;$0&quot; ||
 $as_expr X/&quot;$0&quot; : '.*/\([^/][^/]*\)/*$' \| \
 	 X&quot;$0&quot; : 'X\(//\)$' \| \
 	 X&quot;$0&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X/&quot;$0&quot; |
+echo X/&quot;$0&quot; |
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 	    s//\1/
 	    q
@@ -4483,7 +4647,7 @@ $as_unset CDPATH
       s/-\n.*//
     ' &gt;$as_me.lineno &amp;&amp;
   chmod +x &quot;$as_me.lineno&quot; ||
-    { $as_echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
+    { echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 
   # Don't try to exec as it changes $[0], causing all sort of problems
@@ -4511,6 +4675,7 @@ case `echo -n x` in
 *)
   ECHO_N='-n';;
 esac
+
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
    test &quot;X`expr 00001 : '.*\(...\)'`&quot; = X001; then
   as_expr=expr
@@ -4523,22 +4688,19 @@ if test -d conf$$.dir; then
   rm -f conf$$.dir/conf$$.file
 else
   rm -f conf$$.dir
-  mkdir conf$$.dir 2&gt;/dev/null
-fi
-if (echo &gt;conf$$.file) 2&gt;/dev/null; then
-  if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s=ln
-  else
+  mkdir conf$$.dir
+fi
+echo &gt;conf$$.file
+if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s='ln -s'
+  # ... but there are two gotchas:
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+  # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+  # In both cases, we have to default to `cp -p'.
+  ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
     as_ln_s='cp -p'
-  fi
+elif ln conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s=ln
 else
   as_ln_s='cp -p'
 fi
@@ -4563,10 +4725,10 @@ else
   as_test_x='
     eval sh -c '\''
       if test -d &quot;$1&quot;; then
-	test -d &quot;$1/.&quot;;
+        test -d &quot;$1/.&quot;;
       else
 	case $1 in
-	-*)set &quot;./$1&quot;;;
+        -*)set &quot;./$1&quot;;;
 	esac;
 	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in
 	???[sx]*):;;*)false;;esac;fi
@@ -4589,7 +4751,7 @@ exec 6&gt;&amp;1
 # values after options handling.
 ac_log=&quot;
 This file was extended by $as_me, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
+generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -4602,33 +4764,26 @@ on `(hostname || uname -n) 2&gt;/dev/null | sed 1q`
 
 _ACEOF
 
-case $ac_config_files in *&quot;
-&quot;*) set x $ac_config_files; shift; ac_config_files=$*;;
-esac
-
-
-
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 # Files that config.status was made for.
 config_files=&quot;$ac_config_files&quot;
 
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 ac_cs_usage=&quot;\
 \`$as_me' instantiates files from templates according to the
 current configuration.
 
-Usage: $0 [OPTION]... [FILE]...
+Usage: $0 [OPTIONS] [FILE]...
 
   -h, --help       print this help, then exit
   -V, --version    print version number and configuration settings, then exit
-  -q, --quiet, --silent
-                   do not print progress messages
+  -q, --quiet      do not print progress messages
   -d, --debug      don't remove temporary files
       --recheck    update $as_me by reconfiguring in the same conditions
-      --file=FILE[:TEMPLATE]
-                   instantiate the configuration file FILE
+  --file=FILE[:TEMPLATE]
+		   instantiate the configuration file FILE
 
 Configuration files:
 $config_files
@@ -4636,24 +4791,24 @@ $config_files
 Report bugs to &lt;bug-autoconf@gnu.org&gt;.&quot;
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 ac_cs_version=&quot;\\
 config.status
-configured by $0, generated by GNU Autoconf 2.63,
-  with options \\&quot;`$as_echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
+configured by $0, generated by GNU Autoconf 2.61,
+  with options \\&quot;`echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
 
-Copyright (C) 2008 Free Software Foundation, Inc.
+Copyright (C) 2006 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.&quot;
 
 ac_pwd='$ac_pwd'
 srcdir='$srcdir'
 INSTALL='$INSTALL'
-test -n &quot;\$AWK&quot; || AWK=awk
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
+# If no file are specified by the user, then we need to provide default
+# value.  By we need to know if files were specified by the user.
 ac_need_defaults=:
 while test $# != 0
 do
@@ -4675,24 +4830,21 @@ do
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     ac_cs_recheck=: ;;
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo &quot;$ac_cs_version&quot;; exit ;;
+    echo &quot;$ac_cs_version&quot;; exit ;;
   --debug | --debu | --deb | --de | --d | -d )
     debug=: ;;
   --file | --fil | --fi | --f )
     $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo &quot;$ac_optarg&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;` ;;
-    esac
-    CONFIG_FILES=&quot;$CONFIG_FILES '$ac_optarg'&quot;
+    CONFIG_FILES=&quot;$CONFIG_FILES $ac_optarg&quot;
     ac_need_defaults=false;;
   --he | --h |  --help | --hel | -h )
-    $as_echo &quot;$ac_cs_usage&quot;; exit ;;
+    echo &quot;$ac_cs_usage&quot;; exit ;;
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
     ac_cs_silent=: ;;
 
   # This is an error.
-  -*) { $as_echo &quot;$as_me: error: unrecognized option: $1
+  -*) { echo &quot;$as_me: error: unrecognized option: $1
 Try \`$0 --help' for more information.&quot; &gt;&amp;2
    { (exit 1); exit 1; }; } ;;
 
@@ -4711,32 +4863,30 @@ if $ac_cs_silent; then
 fi
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 if \$ac_cs_recheck; then
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo &quot;running CONFIG_SHELL=$SHELL \$*&quot; &gt;&amp;6
-  CONFIG_SHELL='$SHELL'
+  echo &quot;running CONFIG_SHELL=$SHELL $SHELL $0 &quot;$ac_configure_args \$ac_configure_extra_args &quot; --no-create --no-recursion&quot; &gt;&amp;6
+  CONFIG_SHELL=$SHELL
   export CONFIG_SHELL
-  exec &quot;\$@&quot;
+  exec $SHELL &quot;$0&quot;$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 fi
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 exec 5&gt;&gt;config.log
 {
   echo
   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' &lt;&lt;_ASBOX
 ## Running $as_me. ##
 _ASBOX
-  $as_echo &quot;$ac_log&quot;
+  echo &quot;$ac_log&quot;
 } &gt;&amp;5
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 
 # Handling of arguments.
 for ac_config_target in $ac_config_targets
@@ -4744,8 +4894,8 @@ do
   case $ac_config_target in
     &quot;include.mk&quot;) CONFIG_FILES=&quot;$CONFIG_FILES include.mk&quot; ;;
 
-  *) { { $as_echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid argument: $ac_config_target&quot; &gt;&amp;2;}
+  *) { { echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
+echo &quot;$as_me: error: invalid argument: $ac_config_target&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
   esac
 done
@@ -4784,144 +4934,204 @@ $debug ||
   (umask 077 &amp;&amp; mkdir &quot;$tmp&quot;)
 } ||
 {
-   $as_echo &quot;$as_me: cannot create a temporary directory in .&quot; &gt;&amp;2
+   echo &quot;$me: cannot create a temporary directory in .&quot; &gt;&amp;2
    { (exit 1); exit 1; }
 }
 
-# Set up the scripts for CONFIG_FILES section.
-# No need to generate them if there are no CONFIG_FILES.
-# This happens for instance with `./config.status config.h'.
+#
+# Set up the sed scripts for CONFIG_FILES section.
+#
+
+# No need to generate the scripts if there are no CONFIG_FILES.
+# This happens for instance when ./config.status config.h
 if test -n &quot;$CONFIG_FILES&quot;; then
 
+_ACEOF
 
-ac_cr=''
-ac_cs_awk_cr=`$AWK 'BEGIN { print &quot;a\rb&quot; }' &lt;/dev/null 2&gt;/dev/null`
-if test &quot;$ac_cs_awk_cr&quot; = &quot;a${ac_cr}b&quot;; then
-  ac_cs_awk_cr='\\r'
-else
-  ac_cs_awk_cr=$ac_cr
+
+
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  cat &gt;conf$$subs.sed &lt;&lt;_ACEOF
+SHELL!$SHELL$ac_delim
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
+exec_prefix!$exec_prefix$ac_delim
+prefix!$prefix$ac_delim
+program_transform_name!$program_transform_name$ac_delim
+bindir!$bindir$ac_delim
+sbindir!$sbindir$ac_delim
+libexecdir!$libexecdir$ac_delim
+datarootdir!$datarootdir$ac_delim
+datadir!$datadir$ac_delim
+sysconfdir!$sysconfdir$ac_delim
+sharedstatedir!$sharedstatedir$ac_delim
+localstatedir!$localstatedir$ac_delim
+includedir!$includedir$ac_delim
+oldincludedir!$oldincludedir$ac_delim
+docdir!$docdir$ac_delim
+infodir!$infodir$ac_delim
+htmldir!$htmldir$ac_delim
+dvidir!$dvidir$ac_delim
+pdfdir!$pdfdir$ac_delim
+psdir!$psdir$ac_delim
+libdir!$libdir$ac_delim
+localedir!$localedir$ac_delim
+mandir!$mandir$ac_delim
+DEFS!$DEFS$ac_delim
+ECHO_C!$ECHO_C$ac_delim
+ECHO_N!$ECHO_N$ac_delim
+ECHO_T!$ECHO_T$ac_delim
+LIBS!$LIBS$ac_delim
+build_alias!$build_alias$ac_delim
+host_alias!$host_alias$ac_delim
+target_alias!$target_alias$ac_delim
+build!$build$ac_delim
+build_cpu!$build_cpu$ac_delim
+build_vendor!$build_vendor$ac_delim
+build_os!$build_os$ac_delim
+host!$host$ac_delim
+host_cpu!$host_cpu$ac_delim
+host_vendor!$host_vendor$ac_delim
+host_os!$host_os$ac_delim
+target!$target$ac_delim
+target_cpu!$target_cpu$ac_delim
+target_vendor!$target_vendor$ac_delim
+target_os!$target_os$ac_delim
+ERL!$ERL$ac_delim
+ERLC!$ERLC$ac_delim
+ERLBINDIR!$ERLBINDIR$ac_delim
+DEFAULT_CHARSET!$DEFAULT_CHARSET$ac_delim
+EXTRAINCLUDE!$EXTRAINCLUDE$ac_delim
+EPAM!$EPAM$ac_delim
+ERL_DLL_LIB!$ERL_DLL_LIB$ac_delim
+ERLDIR!$ERLDIR$ac_delim
+ERTS_VSN!$ERTS_VSN$ac_delim
+KERNEL_VSN!$KERNEL_VSN$ac_delim
+STDLIB_VSN!$STDLIB_VSN$ac_delim
+SASL_VSN!$SASL_VSN$ac_delim
+MNESIA_VSN!$MNESIA_VSN$ac_delim
+CC!$CC$ac_delim
+CFLAGS!$CFLAGS$ac_delim
+LDFLAGS!$LDFLAGS$ac_delim
+CPPFLAGS!$CPPFLAGS$ac_delim
+ac_ct_CC!$ac_ct_CC$ac_delim
+EXEEXT!$EXEEXT$ac_delim
+OBJEXT!$OBJEXT$ac_delim
+CPP!$CPP$ac_delim
+GREP!$GREP$ac_delim
+EGREP!$EGREP$ac_delim
+EXE!$EXE$ac_delim
+DLL!$DLL$ac_delim
+OBJ!$OBJ$ac_delim
+LINKER!$LINKER$ac_delim
+OUT!$OUT$ac_delim
+DLL_LIBS!$DLL_LIBS$ac_delim
+SET_MAKE!$SET_MAKE$ac_delim
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
+INSTALL_DATA!$INSTALL_DATA$ac_delim
+DVILATEX!$DVILATEX$ac_delim
+DVIPS!$DVIPS$ac_delim
+PDFLATEX!$PDFLATEX$ac_delim
+EPSTOPDF!$EPSTOPDF$ac_delim
+COND_DVILATEX!$COND_DVILATEX$ac_delim
+COND_PDFLATEX!$COND_PDFLATEX$ac_delim
+LD_SHARED!$LD_SHARED$ac_delim
+FPIC!$FPIC$ac_delim
+BSDI!$BSDI$ac_delim
+ERLCFLAGS!$ERLCFLAGS$ac_delim
+WERL!$WERL$ac_delim
+WIN32!$WIN32$ac_delim
+HAVE_SENDFILE!$HAVE_SENDFILE$ac_delim
+YTOP!$YTOP$ac_delim
+LIBOBJS!$LIBOBJS$ac_delim
+_ACEOF
+
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 97; then
+    break
+  elif $ac_last_try; then
+    { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
+   { (exit 1); exit 1; }; }
+  else
+    ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
+  fi
+done
+
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n &quot;$ac_eof&quot;; then
+  ac_eof=`echo &quot;$ac_eof&quot; | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
 fi
 
-echo 'BEGIN {' &gt;&quot;$tmp/subs1.awk&quot; &amp;&amp;
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+cat &gt;&quot;\$tmp/subs-1.sed&quot; &lt;&lt;\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+_ACEOF
+sed '
+s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'&quot;$ac_delim&quot;'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g; b n
+' &gt;&gt;$CONFIG_STATUS &lt;conf$$subs.sed
+rm -f conf$$subs.sed
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+CEOF$ac_eof
 _ACEOF
 
 
-{
-  echo &quot;cat &gt;conf$$subs.awk &lt;&lt;_ACEOF&quot; &amp;&amp;
-  echo &quot;$ac_subst_vars&quot; | sed 's/.*/&amp;!$&amp;$ac_delim/' &amp;&amp;
-  echo &quot;_ACEOF&quot;
-} &gt;conf$$subs.sh ||
-  { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-ac_delim_num=`echo &quot;$ac_subst_vars&quot; | grep -c '$'`
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
-  . ./conf$$subs.sh ||
-    { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+  cat &gt;conf$$subs.sed &lt;&lt;_ACEOF
+LTLIBOBJS!$LTLIBOBJS$ac_delim
+_ACEOF
 
-  ac_delim_n=`sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.awk | grep -c X`
-  if test $ac_delim_n = $ac_delim_num; then
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 1; then
     break
   elif $ac_last_try; then
-    { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
+    { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
   else
     ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
   fi
 done
-rm -f conf$$subs.sh
-
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-cat &gt;&gt;&quot;\$tmp/subs1.awk&quot; &lt;&lt;\\_ACAWK &amp;&amp;
-_ACEOF
-sed -n '
-h
-s/^/S[&quot;/; s/!.*/&quot;]=/
-p
-g
-s/^[^!]*!//
-:repl
-t repl
-s/'&quot;$ac_delim&quot;'$//
-t delim
-:nl
-h
-s/\(.\{148\}\).*/\1/
-t more1
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/\\n&quot;\\/
-p
-n
-b repl
-:more1
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;\\/
-p
-g
-s/.\{148\}//
-t nl
-:delim
-h
-s/\(.\{148\}\).*/\1/
-t more2
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;/
-p
-b
-:more2
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;\\/
-p
-g
-s/.\{148\}//
-t delim
-' &lt;conf$$subs.awk | sed '
-/^[^&quot;&quot;]/{
-  N
-  s/\n//
-}
-' &gt;&gt;$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-_ACAWK
-cat &gt;&gt;&quot;\$tmp/subs1.awk&quot; &lt;&lt;_ACAWK &amp;&amp;
-  for (key in S) S_is_set[key] = 1
-  FS = &quot;*&quot;
 
-}
-{
-  line = $ 0
-  nfields = split(line, field, &quot;@&quot;)
-  substed = 0
-  len = length(field[1])
-  for (i = 2; i &lt; nfields; i++) {
-    key = field[i]
-    keylen = length(key)
-    if (S_is_set[key]) {
-      value = S[key]
-      line = substr(line, 1, len) &quot;&quot; value &quot;&quot; substr(line, len + keylen + 3)
-      len += length(value) + length(field[++i])
-      substed = 1
-    } else
-      len += 1 + keylen
-  }
-
-  print line
-}
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n &quot;$ac_eof&quot;; then
+  ac_eof=`echo &quot;$ac_eof&quot; | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
+fi
 
-_ACAWK
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+cat &gt;&quot;\$tmp/subs-2.sed&quot; &lt;&lt;\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-if sed &quot;s/$ac_cr//&quot; &lt; /dev/null &gt; /dev/null 2&gt;&amp;1; then
-  sed &quot;s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g&quot;
-else
-  cat
-fi &lt; &quot;$tmp/subs1.awk&quot; &gt; &quot;$tmp/subs.awk&quot; \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not setup config files machinery&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not setup config files machinery&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+sed '
+s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'&quot;$ac_delim&quot;'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g; b n
+' &gt;&gt;$CONFIG_STATUS &lt;conf$$subs.sed
+rm -f conf$$subs.sed
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+:end
+s/|#_!!_#|//g
+CEOF$ac_eof
 _ACEOF
 
+
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 # ${srcdir} and @srcdir@ from VPATH if srcdir is &quot;.&quot;, strip leading and
 # trailing colons and then remove the whole line if VPATH becomes empty
@@ -4937,21 +5147,19 @@ s/^[^=]*=[	 ]*$//
 }'
 fi
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 fi # test -n &quot;$CONFIG_FILES&quot;
 
 
-eval set X &quot;  :F $CONFIG_FILES      &quot;
-shift
-for ac_tag
+for ac_tag in  :F $CONFIG_FILES
 do
   case $ac_tag in
   :[FHLC]) ac_mode=$ac_tag; continue;;
   esac
   case $ac_mode$ac_tag in
   :[FHL]*:*);;
-  :L* | :C*:*) { { $as_echo &quot;$as_me:$LINENO: error: invalid tag $ac_tag&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid tag $ac_tag&quot; &gt;&amp;2;}
+  :L* | :C*:*) { { echo &quot;$as_me:$LINENO: error: Invalid tag $ac_tag.&quot; &gt;&amp;5
+echo &quot;$as_me: error: Invalid tag $ac_tag.&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
   :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
@@ -4980,38 +5188,26 @@ $as_echo &quot;$as_me: error: invalid tag $ac_tag&quot; &gt;&amp;2;}
 	   [\\/$]*) false;;
 	   *) test -f &quot;$srcdir/$ac_f&quot; &amp;&amp; ac_f=&quot;$srcdir/$ac_f&quot;;;
 	   esac ||
-	   { { $as_echo &quot;$as_me:$LINENO: error: cannot find input file: $ac_f&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
+	   { { echo &quot;$as_me:$LINENO: error: cannot find input file: $ac_f&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
       esac
-      case $ac_f in *\'*) ac_f=`$as_echo &quot;$ac_f&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; esac
-      ac_file_inputs=&quot;$ac_file_inputs '$ac_f'&quot;
+      ac_file_inputs=&quot;$ac_file_inputs $ac_f&quot;
     done
 
     # Let's still pretend it is `configure' which instantiates (i.e., don't
     # use $as_me), people would be surprised to read:
     #    /* config.h.  Generated by config.status.  */
-    configure_input='Generated from '`
-	  $as_echo &quot;$*&quot; | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
-	`' by configure.'
+    configure_input=&quot;Generated from &quot;`IFS=:
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`&quot; by configure.&quot;
     if test x&quot;$ac_file&quot; != x-; then
       configure_input=&quot;$ac_file.  $configure_input&quot;
-      { $as_echo &quot;$as_me:$LINENO: creating $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
+      { echo &quot;$as_me:$LINENO: creating $ac_file&quot; &gt;&amp;5
+echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
     fi
-    # Neutralize special characters interpreted by sed in replacement strings.
-    case $configure_input in #(
-    *\&amp;* | *\|* | *\\* )
-       ac_sed_conf_input=`$as_echo &quot;$configure_input&quot; |
-       sed 's/[\\\\&amp;|]/\\\\&amp;/g'`;; #(
-    *) ac_sed_conf_input=$configure_input;;
-    esac
 
     case $ac_tag in
-    *:-:* | *:-) cat &gt;&quot;$tmp/stdin&quot; \
-      || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; } ;;
+    *:-:* | *:-) cat &gt;&quot;$tmp/stdin&quot;;;
     esac
     ;;
   esac
@@ -5021,7 +5217,7 @@ $as_expr X&quot;$ac_file&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X&quot;$ac_file&quot; : 'X\(//\)[^/]' \| \
 	 X&quot;$ac_file&quot; : 'X\(//\)$' \| \
 	 X&quot;$ac_file&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$ac_file&quot; |
+echo X&quot;$ac_file&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -5047,7 +5243,7 @@ $as_echo X&quot;$ac_file&quot; |
     as_dirs=
     while :; do
       case $as_dir in #(
-      *\'*) as_qdir=`$as_echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #'(
+      *\'*) as_qdir=`echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #(
       *) as_qdir=$as_dir;;
       esac
       as_dirs=&quot;'$as_qdir' $as_dirs&quot;
@@ -5056,7 +5252,7 @@ $as_expr X&quot;$as_dir&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X&quot;$as_dir&quot; : 'X\(//\)[^/]' \| \
 	 X&quot;$as_dir&quot; : 'X\(//\)$' \| \
 	 X&quot;$as_dir&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$as_dir&quot; |
+echo X&quot;$as_dir&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -5077,17 +5273,17 @@ $as_echo X&quot;$as_dir&quot; |
       test -d &quot;$as_dir&quot; &amp;&amp; break
     done
     test -z &quot;$as_dirs&quot; || eval &quot;mkdir $as_dirs&quot;
-  } || test -d &quot;$as_dir&quot; || { { $as_echo &quot;$as_me:$LINENO: error: cannot create directory $as_dir&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot create directory $as_dir&quot; &gt;&amp;2;}
+  } || test -d &quot;$as_dir&quot; || { { echo &quot;$as_me:$LINENO: error: cannot create directory $as_dir&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot create directory $as_dir&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }; }
   ac_builddir=.
 
 case &quot;$ac_dir&quot; in
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 *)
-  ac_dir_suffix=/`$as_echo &quot;$ac_dir&quot; | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`echo &quot;$ac_dir&quot; | sed 's,^\.[\\/],,'`
   # A &quot;..&quot; for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo &quot;$ac_dir_suffix&quot; | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`echo &quot;$ac_dir_suffix&quot; | sed 's,/[^\\/]*,/..,g;s,/,,'`
   case $ac_top_builddir_sub in
   &quot;&quot;) ac_top_builddir_sub=. ac_top_build_prefix= ;;
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -5127,13 +5323,12 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   esac
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 # If the template does not know about datarootdir, expand it.
 # FIXME: This hack should be removed a few years after 2.60.
 ac_datarootdir_hack=; ac_datarootdir_seen=
 
-ac_sed_dataroot='
-/datarootdir/ {
+case `sed -n '/datarootdir/ {
   p
   q
 }
@@ -5142,14 +5337,13 @@ ac_sed_dataroot='
 /@infodir@/p
 /@localedir@/p
 /@mandir@/p
-'
-case `eval &quot;sed -n \&quot;\$ac_sed_dataroot\&quot; $ac_file_inputs&quot;` in
+' $ac_file_inputs` in
 *datarootdir*) ac_datarootdir_seen=yes;;
 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { $as_echo &quot;$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;2;}
+  { echo &quot;$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;2;}
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
   ac_datarootdir_hack='
   s&amp;@datadir@&amp;$datadir&amp;g
   s&amp;@docdir@&amp;$docdir&amp;g
@@ -5163,16 +5357,15 @@ _ACEOF
 # Neutralize VPATH when `$srcdir' = `.'.
 # Shell code in configure.ac might set extrasub.
 # FIXME: do we really want to maintain this feature?
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-ac_sed_extra=&quot;$ac_vpsub
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+  sed &quot;$ac_vpsub
 $extrasub
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 :t
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s|@configure_input@|$ac_sed_conf_input|;t t
+s&amp;@configure_input@&amp;$configure_input&amp;;t t
 s&amp;@top_builddir@&amp;$ac_top_builddir_sub&amp;;t t
-s&amp;@top_build_prefix@&amp;$ac_top_build_prefix&amp;;t t
 s&amp;@srcdir@&amp;$ac_srcdir&amp;;t t
 s&amp;@abs_srcdir@&amp;$ac_abs_srcdir&amp;;t t
 s&amp;@top_srcdir@&amp;$ac_top_srcdir&amp;;t t
@@ -5182,28 +5375,21 @@ s&amp;@abs_builddir@&amp;$ac_abs_builddir&amp;;t t
 s&amp;@abs_top_builddir@&amp;$ac_abs_top_builddir&amp;;t t
 s&amp;@INSTALL@&amp;$ac_INSTALL&amp;;t t
 $ac_datarootdir_hack
-&quot;
-eval sed \&quot;\$ac_sed_extra\&quot; &quot;$ac_file_inputs&quot; | $AWK -f &quot;$tmp/subs.awk&quot; &gt;$tmp/out \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+&quot; $ac_file_inputs | sed -f &quot;$tmp/subs-1.sed&quot; | sed -f &quot;$tmp/subs-2.sed&quot; &gt;$tmp/out
 
 test -z &quot;$ac_datarootdir_hack$ac_datarootdir_seen&quot; &amp;&amp;
   { ac_out=`sed -n '/\${datarootdir}/p' &quot;$tmp/out&quot;`; test -n &quot;$ac_out&quot;; } &amp;&amp;
   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' &quot;$tmp/out&quot;`; test -z &quot;$ac_out&quot;; } &amp;&amp;
-  { $as_echo &quot;$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+  { echo &quot;$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+echo &quot;$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;2;}
 
   rm -f &quot;$tmp/stdin&quot;
   case $ac_file in
-  -) cat &quot;$tmp/out&quot; &amp;&amp; rm -f &quot;$tmp/out&quot;;;
-  *) rm -f &quot;$ac_file&quot; &amp;&amp; mv &quot;$tmp/out&quot; &quot;$ac_file&quot;;;
-  esac \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+  -) cat &quot;$tmp/out&quot;; rm -f &quot;$tmp/out&quot;;;
+  *) rm -f &quot;$ac_file&quot;; mv &quot;$tmp/out&quot; $ac_file;;
+  esac
  ;;
 
 
@@ -5218,11 +5404,6 @@ _ACEOF
 chmod +x $CONFIG_STATUS
 ac_clean_files=$ac_clean_files_save
 
-test $ac_write_fail = 0 ||
-  { { $as_echo &quot;$as_me:$LINENO: error: write failure creating $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: write failure creating $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-
 
 # configure is writing to config.log, and then calls config.status.
 # config.status does its own redirection, appending to config.log.
@@ -5244,10 +5425,6 @@ if test &quot;$no_create&quot; != yes; then
   # would make configure fail if this is the last instruction.
   $ac_cs_success || { (exit 1); exit 1; }
 fi
-if test -n &quot;$ac_unrecognized_opts&quot; &amp;&amp; test &quot;$enable_option_checking&quot; != no; then
-  { $as_echo &quot;$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;2;}
-fi
 
 ac_config_files=&quot;$ac_config_files test/support/include.mk&quot;
 
@@ -5278,12 +5455,11 @@ _ACEOF
     case $ac_val in #(
     *${as_nl}*)
       case $ac_var in #(
-      *_cv_*) { $as_echo &quot;$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
+      *_cv_*) { echo &quot;$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;2;} ;;
       esac
       case $ac_var in #(
       _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
       *) $as_unset $ac_var ;;
       esac ;;
     esac
@@ -5316,12 +5492,12 @@ $as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
 if diff &quot;$cache_file&quot; confcache &gt;/dev/null 2&gt;&amp;1; then :; else
   if test -w &quot;$cache_file&quot;; then
     test &quot;x$cache_file&quot; != &quot;x/dev/null&quot; &amp;&amp;
-      { $as_echo &quot;$as_me:$LINENO: updating cache $cache_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: updating cache $cache_file&quot; &gt;&amp;6;}
+      { echo &quot;$as_me:$LINENO: updating cache $cache_file&quot; &gt;&amp;5
+echo &quot;$as_me: updating cache $cache_file&quot; &gt;&amp;6;}
     cat confcache &gt;$cache_file
   else
-    { $as_echo &quot;$as_me:$LINENO: not updating unwritable cache $cache_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: not updating unwritable cache $cache_file&quot; &gt;&amp;6;}
+    { echo &quot;$as_me:$LINENO: not updating unwritable cache $cache_file&quot; &gt;&amp;5
+echo &quot;$as_me: not updating unwritable cache $cache_file&quot; &gt;&amp;6;}
   fi
 fi
 rm -f confcache
@@ -5338,12 +5514,6 @@ test &quot;x$exec_prefix&quot; = xNONE &amp;&amp; exec_prefix='${prefix}'
 # take arguments), then branch to the quote section.  Otherwise,
 # look for a macro that doesn't take arguments.
 ac_script='
-:mline
-/\\$/{
- N
- s,\\\n,,
- b mline
-}
 t clear
 :clear
 s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
@@ -5373,7 +5543,7 @@ ac_ltlibobjs=
 for ac_i in : $LIBOBJS; do test &quot;x$ac_i&quot; = x: &amp;&amp; continue
   # 1. Remove the extension, and $U if already installed.
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-  ac_i=`$as_echo &quot;$ac_i&quot; | sed &quot;$ac_script&quot;`
+  ac_i=`echo &quot;$ac_i&quot; | sed &quot;$ac_script&quot;`
   # 2. Prepend LIBOBJDIR.  When used with automake&gt;=1.10 LIBOBJDIR
   #    will be set to the directory where LIBOBJS objects are built.
   ac_libobjs=&quot;$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext&quot;
@@ -5386,12 +5556,11 @@ LTLIBOBJS=$ac_ltlibobjs
 
 
 : ${CONFIG_STATUS=./config.status}
-ac_write_fail=0
 ac_clean_files_save=$ac_clean_files
 ac_clean_files=&quot;$ac_clean_files $CONFIG_STATUS&quot;
-{ $as_echo &quot;$as_me:$LINENO: creating $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: creating $CONFIG_STATUS&quot; &gt;&amp;6;}
-cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+{ echo &quot;$as_me:$LINENO: creating $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: creating $CONFIG_STATUS&quot; &gt;&amp;6;}
+cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 #! $SHELL
 # Generated by $as_me.
 # Run this file to recreate the current configuration.
@@ -5404,7 +5573,7 @@ ac_cs_silent=false
 SHELL=\${CONFIG_SHELL-$SHELL}
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -5414,7 +5583,7 @@ DUALCASE=1; export DUALCASE # for MKS sh
 if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+&quot;$@&quot;}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+&quot;$@&quot;}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
@@ -5436,45 +5605,17 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 as_cr_digits='0123456789'
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
-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
-if (test &quot;X`printf %s $as_echo`&quot; = &quot;X$as_echo&quot;) 2&gt;/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test &quot;X`(/usr/ucb/echo -n -n $as_echo) 2&gt;/dev/null`&quot; = &quot;X-n $as_echo&quot;; then
-    as_echo_body='eval /usr/ucb/echo -n &quot;$1$as_nl&quot;'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr &quot;X$1&quot; : &quot;X\\(.*\\)&quot;'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *&quot;$as_nl&quot;*)
-	expr &quot;X$arg&quot; : &quot;X\\(.*\\)$as_nl&quot;;
-	arg=`expr &quot;X$arg&quot; : &quot;.*$as_nl\\(.*\\)&quot;`;;
-      esac;
-      expr &quot;X$arg&quot; : &quot;X\\(.*\\)&quot; | tr -d &quot;$as_nl&quot;
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
 # The user is always right.
 if test &quot;${PATH_SEPARATOR+set}&quot; != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 ||
-      PATH_SEPARATOR=';'
-  }
+  echo &quot;#! /bin/sh&quot; &gt;conf$$.sh
+  echo  &quot;exit 0&quot;   &gt;&gt;conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH=&quot;/nonexistent;.&quot;; conf$$.sh) &gt;/dev/null 2&gt;&amp;1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
 fi
 
 # Support unset when possible.
@@ -5490,6 +5631,8 @@ fi
 # 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.)
+as_nl='
+'
 IFS=&quot; &quot;&quot;	$as_nl&quot;
 
 # Find who we are.  Look in the path if we contain no directory separator.
@@ -5512,7 +5655,7 @@ if test &quot;x$as_myself&quot; = x; then
   as_myself=$0
 fi
 if test ! -f &quot;$as_myself&quot;; then
-  $as_echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
+  echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
   { (exit 1); exit 1; }
 fi
 
@@ -5525,10 +5668,17 @@ PS2='&gt; '
 PS4='+ '
 
 # NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
+for as_var in \
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+  LC_TELEPHONE LC_TIME
+do
+  if (set +x; test -z &quot;`(eval $as_var=C; export $as_var) 2&gt;&amp;1`&quot;); then
+    eval $as_var=C; export $as_var
+  else
+    ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
+  fi
+done
 
 # Required to use basename.
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
@@ -5550,7 +5700,7 @@ as_me=`$as_basename -- &quot;$0&quot; ||
 $as_expr X/&quot;$0&quot; : '.*/\([^/][^/]*\)/*$' \| \
 	 X&quot;$0&quot; : 'X\(//\)$' \| \
 	 X&quot;$0&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X/&quot;$0&quot; |
+echo X/&quot;$0&quot; |
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 	    s//\1/
 	    q
@@ -5601,7 +5751,7 @@ $as_unset CDPATH
       s/-\n.*//
     ' &gt;$as_me.lineno &amp;&amp;
   chmod +x &quot;$as_me.lineno&quot; ||
-    { $as_echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
+    { echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 
   # Don't try to exec as it changes $[0], causing all sort of problems
@@ -5629,6 +5779,7 @@ case `echo -n x` in
 *)
   ECHO_N='-n';;
 esac
+
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
    test &quot;X`expr 00001 : '.*\(...\)'`&quot; = X001; then
   as_expr=expr
@@ -5641,22 +5792,19 @@ if test -d conf$$.dir; then
   rm -f conf$$.dir/conf$$.file
 else
   rm -f conf$$.dir
-  mkdir conf$$.dir 2&gt;/dev/null
-fi
-if (echo &gt;conf$$.file) 2&gt;/dev/null; then
-  if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s=ln
-  else
+  mkdir conf$$.dir
+fi
+echo &gt;conf$$.file
+if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s='ln -s'
+  # ... but there are two gotchas:
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+  # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+  # In both cases, we have to default to `cp -p'.
+  ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
     as_ln_s='cp -p'
-  fi
+elif ln conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s=ln
 else
   as_ln_s='cp -p'
 fi
@@ -5681,10 +5829,10 @@ else
   as_test_x='
     eval sh -c '\''
       if test -d &quot;$1&quot;; then
-	test -d &quot;$1/.&quot;;
+        test -d &quot;$1/.&quot;;
       else
 	case $1 in
-	-*)set &quot;./$1&quot;;;
+        -*)set &quot;./$1&quot;;;
 	esac;
 	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in
 	???[sx]*):;;*)false;;esac;fi
@@ -5707,7 +5855,7 @@ exec 6&gt;&amp;1
 # values after options handling.
 ac_log=&quot;
 This file was extended by $as_me, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
+generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -5720,33 +5868,26 @@ on `(hostname || uname -n) 2&gt;/dev/null | sed 1q`
 
 _ACEOF
 
-case $ac_config_files in *&quot;
-&quot;*) set x $ac_config_files; shift; ac_config_files=$*;;
-esac
-
-
-
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 # Files that config.status was made for.
 config_files=&quot;$ac_config_files&quot;
 
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 ac_cs_usage=&quot;\
 \`$as_me' instantiates files from templates according to the
 current configuration.
 
-Usage: $0 [OPTION]... [FILE]...
+Usage: $0 [OPTIONS] [FILE]...
 
   -h, --help       print this help, then exit
   -V, --version    print version number and configuration settings, then exit
-  -q, --quiet, --silent
-                   do not print progress messages
+  -q, --quiet      do not print progress messages
   -d, --debug      don't remove temporary files
       --recheck    update $as_me by reconfiguring in the same conditions
-      --file=FILE[:TEMPLATE]
-                   instantiate the configuration file FILE
+  --file=FILE[:TEMPLATE]
+		   instantiate the configuration file FILE
 
 Configuration files:
 $config_files
@@ -5754,24 +5895,24 @@ $config_files
 Report bugs to &lt;bug-autoconf@gnu.org&gt;.&quot;
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 ac_cs_version=&quot;\\
 config.status
-configured by $0, generated by GNU Autoconf 2.63,
-  with options \\&quot;`$as_echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
+configured by $0, generated by GNU Autoconf 2.61,
+  with options \\&quot;`echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
 
-Copyright (C) 2008 Free Software Foundation, Inc.
+Copyright (C) 2006 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.&quot;
 
 ac_pwd='$ac_pwd'
 srcdir='$srcdir'
 INSTALL='$INSTALL'
-test -n &quot;\$AWK&quot; || AWK=awk
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
+# If no file are specified by the user, then we need to provide default
+# value.  By we need to know if files were specified by the user.
 ac_need_defaults=:
 while test $# != 0
 do
@@ -5793,24 +5934,21 @@ do
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     ac_cs_recheck=: ;;
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo &quot;$ac_cs_version&quot;; exit ;;
+    echo &quot;$ac_cs_version&quot;; exit ;;
   --debug | --debu | --deb | --de | --d | -d )
     debug=: ;;
   --file | --fil | --fi | --f )
     $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo &quot;$ac_optarg&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;` ;;
-    esac
-    CONFIG_FILES=&quot;$CONFIG_FILES '$ac_optarg'&quot;
+    CONFIG_FILES=&quot;$CONFIG_FILES $ac_optarg&quot;
     ac_need_defaults=false;;
   --he | --h |  --help | --hel | -h )
-    $as_echo &quot;$ac_cs_usage&quot;; exit ;;
+    echo &quot;$ac_cs_usage&quot;; exit ;;
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
     ac_cs_silent=: ;;
 
   # This is an error.
-  -*) { $as_echo &quot;$as_me: error: unrecognized option: $1
+  -*) { echo &quot;$as_me: error: unrecognized option: $1
 Try \`$0 --help' for more information.&quot; &gt;&amp;2
    { (exit 1); exit 1; }; } ;;
 
@@ -5829,32 +5967,30 @@ if $ac_cs_silent; then
 fi
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 if \$ac_cs_recheck; then
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo &quot;running CONFIG_SHELL=$SHELL \$*&quot; &gt;&amp;6
-  CONFIG_SHELL='$SHELL'
+  echo &quot;running CONFIG_SHELL=$SHELL $SHELL $0 &quot;$ac_configure_args \$ac_configure_extra_args &quot; --no-create --no-recursion&quot; &gt;&amp;6
+  CONFIG_SHELL=$SHELL
   export CONFIG_SHELL
-  exec &quot;\$@&quot;
+  exec $SHELL &quot;$0&quot;$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 fi
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 exec 5&gt;&gt;config.log
 {
   echo
   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' &lt;&lt;_ASBOX
 ## Running $as_me. ##
 _ASBOX
-  $as_echo &quot;$ac_log&quot;
+  echo &quot;$ac_log&quot;
 } &gt;&amp;5
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 
 # Handling of arguments.
 for ac_config_target in $ac_config_targets
@@ -5863,8 +5999,8 @@ do
     &quot;include.mk&quot;) CONFIG_FILES=&quot;$CONFIG_FILES include.mk&quot; ;;
     &quot;test/support/include.mk&quot;) CONFIG_FILES=&quot;$CONFIG_FILES test/support/include.mk&quot; ;;
 
-  *) { { $as_echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid argument: $ac_config_target&quot; &gt;&amp;2;}
+  *) { { echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
+echo &quot;$as_me: error: invalid argument: $ac_config_target&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
   esac
 done
@@ -5903,144 +6039,204 @@ $debug ||
   (umask 077 &amp;&amp; mkdir &quot;$tmp&quot;)
 } ||
 {
-   $as_echo &quot;$as_me: cannot create a temporary directory in .&quot; &gt;&amp;2
+   echo &quot;$me: cannot create a temporary directory in .&quot; &gt;&amp;2
    { (exit 1); exit 1; }
 }
 
-# Set up the scripts for CONFIG_FILES section.
-# No need to generate them if there are no CONFIG_FILES.
-# This happens for instance with `./config.status config.h'.
+#
+# Set up the sed scripts for CONFIG_FILES section.
+#
+
+# No need to generate the scripts if there are no CONFIG_FILES.
+# This happens for instance when ./config.status config.h
 if test -n &quot;$CONFIG_FILES&quot;; then
 
+_ACEOF
+
 
-ac_cr=''
-ac_cs_awk_cr=`$AWK 'BEGIN { print &quot;a\rb&quot; }' &lt;/dev/null 2&gt;/dev/null`
-if test &quot;$ac_cs_awk_cr&quot; = &quot;a${ac_cr}b&quot;; then
-  ac_cs_awk_cr='\\r'
-else
-  ac_cs_awk_cr=$ac_cr
+
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  cat &gt;conf$$subs.sed &lt;&lt;_ACEOF
+SHELL!$SHELL$ac_delim
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
+exec_prefix!$exec_prefix$ac_delim
+prefix!$prefix$ac_delim
+program_transform_name!$program_transform_name$ac_delim
+bindir!$bindir$ac_delim
+sbindir!$sbindir$ac_delim
+libexecdir!$libexecdir$ac_delim
+datarootdir!$datarootdir$ac_delim
+datadir!$datadir$ac_delim
+sysconfdir!$sysconfdir$ac_delim
+sharedstatedir!$sharedstatedir$ac_delim
+localstatedir!$localstatedir$ac_delim
+includedir!$includedir$ac_delim
+oldincludedir!$oldincludedir$ac_delim
+docdir!$docdir$ac_delim
+infodir!$infodir$ac_delim
+htmldir!$htmldir$ac_delim
+dvidir!$dvidir$ac_delim
+pdfdir!$pdfdir$ac_delim
+psdir!$psdir$ac_delim
+libdir!$libdir$ac_delim
+localedir!$localedir$ac_delim
+mandir!$mandir$ac_delim
+DEFS!$DEFS$ac_delim
+ECHO_C!$ECHO_C$ac_delim
+ECHO_N!$ECHO_N$ac_delim
+ECHO_T!$ECHO_T$ac_delim
+LIBS!$LIBS$ac_delim
+build_alias!$build_alias$ac_delim
+host_alias!$host_alias$ac_delim
+target_alias!$target_alias$ac_delim
+build!$build$ac_delim
+build_cpu!$build_cpu$ac_delim
+build_vendor!$build_vendor$ac_delim
+build_os!$build_os$ac_delim
+host!$host$ac_delim
+host_cpu!$host_cpu$ac_delim
+host_vendor!$host_vendor$ac_delim
+host_os!$host_os$ac_delim
+target!$target$ac_delim
+target_cpu!$target_cpu$ac_delim
+target_vendor!$target_vendor$ac_delim
+target_os!$target_os$ac_delim
+ERL!$ERL$ac_delim
+ERLC!$ERLC$ac_delim
+ERLBINDIR!$ERLBINDIR$ac_delim
+DEFAULT_CHARSET!$DEFAULT_CHARSET$ac_delim
+EXTRAINCLUDE!$EXTRAINCLUDE$ac_delim
+EPAM!$EPAM$ac_delim
+ERL_DLL_LIB!$ERL_DLL_LIB$ac_delim
+ERLDIR!$ERLDIR$ac_delim
+ERTS_VSN!$ERTS_VSN$ac_delim
+KERNEL_VSN!$KERNEL_VSN$ac_delim
+STDLIB_VSN!$STDLIB_VSN$ac_delim
+SASL_VSN!$SASL_VSN$ac_delim
+MNESIA_VSN!$MNESIA_VSN$ac_delim
+CC!$CC$ac_delim
+CFLAGS!$CFLAGS$ac_delim
+LDFLAGS!$LDFLAGS$ac_delim
+CPPFLAGS!$CPPFLAGS$ac_delim
+ac_ct_CC!$ac_ct_CC$ac_delim
+EXEEXT!$EXEEXT$ac_delim
+OBJEXT!$OBJEXT$ac_delim
+CPP!$CPP$ac_delim
+GREP!$GREP$ac_delim
+EGREP!$EGREP$ac_delim
+EXE!$EXE$ac_delim
+DLL!$DLL$ac_delim
+OBJ!$OBJ$ac_delim
+LINKER!$LINKER$ac_delim
+OUT!$OUT$ac_delim
+DLL_LIBS!$DLL_LIBS$ac_delim
+SET_MAKE!$SET_MAKE$ac_delim
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
+INSTALL_DATA!$INSTALL_DATA$ac_delim
+DVILATEX!$DVILATEX$ac_delim
+DVIPS!$DVIPS$ac_delim
+PDFLATEX!$PDFLATEX$ac_delim
+EPSTOPDF!$EPSTOPDF$ac_delim
+COND_DVILATEX!$COND_DVILATEX$ac_delim
+COND_PDFLATEX!$COND_PDFLATEX$ac_delim
+LD_SHARED!$LD_SHARED$ac_delim
+FPIC!$FPIC$ac_delim
+BSDI!$BSDI$ac_delim
+ERLCFLAGS!$ERLCFLAGS$ac_delim
+WERL!$WERL$ac_delim
+WIN32!$WIN32$ac_delim
+HAVE_SENDFILE!$HAVE_SENDFILE$ac_delim
+YTOP!$YTOP$ac_delim
+LIBOBJS!$LIBOBJS$ac_delim
+_ACEOF
+
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 97; then
+    break
+  elif $ac_last_try; then
+    { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
+   { (exit 1); exit 1; }; }
+  else
+    ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
+  fi
+done
+
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n &quot;$ac_eof&quot;; then
+  ac_eof=`echo &quot;$ac_eof&quot; | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
 fi
 
-echo 'BEGIN {' &gt;&quot;$tmp/subs1.awk&quot; &amp;&amp;
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+cat &gt;&quot;\$tmp/subs-1.sed&quot; &lt;&lt;\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+_ACEOF
+sed '
+s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'&quot;$ac_delim&quot;'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g; b n
+' &gt;&gt;$CONFIG_STATUS &lt;conf$$subs.sed
+rm -f conf$$subs.sed
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+CEOF$ac_eof
 _ACEOF
 
 
-{
-  echo &quot;cat &gt;conf$$subs.awk &lt;&lt;_ACEOF&quot; &amp;&amp;
-  echo &quot;$ac_subst_vars&quot; | sed 's/.*/&amp;!$&amp;$ac_delim/' &amp;&amp;
-  echo &quot;_ACEOF&quot;
-} &gt;conf$$subs.sh ||
-  { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-ac_delim_num=`echo &quot;$ac_subst_vars&quot; | grep -c '$'`
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
-  . ./conf$$subs.sh ||
-    { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+  cat &gt;conf$$subs.sed &lt;&lt;_ACEOF
+LTLIBOBJS!$LTLIBOBJS$ac_delim
+_ACEOF
 
-  ac_delim_n=`sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.awk | grep -c X`
-  if test $ac_delim_n = $ac_delim_num; then
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 1; then
     break
   elif $ac_last_try; then
-    { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
+    { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
   else
     ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
   fi
 done
-rm -f conf$$subs.sh
-
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-cat &gt;&gt;&quot;\$tmp/subs1.awk&quot; &lt;&lt;\\_ACAWK &amp;&amp;
-_ACEOF
-sed -n '
-h
-s/^/S[&quot;/; s/!.*/&quot;]=/
-p
-g
-s/^[^!]*!//
-:repl
-t repl
-s/'&quot;$ac_delim&quot;'$//
-t delim
-:nl
-h
-s/\(.\{148\}\).*/\1/
-t more1
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/\\n&quot;\\/
-p
-n
-b repl
-:more1
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;\\/
-p
-g
-s/.\{148\}//
-t nl
-:delim
-h
-s/\(.\{148\}\).*/\1/
-t more2
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;/
-p
-b
-:more2
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;\\/
-p
-g
-s/.\{148\}//
-t delim
-' &lt;conf$$subs.awk | sed '
-/^[^&quot;&quot;]/{
-  N
-  s/\n//
-}
-' &gt;&gt;$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-_ACAWK
-cat &gt;&gt;&quot;\$tmp/subs1.awk&quot; &lt;&lt;_ACAWK &amp;&amp;
-  for (key in S) S_is_set[key] = 1
-  FS = &quot;*&quot;
 
-}
-{
-  line = $ 0
-  nfields = split(line, field, &quot;@&quot;)
-  substed = 0
-  len = length(field[1])
-  for (i = 2; i &lt; nfields; i++) {
-    key = field[i]
-    keylen = length(key)
-    if (S_is_set[key]) {
-      value = S[key]
-      line = substr(line, 1, len) &quot;&quot; value &quot;&quot; substr(line, len + keylen + 3)
-      len += length(value) + length(field[++i])
-      substed = 1
-    } else
-      len += 1 + keylen
-  }
-
-  print line
-}
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n &quot;$ac_eof&quot;; then
+  ac_eof=`echo &quot;$ac_eof&quot; | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
+fi
 
-_ACAWK
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+cat &gt;&quot;\$tmp/subs-2.sed&quot; &lt;&lt;\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-if sed &quot;s/$ac_cr//&quot; &lt; /dev/null &gt; /dev/null 2&gt;&amp;1; then
-  sed &quot;s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g&quot;
-else
-  cat
-fi &lt; &quot;$tmp/subs1.awk&quot; &gt; &quot;$tmp/subs.awk&quot; \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not setup config files machinery&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not setup config files machinery&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+sed '
+s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'&quot;$ac_delim&quot;'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g; b n
+' &gt;&gt;$CONFIG_STATUS &lt;conf$$subs.sed
+rm -f conf$$subs.sed
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+:end
+s/|#_!!_#|//g
+CEOF$ac_eof
 _ACEOF
 
+
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 # ${srcdir} and @srcdir@ from VPATH if srcdir is &quot;.&quot;, strip leading and
 # trailing colons and then remove the whole line if VPATH becomes empty
@@ -6056,21 +6252,19 @@ s/^[^=]*=[	 ]*$//
 }'
 fi
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 fi # test -n &quot;$CONFIG_FILES&quot;
 
 
-eval set X &quot;  :F $CONFIG_FILES      &quot;
-shift
-for ac_tag
+for ac_tag in  :F $CONFIG_FILES
 do
   case $ac_tag in
   :[FHLC]) ac_mode=$ac_tag; continue;;
   esac
   case $ac_mode$ac_tag in
   :[FHL]*:*);;
-  :L* | :C*:*) { { $as_echo &quot;$as_me:$LINENO: error: invalid tag $ac_tag&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid tag $ac_tag&quot; &gt;&amp;2;}
+  :L* | :C*:*) { { echo &quot;$as_me:$LINENO: error: Invalid tag $ac_tag.&quot; &gt;&amp;5
+echo &quot;$as_me: error: Invalid tag $ac_tag.&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
   :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
@@ -6099,38 +6293,26 @@ $as_echo &quot;$as_me: error: invalid tag $ac_tag&quot; &gt;&amp;2;}
 	   [\\/$]*) false;;
 	   *) test -f &quot;$srcdir/$ac_f&quot; &amp;&amp; ac_f=&quot;$srcdir/$ac_f&quot;;;
 	   esac ||
-	   { { $as_echo &quot;$as_me:$LINENO: error: cannot find input file: $ac_f&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
+	   { { echo &quot;$as_me:$LINENO: error: cannot find input file: $ac_f&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
       esac
-      case $ac_f in *\'*) ac_f=`$as_echo &quot;$ac_f&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; esac
-      ac_file_inputs=&quot;$ac_file_inputs '$ac_f'&quot;
+      ac_file_inputs=&quot;$ac_file_inputs $ac_f&quot;
     done
 
     # Let's still pretend it is `configure' which instantiates (i.e., don't
     # use $as_me), people would be surprised to read:
     #    /* config.h.  Generated by config.status.  */
-    configure_input='Generated from '`
-	  $as_echo &quot;$*&quot; | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
-	`' by configure.'
+    configure_input=&quot;Generated from &quot;`IFS=:
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`&quot; by configure.&quot;
     if test x&quot;$ac_file&quot; != x-; then
       configure_input=&quot;$ac_file.  $configure_input&quot;
-      { $as_echo &quot;$as_me:$LINENO: creating $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
+      { echo &quot;$as_me:$LINENO: creating $ac_file&quot; &gt;&amp;5
+echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
     fi
-    # Neutralize special characters interpreted by sed in replacement strings.
-    case $configure_input in #(
-    *\&amp;* | *\|* | *\\* )
-       ac_sed_conf_input=`$as_echo &quot;$configure_input&quot; |
-       sed 's/[\\\\&amp;|]/\\\\&amp;/g'`;; #(
-    *) ac_sed_conf_input=$configure_input;;
-    esac
 
     case $ac_tag in
-    *:-:* | *:-) cat &gt;&quot;$tmp/stdin&quot; \
-      || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; } ;;
+    *:-:* | *:-) cat &gt;&quot;$tmp/stdin&quot;;;
     esac
     ;;
   esac
@@ -6140,7 +6322,7 @@ $as_expr X&quot;$ac_file&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X&quot;$ac_file&quot; : 'X\(//\)[^/]' \| \
 	 X&quot;$ac_file&quot; : 'X\(//\)$' \| \
 	 X&quot;$ac_file&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$ac_file&quot; |
+echo X&quot;$ac_file&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -6166,7 +6348,7 @@ $as_echo X&quot;$ac_file&quot; |
     as_dirs=
     while :; do
       case $as_dir in #(
-      *\'*) as_qdir=`$as_echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #'(
+      *\'*) as_qdir=`echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #(
       *) as_qdir=$as_dir;;
       esac
       as_dirs=&quot;'$as_qdir' $as_dirs&quot;
@@ -6175,7 +6357,7 @@ $as_expr X&quot;$as_dir&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X&quot;$as_dir&quot; : 'X\(//\)[^/]' \| \
 	 X&quot;$as_dir&quot; : 'X\(//\)$' \| \
 	 X&quot;$as_dir&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$as_dir&quot; |
+echo X&quot;$as_dir&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -6196,17 +6378,17 @@ $as_echo X&quot;$as_dir&quot; |
       test -d &quot;$as_dir&quot; &amp;&amp; break
     done
     test -z &quot;$as_dirs&quot; || eval &quot;mkdir $as_dirs&quot;
-  } || test -d &quot;$as_dir&quot; || { { $as_echo &quot;$as_me:$LINENO: error: cannot create directory $as_dir&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot create directory $as_dir&quot; &gt;&amp;2;}
+  } || test -d &quot;$as_dir&quot; || { { echo &quot;$as_me:$LINENO: error: cannot create directory $as_dir&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot create directory $as_dir&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }; }
   ac_builddir=.
 
 case &quot;$ac_dir&quot; in
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 *)
-  ac_dir_suffix=/`$as_echo &quot;$ac_dir&quot; | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`echo &quot;$ac_dir&quot; | sed 's,^\.[\\/],,'`
   # A &quot;..&quot; for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo &quot;$ac_dir_suffix&quot; | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`echo &quot;$ac_dir_suffix&quot; | sed 's,/[^\\/]*,/..,g;s,/,,'`
   case $ac_top_builddir_sub in
   &quot;&quot;) ac_top_builddir_sub=. ac_top_build_prefix= ;;
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -6246,13 +6428,12 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   esac
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 # If the template does not know about datarootdir, expand it.
 # FIXME: This hack should be removed a few years after 2.60.
 ac_datarootdir_hack=; ac_datarootdir_seen=
 
-ac_sed_dataroot='
-/datarootdir/ {
+case `sed -n '/datarootdir/ {
   p
   q
 }
@@ -6261,14 +6442,13 @@ ac_sed_dataroot='
 /@infodir@/p
 /@localedir@/p
 /@mandir@/p
-'
-case `eval &quot;sed -n \&quot;\$ac_sed_dataroot\&quot; $ac_file_inputs&quot;` in
+' $ac_file_inputs` in
 *datarootdir*) ac_datarootdir_seen=yes;;
 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { $as_echo &quot;$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;2;}
+  { echo &quot;$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;2;}
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
   ac_datarootdir_hack='
   s&amp;@datadir@&amp;$datadir&amp;g
   s&amp;@docdir@&amp;$docdir&amp;g
@@ -6282,16 +6462,15 @@ _ACEOF
 # Neutralize VPATH when `$srcdir' = `.'.
 # Shell code in configure.ac might set extrasub.
 # FIXME: do we really want to maintain this feature?
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-ac_sed_extra=&quot;$ac_vpsub
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+  sed &quot;$ac_vpsub
 $extrasub
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 :t
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s|@configure_input@|$ac_sed_conf_input|;t t
+s&amp;@configure_input@&amp;$configure_input&amp;;t t
 s&amp;@top_builddir@&amp;$ac_top_builddir_sub&amp;;t t
-s&amp;@top_build_prefix@&amp;$ac_top_build_prefix&amp;;t t
 s&amp;@srcdir@&amp;$ac_srcdir&amp;;t t
 s&amp;@abs_srcdir@&amp;$ac_abs_srcdir&amp;;t t
 s&amp;@top_srcdir@&amp;$ac_top_srcdir&amp;;t t
@@ -6301,28 +6480,21 @@ s&amp;@abs_builddir@&amp;$ac_abs_builddir&amp;;t t
 s&amp;@abs_top_builddir@&amp;$ac_abs_top_builddir&amp;;t t
 s&amp;@INSTALL@&amp;$ac_INSTALL&amp;;t t
 $ac_datarootdir_hack
-&quot;
-eval sed \&quot;\$ac_sed_extra\&quot; &quot;$ac_file_inputs&quot; | $AWK -f &quot;$tmp/subs.awk&quot; &gt;$tmp/out \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+&quot; $ac_file_inputs | sed -f &quot;$tmp/subs-1.sed&quot; | sed -f &quot;$tmp/subs-2.sed&quot; &gt;$tmp/out
 
 test -z &quot;$ac_datarootdir_hack$ac_datarootdir_seen&quot; &amp;&amp;
   { ac_out=`sed -n '/\${datarootdir}/p' &quot;$tmp/out&quot;`; test -n &quot;$ac_out&quot;; } &amp;&amp;
   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' &quot;$tmp/out&quot;`; test -z &quot;$ac_out&quot;; } &amp;&amp;
-  { $as_echo &quot;$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+  { echo &quot;$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+echo &quot;$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;2;}
 
   rm -f &quot;$tmp/stdin&quot;
   case $ac_file in
-  -) cat &quot;$tmp/out&quot; &amp;&amp; rm -f &quot;$tmp/out&quot;;;
-  *) rm -f &quot;$ac_file&quot; &amp;&amp; mv &quot;$tmp/out&quot; &quot;$ac_file&quot;;;
-  esac \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+  -) cat &quot;$tmp/out&quot;; rm -f &quot;$tmp/out&quot;;;
+  *) rm -f &quot;$ac_file&quot;; mv &quot;$tmp/out&quot; $ac_file;;
+  esac
  ;;
 
 
@@ -6337,11 +6509,6 @@ _ACEOF
 chmod +x $CONFIG_STATUS
 ac_clean_files=$ac_clean_files_save
 
-test $ac_write_fail = 0 ||
-  { { $as_echo &quot;$as_me:$LINENO: error: write failure creating $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: write failure creating $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-
 
 # configure is writing to config.log, and then calls config.status.
 # config.status does its own redirection, appending to config.log.
@@ -6363,10 +6530,6 @@ if test &quot;$no_create&quot; != yes; then
   # would make configure fail if this is the last instruction.
   $ac_cs_success || { (exit 1); exit 1; }
 fi
-if test -n &quot;$ac_unrecognized_opts&quot; &amp;&amp; test &quot;$enable_option_checking&quot; != no; then
-  { $as_echo &quot;$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;2;}
-fi
 
 ac_config_files=&quot;$ac_config_files test/support/include.sh&quot;
 
@@ -6397,12 +6560,11 @@ _ACEOF
     case $ac_val in #(
     *${as_nl}*)
       case $ac_var in #(
-      *_cv_*) { $as_echo &quot;$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
+      *_cv_*) { echo &quot;$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;2;} ;;
       esac
       case $ac_var in #(
       _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
       *) $as_unset $ac_var ;;
       esac ;;
     esac
@@ -6435,12 +6597,12 @@ $as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
 if diff &quot;$cache_file&quot; confcache &gt;/dev/null 2&gt;&amp;1; then :; else
   if test -w &quot;$cache_file&quot;; then
     test &quot;x$cache_file&quot; != &quot;x/dev/null&quot; &amp;&amp;
-      { $as_echo &quot;$as_me:$LINENO: updating cache $cache_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: updating cache $cache_file&quot; &gt;&amp;6;}
+      { echo &quot;$as_me:$LINENO: updating cache $cache_file&quot; &gt;&amp;5
+echo &quot;$as_me: updating cache $cache_file&quot; &gt;&amp;6;}
     cat confcache &gt;$cache_file
   else
-    { $as_echo &quot;$as_me:$LINENO: not updating unwritable cache $cache_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: not updating unwritable cache $cache_file&quot; &gt;&amp;6;}
+    { echo &quot;$as_me:$LINENO: not updating unwritable cache $cache_file&quot; &gt;&amp;5
+echo &quot;$as_me: not updating unwritable cache $cache_file&quot; &gt;&amp;6;}
   fi
 fi
 rm -f confcache
@@ -6457,12 +6619,6 @@ test &quot;x$exec_prefix&quot; = xNONE &amp;&amp; exec_prefix='${prefix}'
 # take arguments), then branch to the quote section.  Otherwise,
 # look for a macro that doesn't take arguments.
 ac_script='
-:mline
-/\\$/{
- N
- s,\\\n,,
- b mline
-}
 t clear
 :clear
 s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
@@ -6492,7 +6648,7 @@ ac_ltlibobjs=
 for ac_i in : $LIBOBJS; do test &quot;x$ac_i&quot; = x: &amp;&amp; continue
   # 1. Remove the extension, and $U if already installed.
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-  ac_i=`$as_echo &quot;$ac_i&quot; | sed &quot;$ac_script&quot;`
+  ac_i=`echo &quot;$ac_i&quot; | sed &quot;$ac_script&quot;`
   # 2. Prepend LIBOBJDIR.  When used with automake&gt;=1.10 LIBOBJDIR
   #    will be set to the directory where LIBOBJS objects are built.
   ac_libobjs=&quot;$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext&quot;
@@ -6505,12 +6661,11 @@ LTLIBOBJS=$ac_ltlibobjs
 
 
 : ${CONFIG_STATUS=./config.status}
-ac_write_fail=0
 ac_clean_files_save=$ac_clean_files
 ac_clean_files=&quot;$ac_clean_files $CONFIG_STATUS&quot;
-{ $as_echo &quot;$as_me:$LINENO: creating $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: creating $CONFIG_STATUS&quot; &gt;&amp;6;}
-cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+{ echo &quot;$as_me:$LINENO: creating $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: creating $CONFIG_STATUS&quot; &gt;&amp;6;}
+cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 #! $SHELL
 # Generated by $as_me.
 # Run this file to recreate the current configuration.
@@ -6523,7 +6678,7 @@ ac_cs_silent=false
 SHELL=\${CONFIG_SHELL-$SHELL}
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -6533,7 +6688,7 @@ DUALCASE=1; export DUALCASE # for MKS sh
 if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+&quot;$@&quot;}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+&quot;$@&quot;}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
@@ -6555,45 +6710,17 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 as_cr_digits='0123456789'
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
-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
-if (test &quot;X`printf %s $as_echo`&quot; = &quot;X$as_echo&quot;) 2&gt;/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test &quot;X`(/usr/ucb/echo -n -n $as_echo) 2&gt;/dev/null`&quot; = &quot;X-n $as_echo&quot;; then
-    as_echo_body='eval /usr/ucb/echo -n &quot;$1$as_nl&quot;'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr &quot;X$1&quot; : &quot;X\\(.*\\)&quot;'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *&quot;$as_nl&quot;*)
-	expr &quot;X$arg&quot; : &quot;X\\(.*\\)$as_nl&quot;;
-	arg=`expr &quot;X$arg&quot; : &quot;.*$as_nl\\(.*\\)&quot;`;;
-      esac;
-      expr &quot;X$arg&quot; : &quot;X\\(.*\\)&quot; | tr -d &quot;$as_nl&quot;
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
 # The user is always right.
 if test &quot;${PATH_SEPARATOR+set}&quot; != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 ||
-      PATH_SEPARATOR=';'
-  }
+  echo &quot;#! /bin/sh&quot; &gt;conf$$.sh
+  echo  &quot;exit 0&quot;   &gt;&gt;conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH=&quot;/nonexistent;.&quot;; conf$$.sh) &gt;/dev/null 2&gt;&amp;1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
 fi
 
 # Support unset when possible.
@@ -6609,6 +6736,8 @@ fi
 # 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.)
+as_nl='
+'
 IFS=&quot; &quot;&quot;	$as_nl&quot;
 
 # Find who we are.  Look in the path if we contain no directory separator.
@@ -6631,7 +6760,7 @@ if test &quot;x$as_myself&quot; = x; then
   as_myself=$0
 fi
 if test ! -f &quot;$as_myself&quot;; then
-  $as_echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
+  echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
   { (exit 1); exit 1; }
 fi
 
@@ -6644,10 +6773,17 @@ PS2='&gt; '
 PS4='+ '
 
 # NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
+for as_var in \
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+  LC_TELEPHONE LC_TIME
+do
+  if (set +x; test -z &quot;`(eval $as_var=C; export $as_var) 2&gt;&amp;1`&quot;); then
+    eval $as_var=C; export $as_var
+  else
+    ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
+  fi
+done
 
 # Required to use basename.
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
@@ -6669,7 +6805,7 @@ as_me=`$as_basename -- &quot;$0&quot; ||
 $as_expr X/&quot;$0&quot; : '.*/\([^/][^/]*\)/*$' \| \
 	 X&quot;$0&quot; : 'X\(//\)$' \| \
 	 X&quot;$0&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X/&quot;$0&quot; |
+echo X/&quot;$0&quot; |
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 	    s//\1/
 	    q
@@ -6720,7 +6856,7 @@ $as_unset CDPATH
       s/-\n.*//
     ' &gt;$as_me.lineno &amp;&amp;
   chmod +x &quot;$as_me.lineno&quot; ||
-    { $as_echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
+    { echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 
   # Don't try to exec as it changes $[0], causing all sort of problems
@@ -6748,6 +6884,7 @@ case `echo -n x` in
 *)
   ECHO_N='-n';;
 esac
+
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
    test &quot;X`expr 00001 : '.*\(...\)'`&quot; = X001; then
   as_expr=expr
@@ -6760,22 +6897,19 @@ if test -d conf$$.dir; then
   rm -f conf$$.dir/conf$$.file
 else
   rm -f conf$$.dir
-  mkdir conf$$.dir 2&gt;/dev/null
-fi
-if (echo &gt;conf$$.file) 2&gt;/dev/null; then
-  if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s=ln
-  else
+  mkdir conf$$.dir
+fi
+echo &gt;conf$$.file
+if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s='ln -s'
+  # ... but there are two gotchas:
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+  # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+  # In both cases, we have to default to `cp -p'.
+  ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
     as_ln_s='cp -p'
-  fi
+elif ln conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s=ln
 else
   as_ln_s='cp -p'
 fi
@@ -6800,10 +6934,10 @@ else
   as_test_x='
     eval sh -c '\''
       if test -d &quot;$1&quot;; then
-	test -d &quot;$1/.&quot;;
+        test -d &quot;$1/.&quot;;
       else
 	case $1 in
-	-*)set &quot;./$1&quot;;;
+        -*)set &quot;./$1&quot;;;
 	esac;
 	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in
 	???[sx]*):;;*)false;;esac;fi
@@ -6826,7 +6960,7 @@ exec 6&gt;&amp;1
 # values after options handling.
 ac_log=&quot;
 This file was extended by $as_me, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
+generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -6839,33 +6973,26 @@ on `(hostname || uname -n) 2&gt;/dev/null | sed 1q`
 
 _ACEOF
 
-case $ac_config_files in *&quot;
-&quot;*) set x $ac_config_files; shift; ac_config_files=$*;;
-esac
-
-
-
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 # Files that config.status was made for.
 config_files=&quot;$ac_config_files&quot;
 
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 ac_cs_usage=&quot;\
 \`$as_me' instantiates files from templates according to the
 current configuration.
 
-Usage: $0 [OPTION]... [FILE]...
+Usage: $0 [OPTIONS] [FILE]...
 
   -h, --help       print this help, then exit
   -V, --version    print version number and configuration settings, then exit
-  -q, --quiet, --silent
-                   do not print progress messages
+  -q, --quiet      do not print progress messages
   -d, --debug      don't remove temporary files
       --recheck    update $as_me by reconfiguring in the same conditions
-      --file=FILE[:TEMPLATE]
-                   instantiate the configuration file FILE
+  --file=FILE[:TEMPLATE]
+		   instantiate the configuration file FILE
 
 Configuration files:
 $config_files
@@ -6873,24 +7000,24 @@ $config_files
 Report bugs to &lt;bug-autoconf@gnu.org&gt;.&quot;
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 ac_cs_version=&quot;\\
 config.status
-configured by $0, generated by GNU Autoconf 2.63,
-  with options \\&quot;`$as_echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
+configured by $0, generated by GNU Autoconf 2.61,
+  with options \\&quot;`echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
 
-Copyright (C) 2008 Free Software Foundation, Inc.
+Copyright (C) 2006 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.&quot;
 
 ac_pwd='$ac_pwd'
 srcdir='$srcdir'
 INSTALL='$INSTALL'
-test -n &quot;\$AWK&quot; || AWK=awk
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
+# If no file are specified by the user, then we need to provide default
+# value.  By we need to know if files were specified by the user.
 ac_need_defaults=:
 while test $# != 0
 do
@@ -6912,24 +7039,21 @@ do
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     ac_cs_recheck=: ;;
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo &quot;$ac_cs_version&quot;; exit ;;
+    echo &quot;$ac_cs_version&quot;; exit ;;
   --debug | --debu | --deb | --de | --d | -d )
     debug=: ;;
   --file | --fil | --fi | --f )
     $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo &quot;$ac_optarg&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;` ;;
-    esac
-    CONFIG_FILES=&quot;$CONFIG_FILES '$ac_optarg'&quot;
+    CONFIG_FILES=&quot;$CONFIG_FILES $ac_optarg&quot;
     ac_need_defaults=false;;
   --he | --h |  --help | --hel | -h )
-    $as_echo &quot;$ac_cs_usage&quot;; exit ;;
+    echo &quot;$ac_cs_usage&quot;; exit ;;
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
     ac_cs_silent=: ;;
 
   # This is an error.
-  -*) { $as_echo &quot;$as_me: error: unrecognized option: $1
+  -*) { echo &quot;$as_me: error: unrecognized option: $1
 Try \`$0 --help' for more information.&quot; &gt;&amp;2
    { (exit 1); exit 1; }; } ;;
 
@@ -6948,32 +7072,30 @@ if $ac_cs_silent; then
 fi
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 if \$ac_cs_recheck; then
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo &quot;running CONFIG_SHELL=$SHELL \$*&quot; &gt;&amp;6
-  CONFIG_SHELL='$SHELL'
+  echo &quot;running CONFIG_SHELL=$SHELL $SHELL $0 &quot;$ac_configure_args \$ac_configure_extra_args &quot; --no-create --no-recursion&quot; &gt;&amp;6
+  CONFIG_SHELL=$SHELL
   export CONFIG_SHELL
-  exec &quot;\$@&quot;
+  exec $SHELL &quot;$0&quot;$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 fi
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 exec 5&gt;&gt;config.log
 {
   echo
   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' &lt;&lt;_ASBOX
 ## Running $as_me. ##
 _ASBOX
-  $as_echo &quot;$ac_log&quot;
+  echo &quot;$ac_log&quot;
 } &gt;&amp;5
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 
 # Handling of arguments.
 for ac_config_target in $ac_config_targets
@@ -6983,8 +7105,8 @@ do
     &quot;test/support/include.mk&quot;) CONFIG_FILES=&quot;$CONFIG_FILES test/support/include.mk&quot; ;;
     &quot;test/support/include.sh&quot;) CONFIG_FILES=&quot;$CONFIG_FILES test/support/include.sh&quot; ;;
 
-  *) { { $as_echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid argument: $ac_config_target&quot; &gt;&amp;2;}
+  *) { { echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
+echo &quot;$as_me: error: invalid argument: $ac_config_target&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
   esac
 done
@@ -7023,144 +7145,204 @@ $debug ||
   (umask 077 &amp;&amp; mkdir &quot;$tmp&quot;)
 } ||
 {
-   $as_echo &quot;$as_me: cannot create a temporary directory in .&quot; &gt;&amp;2
+   echo &quot;$me: cannot create a temporary directory in .&quot; &gt;&amp;2
    { (exit 1); exit 1; }
 }
 
-# Set up the scripts for CONFIG_FILES section.
-# No need to generate them if there are no CONFIG_FILES.
-# This happens for instance with `./config.status config.h'.
+#
+# Set up the sed scripts for CONFIG_FILES section.
+#
+
+# No need to generate the scripts if there are no CONFIG_FILES.
+# This happens for instance when ./config.status config.h
 if test -n &quot;$CONFIG_FILES&quot;; then
 
+_ACEOF
+
 
-ac_cr=''
-ac_cs_awk_cr=`$AWK 'BEGIN { print &quot;a\rb&quot; }' &lt;/dev/null 2&gt;/dev/null`
-if test &quot;$ac_cs_awk_cr&quot; = &quot;a${ac_cr}b&quot;; then
-  ac_cs_awk_cr='\\r'
-else
-  ac_cs_awk_cr=$ac_cr
+
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  cat &gt;conf$$subs.sed &lt;&lt;_ACEOF
+SHELL!$SHELL$ac_delim
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
+exec_prefix!$exec_prefix$ac_delim
+prefix!$prefix$ac_delim
+program_transform_name!$program_transform_name$ac_delim
+bindir!$bindir$ac_delim
+sbindir!$sbindir$ac_delim
+libexecdir!$libexecdir$ac_delim
+datarootdir!$datarootdir$ac_delim
+datadir!$datadir$ac_delim
+sysconfdir!$sysconfdir$ac_delim
+sharedstatedir!$sharedstatedir$ac_delim
+localstatedir!$localstatedir$ac_delim
+includedir!$includedir$ac_delim
+oldincludedir!$oldincludedir$ac_delim
+docdir!$docdir$ac_delim
+infodir!$infodir$ac_delim
+htmldir!$htmldir$ac_delim
+dvidir!$dvidir$ac_delim
+pdfdir!$pdfdir$ac_delim
+psdir!$psdir$ac_delim
+libdir!$libdir$ac_delim
+localedir!$localedir$ac_delim
+mandir!$mandir$ac_delim
+DEFS!$DEFS$ac_delim
+ECHO_C!$ECHO_C$ac_delim
+ECHO_N!$ECHO_N$ac_delim
+ECHO_T!$ECHO_T$ac_delim
+LIBS!$LIBS$ac_delim
+build_alias!$build_alias$ac_delim
+host_alias!$host_alias$ac_delim
+target_alias!$target_alias$ac_delim
+build!$build$ac_delim
+build_cpu!$build_cpu$ac_delim
+build_vendor!$build_vendor$ac_delim
+build_os!$build_os$ac_delim
+host!$host$ac_delim
+host_cpu!$host_cpu$ac_delim
+host_vendor!$host_vendor$ac_delim
+host_os!$host_os$ac_delim
+target!$target$ac_delim
+target_cpu!$target_cpu$ac_delim
+target_vendor!$target_vendor$ac_delim
+target_os!$target_os$ac_delim
+ERL!$ERL$ac_delim
+ERLC!$ERLC$ac_delim
+ERLBINDIR!$ERLBINDIR$ac_delim
+DEFAULT_CHARSET!$DEFAULT_CHARSET$ac_delim
+EXTRAINCLUDE!$EXTRAINCLUDE$ac_delim
+EPAM!$EPAM$ac_delim
+ERL_DLL_LIB!$ERL_DLL_LIB$ac_delim
+ERLDIR!$ERLDIR$ac_delim
+ERTS_VSN!$ERTS_VSN$ac_delim
+KERNEL_VSN!$KERNEL_VSN$ac_delim
+STDLIB_VSN!$STDLIB_VSN$ac_delim
+SASL_VSN!$SASL_VSN$ac_delim
+MNESIA_VSN!$MNESIA_VSN$ac_delim
+CC!$CC$ac_delim
+CFLAGS!$CFLAGS$ac_delim
+LDFLAGS!$LDFLAGS$ac_delim
+CPPFLAGS!$CPPFLAGS$ac_delim
+ac_ct_CC!$ac_ct_CC$ac_delim
+EXEEXT!$EXEEXT$ac_delim
+OBJEXT!$OBJEXT$ac_delim
+CPP!$CPP$ac_delim
+GREP!$GREP$ac_delim
+EGREP!$EGREP$ac_delim
+EXE!$EXE$ac_delim
+DLL!$DLL$ac_delim
+OBJ!$OBJ$ac_delim
+LINKER!$LINKER$ac_delim
+OUT!$OUT$ac_delim
+DLL_LIBS!$DLL_LIBS$ac_delim
+SET_MAKE!$SET_MAKE$ac_delim
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
+INSTALL_DATA!$INSTALL_DATA$ac_delim
+DVILATEX!$DVILATEX$ac_delim
+DVIPS!$DVIPS$ac_delim
+PDFLATEX!$PDFLATEX$ac_delim
+EPSTOPDF!$EPSTOPDF$ac_delim
+COND_DVILATEX!$COND_DVILATEX$ac_delim
+COND_PDFLATEX!$COND_PDFLATEX$ac_delim
+LD_SHARED!$LD_SHARED$ac_delim
+FPIC!$FPIC$ac_delim
+BSDI!$BSDI$ac_delim
+ERLCFLAGS!$ERLCFLAGS$ac_delim
+WERL!$WERL$ac_delim
+WIN32!$WIN32$ac_delim
+HAVE_SENDFILE!$HAVE_SENDFILE$ac_delim
+YTOP!$YTOP$ac_delim
+LIBOBJS!$LIBOBJS$ac_delim
+_ACEOF
+
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 97; then
+    break
+  elif $ac_last_try; then
+    { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
+   { (exit 1); exit 1; }; }
+  else
+    ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
+  fi
+done
+
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n &quot;$ac_eof&quot;; then
+  ac_eof=`echo &quot;$ac_eof&quot; | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
 fi
 
-echo 'BEGIN {' &gt;&quot;$tmp/subs1.awk&quot; &amp;&amp;
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+cat &gt;&quot;\$tmp/subs-1.sed&quot; &lt;&lt;\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+_ACEOF
+sed '
+s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'&quot;$ac_delim&quot;'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g; b n
+' &gt;&gt;$CONFIG_STATUS &lt;conf$$subs.sed
+rm -f conf$$subs.sed
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+CEOF$ac_eof
 _ACEOF
 
 
-{
-  echo &quot;cat &gt;conf$$subs.awk &lt;&lt;_ACEOF&quot; &amp;&amp;
-  echo &quot;$ac_subst_vars&quot; | sed 's/.*/&amp;!$&amp;$ac_delim/' &amp;&amp;
-  echo &quot;_ACEOF&quot;
-} &gt;conf$$subs.sh ||
-  { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-ac_delim_num=`echo &quot;$ac_subst_vars&quot; | grep -c '$'`
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
-  . ./conf$$subs.sh ||
-    { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+  cat &gt;conf$$subs.sed &lt;&lt;_ACEOF
+LTLIBOBJS!$LTLIBOBJS$ac_delim
+_ACEOF
 
-  ac_delim_n=`sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.awk | grep -c X`
-  if test $ac_delim_n = $ac_delim_num; then
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 1; then
     break
   elif $ac_last_try; then
-    { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
+    { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
   else
     ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
   fi
 done
-rm -f conf$$subs.sh
-
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-cat &gt;&gt;&quot;\$tmp/subs1.awk&quot; &lt;&lt;\\_ACAWK &amp;&amp;
-_ACEOF
-sed -n '
-h
-s/^/S[&quot;/; s/!.*/&quot;]=/
-p
-g
-s/^[^!]*!//
-:repl
-t repl
-s/'&quot;$ac_delim&quot;'$//
-t delim
-:nl
-h
-s/\(.\{148\}\).*/\1/
-t more1
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/\\n&quot;\\/
-p
-n
-b repl
-:more1
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;\\/
-p
-g
-s/.\{148\}//
-t nl
-:delim
-h
-s/\(.\{148\}\).*/\1/
-t more2
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;/
-p
-b
-:more2
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;\\/
-p
-g
-s/.\{148\}//
-t delim
-' &lt;conf$$subs.awk | sed '
-/^[^&quot;&quot;]/{
-  N
-  s/\n//
-}
-' &gt;&gt;$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-_ACAWK
-cat &gt;&gt;&quot;\$tmp/subs1.awk&quot; &lt;&lt;_ACAWK &amp;&amp;
-  for (key in S) S_is_set[key] = 1
-  FS = &quot;*&quot;
 
-}
-{
-  line = $ 0
-  nfields = split(line, field, &quot;@&quot;)
-  substed = 0
-  len = length(field[1])
-  for (i = 2; i &lt; nfields; i++) {
-    key = field[i]
-    keylen = length(key)
-    if (S_is_set[key]) {
-      value = S[key]
-      line = substr(line, 1, len) &quot;&quot; value &quot;&quot; substr(line, len + keylen + 3)
-      len += length(value) + length(field[++i])
-      substed = 1
-    } else
-      len += 1 + keylen
-  }
-
-  print line
-}
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n &quot;$ac_eof&quot;; then
+  ac_eof=`echo &quot;$ac_eof&quot; | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
+fi
 
-_ACAWK
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+cat &gt;&quot;\$tmp/subs-2.sed&quot; &lt;&lt;\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-if sed &quot;s/$ac_cr//&quot; &lt; /dev/null &gt; /dev/null 2&gt;&amp;1; then
-  sed &quot;s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g&quot;
-else
-  cat
-fi &lt; &quot;$tmp/subs1.awk&quot; &gt; &quot;$tmp/subs.awk&quot; \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not setup config files machinery&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not setup config files machinery&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+sed '
+s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'&quot;$ac_delim&quot;'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g; b n
+' &gt;&gt;$CONFIG_STATUS &lt;conf$$subs.sed
+rm -f conf$$subs.sed
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+:end
+s/|#_!!_#|//g
+CEOF$ac_eof
 _ACEOF
 
+
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 # ${srcdir} and @srcdir@ from VPATH if srcdir is &quot;.&quot;, strip leading and
 # trailing colons and then remove the whole line if VPATH becomes empty
@@ -7176,21 +7358,19 @@ s/^[^=]*=[	 ]*$//
 }'
 fi
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 fi # test -n &quot;$CONFIG_FILES&quot;
 
 
-eval set X &quot;  :F $CONFIG_FILES      &quot;
-shift
-for ac_tag
+for ac_tag in  :F $CONFIG_FILES
 do
   case $ac_tag in
   :[FHLC]) ac_mode=$ac_tag; continue;;
   esac
   case $ac_mode$ac_tag in
   :[FHL]*:*);;
-  :L* | :C*:*) { { $as_echo &quot;$as_me:$LINENO: error: invalid tag $ac_tag&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid tag $ac_tag&quot; &gt;&amp;2;}
+  :L* | :C*:*) { { echo &quot;$as_me:$LINENO: error: Invalid tag $ac_tag.&quot; &gt;&amp;5
+echo &quot;$as_me: error: Invalid tag $ac_tag.&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
   :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
@@ -7219,38 +7399,26 @@ $as_echo &quot;$as_me: error: invalid tag $ac_tag&quot; &gt;&amp;2;}
 	   [\\/$]*) false;;
 	   *) test -f &quot;$srcdir/$ac_f&quot; &amp;&amp; ac_f=&quot;$srcdir/$ac_f&quot;;;
 	   esac ||
-	   { { $as_echo &quot;$as_me:$LINENO: error: cannot find input file: $ac_f&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
+	   { { echo &quot;$as_me:$LINENO: error: cannot find input file: $ac_f&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
       esac
-      case $ac_f in *\'*) ac_f=`$as_echo &quot;$ac_f&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; esac
-      ac_file_inputs=&quot;$ac_file_inputs '$ac_f'&quot;
+      ac_file_inputs=&quot;$ac_file_inputs $ac_f&quot;
     done
 
     # Let's still pretend it is `configure' which instantiates (i.e., don't
     # use $as_me), people would be surprised to read:
     #    /* config.h.  Generated by config.status.  */
-    configure_input='Generated from '`
-	  $as_echo &quot;$*&quot; | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
-	`' by configure.'
+    configure_input=&quot;Generated from &quot;`IFS=:
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`&quot; by configure.&quot;
     if test x&quot;$ac_file&quot; != x-; then
       configure_input=&quot;$ac_file.  $configure_input&quot;
-      { $as_echo &quot;$as_me:$LINENO: creating $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
+      { echo &quot;$as_me:$LINENO: creating $ac_file&quot; &gt;&amp;5
+echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
     fi
-    # Neutralize special characters interpreted by sed in replacement strings.
-    case $configure_input in #(
-    *\&amp;* | *\|* | *\\* )
-       ac_sed_conf_input=`$as_echo &quot;$configure_input&quot; |
-       sed 's/[\\\\&amp;|]/\\\\&amp;/g'`;; #(
-    *) ac_sed_conf_input=$configure_input;;
-    esac
 
     case $ac_tag in
-    *:-:* | *:-) cat &gt;&quot;$tmp/stdin&quot; \
-      || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; } ;;
+    *:-:* | *:-) cat &gt;&quot;$tmp/stdin&quot;;;
     esac
     ;;
   esac
@@ -7260,7 +7428,7 @@ $as_expr X&quot;$ac_file&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X&quot;$ac_file&quot; : 'X\(//\)[^/]' \| \
 	 X&quot;$ac_file&quot; : 'X\(//\)$' \| \
 	 X&quot;$ac_file&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$ac_file&quot; |
+echo X&quot;$ac_file&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -7286,7 +7454,7 @@ $as_echo X&quot;$ac_file&quot; |
     as_dirs=
     while :; do
       case $as_dir in #(
-      *\'*) as_qdir=`$as_echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #'(
+      *\'*) as_qdir=`echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #(
       *) as_qdir=$as_dir;;
       esac
       as_dirs=&quot;'$as_qdir' $as_dirs&quot;
@@ -7295,7 +7463,7 @@ $as_expr X&quot;$as_dir&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X&quot;$as_dir&quot; : 'X\(//\)[^/]' \| \
 	 X&quot;$as_dir&quot; : 'X\(//\)$' \| \
 	 X&quot;$as_dir&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$as_dir&quot; |
+echo X&quot;$as_dir&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -7316,17 +7484,17 @@ $as_echo X&quot;$as_dir&quot; |
       test -d &quot;$as_dir&quot; &amp;&amp; break
     done
     test -z &quot;$as_dirs&quot; || eval &quot;mkdir $as_dirs&quot;
-  } || test -d &quot;$as_dir&quot; || { { $as_echo &quot;$as_me:$LINENO: error: cannot create directory $as_dir&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot create directory $as_dir&quot; &gt;&amp;2;}
+  } || test -d &quot;$as_dir&quot; || { { echo &quot;$as_me:$LINENO: error: cannot create directory $as_dir&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot create directory $as_dir&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }; }
   ac_builddir=.
 
 case &quot;$ac_dir&quot; in
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 *)
-  ac_dir_suffix=/`$as_echo &quot;$ac_dir&quot; | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`echo &quot;$ac_dir&quot; | sed 's,^\.[\\/],,'`
   # A &quot;..&quot; for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo &quot;$ac_dir_suffix&quot; | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`echo &quot;$ac_dir_suffix&quot; | sed 's,/[^\\/]*,/..,g;s,/,,'`
   case $ac_top_builddir_sub in
   &quot;&quot;) ac_top_builddir_sub=. ac_top_build_prefix= ;;
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -7366,13 +7534,12 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   esac
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 # If the template does not know about datarootdir, expand it.
 # FIXME: This hack should be removed a few years after 2.60.
 ac_datarootdir_hack=; ac_datarootdir_seen=
 
-ac_sed_dataroot='
-/datarootdir/ {
+case `sed -n '/datarootdir/ {
   p
   q
 }
@@ -7381,14 +7548,13 @@ ac_sed_dataroot='
 /@infodir@/p
 /@localedir@/p
 /@mandir@/p
-'
-case `eval &quot;sed -n \&quot;\$ac_sed_dataroot\&quot; $ac_file_inputs&quot;` in
+' $ac_file_inputs` in
 *datarootdir*) ac_datarootdir_seen=yes;;
 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { $as_echo &quot;$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;2;}
+  { echo &quot;$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;2;}
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
   ac_datarootdir_hack='
   s&amp;@datadir@&amp;$datadir&amp;g
   s&amp;@docdir@&amp;$docdir&amp;g
@@ -7402,16 +7568,15 @@ _ACEOF
 # Neutralize VPATH when `$srcdir' = `.'.
 # Shell code in configure.ac might set extrasub.
 # FIXME: do we really want to maintain this feature?
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-ac_sed_extra=&quot;$ac_vpsub
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+  sed &quot;$ac_vpsub
 $extrasub
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 :t
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s|@configure_input@|$ac_sed_conf_input|;t t
+s&amp;@configure_input@&amp;$configure_input&amp;;t t
 s&amp;@top_builddir@&amp;$ac_top_builddir_sub&amp;;t t
-s&amp;@top_build_prefix@&amp;$ac_top_build_prefix&amp;;t t
 s&amp;@srcdir@&amp;$ac_srcdir&amp;;t t
 s&amp;@abs_srcdir@&amp;$ac_abs_srcdir&amp;;t t
 s&amp;@top_srcdir@&amp;$ac_top_srcdir&amp;;t t
@@ -7421,28 +7586,21 @@ s&amp;@abs_builddir@&amp;$ac_abs_builddir&amp;;t t
 s&amp;@abs_top_builddir@&amp;$ac_abs_top_builddir&amp;;t t
 s&amp;@INSTALL@&amp;$ac_INSTALL&amp;;t t
 $ac_datarootdir_hack
-&quot;
-eval sed \&quot;\$ac_sed_extra\&quot; &quot;$ac_file_inputs&quot; | $AWK -f &quot;$tmp/subs.awk&quot; &gt;$tmp/out \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+&quot; $ac_file_inputs | sed -f &quot;$tmp/subs-1.sed&quot; | sed -f &quot;$tmp/subs-2.sed&quot; &gt;$tmp/out
 
 test -z &quot;$ac_datarootdir_hack$ac_datarootdir_seen&quot; &amp;&amp;
   { ac_out=`sed -n '/\${datarootdir}/p' &quot;$tmp/out&quot;`; test -n &quot;$ac_out&quot;; } &amp;&amp;
   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' &quot;$tmp/out&quot;`; test -z &quot;$ac_out&quot;; } &amp;&amp;
-  { $as_echo &quot;$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+  { echo &quot;$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+echo &quot;$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;2;}
 
   rm -f &quot;$tmp/stdin&quot;
   case $ac_file in
-  -) cat &quot;$tmp/out&quot; &amp;&amp; rm -f &quot;$tmp/out&quot;;;
-  *) rm -f &quot;$ac_file&quot; &amp;&amp; mv &quot;$tmp/out&quot; &quot;$ac_file&quot;;;
-  esac \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+  -) cat &quot;$tmp/out&quot;; rm -f &quot;$tmp/out&quot;;;
+  *) rm -f &quot;$ac_file&quot;; mv &quot;$tmp/out&quot; $ac_file;;
+  esac
  ;;
 
 
@@ -7457,11 +7615,6 @@ _ACEOF
 chmod +x $CONFIG_STATUS
 ac_clean_files=$ac_clean_files_save
 
-test $ac_write_fail = 0 ||
-  { { $as_echo &quot;$as_me:$LINENO: error: write failure creating $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: write failure creating $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-
 
 # configure is writing to config.log, and then calls config.status.
 # config.status does its own redirection, appending to config.log.
@@ -7483,10 +7636,6 @@ if test &quot;$no_create&quot; != yes; then
   # would make configure fail if this is the last instruction.
   $ac_cs_success || { (exit 1); exit 1; }
 fi
-if test -n &quot;$ac_unrecognized_opts&quot; &amp;&amp; test &quot;$enable_option_checking&quot; != no; then
-  { $as_echo &quot;$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;2;}
-fi
 
 
 . ./vsn.mk
@@ -7520,12 +7669,11 @@ _ACEOF
     case $ac_val in #(
     *${as_nl}*)
       case $ac_var in #(
-      *_cv_*) { $as_echo &quot;$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
+      *_cv_*) { echo &quot;$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: Cache variable $ac_var contains a newline.&quot; &gt;&amp;2;} ;;
       esac
       case $ac_var in #(
       _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
       *) $as_unset $ac_var ;;
       esac ;;
     esac
@@ -7558,12 +7706,12 @@ $as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
 if diff &quot;$cache_file&quot; confcache &gt;/dev/null 2&gt;&amp;1; then :; else
   if test -w &quot;$cache_file&quot;; then
     test &quot;x$cache_file&quot; != &quot;x/dev/null&quot; &amp;&amp;
-      { $as_echo &quot;$as_me:$LINENO: updating cache $cache_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: updating cache $cache_file&quot; &gt;&amp;6;}
+      { echo &quot;$as_me:$LINENO: updating cache $cache_file&quot; &gt;&amp;5
+echo &quot;$as_me: updating cache $cache_file&quot; &gt;&amp;6;}
     cat confcache &gt;$cache_file
   else
-    { $as_echo &quot;$as_me:$LINENO: not updating unwritable cache $cache_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: not updating unwritable cache $cache_file&quot; &gt;&amp;6;}
+    { echo &quot;$as_me:$LINENO: not updating unwritable cache $cache_file&quot; &gt;&amp;5
+echo &quot;$as_me: not updating unwritable cache $cache_file&quot; &gt;&amp;6;}
   fi
 fi
 rm -f confcache
@@ -7580,12 +7728,6 @@ test &quot;x$exec_prefix&quot; = xNONE &amp;&amp; exec_prefix='${prefix}'
 # take arguments), then branch to the quote section.  Otherwise,
 # look for a macro that doesn't take arguments.
 ac_script='
-:mline
-/\\$/{
- N
- s,\\\n,,
- b mline
-}
 t clear
 :clear
 s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
@@ -7615,7 +7757,7 @@ ac_ltlibobjs=
 for ac_i in : $LIBOBJS; do test &quot;x$ac_i&quot; = x: &amp;&amp; continue
   # 1. Remove the extension, and $U if already installed.
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-  ac_i=`$as_echo &quot;$ac_i&quot; | sed &quot;$ac_script&quot;`
+  ac_i=`echo &quot;$ac_i&quot; | sed &quot;$ac_script&quot;`
   # 2. Prepend LIBOBJDIR.  When used with automake&gt;=1.10 LIBOBJDIR
   #    will be set to the directory where LIBOBJS objects are built.
   ac_libobjs=&quot;$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext&quot;
@@ -7628,12 +7770,11 @@ LTLIBOBJS=$ac_ltlibobjs
 
 
 : ${CONFIG_STATUS=./config.status}
-ac_write_fail=0
 ac_clean_files_save=$ac_clean_files
 ac_clean_files=&quot;$ac_clean_files $CONFIG_STATUS&quot;
-{ $as_echo &quot;$as_me:$LINENO: creating $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: creating $CONFIG_STATUS&quot; &gt;&amp;6;}
-cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+{ echo &quot;$as_me:$LINENO: creating $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: creating $CONFIG_STATUS&quot; &gt;&amp;6;}
+cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 #! $SHELL
 # Generated by $as_me.
 # Run this file to recreate the current configuration.
@@ -7646,7 +7787,7 @@ ac_cs_silent=false
 SHELL=\${CONFIG_SHELL-$SHELL}
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -7656,7 +7797,7 @@ DUALCASE=1; export DUALCASE # for MKS sh
 if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+&quot;$@&quot;}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+&quot;$@&quot;}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
@@ -7678,45 +7819,17 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 as_cr_digits='0123456789'
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
-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
-if (test &quot;X`printf %s $as_echo`&quot; = &quot;X$as_echo&quot;) 2&gt;/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test &quot;X`(/usr/ucb/echo -n -n $as_echo) 2&gt;/dev/null`&quot; = &quot;X-n $as_echo&quot;; then
-    as_echo_body='eval /usr/ucb/echo -n &quot;$1$as_nl&quot;'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr &quot;X$1&quot; : &quot;X\\(.*\\)&quot;'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *&quot;$as_nl&quot;*)
-	expr &quot;X$arg&quot; : &quot;X\\(.*\\)$as_nl&quot;;
-	arg=`expr &quot;X$arg&quot; : &quot;.*$as_nl\\(.*\\)&quot;`;;
-      esac;
-      expr &quot;X$arg&quot; : &quot;X\\(.*\\)&quot; | tr -d &quot;$as_nl&quot;
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
 # The user is always right.
 if test &quot;${PATH_SEPARATOR+set}&quot; != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) &gt;/dev/null 2&gt;&amp;1 ||
-      PATH_SEPARATOR=';'
-  }
+  echo &quot;#! /bin/sh&quot; &gt;conf$$.sh
+  echo  &quot;exit 0&quot;   &gt;&gt;conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH=&quot;/nonexistent;.&quot;; conf$$.sh) &gt;/dev/null 2&gt;&amp;1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
 fi
 
 # Support unset when possible.
@@ -7732,6 +7845,8 @@ fi
 # 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.)
+as_nl='
+'
 IFS=&quot; &quot;&quot;	$as_nl&quot;
 
 # Find who we are.  Look in the path if we contain no directory separator.
@@ -7754,7 +7869,7 @@ if test &quot;x$as_myself&quot; = x; then
   as_myself=$0
 fi
 if test ! -f &quot;$as_myself&quot;; then
-  $as_echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
+  echo &quot;$as_myself: error: cannot find myself; rerun with an absolute file name&quot; &gt;&amp;2
   { (exit 1); exit 1; }
 fi
 
@@ -7767,10 +7882,17 @@ PS2='&gt; '
 PS4='+ '
 
 # NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
+for as_var in \
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+  LC_TELEPHONE LC_TIME
+do
+  if (set +x; test -z &quot;`(eval $as_var=C; export $as_var) 2&gt;&amp;1`&quot;); then
+    eval $as_var=C; export $as_var
+  else
+    ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
+  fi
+done
 
 # Required to use basename.
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
@@ -7792,7 +7914,7 @@ as_me=`$as_basename -- &quot;$0&quot; ||
 $as_expr X/&quot;$0&quot; : '.*/\([^/][^/]*\)/*$' \| \
 	 X&quot;$0&quot; : 'X\(//\)$' \| \
 	 X&quot;$0&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X/&quot;$0&quot; |
+echo X/&quot;$0&quot; |
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 	    s//\1/
 	    q
@@ -7843,7 +7965,7 @@ $as_unset CDPATH
       s/-\n.*//
     ' &gt;$as_me.lineno &amp;&amp;
   chmod +x &quot;$as_me.lineno&quot; ||
-    { $as_echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
+    { echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2
    { (exit 1); exit 1; }; }
 
   # Don't try to exec as it changes $[0], causing all sort of problems
@@ -7871,6 +7993,7 @@ case `echo -n x` in
 *)
   ECHO_N='-n';;
 esac
+
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
    test &quot;X`expr 00001 : '.*\(...\)'`&quot; = X001; then
   as_expr=expr
@@ -7883,22 +8006,19 @@ if test -d conf$$.dir; then
   rm -f conf$$.dir/conf$$.file
 else
   rm -f conf$$.dir
-  mkdir conf$$.dir 2&gt;/dev/null
-fi
-if (echo &gt;conf$$.file) 2&gt;/dev/null; then
-  if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2&gt;/dev/null; then
-    as_ln_s=ln
-  else
+  mkdir conf$$.dir
+fi
+echo &gt;conf$$.file
+if ln -s conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s='ln -s'
+  # ... but there are two gotchas:
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+  # 2) DJGPP &lt; 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+  # In both cases, we have to default to `cp -p'.
+  ln -s conf$$.file conf$$.dir 2&gt;/dev/null &amp;&amp; test ! -f conf$$.exe ||
     as_ln_s='cp -p'
-  fi
+elif ln conf$$.file conf$$ 2&gt;/dev/null; then
+  as_ln_s=ln
 else
   as_ln_s='cp -p'
 fi
@@ -7923,10 +8043,10 @@ else
   as_test_x='
     eval sh -c '\''
       if test -d &quot;$1&quot;; then
-	test -d &quot;$1/.&quot;;
+        test -d &quot;$1/.&quot;;
       else
 	case $1 in
-	-*)set &quot;./$1&quot;;;
+        -*)set &quot;./$1&quot;;;
 	esac;
 	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in
 	???[sx]*):;;*)false;;esac;fi
@@ -7949,7 +8069,7 @@ exec 6&gt;&amp;1
 # values after options handling.
 ac_log=&quot;
 This file was extended by $as_me, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
+generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -7962,33 +8082,26 @@ on `(hostname || uname -n) 2&gt;/dev/null | sed 1q`
 
 _ACEOF
 
-case $ac_config_files in *&quot;
-&quot;*) set x $ac_config_files; shift; ac_config_files=$*;;
-esac
-
-
-
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 # Files that config.status was made for.
 config_files=&quot;$ac_config_files&quot;
 
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 ac_cs_usage=&quot;\
 \`$as_me' instantiates files from templates according to the
 current configuration.
 
-Usage: $0 [OPTION]... [FILE]...
+Usage: $0 [OPTIONS] [FILE]...
 
   -h, --help       print this help, then exit
   -V, --version    print version number and configuration settings, then exit
-  -q, --quiet, --silent
-                   do not print progress messages
+  -q, --quiet      do not print progress messages
   -d, --debug      don't remove temporary files
       --recheck    update $as_me by reconfiguring in the same conditions
-      --file=FILE[:TEMPLATE]
-                   instantiate the configuration file FILE
+  --file=FILE[:TEMPLATE]
+		   instantiate the configuration file FILE
 
 Configuration files:
 $config_files
@@ -7996,24 +8109,24 @@ $config_files
 Report bugs to &lt;bug-autoconf@gnu.org&gt;.&quot;
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 ac_cs_version=&quot;\\
 config.status
-configured by $0, generated by GNU Autoconf 2.63,
-  with options \\&quot;`$as_echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
+configured by $0, generated by GNU Autoconf 2.61,
+  with options \\&quot;`echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
 
-Copyright (C) 2008 Free Software Foundation, Inc.
+Copyright (C) 2006 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.&quot;
 
 ac_pwd='$ac_pwd'
 srcdir='$srcdir'
 INSTALL='$INSTALL'
-test -n &quot;\$AWK&quot; || AWK=awk
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
+# If no file are specified by the user, then we need to provide default
+# value.  By we need to know if files were specified by the user.
 ac_need_defaults=:
 while test $# != 0
 do
@@ -8035,24 +8148,21 @@ do
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     ac_cs_recheck=: ;;
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo &quot;$ac_cs_version&quot;; exit ;;
+    echo &quot;$ac_cs_version&quot;; exit ;;
   --debug | --debu | --deb | --de | --d | -d )
     debug=: ;;
   --file | --fil | --fi | --f )
     $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo &quot;$ac_optarg&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;` ;;
-    esac
-    CONFIG_FILES=&quot;$CONFIG_FILES '$ac_optarg'&quot;
+    CONFIG_FILES=&quot;$CONFIG_FILES $ac_optarg&quot;
     ac_need_defaults=false;;
   --he | --h |  --help | --hel | -h )
-    $as_echo &quot;$ac_cs_usage&quot;; exit ;;
+    echo &quot;$ac_cs_usage&quot;; exit ;;
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
     ac_cs_silent=: ;;
 
   # This is an error.
-  -*) { $as_echo &quot;$as_me: error: unrecognized option: $1
+  -*) { echo &quot;$as_me: error: unrecognized option: $1
 Try \`$0 --help' for more information.&quot; &gt;&amp;2
    { (exit 1); exit 1; }; } ;;
 
@@ -8071,32 +8181,30 @@ if $ac_cs_silent; then
 fi
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 if \$ac_cs_recheck; then
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo &quot;running CONFIG_SHELL=$SHELL \$*&quot; &gt;&amp;6
-  CONFIG_SHELL='$SHELL'
+  echo &quot;running CONFIG_SHELL=$SHELL $SHELL $0 &quot;$ac_configure_args \$ac_configure_extra_args &quot; --no-create --no-recursion&quot; &gt;&amp;6
+  CONFIG_SHELL=$SHELL
   export CONFIG_SHELL
-  exec &quot;\$@&quot;
+  exec $SHELL &quot;$0&quot;$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 fi
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 exec 5&gt;&gt;config.log
 {
   echo
   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' &lt;&lt;_ASBOX
 ## Running $as_me. ##
 _ASBOX
-  $as_echo &quot;$ac_log&quot;
+  echo &quot;$ac_log&quot;
 } &gt;&amp;5
 
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 
 # Handling of arguments.
 for ac_config_target in $ac_config_targets
@@ -8107,8 +8215,8 @@ do
     &quot;test/support/include.sh&quot;) CONFIG_FILES=&quot;$CONFIG_FILES test/support/include.sh&quot; ;;
     &quot;yaws.pc&quot;) CONFIG_FILES=&quot;$CONFIG_FILES yaws.pc&quot; ;;
 
-  *) { { $as_echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid argument: $ac_config_target&quot; &gt;&amp;2;}
+  *) { { echo &quot;$as_me:$LINENO: error: invalid argument: $ac_config_target&quot; &gt;&amp;5
+echo &quot;$as_me: error: invalid argument: $ac_config_target&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
   esac
 done
@@ -8147,144 +8255,205 @@ $debug ||
   (umask 077 &amp;&amp; mkdir &quot;$tmp&quot;)
 } ||
 {
-   $as_echo &quot;$as_me: cannot create a temporary directory in .&quot; &gt;&amp;2
+   echo &quot;$me: cannot create a temporary directory in .&quot; &gt;&amp;2
    { (exit 1); exit 1; }
 }
 
-# Set up the scripts for CONFIG_FILES section.
-# No need to generate them if there are no CONFIG_FILES.
-# This happens for instance with `./config.status config.h'.
+#
+# Set up the sed scripts for CONFIG_FILES section.
+#
+
+# No need to generate the scripts if there are no CONFIG_FILES.
+# This happens for instance when ./config.status config.h
 if test -n &quot;$CONFIG_FILES&quot;; then
 
+_ACEOF
 
-ac_cr=''
-ac_cs_awk_cr=`$AWK 'BEGIN { print &quot;a\rb&quot; }' &lt;/dev/null 2&gt;/dev/null`
-if test &quot;$ac_cs_awk_cr&quot; = &quot;a${ac_cr}b&quot;; then
-  ac_cs_awk_cr='\\r'
-else
-  ac_cs_awk_cr=$ac_cr
+
+
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  cat &gt;conf$$subs.sed &lt;&lt;_ACEOF
+SHELL!$SHELL$ac_delim
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
+exec_prefix!$exec_prefix$ac_delim
+prefix!$prefix$ac_delim
+program_transform_name!$program_transform_name$ac_delim
+bindir!$bindir$ac_delim
+sbindir!$sbindir$ac_delim
+libexecdir!$libexecdir$ac_delim
+datarootdir!$datarootdir$ac_delim
+datadir!$datadir$ac_delim
+sysconfdir!$sysconfdir$ac_delim
+sharedstatedir!$sharedstatedir$ac_delim
+localstatedir!$localstatedir$ac_delim
+includedir!$includedir$ac_delim
+oldincludedir!$oldincludedir$ac_delim
+docdir!$docdir$ac_delim
+infodir!$infodir$ac_delim
+htmldir!$htmldir$ac_delim
+dvidir!$dvidir$ac_delim
+pdfdir!$pdfdir$ac_delim
+psdir!$psdir$ac_delim
+libdir!$libdir$ac_delim
+localedir!$localedir$ac_delim
+mandir!$mandir$ac_delim
+DEFS!$DEFS$ac_delim
+ECHO_C!$ECHO_C$ac_delim
+ECHO_N!$ECHO_N$ac_delim
+ECHO_T!$ECHO_T$ac_delim
+LIBS!$LIBS$ac_delim
+build_alias!$build_alias$ac_delim
+host_alias!$host_alias$ac_delim
+target_alias!$target_alias$ac_delim
+build!$build$ac_delim
+build_cpu!$build_cpu$ac_delim
+build_vendor!$build_vendor$ac_delim
+build_os!$build_os$ac_delim
+host!$host$ac_delim
+host_cpu!$host_cpu$ac_delim
+host_vendor!$host_vendor$ac_delim
+host_os!$host_os$ac_delim
+target!$target$ac_delim
+target_cpu!$target_cpu$ac_delim
+target_vendor!$target_vendor$ac_delim
+target_os!$target_os$ac_delim
+ERL!$ERL$ac_delim
+ERLC!$ERLC$ac_delim
+ERLBINDIR!$ERLBINDIR$ac_delim
+DEFAULT_CHARSET!$DEFAULT_CHARSET$ac_delim
+EXTRAINCLUDE!$EXTRAINCLUDE$ac_delim
+EPAM!$EPAM$ac_delim
+ERL_DLL_LIB!$ERL_DLL_LIB$ac_delim
+ERLDIR!$ERLDIR$ac_delim
+ERTS_VSN!$ERTS_VSN$ac_delim
+KERNEL_VSN!$KERNEL_VSN$ac_delim
+STDLIB_VSN!$STDLIB_VSN$ac_delim
+SASL_VSN!$SASL_VSN$ac_delim
+MNESIA_VSN!$MNESIA_VSN$ac_delim
+CC!$CC$ac_delim
+CFLAGS!$CFLAGS$ac_delim
+LDFLAGS!$LDFLAGS$ac_delim
+CPPFLAGS!$CPPFLAGS$ac_delim
+ac_ct_CC!$ac_ct_CC$ac_delim
+EXEEXT!$EXEEXT$ac_delim
+OBJEXT!$OBJEXT$ac_delim
+CPP!$CPP$ac_delim
+GREP!$GREP$ac_delim
+EGREP!$EGREP$ac_delim
+EXE!$EXE$ac_delim
+DLL!$DLL$ac_delim
+OBJ!$OBJ$ac_delim
+LINKER!$LINKER$ac_delim
+OUT!$OUT$ac_delim
+DLL_LIBS!$DLL_LIBS$ac_delim
+SET_MAKE!$SET_MAKE$ac_delim
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
+INSTALL_DATA!$INSTALL_DATA$ac_delim
+DVILATEX!$DVILATEX$ac_delim
+DVIPS!$DVIPS$ac_delim
+PDFLATEX!$PDFLATEX$ac_delim
+EPSTOPDF!$EPSTOPDF$ac_delim
+COND_DVILATEX!$COND_DVILATEX$ac_delim
+COND_PDFLATEX!$COND_PDFLATEX$ac_delim
+LD_SHARED!$LD_SHARED$ac_delim
+FPIC!$FPIC$ac_delim
+BSDI!$BSDI$ac_delim
+ERLCFLAGS!$ERLCFLAGS$ac_delim
+WERL!$WERL$ac_delim
+WIN32!$WIN32$ac_delim
+HAVE_SENDFILE!$HAVE_SENDFILE$ac_delim
+YTOP!$YTOP$ac_delim
+LIBOBJS!$LIBOBJS$ac_delim
+_ACEOF
+
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 97; then
+    break
+  elif $ac_last_try; then
+    { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
+   { (exit 1); exit 1; }; }
+  else
+    ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
+  fi
+done
+
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n &quot;$ac_eof&quot;; then
+  ac_eof=`echo &quot;$ac_eof&quot; | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
 fi
 
-echo 'BEGIN {' &gt;&quot;$tmp/subs1.awk&quot; &amp;&amp;
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+cat &gt;&quot;\$tmp/subs-1.sed&quot; &lt;&lt;\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+_ACEOF
+sed '
+s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'&quot;$ac_delim&quot;'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g; b n
+' &gt;&gt;$CONFIG_STATUS &lt;conf$$subs.sed
+rm -f conf$$subs.sed
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+CEOF$ac_eof
 _ACEOF
 
 
-{
-  echo &quot;cat &gt;conf$$subs.awk &lt;&lt;_ACEOF&quot; &amp;&amp;
-  echo &quot;$ac_subst_vars&quot; | sed 's/.*/&amp;!$&amp;$ac_delim/' &amp;&amp;
-  echo &quot;_ACEOF&quot;
-} &gt;conf$$subs.sh ||
-  { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-ac_delim_num=`echo &quot;$ac_subst_vars&quot; | grep -c '$'`
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
-  . ./conf$$subs.sh ||
-    { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+  cat &gt;conf$$subs.sed &lt;&lt;_ACEOF
+LTLIBOBJS!$LTLIBOBJS$ac_delim
+YAWS_VSN!$YAWS_VSN$ac_delim
+_ACEOF
 
-  ac_delim_n=`sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.awk | grep -c X`
-  if test $ac_delim_n = $ac_delim_num; then
+  if test `sed -n &quot;s/.*$ac_delim\$/X/p&quot; conf$$subs.sed | grep -c X` = 2; then
     break
   elif $ac_last_try; then
-    { { $as_echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
+    { { echo &quot;$as_me:$LINENO: error: could not make $CONFIG_STATUS&quot; &gt;&amp;5
+echo &quot;$as_me: error: could not make $CONFIG_STATUS&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }
   else
     ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
   fi
 done
-rm -f conf$$subs.sh
-
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-cat &gt;&gt;&quot;\$tmp/subs1.awk&quot; &lt;&lt;\\_ACAWK &amp;&amp;
-_ACEOF
-sed -n '
-h
-s/^/S[&quot;/; s/!.*/&quot;]=/
-p
-g
-s/^[^!]*!//
-:repl
-t repl
-s/'&quot;$ac_delim&quot;'$//
-t delim
-:nl
-h
-s/\(.\{148\}\).*/\1/
-t more1
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/\\n&quot;\\/
-p
-n
-b repl
-:more1
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;\\/
-p
-g
-s/.\{148\}//
-t nl
-:delim
-h
-s/\(.\{148\}\).*/\1/
-t more2
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;/
-p
-b
-:more2
-s/[&quot;\\]/\\&amp;/g; s/^/&quot;/; s/$/&quot;\\/
-p
-g
-s/.\{148\}//
-t delim
-' &lt;conf$$subs.awk | sed '
-/^[^&quot;&quot;]/{
-  N
-  s/\n//
-}
-' &gt;&gt;$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-_ACAWK
-cat &gt;&gt;&quot;\$tmp/subs1.awk&quot; &lt;&lt;_ACAWK &amp;&amp;
-  for (key in S) S_is_set[key] = 1
-  FS = &quot;*&quot;
 
-}
-{
-  line = $ 0
-  nfields = split(line, field, &quot;@&quot;)
-  substed = 0
-  len = length(field[1])
-  for (i = 2; i &lt; nfields; i++) {
-    key = field[i]
-    keylen = length(key)
-    if (S_is_set[key]) {
-      value = S[key]
-      line = substr(line, 1, len) &quot;&quot; value &quot;&quot; substr(line, len + keylen + 3)
-      len += length(value) + length(field[++i])
-      substed = 1
-    } else
-      len += 1 + keylen
-  }
-
-  print line
-}
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n &quot;$ac_eof&quot;; then
+  ac_eof=`echo &quot;$ac_eof&quot; | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
+fi
 
-_ACAWK
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+cat &gt;&quot;\$tmp/subs-2.sed&quot; &lt;&lt;\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-if sed &quot;s/$ac_cr//&quot; &lt; /dev/null &gt; /dev/null 2&gt;&amp;1; then
-  sed &quot;s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g&quot;
-else
-  cat
-fi &lt; &quot;$tmp/subs1.awk&quot; &gt; &quot;$tmp/subs.awk&quot; \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not setup config files machinery&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not setup config files machinery&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+sed '
+s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'&quot;$ac_delim&quot;'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&amp;]/\\&amp;/g; s/@/@|#_!!_#|/g; b n
+' &gt;&gt;$CONFIG_STATUS &lt;conf$$subs.sed
+rm -f conf$$subs.sed
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+:end
+s/|#_!!_#|//g
+CEOF$ac_eof
 _ACEOF
 
+
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 # ${srcdir} and @srcdir@ from VPATH if srcdir is &quot;.&quot;, strip leading and
 # trailing colons and then remove the whole line if VPATH becomes empty
@@ -8300,21 +8469,19 @@ s/^[^=]*=[	 ]*$//
 }'
 fi
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 fi # test -n &quot;$CONFIG_FILES&quot;
 
 
-eval set X &quot;  :F $CONFIG_FILES      &quot;
-shift
-for ac_tag
+for ac_tag in  :F $CONFIG_FILES
 do
   case $ac_tag in
   :[FHLC]) ac_mode=$ac_tag; continue;;
   esac
   case $ac_mode$ac_tag in
   :[FHL]*:*);;
-  :L* | :C*:*) { { $as_echo &quot;$as_me:$LINENO: error: invalid tag $ac_tag&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: invalid tag $ac_tag&quot; &gt;&amp;2;}
+  :L* | :C*:*) { { echo &quot;$as_me:$LINENO: error: Invalid tag $ac_tag.&quot; &gt;&amp;5
+echo &quot;$as_me: error: Invalid tag $ac_tag.&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
   :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
@@ -8343,38 +8510,26 @@ $as_echo &quot;$as_me: error: invalid tag $ac_tag&quot; &gt;&amp;2;}
 	   [\\/$]*) false;;
 	   *) test -f &quot;$srcdir/$ac_f&quot; &amp;&amp; ac_f=&quot;$srcdir/$ac_f&quot;;;
 	   esac ||
-	   { { $as_echo &quot;$as_me:$LINENO: error: cannot find input file: $ac_f&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
+	   { { echo &quot;$as_me:$LINENO: error: cannot find input file: $ac_f&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; };;
       esac
-      case $ac_f in *\'*) ac_f=`$as_echo &quot;$ac_f&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; esac
-      ac_file_inputs=&quot;$ac_file_inputs '$ac_f'&quot;
+      ac_file_inputs=&quot;$ac_file_inputs $ac_f&quot;
     done
 
     # Let's still pretend it is `configure' which instantiates (i.e., don't
     # use $as_me), people would be surprised to read:
     #    /* config.h.  Generated by config.status.  */
-    configure_input='Generated from '`
-	  $as_echo &quot;$*&quot; | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
-	`' by configure.'
+    configure_input=&quot;Generated from &quot;`IFS=:
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`&quot; by configure.&quot;
     if test x&quot;$ac_file&quot; != x-; then
       configure_input=&quot;$ac_file.  $configure_input&quot;
-      { $as_echo &quot;$as_me:$LINENO: creating $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
+      { echo &quot;$as_me:$LINENO: creating $ac_file&quot; &gt;&amp;5
+echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
     fi
-    # Neutralize special characters interpreted by sed in replacement strings.
-    case $configure_input in #(
-    *\&amp;* | *\|* | *\\* )
-       ac_sed_conf_input=`$as_echo &quot;$configure_input&quot; |
-       sed 's/[\\\\&amp;|]/\\\\&amp;/g'`;; #(
-    *) ac_sed_conf_input=$configure_input;;
-    esac
 
     case $ac_tag in
-    *:-:* | *:-) cat &gt;&quot;$tmp/stdin&quot; \
-      || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; } ;;
+    *:-:* | *:-) cat &gt;&quot;$tmp/stdin&quot;;;
     esac
     ;;
   esac
@@ -8384,7 +8539,7 @@ $as_expr X&quot;$ac_file&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X&quot;$ac_file&quot; : 'X\(//\)[^/]' \| \
 	 X&quot;$ac_file&quot; : 'X\(//\)$' \| \
 	 X&quot;$ac_file&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$ac_file&quot; |
+echo X&quot;$ac_file&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -8410,7 +8565,7 @@ $as_echo X&quot;$ac_file&quot; |
     as_dirs=
     while :; do
       case $as_dir in #(
-      *\'*) as_qdir=`$as_echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #'(
+      *\'*) as_qdir=`echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #(
       *) as_qdir=$as_dir;;
       esac
       as_dirs=&quot;'$as_qdir' $as_dirs&quot;
@@ -8419,7 +8574,7 @@ $as_expr X&quot;$as_dir&quot; : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X&quot;$as_dir&quot; : 'X\(//\)[^/]' \| \
 	 X&quot;$as_dir&quot; : 'X\(//\)$' \| \
 	 X&quot;$as_dir&quot; : 'X\(/\)' \| . 2&gt;/dev/null ||
-$as_echo X&quot;$as_dir&quot; |
+echo X&quot;$as_dir&quot; |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -8440,17 +8595,17 @@ $as_echo X&quot;$as_dir&quot; |
       test -d &quot;$as_dir&quot; &amp;&amp; break
     done
     test -z &quot;$as_dirs&quot; || eval &quot;mkdir $as_dirs&quot;
-  } || test -d &quot;$as_dir&quot; || { { $as_echo &quot;$as_me:$LINENO: error: cannot create directory $as_dir&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: cannot create directory $as_dir&quot; &gt;&amp;2;}
+  } || test -d &quot;$as_dir&quot; || { { echo &quot;$as_me:$LINENO: error: cannot create directory $as_dir&quot; &gt;&amp;5
+echo &quot;$as_me: error: cannot create directory $as_dir&quot; &gt;&amp;2;}
    { (exit 1); exit 1; }; }; }
   ac_builddir=.
 
 case &quot;$ac_dir&quot; in
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 *)
-  ac_dir_suffix=/`$as_echo &quot;$ac_dir&quot; | sed 's|^\.[\\/]||'`
+  ac_dir_suffix=/`echo &quot;$ac_dir&quot; | sed 's,^\.[\\/],,'`
   # A &quot;..&quot; for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo &quot;$ac_dir_suffix&quot; | sed 's|/[^\\/]*|/..|g;s|/||'`
+  ac_top_builddir_sub=`echo &quot;$ac_dir_suffix&quot; | sed 's,/[^\\/]*,/..,g;s,/,,'`
   case $ac_top_builddir_sub in
   &quot;&quot;) ac_top_builddir_sub=. ac_top_build_prefix= ;;
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -8490,13 +8645,12 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   esac
 _ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 # If the template does not know about datarootdir, expand it.
 # FIXME: This hack should be removed a few years after 2.60.
 ac_datarootdir_hack=; ac_datarootdir_seen=
 
-ac_sed_dataroot='
-/datarootdir/ {
+case `sed -n '/datarootdir/ {
   p
   q
 }
@@ -8505,14 +8659,13 @@ ac_sed_dataroot='
 /@infodir@/p
 /@localedir@/p
 /@mandir@/p
-'
-case `eval &quot;sed -n \&quot;\$ac_sed_dataroot\&quot; $ac_file_inputs&quot;` in
+' $ac_file_inputs` in
 *datarootdir*) ac_datarootdir_seen=yes;;
 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { $as_echo &quot;$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;2;}
+  { echo &quot;$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;5
+echo &quot;$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting&quot; &gt;&amp;2;}
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
   ac_datarootdir_hack='
   s&amp;@datadir@&amp;$datadir&amp;g
   s&amp;@docdir@&amp;$docdir&amp;g
@@ -8526,16 +8679,15 @@ _ACEOF
 # Neutralize VPATH when `$srcdir' = `.'.
 # Shell code in configure.ac might set extrasub.
 # FIXME: do we really want to maintain this feature?
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
-ac_sed_extra=&quot;$ac_vpsub
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF
+  sed &quot;$ac_vpsub
 $extrasub
 _ACEOF
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF
 :t
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s|@configure_input@|$ac_sed_conf_input|;t t
+s&amp;@configure_input@&amp;$configure_input&amp;;t t
 s&amp;@top_builddir@&amp;$ac_top_builddir_sub&amp;;t t
-s&amp;@top_build_prefix@&amp;$ac_top_build_prefix&amp;;t t
 s&amp;@srcdir@&amp;$ac_srcdir&amp;;t t
 s&amp;@abs_srcdir@&amp;$ac_abs_srcdir&amp;;t t
 s&amp;@top_srcdir@&amp;$ac_top_srcdir&amp;;t t
@@ -8545,28 +8697,21 @@ s&amp;@abs_builddir@&amp;$ac_abs_builddir&amp;;t t
 s&amp;@abs_top_builddir@&amp;$ac_abs_top_builddir&amp;;t t
 s&amp;@INSTALL@&amp;$ac_INSTALL&amp;;t t
 $ac_datarootdir_hack
-&quot;
-eval sed \&quot;\$ac_sed_extra\&quot; &quot;$ac_file_inputs&quot; | $AWK -f &quot;$tmp/subs.awk&quot; &gt;$tmp/out \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+&quot; $ac_file_inputs | sed -f &quot;$tmp/subs-1.sed&quot; | sed -f &quot;$tmp/subs-2.sed&quot; &gt;$tmp/out
 
 test -z &quot;$ac_datarootdir_hack$ac_datarootdir_seen&quot; &amp;&amp;
   { ac_out=`sed -n '/\${datarootdir}/p' &quot;$tmp/out&quot;`; test -n &quot;$ac_out&quot;; } &amp;&amp;
   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' &quot;$tmp/out&quot;`; test -z &quot;$ac_out&quot;; } &amp;&amp;
-  { $as_echo &quot;$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+  { echo &quot;$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+echo &quot;$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;2;}
 
   rm -f &quot;$tmp/stdin&quot;
   case $ac_file in
-  -) cat &quot;$tmp/out&quot; &amp;&amp; rm -f &quot;$tmp/out&quot;;;
-  *) rm -f &quot;$ac_file&quot; &amp;&amp; mv &quot;$tmp/out&quot; &quot;$ac_file&quot;;;
-  esac \
-  || { { $as_echo &quot;$as_me:$LINENO: error: could not create $ac_file&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+  -) cat &quot;$tmp/out&quot;; rm -f &quot;$tmp/out&quot;;;
+  *) rm -f &quot;$ac_file&quot;; mv &quot;$tmp/out&quot; $ac_file;;
+  esac
  ;;
 
 
@@ -8581,11 +8726,6 @@ _ACEOF
 chmod +x $CONFIG_STATUS
 ac_clean_files=$ac_clean_files_save
 
-test $ac_write_fail = 0 ||
-  { { $as_echo &quot;$as_me:$LINENO: error: write failure creating $CONFIG_STATUS&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: write failure creating $CONFIG_STATUS&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-
 
 # configure is writing to config.log, and then calls config.status.
 # config.status does its own redirection, appending to config.log.
@@ -8607,8 +8747,4 @@ if test &quot;$no_create&quot; != yes; then
   # would make configure fail if this is the last instruction.
   $ac_cs_success || { (exit 1); exit 1; }
 fi
-if test -n &quot;$ac_unrecognized_opts&quot; &amp;&amp; test &quot;$enable_option_checking&quot; != no; then
-  { $as_echo &quot;$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;2;}
-fi
 </diff>
      <filename>configure</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,7 @@ dnl work out who the cpu, vendor and OS are
 AC_CANONICAL_SYSTEM
 AC_DEFINE_UNQUOTED(CPU_VENDOR_OS, &quot;$target&quot;)
 
+AC_ERLANG_NEED_ERL
 AC_PATH_PROG(ERL, erl)
 AC_PATH_PROG(ERLC, erlc)
 ERLBINDIR=`dirname &quot;$ERL&quot;` ; ERLBINDIR=`dirname &quot;$ERLBINDIR&quot;`/lib/erlang/bin
@@ -76,8 +77,8 @@ AC_DEFUN([BT_ERL_LIB_VSN],
 ])dnl
 
 
-dnl 
-dnl I keep the cugwin dll code in case I later learn how to
+dnl
+dnl I keep the cygwin dll code in case I later learn how to
 dnl compile a linked in driver on windows using gcc
 dnl
 
@@ -88,7 +89,7 @@ case &quot;$target_os&quot; in
            ERL_DLL_LIB=&quot;${ERLDIR}/usr/lib/erl_dll.lib&quot;
            AC_SUBST(ERL_DLL_LIB)
         ;;
-        *)        
+        *)
               ERLDIR=`awk -F= '/ROOTDIR=/ { print [$]2; exit; }' $ERL`;;
     esac
 
@@ -123,7 +124,7 @@ EOF
             LD_SHARED=&quot;$CC -shared&quot;
             DLL=dll
             DLL_LIBS=&quot;-lc \&quot;$ERL_DLL_LIB\&quot;&quot;
-        
+
 
         EXE=.exe
         AC_SUBST(EXE)
@@ -228,15 +229,31 @@ case &quot;$target_os&quot; in
                     AC_SUBST(BSDI)
                     ;;
            esac
-           LD_SHARED=&quot;ld -Bshareable&quot;          
+           LD_SHARED=&quot;ld -Bshareable&quot;
            AC_SUBST(LD_SHARED)
            FPIC=-fpic
            AC_SUBST(FPIC)
            ;;
          *darwin*)
            AC_CHECK_LIB([c],[sendfile],[HAVE_SENDFILE=true])
-           CFLAGS=&quot;$CFLAGS -I/usr/include/pam&quot;
-           LD_SHARED=&quot;$CC -bundle -fPIC -flat_namespace -undefined suppress&quot;
+           case &quot;$target_os&quot; in
+               darwin10*)
+                   AC_LANG(Erlang)
+                   AC_RUN_IFELSE(
+                       [AC_LANG_PROGRAM([],[dnl
+                                   halt(case erlang:system_info(wordsize) of
+                                       8 -&gt; 0; 4 -&gt; 1 end)])],
+	               [AC_MSG_NOTICE(found 64-bit Erlang)
+                           CBIT=-m64],
+	               [AC_MSG_NOTICE(found 32-bit Erlang)
+                           CBIT=-m32])
+                   ;;
+               *)
+                   CBIT=&quot;&quot;
+                   ;;
+           esac
+           CFLAGS=&quot;$CFLAGS $CBIT -I/usr/include/pam&quot;
+           LD_SHARED=&quot;$CC $CBIT -bundle -fPIC -flat_namespace -undefined suppress&quot;
            AC_SUBST(LD_SHARED)
            FPIC=-fPIC
            AC_SUBST(FPIC)</diff>
      <filename>configure.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>984470b1246c1ae63647c5b580569478f31102ce</id>
    </parent>
  </parents>
  <author>
    <name>Steve Vinoski</name>
    <email>vinoski@ieee.org</email>
  </author>
  <url>http://github.com/klacke/yaws/commit/5018bcccfca6b8b45ba54da1dee76fecce78a46f</url>
  <id>5018bcccfca6b8b45ba54da1dee76fecce78a46f</id>
  <committed-date>2009-09-25T21:03:04-07:00</committed-date>
  <authored-date>2009-09-25T21:03:04-07:00</authored-date>
  <message>determine gcc flags for 32-bit or 64-bit Erlang on OS X Snow Leopard</message>
  <tree>a392e8268dcda01c839f728aa82ddfe1eacad947</tree>
  <committer>
    <name>Steve Vinoski</name>
    <email>vinoski@ieee.org</email>
  </committer>
</commit>
