<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -133,6 +133,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 SET_MAKE = @SET_MAKE@</diff>
      <filename>Makefile.in</filename>
    </modified>
    <modified>
      <diff>@@ -13,8 +13,8 @@
 
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
-[m4_warning([this file was generated for autoconf 2.63.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
+[m4_warning([this file was generated for autoconf 2.64.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically `autoreconf'.])])</diff>
      <filename>aclocal.m4</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,24 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for erlang-amf 1.0.1.
+# Generated by GNU Autoconf 2.64 for erlang-amf 1.0.1.
 #
 # Report bugs to &lt;ruslan@babayev.com&gt;.
 #
 # 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, 2007, 2008, 2009 Free Software
+# Foundation, Inc.
+#
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 #
 # Copyright (C) 2009 Ruslan Babayev
-## --------------------- ##
-## M4sh Initialization.  ##
-## --------------------- ##
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
 
 # Be more Bourne compatible
 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
+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
@@ -24,23 +26,15 @@ if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
 else
-  case `(set -o) 2&gt;/dev/null` in
-  *posix*) set -o posix ;;
+  case `(set -o) 2&gt;/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
 esac
-
 fi
 
 
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
 as_nl='
 '
 export as_nl
@@ -48,7 +42,13 @@ export as_nl
 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
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z &quot;$BASH_VERSION$ZSH_VERSION&quot; \
+    &amp;&amp; (test &quot;X`print -r -- $as_echo`&quot; = &quot;X$as_echo&quot;) 2&gt;/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (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
@@ -59,7 +59,7 @@ else
     as_echo_body='eval expr &quot;X$1&quot; : &quot;X\\(.*\\)&quot;'
     as_echo_n_body='eval
       arg=$1;
-      case $arg in
+      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;`;;
@@ -82,13 +82,6 @@ if test &quot;${PATH_SEPARATOR+set}&quot; != set; then
   }
 fi
 
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) &gt;/dev/null 2&gt;&amp;1; then
-  as_unset=unset
-else
-  as_unset=false
-fi
-
 
 # IFS
 # We need space, tab and new line, in precisely that order.  Quoting is
@@ -98,15 +91,15 @@ fi
 IFS=&quot; &quot;&quot;	$as_nl&quot;
 
 # Find who we are.  Look in the path if we contain no directory separator.
-case $0 in
+case $0 in #((
   *[\\/]* ) as_myself=$0 ;;
   *) 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=.
-  test -r &quot;$as_dir/$0&quot; &amp;&amp; as_myself=$as_dir/$0 &amp;&amp; break
-done
+    test -r &quot;$as_dir/$0&quot; &amp;&amp; as_myself=$as_dir/$0 &amp;&amp; break
+  done
 IFS=$as_save_IFS
 
      ;;
@@ -118,12 +111,16 @@ if test &quot;x$as_myself&quot; = x; then
 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
-  { (exit 1); exit 1; }
+  exit 1
 fi
 
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the &quot;|| exit 1&quot;
+# suppresses any &quot;Segmentation fault&quot; message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  &amp;&amp; ( (unset $as_var) || exit 1) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; unset $as_var || :
 done
 PS1='$ '
 PS2='&gt; '
@@ -135,330 +132,299 @@ export LC_ALL
 LANGUAGE=C
 export LANGUAGE
 
-# Required to use basename.
-if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
-   test &quot;X`expr 00001 : '.*\(...\)'`&quot; = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; test &quot;X`basename -- / 2&gt;&amp;1`&quot; = &quot;X/&quot;; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-
-# Name of the executable.
-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; |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-
 # CDPATH.
-$as_unset CDPATH
-
+(unset CDPATH) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; unset CDPATH
 
 if test &quot;x$CONFIG_SHELL&quot; = x; then
-  if (eval &quot;:&quot;) 2&gt;/dev/null; then
-  as_have_required=yes
+  as_bourne_compatible=&quot;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
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\&quot;\$@\&quot;}'='\&quot;\$@\&quot;'
+  setopt NO_GLOB_SUBST
 else
-  as_have_required=no
+  case \`(set -o) 2&gt;/dev/null\` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
 fi
-
-  if test $as_have_required = yes &amp;&amp;	 (eval &quot;:
-(as_func_return () {
-  (exit \$1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
+&quot;
+  as_required=&quot;as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
 
 exitcode=0
-if as_func_success; then
-  :
-else
-  exitcode=1
-  echo as_func_success failed.
-fi
-
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure &amp;&amp; { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure &amp;&amp; { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y &amp;&amp; test x = \&quot;\$1\&quot; ); then :
 
-if as_func_ret_success; then
-  :
 else
-  exitcode=1
-  echo as_func_ret_success failed.
+  exitcode=1; echo positional parameters were not saved.
 fi
-
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y &amp;&amp; test x = \&quot;\$1\&quot; ); then
-  :
+test x\$exitcode = x0 || exit 1&quot;
+  as_suggested=&quot;  as_lineno_1=&quot;;as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested&quot; as_lineno_1a=\$LINENO
+  as_lineno_2=&quot;;as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested&quot; as_lineno_2a=\$LINENO
+  eval 'test \&quot;x\$as_lineno_1'\$as_run'\&quot; != \&quot;x\$as_lineno_2'\$as_run'\&quot; &amp;&amp;
+  test \&quot;x\`expr \$as_lineno_1'\$as_run' + 1\`\&quot; = \&quot;x\$as_lineno_2'\$as_run'\&quot;' || exit 1&quot;
+  if (eval &quot;$as_required&quot;) 2&gt;/dev/null; then :
+  as_have_required=yes
 else
-  exitcode=1
-  echo positional parameters were not saved.
+  as_have_required=no
 fi
+  if test x$as_have_required = xyes &amp;&amp; (eval &quot;$as_suggested&quot;) 2&gt;/dev/null; then :
 
-test \$exitcode = 0) || { (exit 1); exit 1; }
-
-(
-  as_lineno_1=\$LINENO
-  as_lineno_2=\$LINENO
-  test \&quot;x\$as_lineno_1\&quot; != \&quot;x\$as_lineno_2\&quot; &amp;&amp;
-  test \&quot;x\`expr \$as_lineno_1 + 1\`\&quot; = \&quot;x\$as_lineno_2\&quot;) || { (exit 1); exit 1; }
-&quot;) 2&gt; /dev/null; then
-  :
-else
-  as_candidate_shells=
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 do
   IFS=$as_save_IFS
   test -z &quot;$as_dir&quot; &amp;&amp; as_dir=.
-  case $as_dir in
+  as_found=:
+  case $as_dir in #(
 	 /*)
 	   for as_base in sh bash ksh sh5; do
-	     as_candidate_shells=&quot;$as_candidate_shells $as_dir/$as_base&quot;
+	     # Try only shells that exist, to save several forks.
+	     as_shell=$as_dir/$as_base
+	     if { test -f &quot;$as_shell&quot; || test -f &quot;$as_shell.exe&quot;; } &amp;&amp;
+		    { $as_echo &quot;$as_bourne_compatible&quot;&quot;$as_required&quot; | as_run=a &quot;$as_shell&quot;; } 2&gt;/dev/null; then :
+  CONFIG_SHELL=$as_shell as_have_required=yes
+		   if { $as_echo &quot;$as_bourne_compatible&quot;&quot;$as_suggested&quot; | as_run=a &quot;$as_shell&quot;; } 2&gt;/dev/null; then :
+  break 2
+fi
+fi
 	   done;;
        esac
+  as_found=false
 done
+$as_found || { if { test -f &quot;$SHELL&quot; || test -f &quot;$SHELL.exe&quot;; } &amp;&amp;
+	      { $as_echo &quot;$as_bourne_compatible&quot;&quot;$as_required&quot; | as_run=a &quot;$SHELL&quot;; } 2&gt;/dev/null; then :
+  CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
 IFS=$as_save_IFS
 
 
-      for as_shell in $as_candidate_shells $SHELL; do
-	 # Try only shells that exist, to save several forks.
-	 if { test -f &quot;$as_shell&quot; || test -f &quot;$as_shell.exe&quot;; } &amp;&amp;
-		{ (&quot;$as_shell&quot;) 2&gt; /dev/null &lt;&lt;\_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
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2&gt;/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-:
-_ASEOF
-}; then
-  CONFIG_SHELL=$as_shell
-	       as_have_required=yes
-	       if { &quot;$as_shell&quot; 2&gt; /dev/null &lt;&lt;\_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
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2&gt;/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-:
-(as_func_return () {
-  (exit $1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
-
-exitcode=0
-if as_func_success; then
-  :
-else
-  exitcode=1
-  echo as_func_success failed.
-fi
-
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
-  :
-else
-  exitcode=1
-  echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y &amp;&amp; test x = &quot;$1&quot; ); then
-  :
-else
-  exitcode=1
-  echo positional parameters were not saved.
-fi
-
-test $exitcode = 0) || { (exit 1); exit 1; }
-
-(
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test &quot;x$as_lineno_1&quot; != &quot;x$as_lineno_2&quot; &amp;&amp;
-  test &quot;x`expr $as_lineno_1 + 1`&quot; = &quot;x$as_lineno_2&quot;) || { (exit 1); exit 1; }
-
-_ASEOF
-}; then
-  break
-fi
-
-fi
-
-      done
-
-      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
+      if test &quot;x$CONFIG_SHELL&quot; != x; then :
+  # We cannot yet assume a decent shell, so we have to provide a
+	# neutralization value for shells without unset; and this also
+	# works around shells that cannot unset nonexistent variables.
+	BASH_ENV=/dev/null
+	ENV=/dev/null
+	(unset BASH_ENV) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; unset BASH_ENV ENV
 	export CONFIG_SHELL
 	exec &quot;$CONFIG_SHELL&quot; &quot;$as_myself&quot; ${1+&quot;$@&quot;}
 fi
 
-
-    if test $as_have_required = no; then
-  echo This script requires a shell more modern than all the
-      echo shells that I found on your system.  Please install a
-      echo modern shell, or manually run the script under such a
-      echo shell if you do have one.
-      { (exit 1); exit 1; }
+    if test x$as_have_required = xno; then :
+  $as_echo &quot;$0: This script requires a shell more modern than all&quot;
+  $as_echo &quot;$0: the shells that I found on your system.&quot;
+  if test x${ZSH_VERSION+set} = xset ; then
+    $as_echo &quot;$0: In particular, zsh $ZSH_VERSION has bugs and should&quot;
+    $as_echo &quot;$0: be upgraded to zsh 4.3.4 or later.&quot;
+  else
+    $as_echo &quot;$0: Please tell bug-autoconf@gnu.org and ruslan@babayev.com
+$0: about your system, including any error possibly output
+$0: before this message. Then install a modern shell, or
+$0: manually run the script under such a shell if you do
+$0: have one.&quot;
+  fi
+  exit 1
 fi
-
-
 fi
-
 fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
 
+## --------------------- ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
 
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
 
-(eval &quot;as_func_return () {
-  (exit \$1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a &quot;trap 0&quot; or &quot;set -e&quot; context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_mkdir_p
+# -------------
+# Create &quot;$as_dir&quot; as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
 
-exitcode=0
-if as_func_success; then
-  :
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d &quot;$as_dir&quot; || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs=&quot;'$as_qdir' $as_dirs&quot;
+      as_dir=`$as_dirname -- &quot;$as_dir&quot; ||
+$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; |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      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_fn_error &quot;cannot create directory $as_dir&quot;
+
+
+} # as_fn_mkdir_p
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval &quot;as_var=1; as_var+=2; test x\$as_var = x12&quot;) 2&gt;/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
 else
-  exitcode=1
-  echo as_func_success failed.
-fi
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval &quot;test \$(( 1 + 1 )) = 2&quot;) 2&gt;/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr &quot;$@&quot; || test $? -eq 1`
+  }
+fi # as_fn_arith
 
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
 
-if as_func_ret_success; then
-  :
+# as_fn_error ERROR [LINENO LOG_FD]
+# ---------------------------------
+# Output &quot;`basename $0`: error: ERROR&quot; to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with status $?, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$?; test $as_status -eq 0 &amp;&amp; as_status=1
+  if test &quot;$3&quot;; then
+    as_lineno=${as_lineno-&quot;$2&quot;} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: error: $1&quot; &gt;&amp;$3
+  fi
+  $as_echo &quot;$as_me: error: $1&quot; &gt;&amp;2
+  as_fn_exit $as_status
+} # as_fn_error
+
+if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
+   test &quot;X`expr 00001 : '.*\(...\)'`&quot; = X001; then
+  as_expr=expr
 else
-  exitcode=1
-  echo as_func_ret_success failed.
+  as_expr=false
 fi
 
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
+if (basename -- /) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; test &quot;X`basename -- / 2&gt;&amp;1`&quot; = &quot;X/&quot;; then
+  as_basename=basename
+else
+  as_basename=false
 fi
 
-if ( set x; as_func_ret_success y &amp;&amp; test x = \&quot;\$1\&quot; ); then
-  :
+if (as_dir=`dirname -- /` &amp;&amp; test &quot;X$as_dir&quot; = X/) &gt;/dev/null 2&gt;&amp;1; then
+  as_dirname=dirname
 else
-  exitcode=1
-  echo positional parameters were not saved.
+  as_dirname=false
 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.
-}
-
+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; |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
 
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
 
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test &quot;x$as_lineno_1&quot; != &quot;x$as_lineno_2&quot; &amp;&amp;
-  test &quot;x`expr $as_lineno_1 + 1`&quot; = &quot;x$as_lineno_2&quot; || {
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-  # uniformly replaced by the line number.  The first 'sed' inserts a
-  # line-number line after each line using $LINENO; the second 'sed'
-  # does the real work.  The second script uses 'N' to pair each
-  # line-number line with the line containing $LINENO, and appends
-  # trailing '-' during substitution so that $LINENO is not a special
-  # case at line end.
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  eval 'test &quot;x$as_lineno_1'$as_run'&quot; != &quot;x$as_lineno_2'$as_run'&quot; &amp;&amp;
+  test &quot;x`expr $as_lineno_1'$as_run' + 1`&quot; = &quot;x$as_lineno_2'$as_run'&quot;' || {
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
   sed -n '
     p
     /[$]LINENO/=
@@ -475,8 +441,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
-   { (exit 1); exit 1; }; }
+    { $as_echo &quot;$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell&quot; &gt;&amp;2; as_fn_exit 1; }
 
   # Don't try to exec as it changes $[0], causing all sort of problems
   # (the dirname of $[0] is not the place where we might find the
@@ -486,29 +451,18 @@ test \$exitcode = 0&quot;) || {
   exit
 }
 
-
-if (as_dir=`dirname -- /` &amp;&amp; test &quot;X$as_dir&quot; = X/) &gt;/dev/null 2&gt;&amp;1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
 ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
+case `echo -n x` in #(((((
 -n*)
-  case `echo 'x\c'` in
+  case `echo 'xy\c'` in
   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-  *)   ECHO_C='\c';;
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` &gt; /dev/null
+       ECHO_T='	';;
   esac;;
 *)
   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
-else
-  as_expr=false
-fi
 
 rm -f conf$$ conf$$.exe conf$$.file
 if test -d conf$$.dir; then
@@ -538,7 +492,7 @@ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 rmdir conf$$.dir 2&gt;/dev/null
 
 if mkdir -p . 2&gt;/dev/null; then
-  as_mkdir_p=:
+  as_mkdir_p='mkdir -p &quot;$as_dir&quot;'
 else
   test -d ./-p &amp;&amp; rmdir ./-p
   as_mkdir_p=false
@@ -557,10 +511,10 @@ else
       if test -d &quot;$1&quot;; then
 	test -d &quot;$1/.&quot;;
       else
-	case $1 in
+	case $1 in #(
 	-*)set &quot;./$1&quot;;;
 	esac;
-	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in
+	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in #((
 	???[sx]*):;;*)false;;esac;fi
     '\'' sh
   '
@@ -574,7 +528,6 @@ as_tr_cpp=&quot;eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'&quot;
 as_tr_sh=&quot;eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'&quot;
 
 
-
 exec 7&lt;&amp;0 &lt;/dev/null 6&gt;&amp;1
 
 # Name of the host.
@@ -593,7 +546,6 @@ cross_compiling=no
 subdirs=
 MFLAGS=
 MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
 
 # Identity of this package.
 PACKAGE_NAME='erlang-amf'
@@ -601,6 +553,7 @@ PACKAGE_TARNAME='erlang-amf'
 PACKAGE_VERSION='1.0.1'
 PACKAGE_STRING='erlang-amf 1.0.1'
 PACKAGE_BUGREPORT='ruslan@babayev.com'
+PACKAGE_URL=''
 
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
@@ -668,6 +621,7 @@ bindir
 program_transform_name
 prefix
 exec_prefix
+PACKAGE_URL
 PACKAGE_BUGREPORT
 PACKAGE_STRING
 PACKAGE_VERSION
@@ -795,8 +749,7 @@ do
     ac_useropt=`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
-   { (exit 1); exit 1; }; }
+      as_fn_error &quot;invalid feature name: $ac_useropt&quot;
     ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo &quot;$ac_useropt&quot; | sed 's/[-+.]/_/g'`
     case $ac_user_opts in
@@ -822,8 +775,7 @@ do
     ac_useropt=`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
-   { (exit 1); exit 1; }; }
+      as_fn_error &quot;invalid feature name: $ac_useropt&quot;
     ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo &quot;$ac_useropt&quot; | sed 's/[-+.]/_/g'`
     case $ac_user_opts in
@@ -1027,8 +979,7 @@ do
     ac_useropt=`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
-   { (exit 1); exit 1; }; }
+      as_fn_error &quot;invalid package name: $ac_useropt&quot;
     ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo &quot;$ac_useropt&quot; | sed 's/[-+.]/_/g'`
     case $ac_user_opts in
@@ -1044,8 +995,7 @@ do
     ac_useropt=`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
-   { (exit 1); exit 1; }; }
+      as_fn_error &quot;invalid package name: $ac_useropt&quot;
     ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo &quot;$ac_useropt&quot; | sed 's/[-+.]/_/g'`
     case $ac_user_opts in
@@ -1075,17 +1025,17 @@ 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
-Try \`$0 --help' for more information.&quot; &gt;&amp;2
-   { (exit 1); exit 1; }; }
+  -*) as_fn_error &quot;unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information.&quot;
     ;;
 
   *=*)
     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
-   { (exit 1); exit 1; }; }
+    case $ac_envvar in #(
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      as_fn_error &quot;invalid variable name: \`$ac_envvar'&quot; ;;
+    esac
     eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;
 
@@ -1102,15 +1052,13 @@ 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
-   { (exit 1); exit 1; }; }
+  as_fn_error &quot;missing argument to $ac_option&quot;
 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; }; } ;;
+    fatal) as_fn_error &quot;unrecognized options: $ac_unrecognized_opts&quot; ;;
     *)     $as_echo &quot;$as_me: WARNING: unrecognized options: $ac_unrecognized_opts&quot; &gt;&amp;2 ;;
   esac
 fi
@@ -1133,8 +1081,7 @@ do
     [\\/$]* | ?:[\\/]* )  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
-   { (exit 1); exit 1; }; }
+  as_fn_error &quot;expected an absolute directory name for --$ac_var: $ac_val&quot;
 done
 
 # There might be people who depend on the old broken behavior: `$host'
@@ -1164,11 +1111,9 @@ 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
-   { (exit 1); exit 1; }; }
+  as_fn_error &quot;working directory cannot be determined&quot;
 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
-   { (exit 1); exit 1; }; }
+  as_fn_error &quot;pwd does not report name of working directory&quot;
 
 
 # Find the source files, if location was not specified.
@@ -1207,13 +1152,11 @@ 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
-   { (exit 1); exit 1; }; }
+  as_fn_error &quot;cannot find sources ($ac_unique_file) in $srcdir&quot;
 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
-   { (exit 1); exit 1; }; }
+	cd &quot;$srcdir&quot; &amp;&amp; test -r &quot;./$ac_unique_file&quot; || as_fn_error &quot;$ac_msg&quot;
 	pwd)`
 # When building in place, set srcdir=.
 if test &quot;$ac_abs_confdir&quot; = &quot;$ac_pwd&quot;; then
@@ -1387,10 +1330,9 @@ test -n &quot;$ac_init_help&quot; &amp;&amp; exit $ac_status
 if $ac_init_version; then
   cat &lt;&lt;\_ACEOF
 erlang-amf configure 1.0.1
-generated by GNU Autoconf 2.63
+generated by GNU Autoconf 2.64
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 2009 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
@@ -1398,12 +1340,58 @@ Copyright (C) 2009 Ruslan Babayev
 _ACEOF
   exit
 fi
+
+## ------------------------ ##
+## Autoconf initialization. ##
+## ------------------------ ##
+
+# ac_fn_erl_try_run LINENO
+# ------------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
+# that executables *can* be run.
+ac_fn_erl_try_run ()
+{
+  as_lineno=${as_lineno-&quot;$1&quot;} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  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:${as_lineno-$LINENO}: $ac_try_echo\&quot;&quot;
+$as_echo &quot;$ac_try_echo&quot;; } &gt;&amp;5
+  (eval &quot;$ac_link&quot;) 2&gt;&amp;5
+  ac_status=$?
+  $as_echo &quot;$as_me:${as_lineno-$LINENO}: \$? = $ac_status&quot; &gt;&amp;5
+  test $ac_status = 0; } &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 ac_try_echo=&quot;\&quot;\$as_me:${as_lineno-$LINENO}: $ac_try_echo\&quot;&quot;
+$as_echo &quot;$ac_try_echo&quot;; } &gt;&amp;5
+  (eval &quot;$ac_try&quot;) 2&gt;&amp;5
+  ac_status=$?
+  $as_echo &quot;$as_me:${as_lineno-$LINENO}: \$? = $ac_status&quot; &gt;&amp;5
+  test $ac_status = 0; }; }; then :
+  ac_retval=0
+else
+  $as_echo &quot;$as_me: program exited with status $ac_status&quot; &gt;&amp;5
+       $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
+sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
+
+       ac_retval=$ac_status
+fi
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  eval $as_lineno_stack; test &quot;x$as_lineno_stack&quot; = x &amp;&amp; { as_lineno=; unset as_lineno;}
+  return $ac_retval
+
+} # ac_fn_erl_try_run
 cat &gt;config.log &lt;&lt;_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 It was created by erlang-amf $as_me 1.0.1, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
+generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
 
@@ -1439,8 +1427,8 @@ 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;
-done
+    $as_echo &quot;PATH: $as_dir&quot;
+  done
 IFS=$as_save_IFS
 
 } &gt;&amp;5
@@ -1477,9 +1465,9 @@ do
       ac_arg=`$as_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; ;;
+    1) as_fn_append ac_configure_args0 &quot; '$ac_arg'&quot; ;;
     2)
-      ac_configure_args1=&quot;$ac_configure_args1 '$ac_arg'&quot;
+      as_fn_append ac_configure_args1 &quot; '$ac_arg'&quot;
       if test $ac_must_keep_next = true; then
 	ac_must_keep_next=false # Got value, back to normal.
       else
@@ -1495,13 +1483,13 @@ do
 	  -* ) ac_must_keep_next=true ;;
 	esac
       fi
-      ac_configure_args=&quot;$ac_configure_args '$ac_arg'&quot;
+      as_fn_append ac_configure_args &quot; '$ac_arg'&quot;
       ;;
     esac
   done
 done
-$as_unset ac_configure_args0 || test &quot;${ac_configure_args0+set}&quot; != set || { ac_configure_args0=; export ac_configure_args0; }
-$as_unset ac_configure_args1 || test &quot;${ac_configure_args1+set}&quot; != set || { ac_configure_args1=; export ac_configure_args1; }
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args1=; unset ac_configure_args1;}
 
 # When interrupted or exit'd, cleanup temporary files, and complete
 # config.log.  We remove comments because anyway the quotes in there
@@ -1526,13 +1514,13 @@ _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
+      *_cv_*) { $as_echo &quot;$as_me:${as_lineno-$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;} ;;
       esac
       case $ac_var in #(
       _ | IFS | as_nl) ;; #(
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
-      *) $as_unset $ac_var ;;
+      *) { eval $ac_var=; unset $ac_var;} ;;
       esac ;;
     esac
   done
@@ -1604,39 +1592,41 @@ _ASBOX
     exit $exit_status
 ' 0
 for ac_signal in 1 2 13 15; do
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
 done
 ac_signal=0
 
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 rm -f -r conftest* confdefs.h
 
+$as_echo &quot;/* confdefs.h */&quot; &gt; confdefs.h
+
 # Predefined preprocessor variables.
 
 cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
 #define PACKAGE_NAME &quot;$PACKAGE_NAME&quot;
 _ACEOF
 
-
 cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
 #define PACKAGE_TARNAME &quot;$PACKAGE_TARNAME&quot;
 _ACEOF
 
-
 cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
 #define PACKAGE_VERSION &quot;$PACKAGE_VERSION&quot;
 _ACEOF
 
-
 cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
 #define PACKAGE_STRING &quot;$PACKAGE_STRING&quot;
 _ACEOF
 
-
 cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
 #define PACKAGE_BUGREPORT &quot;$PACKAGE_BUGREPORT&quot;
 _ACEOF
 
+cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
+#define PACKAGE_URL &quot;$PACKAGE_URL&quot;
+_ACEOF
+
 
 # Let the site file select an alternate cache file if it wants to.
 # Prefer an explicitly selected file to automatically selected ones.
@@ -1655,7 +1645,7 @@ for ac_site_file in &quot;$ac_site_file1&quot; &quot;$ac_site_file2&quot;
 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:${as_lineno-$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;}
     sed 's/^/| /' &quot;$ac_site_file&quot; &gt;&amp;5
     . &quot;$ac_site_file&quot;
@@ -1666,7 +1656,7 @@ if test -r &quot;$cache_file&quot;; then
   # Some versions of bash will fail to source /dev/null (special
   # files actually), so we avoid doing that.
   if test -f &quot;$cache_file&quot;; then
-    { $as_echo &quot;$as_me:$LINENO: loading cache $cache_file&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: loading cache $cache_file&quot; &gt;&amp;5
 $as_echo &quot;$as_me: loading cache $cache_file&quot; &gt;&amp;6;}
     case $cache_file in
       [\\/]* | ?:[\\/]* ) . &quot;$cache_file&quot;;;
@@ -1674,7 +1664,7 @@ $as_echo &quot;$as_me: loading cache $cache_file&quot; &gt;&amp;6;}
     esac
   fi
 else
-  { $as_echo &quot;$as_me:$LINENO: creating cache $cache_file&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: creating cache $cache_file&quot; &gt;&amp;5
 $as_echo &quot;$as_me: creating cache $cache_file&quot; &gt;&amp;6;}
   &gt;$cache_file
 fi
@@ -1689,11 +1679,11 @@ 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:${as_lineno-$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;}
       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:${as_lineno-$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;}
       ac_cache_corrupted=: ;;
     ,);;
@@ -1703,17 +1693,17 @@ $as_echo &quot;$as_me: error: \`$ac_var' was not set in the previous run&quot; &gt;&amp;2;}
 	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:${as_lineno-$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:${as_lineno-$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:${as_lineno-$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:${as_lineno-$LINENO}:   current value: \`$ac_new_val'&quot; &gt;&amp;5
 $as_echo &quot;$as_me:   current value: \`$ac_new_val'&quot; &gt;&amp;2;}
       fi;;
   esac
@@ -1725,43 +1715,20 @@ $as_echo &quot;$as_me:   current value: \`$ac_new_val'&quot; &gt;&amp;2;}
     esac
     case &quot; $ac_configure_args &quot; in
       *&quot; '$ac_arg' &quot;*) ;; # Avoid dups.  Use of quotes ensures accuracy.
-      *) ac_configure_args=&quot;$ac_configure_args '$ac_arg'&quot; ;;
+      *) as_fn_append ac_configure_args &quot; '$ac_arg'&quot; ;;
     esac
   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:${as_lineno-$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:${as_lineno-$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;}
-   { (exit 1); exit 1; }; }
+  as_fn_error &quot;run \`make distclean' and/or \`rm $cache_file' and start over&quot; &quot;$LINENO&quot; 5
 fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+## -------------------- ##
+## Main body of script. ##
+## -------------------- ##
 
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
@@ -1777,24 +1744,16 @@ am__api_version='1.11'
 
 ac_aux_dir=
 for ac_dir in &quot;$srcdir&quot; &quot;$srcdir/..&quot; &quot;$srcdir/../..&quot;; do
-  if test -f &quot;$ac_dir/install-sh&quot;; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh=&quot;$ac_aux_dir/install-sh -c&quot;
-    break
-  elif test -f &quot;$ac_dir/install.sh&quot;; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh=&quot;$ac_aux_dir/install.sh -c&quot;
-    break
-  elif test -f &quot;$ac_dir/shtool&quot;; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh=&quot;$ac_aux_dir/shtool install -c&quot;
-    break
-  fi
+  for ac_t in install-sh install.sh shtool; do
+    if test -f &quot;$ac_dir/$ac_t&quot;; then
+      ac_aux_dir=$ac_dir
+      ac_install_sh=&quot;$ac_aux_dir/$ac_t -c&quot;
+      break 2
+    fi
+  done
 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;}
-   { (exit 1); exit 1; }; }
+  as_fn_error &quot;cannot find install-sh, install.sh, or shtool in \&quot;$srcdir\&quot; \&quot;$srcdir/..\&quot; \&quot;$srcdir/../..\&quot;&quot; &quot;$LINENO&quot; 5
 fi
 
 # These three variables are undocumented and unsupported,
@@ -1820,10 +1779,10 @@ ac_configure=&quot;$SHELL $ac_aux_dir/configure&quot;  # Please don't use this var.
 # 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 &quot;$as_me:${as_lineno-$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; }
 if test -z &quot;$INSTALL&quot;; then
-if test &quot;${ac_cv_path_install+set}&quot; = set; then
+if test &quot;${ac_cv_path_install+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -1831,11 +1790,11 @@ for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z &quot;$as_dir&quot; &amp;&amp; as_dir=.
-  # Account for people who put trailing slashes in PATH elements.
-case $as_dir/ in
-  ./ | .// | /cC/* | \
+    # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in #((
+  ./ | .// | /[cC]/* | \
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
   /usr/ucb/* ) ;;
   *)
     # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -1872,7 +1831,7 @@ case $as_dir/ in
     ;;
 esac
 
-done
+  done
 IFS=$as_save_IFS
 
 rm -rf conftest.one conftest.two conftest.dir
@@ -1888,7 +1847,7 @@ fi
     INSTALL=$ac_install_sh
   fi
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $INSTALL&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $INSTALL&quot; &gt;&amp;5
 $as_echo &quot;$INSTALL&quot; &gt;&amp;6; }
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -1899,7 +1858,7 @@ test -z &quot;$INSTALL_SCRIPT&quot; &amp;&amp; INSTALL_SCRIPT='${INSTALL}'
 
 test -z &quot;$INSTALL_DATA&quot; &amp;&amp; INSTALL_DATA='${INSTALL} -m 644'
 
-{ $as_echo &quot;$as_me:$LINENO: checking whether build environment is sane&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking whether build environment is sane&quot; &gt;&amp;5
 $as_echo_n &quot;checking whether build environment is sane... &quot; &gt;&amp;6; }
 # Just in case
 sleep 1
@@ -1910,15 +1869,11 @@ am_lf='
 '
 case `pwd` in
   *[\\\&quot;\#\$\&amp;\'\`$am_lf]*)
-    { { $as_echo &quot;$as_me:$LINENO: error: unsafe absolute working directory name&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: unsafe absolute working directory name&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; };;
+    as_fn_error &quot;unsafe absolute working directory name&quot; &quot;$LINENO&quot; 5;;
 esac
 case $srcdir in
   *[\\\&quot;\#\$\&amp;\'\`$am_lf\ \	]*)
-    { { $as_echo &quot;$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: unsafe srcdir value: \`$srcdir'&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; };;
+    as_fn_error &quot;unsafe srcdir value: \`$srcdir'&quot; &quot;$LINENO&quot; 5;;
 esac
 
 # Do `set' in a subshell so we don't clobber the current shell's
@@ -1940,11 +1895,8 @@ if (
       # if, for instance, CONFIG_SHELL is bash and it inherits a
       # broken ls alias from the environment.  This has actually
       # happened.  Such a system could not be considered &quot;sane&quot;.
-      { { $as_echo &quot;$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
-alias in your environment&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: ls -t appears to fail.  Make sure there is not a broken
-alias in your environment&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+      as_fn_error &quot;ls -t appears to fail.  Make sure there is not a broken
+alias in your environment&quot; &quot;$LINENO&quot; 5
    fi
 
    test &quot;$2&quot; = conftest.file
@@ -1953,13 +1905,10 @@ then
    # Ok.
    :
 else
-   { { $as_echo &quot;$as_me:$LINENO: error: newly created file is older than distributed files!
-Check your system clock&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: newly created file is older than distributed files!
-Check your system clock&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+   as_fn_error &quot;newly created file is older than distributed files!
+Check your system clock&quot; &quot;$LINENO&quot; 5
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: yes&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: yes&quot; &gt;&amp;5
 $as_echo &quot;yes&quot; &gt;&amp;6; }
 test &quot;$program_prefix&quot; != NONE &amp;&amp;
   program_transform_name=&quot;s&amp;^&amp;$program_prefix&amp;;$program_transform_name&quot;
@@ -1987,7 +1936,7 @@ if eval &quot;$MISSING --run true&quot;; then
   am_missing_run=&quot;$MISSING --run &quot;
 else
   am_missing_run=
-  { $as_echo &quot;$as_me:$LINENO: WARNING: \`missing' script is too old or missing&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing&quot; &gt;&amp;5
 $as_echo &quot;$as_me: WARNING: \`missing' script is too old or missing&quot; &gt;&amp;2;}
 fi
 
@@ -2008,9 +1957,9 @@ if test &quot;$cross_compiling&quot; != no; then
   if test -n &quot;$ac_tool_prefix&quot;; then
   # Extract the first word of &quot;${ac_tool_prefix}strip&quot;, so it can be a program name with args.
 set dummy ${ac_tool_prefix}strip; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for $ac_word&quot; &gt;&amp;5
 $as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_prog_STRIP+set}&quot; = set; then
+if test &quot;${ac_cv_prog_STRIP+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   if test -n &quot;$STRIP&quot;; then
@@ -2021,24 +1970,24 @@ 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
+    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_STRIP=&quot;${ac_tool_prefix}strip&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
-done
+  done
 IFS=$as_save_IFS
 
 fi
 fi
 STRIP=$ac_cv_prog_STRIP
 if test -n &quot;$STRIP&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $STRIP&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $STRIP&quot; &gt;&amp;5
 $as_echo &quot;$STRIP&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
 fi
 
@@ -2048,9 +1997,9 @@ if test -z &quot;$ac_cv_prog_STRIP&quot;; then
   ac_ct_STRIP=$STRIP
   # Extract the first word of &quot;strip&quot;, so it can be a program name with args.
 set dummy strip; ac_word=$2
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for $ac_word&quot; &gt;&amp;5
 $as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_prog_ac_ct_STRIP+set}&quot; = set; then
+if test &quot;${ac_cv_prog_ac_ct_STRIP+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   if test -n &quot;$ac_ct_STRIP&quot;; then
@@ -2061,24 +2010,24 @@ 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
+    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_STRIP=&quot;strip&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
-done
+  done
 IFS=$as_save_IFS
 
 fi
 fi
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 if test -n &quot;$ac_ct_STRIP&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $ac_ct_STRIP&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP&quot; &gt;&amp;5
 $as_echo &quot;$ac_ct_STRIP&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
 fi
 
@@ -2087,7 +2036,7 @@ 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:${as_lineno-$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;}
 ac_tool_warned=yes ;;
 esac
@@ -2100,10 +2049,10 @@ fi
 fi
 INSTALL_STRIP_PROGRAM=&quot;\$(install_sh) -c -s&quot;
 
-{ $as_echo &quot;$as_me:$LINENO: checking for a thread-safe mkdir -p&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p&quot; &gt;&amp;5
 $as_echo_n &quot;checking for a thread-safe mkdir -p... &quot; &gt;&amp;6; }
 if test -z &quot;$MKDIR_P&quot;; then
-  if test &quot;${ac_cv_path_mkdir+set}&quot; = set; then
+  if test &quot;${ac_cv_path_mkdir+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2111,7 +2060,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 do
   IFS=$as_save_IFS
   test -z &quot;$as_dir&quot; &amp;&amp; as_dir=.
-  for ac_prog in mkdir gmkdir; do
+    for ac_prog in mkdir gmkdir; do
 	 for ac_exec_ext in '' $ac_executable_extensions; do
 	   { test -f &quot;$as_dir/$ac_prog$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_prog$ac_exec_ext&quot;; } || continue
 	   case `&quot;$as_dir/$ac_prog$ac_exec_ext&quot; --version 2&gt;&amp;1` in #(
@@ -2123,7 +2072,7 @@ do
 	   esac
 	 done
        done
-done
+  done
 IFS=$as_save_IFS
 
 fi
@@ -2139,7 +2088,7 @@ fi
     MKDIR_P=&quot;$ac_install_sh -d&quot;
   fi
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $MKDIR_P&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $MKDIR_P&quot; &gt;&amp;5
 $as_echo &quot;$MKDIR_P&quot; &gt;&amp;6; }
 
 mkdir_p=&quot;$MKDIR_P&quot;
@@ -2152,9 +2101,9 @@ for ac_prog in gawk mawk nawk awk
 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 &quot;$as_me:${as_lineno-$LINENO}: checking for $ac_word&quot; &gt;&amp;5
 $as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_prog_AWK+set}&quot; = set; then
+if test &quot;${ac_cv_prog_AWK+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   if test -n &quot;$AWK&quot;; then
@@ -2165,24 +2114,24 @@ 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
+    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_AWK=&quot;$ac_prog&quot;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
-done
+  done
 IFS=$as_save_IFS
 
 fi
 fi
 AWK=$ac_cv_prog_AWK
 if test -n &quot;$AWK&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $AWK&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $AWK&quot; &gt;&amp;5
 $as_echo &quot;$AWK&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
 fi
 
@@ -2190,11 +2139,11 @@ fi
   test -n &quot;$AWK&quot; &amp;&amp; break
 done
 
-{ $as_echo &quot;$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$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'`
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval &quot;test \&quot;\${$as_var+set}\&quot; = set&quot;; }; then
+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
 else
   cat &gt;conftest.make &lt;&lt;\_ACEOF
@@ -2212,11 +2161,11 @@ 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;$as_me:${as_lineno-$LINENO}: result: yes&quot; &gt;&amp;5
 $as_echo &quot;yes&quot; &gt;&amp;6; }
   SET_MAKE=
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
   SET_MAKE=&quot;MAKE=${MAKE-make}&quot;
 fi
@@ -2236,9 +2185,7 @@ if test &quot;`cd $srcdir &amp;&amp; pwd`&quot; != &quot;`pwd`&quot;; then
   am__isrc=' -I$(srcdir)'
   # test to see if srcdir already configured
   if test -f $srcdir/config.status; then
-    { { $as_echo &quot;$as_me:$LINENO: error: source directory already configured; run \&quot;make distclean\&quot; there first&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: source directory already configured; run \&quot;make distclean\&quot; there first&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+    as_fn_error &quot;source directory already configured; run \&quot;make distclean\&quot; there first&quot; &quot;$LINENO&quot; 5
   fi
 fi
 
@@ -2299,9 +2246,9 @@ if test &quot;x$prefix&quot; = xNONE; then
   $as_echo_n &quot;checking for prefix by &quot; &gt;&amp;6
   # 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 &quot;$as_me:${as_lineno-$LINENO}: checking for $ac_word&quot; &gt;&amp;5
 $as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_path_ac_prefix_program+set}&quot; = set; then
+if test &quot;${ac_cv_path_ac_prefix_program+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   case $ac_prefix_program in
@@ -2314,14 +2261,14 @@ 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
+    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_prefix_program=&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
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
-done
+  done
 IFS=$as_save_IFS
 
   ;;
@@ -2329,10 +2276,10 @@ esac
 fi
 ac_prefix_program=$ac_cv_path_ac_prefix_program
 if test -n &quot;$ac_prefix_program&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $ac_prefix_program&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_prefix_program&quot; &gt;&amp;5
 $as_echo &quot;$ac_prefix_program&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
 fi
 
@@ -2388,17 +2335,17 @@ $as_echo X&quot;$prefix&quot; |
 fi
 
 if test -n &quot;$ERLC&quot;; then
-    { $as_echo &quot;$as_me:$LINENO: checking for erlc&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for erlc&quot; &gt;&amp;5
 $as_echo_n &quot;checking for erlc... &quot; &gt;&amp;6; }
-    { $as_echo &quot;$as_me:$LINENO: result: $ERLC&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ERLC&quot; &gt;&amp;5
 $as_echo &quot;$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
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for $ac_word&quot; &gt;&amp;5
 $as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_path_ERLC+set}&quot; = set; then
+if test &quot;${ac_cv_path_ERLC+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   case $ERLC in
@@ -2411,14 +2358,14 @@ 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
+    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
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
-done
+  done
 IFS=$as_save_IFS
 
   ;;
@@ -2426,10 +2373,10 @@ 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;$as_me:${as_lineno-$LINENO}: result: $ERLC&quot; &gt;&amp;5
 $as_echo &quot;$ERLC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
 fi
 
@@ -2439,9 +2386,9 @@ 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
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for $ac_word&quot; &gt;&amp;5
 $as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_path_ac_pt_ERLC+set}&quot; = set; then
+if test &quot;${ac_cv_path_ac_pt_ERLC+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   case $ac_pt_ERLC in
@@ -2454,14 +2401,14 @@ 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
+    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;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
-done
+  done
 IFS=$as_save_IFS
 
   ;;
@@ -2469,10 +2416,10 @@ esac
 fi
 ac_pt_ERLC=$ac_cv_path_ac_pt_ERLC
 if test -n &quot;$ac_pt_ERLC&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $ac_pt_ERLC&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_pt_ERLC&quot; &gt;&amp;5
 $as_echo &quot;$ac_pt_ERLC&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
 fi
 
@@ -2481,7 +2428,7 @@ 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:${as_lineno-$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;}
 ac_tool_warned=yes ;;
 esac
@@ -2494,23 +2441,21 @@ fi
 fi
 
 if test &quot;$ERLC&quot; = &quot;not found&quot;; then
-    { { $as_echo &quot;$as_me:$LINENO: error: Erlang/OTP compiler (erlc) not found but required&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: Erlang/OTP compiler (erlc) not found but required&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+    as_fn_error &quot;Erlang/OTP compiler (erlc) not found but required&quot; &quot;$LINENO&quot; 5
 fi
 
 if test -n &quot;$ERL&quot;; then
-    { $as_echo &quot;$as_me:$LINENO: checking for erl&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for erl&quot; &gt;&amp;5
 $as_echo_n &quot;checking for erl... &quot; &gt;&amp;6; }
-    { $as_echo &quot;$as_me:$LINENO: result: $ERL&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ERL&quot; &gt;&amp;5
 $as_echo &quot;$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
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for $ac_word&quot; &gt;&amp;5
 $as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_path_ERL+set}&quot; = set; then
+if test &quot;${ac_cv_path_ERL+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   case $ERL in
@@ -2523,14 +2468,14 @@ 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
+    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
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
-done
+  done
 IFS=$as_save_IFS
 
   ;;
@@ -2538,10 +2483,10 @@ 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;$as_me:${as_lineno-$LINENO}: result: $ERL&quot; &gt;&amp;5
 $as_echo &quot;$ERL&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
 fi
 
@@ -2551,9 +2496,9 @@ 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
-{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for $ac_word&quot; &gt;&amp;5
 $as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_path_ac_pt_ERL+set}&quot; = set; then
+if test &quot;${ac_cv_path_ac_pt_ERL+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   case $ac_pt_ERL in
@@ -2566,14 +2511,14 @@ 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
+    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;
-    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
     break 2
   fi
 done
-done
+  done
 IFS=$as_save_IFS
 
   ;;
@@ -2581,10 +2526,10 @@ esac
 fi
 ac_pt_ERL=$ac_cv_path_ac_pt_ERL
 if test -n &quot;$ac_pt_ERL&quot;; then
-  { $as_echo &quot;$as_me:$LINENO: result: $ac_pt_ERL&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_pt_ERL&quot; &gt;&amp;5
 $as_echo &quot;$ac_pt_ERL&quot; &gt;&amp;6; }
 else
-  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: no&quot; &gt;&amp;5
 $as_echo &quot;no&quot; &gt;&amp;6; }
 fi
 
@@ -2593,7 +2538,7 @@ 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:${as_lineno-$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;}
 ac_tool_warned=yes ;;
 esac
@@ -2605,83 +2550,50 @@ fi
 fi
 
 if test &quot;$ERL&quot; = &quot;not found&quot;; then
-    { { $as_echo &quot;$as_me:$LINENO: error: Erlang/OTP interpreter (erl) not found but required&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: Erlang/OTP interpreter (erl) not found but required&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
+    as_fn_error &quot;Erlang/OTP interpreter (erl) not found but required&quot; &quot;$LINENO&quot; 5
 fi
 
 
-{ $as_echo &quot;$as_me:$LINENO: checking for Erlang/OTP library base directory&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for Erlang/OTP library base directory&quot; &gt;&amp;5
 $as_echo_n &quot;checking for Erlang/OTP library base directory... &quot; &gt;&amp;6; }
-if test &quot;${erlang_cv_lib_dir+set}&quot; = set; then
+if test &quot;${ac_cv_erlang_lib_dir+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   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 ; $as_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 &quot;$cross_compiling&quot; = yes; then
-  { { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
+     if test &quot;$cross_compiling&quot; = yes; then :
+  { { $as_echo &quot;$as_me:${as_lineno-$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 test program while cross compiling
-See \`config.log' for more details.&quot; &gt;&amp;5
-$as_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; }; }; }
+as_fn_error &quot;cannot run test program while cross compiling
+See \`config.log' for more details.&quot; &quot;$LINENO&quot; 5; }
 else
-  cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
+  cat &gt; conftest.$ac_ext &lt;&lt;_ACEOF
 -module(conftest).
 -export([start/0]).
 
 start() -&gt;
-            LibDir = code:lib_dir(),
-            file:write_file(&quot;conftest.out&quot;, LibDir),
-            ReturnValue = 0,
-            halt(ReturnValue)
+	    LibDir = code:lib_dir(),
+	    file:write_file(&quot;conftest.out&quot;, LibDir),
+	    ReturnValue = 0,
+	    halt(ReturnValue)
 .
 
 _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 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;$ac_link&quot;) 2&gt;&amp;5
-  ac_status=$?
-  $as_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 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;$ac_try&quot;) 2&gt;&amp;5
-  ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
-  (exit $ac_status); }; }; then
-  erlang_cv_lib_dir=`cat conftest.out`
+if ac_fn_erl_try_run &quot;$LINENO&quot;; then :
+  ac_cv_erlang_lib_dir=`cat conftest.out`
+	 rm -f conftest.out
 else
-  $as_echo &quot;$as_me: program exited with status $ac_status&quot; &gt;&amp;5
-$as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
-sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
-
-( exit $ac_status )
-{ { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
+  rm -f conftest.out
+	 { { $as_echo &quot;$as_me:${as_lineno-$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: test Erlang program execution failed
-See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: test Erlang program execution failed
-See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }; }
+as_fn_error &quot;test Erlang program execution failed
+See \`config.log' for more details.&quot; &quot;$LINENO&quot; 5; }
 fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-
      ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext &gt;&amp;5'
@@ -2689,91 +2601,60 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $erlang_cv_lib_dir&quot; &gt;&amp;5
-$as_echo &quot;$erlang_cv_lib_dir&quot; &gt;&amp;6; }
-ERLANG_LIB_DIR=$erlang_cv_lib_dir
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_cv_erlang_lib_dir&quot; &gt;&amp;5
+$as_echo &quot;$ac_cv_erlang_lib_dir&quot; &gt;&amp;6; }
+ERLANG_LIB_DIR=$ac_cv_erlang_lib_dir
 
 
-{ $as_echo &quot;$as_me:$LINENO: checking for Erlang/OTP 'kernel' library subdirectory&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for Erlang/OTP 'kernel' library subdirectory&quot; &gt;&amp;5
 $as_echo_n &quot;checking for Erlang/OTP 'kernel' library subdirectory... &quot; &gt;&amp;6; }
-if test &quot;${erlang_cv_lib_dir_kernel+set}&quot; = set; then
+if test &quot;${ac_cv_erlang_lib_dir_kernel+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   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 ; $as_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 &quot;$cross_compiling&quot; = yes; then
-  { { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
+     if test &quot;$cross_compiling&quot; = yes; then :
+  { { $as_echo &quot;$as_me:${as_lineno-$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 test program while cross compiling
-See \`config.log' for more details.&quot; &gt;&amp;5
-$as_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; }; }; }
+as_fn_error &quot;cannot run test program while cross compiling
+See \`config.log' for more details.&quot; &quot;$LINENO&quot; 5; }
 else
-  cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
+  cat &gt; conftest.$ac_ext &lt;&lt;_ACEOF
 -module(conftest).
 -export([start/0]).
 
 start() -&gt;
-            ReturnValue = case code:lib_dir(&quot;kernel&quot;) of
-            {error, bad_name} -&gt;
-                file:write_file(&quot;conftest.out&quot;, &quot;not found\n&quot;),
-                1;
-            LibDir -&gt;
-                file:write_file(&quot;conftest.out&quot;, LibDir),
-                0
-            end,
-            halt(ReturnValue)
+	    ReturnValue = case code:lib_dir(&quot;kernel&quot;) of
+	    {error, bad_name} -&gt;
+		file:write_file(&quot;conftest.out&quot;, &quot;not found\n&quot;),
+		1;
+	    LibDir -&gt;
+		file:write_file(&quot;conftest.out&quot;, LibDir),
+		0
+	    end,
+	    halt(ReturnValue)
 .
 
 _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 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;$ac_link&quot;) 2&gt;&amp;5
-  ac_status=$?
-  $as_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 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;$ac_try&quot;) 2&gt;&amp;5
-  ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
-  (exit $ac_status); }; }; then
-  erlang_cv_lib_dir_kernel=`cat conftest.out`
+if ac_fn_erl_try_run &quot;$LINENO&quot;; then :
+  ac_cv_erlang_lib_dir_kernel=`cat conftest.out`
+	 rm -f conftest.out
 else
-  $as_echo &quot;$as_me: program exited with status $ac_status&quot; &gt;&amp;5
-$as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
-sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
-
-( exit $ac_status )
-if test ! -f conftest.out; then
-             { { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
+  if test ! -f conftest.out; then
+	     { { $as_echo &quot;$as_me:${as_lineno-$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: test Erlang program execution failed
-See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: test Erlang program execution failed
-See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }; }
-         else
-             erlang_cv_lib_dir_kernel=&quot;not found&quot;
-         fi
+as_fn_error &quot;test Erlang program execution failed
+See \`config.log' for more details.&quot; &quot;$LINENO&quot; 5; }
+	 else
+	     ac_cv_erlang_lib_dir_kernel=&quot;not found&quot;
+	     rm -f conftest.out
+	 fi
 fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-
      ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext &gt;&amp;5'
@@ -2781,108 +2662,78 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $erlang_cv_lib_dir_kernel&quot; &gt;&amp;5
-$as_echo &quot;$erlang_cv_lib_dir_kernel&quot; &gt;&amp;6; }
-{ $as_echo &quot;$as_me:$LINENO: checking for Erlang/OTP 'kernel' library version&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_cv_erlang_lib_dir_kernel&quot; &gt;&amp;5
+$as_echo &quot;$ac_cv_erlang_lib_dir_kernel&quot; &gt;&amp;6; }
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for Erlang/OTP 'kernel' library version&quot; &gt;&amp;5
 $as_echo_n &quot;checking for Erlang/OTP 'kernel' library version... &quot; &gt;&amp;6; }
-if test &quot;${erlang_cv_lib_ver_kernel+set}&quot; = set; then
+if test &quot;${ac_cv_erlang_lib_ver_kernel+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
-  if test &quot;$erlang_cv_lib_dir_kernel&quot; = &quot;not found&quot;; then
-  erlang_cv_lib_ver_kernel=&quot;not found&quot;
+  if test &quot;$ac_cv_erlang_lib_dir_kernel&quot; = &quot;not found&quot;; then :
+  ac_cv_erlang_lib_ver_kernel=&quot;not found&quot;
 else
-  erlang_cv_lib_ver_kernel=`$as_echo &quot;$erlang_cv_lib_dir_kernel&quot; | sed -n -e 's,^.*-\([^/-]*\)$,\1,p'`
+  ac_cv_erlang_lib_ver_kernel=`$as_echo &quot;$ac_cv_erlang_lib_dir_kernel&quot; | sed -n -e 's,^.*-\([^/-]*\)$,\1,p'`
 fi
-
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $erlang_cv_lib_ver_kernel&quot; &gt;&amp;5
-$as_echo &quot;$erlang_cv_lib_ver_kernel&quot; &gt;&amp;6; }
-ERLANG_LIB_DIR_kernel=$erlang_cv_lib_dir_kernel
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_cv_erlang_lib_ver_kernel&quot; &gt;&amp;5
+$as_echo &quot;$ac_cv_erlang_lib_ver_kernel&quot; &gt;&amp;6; }
+ERLANG_LIB_DIR_kernel=$ac_cv_erlang_lib_dir_kernel
 
-ERLANG_LIB_VER_kernel=$erlang_cv_lib_ver_kernel
+ERLANG_LIB_VER_kernel=$ac_cv_erlang_lib_ver_kernel
 
+if test &quot;$ac_cv_erlang_lib_dir_kernel&quot; = &quot;not found&quot;; then :
 
+fi
 
-{ $as_echo &quot;$as_me:$LINENO: checking for Erlang/OTP 'stdlib' library subdirectory&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for Erlang/OTP 'stdlib' library subdirectory&quot; &gt;&amp;5
 $as_echo_n &quot;checking for Erlang/OTP 'stdlib' library subdirectory... &quot; &gt;&amp;6; }
-if test &quot;${erlang_cv_lib_dir_stdlib+set}&quot; = set; then
+if test &quot;${ac_cv_erlang_lib_dir_stdlib+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
   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 ; $as_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 &quot;$cross_compiling&quot; = yes; then
-  { { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
+     if test &quot;$cross_compiling&quot; = yes; then :
+  { { $as_echo &quot;$as_me:${as_lineno-$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 test program while cross compiling
-See \`config.log' for more details.&quot; &gt;&amp;5
-$as_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; }; }; }
+as_fn_error &quot;cannot run test program while cross compiling
+See \`config.log' for more details.&quot; &quot;$LINENO&quot; 5; }
 else
-  cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
+  cat &gt; conftest.$ac_ext &lt;&lt;_ACEOF
 -module(conftest).
 -export([start/0]).
 
 start() -&gt;
-            ReturnValue = case code:lib_dir(&quot;stdlib&quot;) of
-            {error, bad_name} -&gt;
-                file:write_file(&quot;conftest.out&quot;, &quot;not found\n&quot;),
-                1;
-            LibDir -&gt;
-                file:write_file(&quot;conftest.out&quot;, LibDir),
-                0
-            end,
-            halt(ReturnValue)
+	    ReturnValue = case code:lib_dir(&quot;stdlib&quot;) of
+	    {error, bad_name} -&gt;
+		file:write_file(&quot;conftest.out&quot;, &quot;not found\n&quot;),
+		1;
+	    LibDir -&gt;
+		file:write_file(&quot;conftest.out&quot;, LibDir),
+		0
+	    end,
+	    halt(ReturnValue)
 .
 
 _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 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;$ac_link&quot;) 2&gt;&amp;5
-  ac_status=$?
-  $as_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 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;$ac_try&quot;) 2&gt;&amp;5
-  ac_status=$?
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
-  (exit $ac_status); }; }; then
-  erlang_cv_lib_dir_stdlib=`cat conftest.out`
+if ac_fn_erl_try_run &quot;$LINENO&quot;; then :
+  ac_cv_erlang_lib_dir_stdlib=`cat conftest.out`
+	 rm -f conftest.out
 else
-  $as_echo &quot;$as_me: program exited with status $ac_status&quot; &gt;&amp;5
-$as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
-sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
-
-( exit $ac_status )
-if test ! -f conftest.out; then
-             { { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
+  if test ! -f conftest.out; then
+	     { { $as_echo &quot;$as_me:${as_lineno-$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: test Erlang program execution failed
-See \`config.log' for more details.&quot; &gt;&amp;5
-$as_echo &quot;$as_me: error: test Erlang program execution failed
-See \`config.log' for more details.&quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }; }
-         else
-             erlang_cv_lib_dir_stdlib=&quot;not found&quot;
-         fi
+as_fn_error &quot;test Erlang program execution failed
+See \`config.log' for more details.&quot; &quot;$LINENO&quot; 5; }
+	 else
+	     ac_cv_erlang_lib_dir_stdlib=&quot;not found&quot;
+	     rm -f conftest.out
+	 fi
 fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-
      ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext &gt;&amp;5'
@@ -2890,51 +2741,52 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $erlang_cv_lib_dir_stdlib&quot; &gt;&amp;5
-$as_echo &quot;$erlang_cv_lib_dir_stdlib&quot; &gt;&amp;6; }
-{ $as_echo &quot;$as_me:$LINENO: checking for Erlang/OTP 'stdlib' library version&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_cv_erlang_lib_dir_stdlib&quot; &gt;&amp;5
+$as_echo &quot;$ac_cv_erlang_lib_dir_stdlib&quot; &gt;&amp;6; }
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for Erlang/OTP 'stdlib' library version&quot; &gt;&amp;5
 $as_echo_n &quot;checking for Erlang/OTP 'stdlib' library version... &quot; &gt;&amp;6; }
-if test &quot;${erlang_cv_lib_ver_stdlib+set}&quot; = set; then
+if test &quot;${ac_cv_erlang_lib_ver_stdlib+set}&quot; = set; then :
   $as_echo_n &quot;(cached) &quot; &gt;&amp;6
 else
-  if test &quot;$erlang_cv_lib_dir_stdlib&quot; = &quot;not found&quot;; then
-  erlang_cv_lib_ver_stdlib=&quot;not found&quot;
+  if test &quot;$ac_cv_erlang_lib_dir_stdlib&quot; = &quot;not found&quot;; then :
+  ac_cv_erlang_lib_ver_stdlib=&quot;not found&quot;
 else
-  erlang_cv_lib_ver_stdlib=`$as_echo &quot;$erlang_cv_lib_dir_stdlib&quot; | sed -n -e 's,^.*-\([^/-]*\)$,\1,p'`
+  ac_cv_erlang_lib_ver_stdlib=`$as_echo &quot;$ac_cv_erlang_lib_dir_stdlib&quot; | sed -n -e 's,^.*-\([^/-]*\)$,\1,p'`
 fi
-
 fi
-{ $as_echo &quot;$as_me:$LINENO: result: $erlang_cv_lib_ver_stdlib&quot; &gt;&amp;5
-$as_echo &quot;$erlang_cv_lib_ver_stdlib&quot; &gt;&amp;6; }
-ERLANG_LIB_DIR_stdlib=$erlang_cv_lib_dir_stdlib
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ac_cv_erlang_lib_ver_stdlib&quot; &gt;&amp;5
+$as_echo &quot;$ac_cv_erlang_lib_ver_stdlib&quot; &gt;&amp;6; }
+ERLANG_LIB_DIR_stdlib=$ac_cv_erlang_lib_dir_stdlib
 
-ERLANG_LIB_VER_stdlib=$erlang_cv_lib_ver_stdlib
+ERLANG_LIB_VER_stdlib=$ac_cv_erlang_lib_ver_stdlib
 
+if test &quot;$ac_cv_erlang_lib_dir_stdlib&quot; = &quot;not found&quot;; then :
 
+fi
 
-{ $as_echo &quot;$as_me:$LINENO: checking for Erlang/OTP library installation base directory&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for Erlang/OTP library installation base directory&quot; &gt;&amp;5
 $as_echo_n &quot;checking for Erlang/OTP library installation base directory... &quot; &gt;&amp;6; }
 
 if test -n &quot;$ERLANG_INSTALL_LIB_DIR&quot;; then
-    { $as_echo &quot;$as_me:$LINENO: result: $ERLANG_INSTALL_LIB_DIR&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ERLANG_INSTALL_LIB_DIR&quot; &gt;&amp;5
 $as_echo &quot;$ERLANG_INSTALL_LIB_DIR&quot; &gt;&amp;6; }
 else
     ERLANG_INSTALL_LIB_DIR='${libdir}/erlang/lib'
 
-    { $as_echo &quot;$as_me:$LINENO: result: $libdir/erlang/lib&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $libdir/erlang/lib&quot; &gt;&amp;5
 $as_echo &quot;$libdir/erlang/lib&quot; &gt;&amp;6; }
 fi
 
-{ $as_echo &quot;$as_me:$LINENO: checking for Erlang/OTP 'amf' library installation subdirectory&quot; &gt;&amp;5
+{ $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for Erlang/OTP 'amf' library installation subdirectory&quot; &gt;&amp;5
 $as_echo_n &quot;checking for Erlang/OTP 'amf' library installation subdirectory... &quot; &gt;&amp;6; }
 
 if test -n &quot;$ERLANG_INSTALL_LIB_DIR_amf&quot;; then
-    { $as_echo &quot;$as_me:$LINENO: result: $ERLANG_INSTALL_LIB_DIR_amf&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ERLANG_INSTALL_LIB_DIR_amf&quot; &gt;&amp;5
 $as_echo &quot;$ERLANG_INSTALL_LIB_DIR_amf&quot; &gt;&amp;6; }
 else
     ERLANG_INSTALL_LIB_DIR_amf='${ERLANG_INSTALL_LIB_DIR}/amf-1.0.1'
 
-    { $as_echo &quot;$as_me:$LINENO: result: $ERLANG_INSTALL_LIB_DIR/amf-1.0.1&quot; &gt;&amp;5
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: result: $ERLANG_INSTALL_LIB_DIR/amf-1.0.1&quot; &gt;&amp;5
 $as_echo &quot;$ERLANG_INSTALL_LIB_DIR/amf-1.0.1&quot; &gt;&amp;6; }
 fi
 
@@ -2968,13 +2820,13 @@ _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
+      *_cv_*) { $as_echo &quot;$as_me:${as_lineno-$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;} ;;
       esac
       case $ac_var in #(
       _ | IFS | as_nl) ;; #(
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
-      *) $as_unset $ac_var ;;
+      *) { eval $ac_var=; unset $ac_var;} ;;
       esac ;;
     esac
   done
@@ -2982,8 +2834,8 @@ $as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
   (set) 2&gt;&amp;1 |
     case $as_nl`(ac_space=' '; set) 2&gt;&amp;1` in #(
     *${as_nl}ac_space=\ *)
-      # `set' does not quote correctly, so add quotes (double-quote
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
+      # `set' does not quote correctly, so add quotes: double-quote
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
       sed -n \
 	&quot;s/'/'\\\\''/g;
 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p&quot;
@@ -3006,11 +2858,11 @@ $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:${as_lineno-$LINENO}: updating cache $cache_file&quot; &gt;&amp;5
 $as_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:${as_lineno-$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;}
   fi
 fi
@@ -3066,8 +2918,8 @@ for ac_i in : $LIBOBJS; do test &quot;x$ac_i&quot; = x: &amp;&amp; continue
   ac_i=`$as_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;
-  ac_ltlibobjs=&quot;$ac_ltlibobjs \${LIBOBJDIR}$ac_i&quot;'$U.lo'
+  as_fn_append ac_libobjs &quot; \${LIBOBJDIR}$ac_i\$U.$ac_objext&quot;
+  as_fn_append ac_ltlibobjs &quot; \${LIBOBJDIR}$ac_i&quot;'$U.lo'
 done
 LIBOBJS=$ac_libobjs
 
@@ -3080,9 +2932,10 @@ LTLIBOBJS=$ac_ltlibobjs
 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:${as_lineno-$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
+as_write_fail=0
+cat &gt;$CONFIG_STATUS &lt;&lt;_ASEOF || as_write_fail=1
 #! $SHELL
 # Generated by $as_me.
 # Run this file to recreate the current configuration.
@@ -3092,17 +2945,18 @@ cat &gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
 debug=false
 ac_cs_recheck=false
 ac_cs_silent=false
-SHELL=\${CONFIG_SHELL-$SHELL}
-_ACEOF
 
-cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
-## --------------------- ##
-## M4sh Initialization.  ##
-## --------------------- ##
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ASEOF || as_write_fail=1
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
 
 # Be more Bourne compatible
 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
+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
@@ -3110,23 +2964,15 @@ if test -n &quot;${ZSH_VERSION+set}&quot; &amp;&amp; (emulate sh) &gt;/dev/null 2&gt;&amp;1; then
   alias -g '${1+&quot;$@&quot;}'='&quot;$@&quot;'
   setopt NO_GLOB_SUBST
 else
-  case `(set -o) 2&gt;/dev/null` in
-  *posix*) set -o posix ;;
+  case `(set -o) 2&gt;/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
 esac
-
 fi
 
 
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
 as_nl='
 '
 export as_nl
@@ -3134,7 +2980,13 @@ export as_nl
 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
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z &quot;$BASH_VERSION$ZSH_VERSION&quot; \
+    &amp;&amp; (test &quot;X`print -r -- $as_echo`&quot; = &quot;X$as_echo&quot;) 2&gt;/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (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
@@ -3145,7 +2997,7 @@ else
     as_echo_body='eval expr &quot;X$1&quot; : &quot;X\\(.*\\)&quot;'
     as_echo_n_body='eval
       arg=$1;
-      case $arg in
+      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;`;;
@@ -3168,13 +3020,6 @@ if test &quot;${PATH_SEPARATOR+set}&quot; != set; then
   }
 fi
 
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) &gt;/dev/null 2&gt;&amp;1; then
-  as_unset=unset
-else
-  as_unset=false
-fi
-
 
 # IFS
 # We need space, tab and new line, in precisely that order.  Quoting is
@@ -3184,15 +3029,15 @@ fi
 IFS=&quot; &quot;&quot;	$as_nl&quot;
 
 # Find who we are.  Look in the path if we contain no directory separator.
-case $0 in
+case $0 in #((
   *[\\/]* ) as_myself=$0 ;;
   *) 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=.
-  test -r &quot;$as_dir/$0&quot; &amp;&amp; as_myself=$as_dir/$0 &amp;&amp; break
-done
+    test -r &quot;$as_dir/$0&quot; &amp;&amp; as_myself=$as_dir/$0 &amp;&amp; break
+  done
 IFS=$as_save_IFS
 
      ;;
@@ -3204,12 +3049,16 @@ if test &quot;x$as_myself&quot; = x; then
 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
-  { (exit 1); exit 1; }
+  exit 1
 fi
 
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; $as_unset $as_var
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the &quot;|| exit 1&quot;
+# suppresses any &quot;Segmentation fault&quot; message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  &amp;&amp; ( (unset $as_var) || exit 1) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; unset $as_var || :
 done
 PS1='$ '
 PS2='&gt; '
@@ -3221,7 +3070,89 @@ export LC_ALL
 LANGUAGE=C
 export LANGUAGE
 
-# Required to use basename.
+# CDPATH.
+(unset CDPATH) &gt;/dev/null 2&gt;&amp;1 &amp;&amp; unset CDPATH
+
+
+# as_fn_error ERROR [LINENO LOG_FD]
+# ---------------------------------
+# Output &quot;`basename $0`: error: ERROR&quot; to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with status $?, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$?; test $as_status -eq 0 &amp;&amp; as_status=1
+  if test &quot;$3&quot;; then
+    as_lineno=${as_lineno-&quot;$2&quot;} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo &quot;$as_me:${as_lineno-$LINENO}: error: $1&quot; &gt;&amp;$3
+  fi
+  $as_echo &quot;$as_me: error: $1&quot; &gt;&amp;2
+  as_fn_exit $as_status
+} # as_fn_error
+
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a &quot;trap 0&quot; or &quot;set -e&quot; context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval &quot;as_var=1; as_var+=2; test x\$as_var = x12&quot;) 2&gt;/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval &quot;test \$(( 1 + 1 )) = 2&quot;) 2&gt;/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr &quot;$@&quot; || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
 if expr a : '\(a\)' &gt;/dev/null 2&gt;&amp;1 &amp;&amp;
    test &quot;X`expr 00001 : '.*\(...\)'`&quot; = X001; then
   as_expr=expr
@@ -3235,8 +3166,12 @@ else
   as_basename=false
 fi
 
+if (as_dir=`dirname -- /` &amp;&amp; test &quot;X$as_dir&quot; = X/) &gt;/dev/null 2&gt;&amp;1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
 
-# Name of the executable.
 as_me=`$as_basename -- &quot;$0&quot; ||
 $as_expr X/&quot;$0&quot; : '.*/\([^/][^/]*\)/*$' \| \
 	 X&quot;$0&quot; : 'X\(//\)$' \| \
@@ -3256,76 +3191,25 @@ $as_echo X/&quot;$0&quot; |
 	  }
 	  s/.*/./; q'`
 
-# CDPATH.
-$as_unset CDPATH
-
-
-
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test &quot;x$as_lineno_1&quot; != &quot;x$as_lineno_2&quot; &amp;&amp;
-  test &quot;x`expr $as_lineno_1 + 1`&quot; = &quot;x$as_lineno_2&quot; || {
-
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-  # uniformly replaced by the line number.  The first 'sed' inserts a
-  # line-number line after each line using $LINENO; the second 'sed'
-  # does the real work.  The second script uses 'N' to pair each
-  # line-number line with the line containing $LINENO, and appends
-  # trailing '-' during substitution so that $LINENO is not a special
-  # case at line end.
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
-  sed -n '
-    p
-    /[$]LINENO/=
-  ' &lt;$as_myself |
-    sed '
-      s/[$]LINENO.*/&amp;-/
-      t lineno
-      b
-      :lineno
-      N
-      :loop
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-      t loop
-      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
-   { (exit 1); exit 1; }; }
-
-  # Don't try to exec as it changes $[0], causing all sort of problems
-  # (the dirname of $[0] is not the place where we might find the
-  # original and so on.  Autoconf is especially sensitive to this).
-  . &quot;./$as_me.lineno&quot;
-  # Exit status is that of the last command.
-  exit
-}
-
-
-if (as_dir=`dirname -- /` &amp;&amp; test &quot;X$as_dir&quot; = X/) &gt;/dev/null 2&gt;&amp;1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
 
 ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
+case `echo -n x` in #(((((
 -n*)
-  case `echo 'x\c'` in
+  case `echo 'xy\c'` in
   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-  *)   ECHO_C='\c';;
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` &gt; /dev/null
+       ECHO_T='	';;
   esac;;
 *)
   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
-else
-  as_expr=false
-fi
 
 rm -f conf$$ conf$$.exe conf$$.file
 if test -d conf$$.dir; then
@@ -3354,8 +3238,56 @@ fi
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 rmdir conf$$.dir 2&gt;/dev/null
 
+
+# as_fn_mkdir_p
+# -------------
+# Create &quot;$as_dir&quot; as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d &quot;$as_dir&quot; || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs=&quot;'$as_qdir' $as_dirs&quot;
+      as_dir=`$as_dirname -- &quot;$as_dir&quot; ||
+$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; |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      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_fn_error &quot;cannot create directory $as_dir&quot;
+
+
+} # as_fn_mkdir_p
 if mkdir -p . 2&gt;/dev/null; then
-  as_mkdir_p=:
+  as_mkdir_p='mkdir -p &quot;$as_dir&quot;'
 else
   test -d ./-p &amp;&amp; rmdir ./-p
   as_mkdir_p=false
@@ -3374,10 +3306,10 @@ else
       if test -d &quot;$1&quot;; then
 	test -d &quot;$1/.&quot;;
       else
-	case $1 in
+	case $1 in #(
 	-*)set &quot;./$1&quot;;;
 	esac;
-	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in
+	case `ls -ld'$as_ls_L_option' &quot;$1&quot; 2&gt;/dev/null` in #((
 	???[sx]*):;;*)false;;esac;fi
     '\'' sh
   '
@@ -3392,13 +3324,19 @@ as_tr_sh=&quot;eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'&quot;
 
 
 exec 6&gt;&amp;1
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+_ASEOF
+test $as_write_fail = 0 &amp;&amp; chmod +x $CONFIG_STATUS || ac_write_fail=1
 
-# Save the log message, to keep $[0] and so on meaningful, and to
+cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
+# Save the log message, to keep $0 and so on meaningful, and to
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=&quot;
 This file was extended by erlang-amf $as_me 1.0.1, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
+generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -3425,10 +3363,11 @@ _ACEOF
 
 cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
 ac_cs_usage=&quot;\
-\`$as_me' instantiates files from templates according to the
-current configuration.
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
 
-Usage: $0 [OPTION]... [FILE]...
+Usage: $0 [OPTION]... [TAG]...
 
   -h, --help       print this help, then exit
   -V, --version    print version number and configuration settings, then exit
@@ -3442,16 +3381,16 @@ Usage: $0 [OPTION]... [FILE]...
 Configuration files:
 $config_files
 
-Report bugs to &lt;bug-autoconf@gnu.org&gt;.&quot;
+Report bugs to &lt;ruslan@babayev.com&gt;.&quot;
 
 _ACEOF
 cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
 ac_cs_version=&quot;\\
 erlang-amf config.status 1.0.1
-configured by $0, generated by GNU Autoconf 2.63,
+configured by $0, generated by GNU Autoconf 2.64,
   with options \\&quot;`$as_echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`\\&quot;
 
-Copyright (C) 2008 Free Software Foundation, Inc.
+Copyright (C) 2009 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;
 
@@ -3494,7 +3433,7 @@ do
     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;
+    as_fn_append CONFIG_FILES &quot; '$ac_optarg'&quot;
     ac_need_defaults=false;;
   --he | --h |  --help | --hel | -h )
     $as_echo &quot;$ac_cs_usage&quot;; exit ;;
@@ -3503,11 +3442,10 @@ do
     ac_cs_silent=: ;;
 
   # This is an error.
-  -*) { $as_echo &quot;$as_me: error: unrecognized option: $1
-Try \`$0 --help' for more information.&quot; &gt;&amp;2
-   { (exit 1); exit 1; }; } ;;
+  -*) as_fn_error &quot;unrecognized option: \`$1'
+Try \`$0 --help' for more information.&quot; ;;
 
-  *) ac_config_targets=&quot;$ac_config_targets $1&quot;
+  *) as_fn_append ac_config_targets &quot; $1&quot;
      ac_need_defaults=false ;;
 
   esac
@@ -3557,9 +3495,7 @@ do
     &quot;src/amf.app&quot;) CONFIG_FILES=&quot;$CONFIG_FILES src/amf.app&quot; ;;
     &quot;src/Makefile&quot;) CONFIG_FILES=&quot;$CONFIG_FILES src/Makefile&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;}
-   { (exit 1); exit 1; }; };;
+  *) as_fn_error &quot;invalid argument: \`$ac_config_target'&quot; &quot;$LINENO&quot; 5;;
   esac
 done
 
@@ -3584,7 +3520,7 @@ $debug ||
   trap 'exit_status=$?
   { test -z &quot;$tmp&quot; || test ! -d &quot;$tmp&quot; || rm -fr &quot;$tmp&quot;; } &amp;&amp; exit $exit_status
 ' 0
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
+  trap 'as_fn_exit 1' 1 2 13 15
 }
 # Create a (secure) tmp directory for tmp files.
 
@@ -3595,11 +3531,7 @@ $debug ||
 {
   tmp=./conf$$-$RANDOM
   (umask 077 &amp;&amp; mkdir &quot;$tmp&quot;)
-} ||
-{
-   $as_echo &quot;$as_me: cannot create a temporary directory in .&quot; &gt;&amp;2
-   { (exit 1); exit 1; }
-}
+} || as_fn_error &quot;cannot create a temporary directory in .&quot; &quot;$LINENO&quot; 5
 
 # Set up the scripts for CONFIG_FILES section.
 # No need to generate them if there are no CONFIG_FILES.
@@ -3607,10 +3539,16 @@ $debug ||
 if test -n &quot;$CONFIG_FILES&quot;; then
 
 
-ac_cr=''
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test &quot;x$ac_cr&quot; = x; then
+  eval ac_cr=\$\'\\r\'
+fi
 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'
+  ac_cs_awk_cr='\r'
 else
   ac_cs_awk_cr=$ac_cr
 fi
@@ -3624,24 +3562,18 @@ _ACEOF
   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; }; }
+  as_fn_error &quot;could not make $CONFIG_STATUS&quot; &quot;$LINENO&quot; 5
 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; }; }
+    as_fn_error &quot;could not make $CONFIG_STATUS&quot; &quot;$LINENO&quot; 5
 
   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
     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;}
-   { (exit 1); exit 1; }; }
+    as_fn_error &quot;could not make $CONFIG_STATUS&quot; &quot;$LINENO&quot; 5
   else
     ac_delim=&quot;$ac_delim!$ac_delim _$ac_delim!! &quot;
   fi
@@ -3730,9 +3662,7 @@ if sed &quot;s/$ac_cr//&quot; &lt; /dev/null &gt; /dev/null 2&gt;&amp;1; then
 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; }; }
+  || as_fn_error &quot;could not setup config files machinery&quot; &quot;$LINENO&quot; 5
 _ACEOF
 
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
@@ -3763,9 +3693,7 @@ do
   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;}
-   { (exit 1); exit 1; }; };;
+  :L* | :C*:*) as_fn_error &quot;invalid tag \`$ac_tag'&quot; &quot;$LINENO&quot; 5;;
   :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   esac
@@ -3793,12 +3721,10 @@ $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;}
-   { (exit 1); exit 1; }; };;
+	   as_fn_error &quot;cannot find input file: \`$ac_f'&quot; &quot;$LINENO&quot; 5;;
       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;
+      as_fn_append ac_file_inputs &quot; '$ac_f'&quot;
     done
 
     # Let's still pretend it is `configure' which instantiates (i.e., don't
@@ -3809,7 +3735,7 @@ $as_echo &quot;$as_me: error: cannot find input file: $ac_f&quot; &gt;&amp;2;}
 	`' by configure.'
     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:${as_lineno-$LINENO}: creating $ac_file&quot; &gt;&amp;5
 $as_echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
     fi
     # Neutralize special characters interpreted by sed in replacement strings.
@@ -3822,9 +3748,7 @@ $as_echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
 
     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; }; } ;;
+      || as_fn_error &quot;could not create $ac_file&quot; &quot;$LINENO&quot; 5 ;;
     esac
     ;;
   esac
@@ -3852,47 +3776,7 @@ $as_echo X&quot;$ac_file&quot; |
 	    q
 	  }
 	  s/.*/./; q'`
-  { as_dir=&quot;$ac_dir&quot;
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d &quot;$as_dir&quot; || { $as_mkdir_p &amp;&amp; mkdir -p &quot;$as_dir&quot;; } || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`$as_echo &quot;$as_dir&quot; | sed &quot;s/'/'\\\\\\\\''/g&quot;`;; #'(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs=&quot;'$as_qdir' $as_dirs&quot;
-      as_dir=`$as_dirname -- &quot;$as_dir&quot; ||
-$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; |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-      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;}
-   { (exit 1); exit 1; }; }; }
+  as_dir=&quot;$ac_dir&quot;; as_fn_mkdir_p
   ac_builddir=.
 
 case &quot;$ac_dir&quot; in
@@ -3949,7 +3833,6 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
 # 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/ {
   p
@@ -3959,12 +3842,11 @@ ac_sed_dataroot='
 /@docdir@/p
 /@infodir@/p
 /@localedir@/p
-/@mandir@/p
-'
+/@mandir@/p'
 case `eval &quot;sed -n \&quot;\$ac_sed_dataroot\&quot; $ac_file_inputs&quot;` 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:${as_lineno-$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;}
 _ACEOF
 cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
@@ -3974,7 +3856,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
   s&amp;@infodir@&amp;$infodir&amp;g
   s&amp;@localedir@&amp;$localedir&amp;g
   s&amp;@mandir@&amp;$mandir&amp;g
-    s&amp;\\\${datarootdir}&amp;$datarootdir&amp;g' ;;
+  s&amp;\\\${datarootdir}&amp;$datarootdir&amp;g' ;;
 esac
 _ACEOF
 
@@ -4003,14 +3885,12 @@ s&amp;@MKDIR_P@&amp;$ac_MKDIR_P&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; }; }
+  || as_fn_error &quot;could not create $ac_file&quot; &quot;$LINENO&quot; 5
 
 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'
+  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;5
 $as_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;}
@@ -4020,9 +3900,7 @@ which seems to be undefined.  Please make sure it is defined.&quot; &gt;&amp;2;}
   -) 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; }; }
+  || as_fn_error &quot;could not create $ac_file&quot; &quot;$LINENO&quot; 5
  ;;
 
 
@@ -4032,15 +3910,12 @@ $as_echo &quot;$as_me: error: could not create $ac_file&quot; &gt;&amp;2;}
 done # for ac_tag
 
 
-{ (exit 0); exit 0; }
+as_fn_exit 0
 _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; }; }
+  as_fn_error &quot;write failure creating $CONFIG_STATUS&quot; &quot;$LINENO&quot; 5
 
 
 # configure is writing to config.log, and then calls config.status.
@@ -4061,10 +3936,10 @@ if test &quot;$no_create&quot; != yes; then
   exec 5&gt;&gt;config.log
   # Use ||, not &amp;&amp;, to avoid exiting from the if with $? = 1, which
   # would make configure fail if this is the last instruction.
-  $ac_cs_success || { (exit 1); exit 1; }
+  $ac_cs_success || as_fn_exit $?
 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:${as_lineno-$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>@@ -105,6 +105,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 SET_MAKE = @SET_MAKE@</diff>
      <filename>src/Makefile.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>af1da0f5122a83fa864a5fc6f7b230fc65a4fea1</id>
    </parent>
  </parents>
  <author>
    <name>Ruslan Babayev</name>
    <email>ruslan@babayev.com</email>
  </author>
  <url>http://github.com/mujaheed/erlang-amf/commit/41ad6547d6f5e51d5006fa3341a4bb191a812ee8</url>
  <id>41ad6547d6f5e51d5006fa3341a4bb191a812ee8</id>
  <committed-date>2009-07-29T11:42:48-07:00</committed-date>
  <authored-date>2009-07-29T11:42:48-07:00</authored-date>
  <message>Rebuilt with Autoconf 2.64.</message>
  <tree>0a6afc69cfae98d98cde84cce506c82a2fd1bb2f</tree>
  <committer>
    <name>Ruslan Babayev</name>
    <email>ruslan@babayev.com</email>
  </committer>
</commit>
