added initial multicast code
authorstephen
Mon, 24 Mar 2014 11:35:35 +0000
changeset 3354e68d2c50e7
parent 32 debb20ae567d
child 34 462bf9e4bdd5
added initial multicast code
Makefile.in
aclocal.m4
autom4te.cache/output.0
autom4te.cache/output.1
autom4te.cache/requests
autom4te.cache/traces.0
autom4te.cache/traces.1
configure
doc/Makefile.in
lib/Makefile.in
src/Makefile.in
src/ltp_udp.cc
test/Makefile.in
     1.1 --- a/Makefile.in	Thu Mar 22 09:07:39 2012 +0000
     1.2 +++ b/Makefile.in	Mon Mar 24 11:35:35 2014 +0000
     1.3 @@ -1,9 +1,9 @@
     1.4 -# Makefile.in generated by automake 1.11.1 from Makefile.am.
     1.5 +# Makefile.in generated by automake 1.11.3 from Makefile.am.
     1.6  # @configure_input@
     1.7  
     1.8  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     1.9 -# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    1.10 -# Inc.
    1.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    1.12 +# Foundation, Inc.
    1.13  # This Makefile.in is free software; the Free Software Foundation
    1.14  # gives unlimited permission to copy and/or distribute it,
    1.15  # with or without modifications, as long as this notice is preserved.
    1.16 @@ -174,7 +174,7 @@
    1.17  	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    1.18  
    1.19  .SUFFIXES:
    1.20 -am--refresh:
    1.21 +am--refresh: Makefile
    1.22  	@:
    1.23  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    1.24  	@for dep in $?; do \
    1.25 @@ -210,10 +210,8 @@
    1.26  $(am__aclocal_m4_deps):
    1.27  
    1.28  config.h: stamp-h1
    1.29 -	@if test ! -f $@; then \
    1.30 -	  rm -f stamp-h1; \
    1.31 -	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    1.32 -	else :; fi
    1.33 +	@if test ! -f $@; then rm -f stamp-h1; else :; fi
    1.34 +	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
    1.35  
    1.36  stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    1.37  	@rm -f stamp-h1
    1.38 @@ -375,10 +373,15 @@
    1.39  
    1.40  installcheck: installcheck-recursive
    1.41  install-strip:
    1.42 -	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    1.43 -	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    1.44 -	  `test -z '$(STRIP)' || \
    1.45 -	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    1.46 +	if test -z '$(STRIP)'; then \
    1.47 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    1.48 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    1.49 +	      install; \
    1.50 +	else \
    1.51 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    1.52 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    1.53 +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    1.54 +	fi
    1.55  mostlyclean-generic:
    1.56  
    1.57  clean-generic:
     2.1 --- a/aclocal.m4	Thu Mar 22 09:07:39 2012 +0000
     2.2 +++ b/aclocal.m4	Mon Mar 24 11:35:35 2014 +0000
     2.3 @@ -1,7 +1,8 @@
     2.4 -# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
     2.5 +# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
     2.6  
     2.7  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     2.8 -# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
     2.9 +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
    2.10 +# Inc.
    2.11  # This file is free software; the Free Software Foundation
    2.12  # gives unlimited permission to copy and/or distribute it,
    2.13  # with or without modifications, as long as this notice is preserved.
    2.14 @@ -13,18 +14,21 @@
    2.15  
    2.16  m4_ifndef([AC_AUTOCONF_VERSION],
    2.17    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    2.18 -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
    2.19 -[m4_warning([this file was generated for autoconf 2.65.
    2.20 +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
    2.21 +[m4_warning([this file was generated for autoconf 2.68.
    2.22  You have another version of autoconf.  It may work, but is not guaranteed to.
    2.23  If you have problems, you may need to regenerate the build system entirely.
    2.24  To do so, use the procedure documented by the package, typically `autoreconf'.])])
    2.25  
    2.26 -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
    2.27 +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
    2.28 +# Foundation, Inc.
    2.29  #
    2.30  # This file is free software; the Free Software Foundation
    2.31  # gives unlimited permission to copy and/or distribute it,
    2.32  # with or without modifications, as long as this notice is preserved.
    2.33  
    2.34 +# serial 1
    2.35 +
    2.36  # AM_AUTOMAKE_VERSION(VERSION)
    2.37  # ----------------------------
    2.38  # Automake X.Y traces this macro to ensure aclocal.m4 has been
    2.39 @@ -34,7 +38,7 @@
    2.40  [am__api_version='1.11'
    2.41  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    2.42  dnl require some minimum version.  Point them to the right macro.
    2.43 -m4_if([$1], [1.11.1], [],
    2.44 +m4_if([$1], [1.11.3], [],
    2.45        [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    2.46  ])
    2.47  
    2.48 @@ -50,19 +54,21 @@
    2.49  # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    2.50  # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    2.51  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    2.52 -[AM_AUTOMAKE_VERSION([1.11.1])dnl
    2.53 +[AM_AUTOMAKE_VERSION([1.11.3])dnl
    2.54  m4_ifndef([AC_AUTOCONF_VERSION],
    2.55    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    2.56  _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    2.57  
    2.58  # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    2.59  
    2.60 -# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
    2.61 +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    2.62  #
    2.63  # This file is free software; the Free Software Foundation
    2.64  # gives unlimited permission to copy and/or distribute it,
    2.65  # with or without modifications, as long as this notice is preserved.
    2.66  
    2.67 +# serial 1
    2.68 +
    2.69  # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    2.70  # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
    2.71  # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
    2.72 @@ -144,14 +150,14 @@
    2.73  Usually this means the macro was only invoked conditionally.]])
    2.74  fi])])
    2.75  
    2.76 -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
    2.77 -# Free Software Foundation, Inc.
    2.78 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
    2.79 +# 2010, 2011 Free Software Foundation, Inc.
    2.80  #
    2.81  # This file is free software; the Free Software Foundation
    2.82  # gives unlimited permission to copy and/or distribute it,
    2.83  # with or without modifications, as long as this notice is preserved.
    2.84  
    2.85 -# serial 10
    2.86 +# serial 12
    2.87  
    2.88  # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    2.89  # written in clear, in which case automake, when reading aclocal.m4,
    2.90 @@ -191,6 +197,7 @@
    2.91    # instance it was reported that on HP-UX the gcc test will end up
    2.92    # making a dummy file named `D' -- because `-MD' means `put the output
    2.93    # in D'.
    2.94 +  rm -rf conftest.dir
    2.95    mkdir conftest.dir
    2.96    # Copy depcomp to subdir because otherwise we won't find it if we're
    2.97    # using a relative directory.
    2.98 @@ -255,7 +262,7 @@
    2.99  	break
   2.100        fi
   2.101        ;;
   2.102 -    msvisualcpp | msvcmsys)
   2.103 +    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   2.104        # This compiler won't grok `-c -o', but also, the minuso test has
   2.105        # not run yet.  These depmodes are late enough in the game, and
   2.106        # so weak that their functioning should not be impacted.
   2.107 @@ -320,10 +327,13 @@
   2.108  if test "x$enable_dependency_tracking" != xno; then
   2.109    am_depcomp="$ac_aux_dir/depcomp"
   2.110    AMDEPBACKSLASH='\'
   2.111 +  am__nodep='_no'
   2.112  fi
   2.113  AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
   2.114  AC_SUBST([AMDEPBACKSLASH])dnl
   2.115  _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
   2.116 +AC_SUBST([am__nodep])dnl
   2.117 +_AM_SUBST_NOTMAKE([am__nodep])dnl
   2.118  ])
   2.119  
   2.120  # Generate code to set up dependency tracking.              -*- Autoconf -*-
   2.121 @@ -557,12 +567,15 @@
   2.122  done
   2.123  echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
   2.124  
   2.125 -# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
   2.126 +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
   2.127 +# Inc.
   2.128  #
   2.129  # This file is free software; the Free Software Foundation
   2.130  # gives unlimited permission to copy and/or distribute it,
   2.131  # with or without modifications, as long as this notice is preserved.
   2.132  
   2.133 +# serial 1
   2.134 +
   2.135  # AM_PROG_INSTALL_SH
   2.136  # ------------------
   2.137  # Define $install_sh.
   2.138 @@ -602,8 +615,8 @@
   2.139  # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
   2.140  # From Jim Meyering
   2.141  
   2.142 -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
   2.143 -# Free Software Foundation, Inc.
   2.144 +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
   2.145 +# 2011 Free Software Foundation, Inc.
   2.146  #
   2.147  # This file is free software; the Free Software Foundation
   2.148  # gives unlimited permission to copy and/or distribute it,
   2.149 @@ -623,7 +636,7 @@
   2.150         [disable], [m4_define([am_maintainer_other], [enable])],
   2.151         [m4_define([am_maintainer_other], [enable])
   2.152          m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
   2.153 -AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
   2.154 +AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
   2.155    dnl maintainer-mode's default is 'disable' unless 'enable' is passed
   2.156    AC_ARG_ENABLE([maintainer-mode],
   2.157  [  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
   2.158 @@ -734,12 +747,15 @@
   2.159  fi
   2.160  ])
   2.161  
   2.162 -# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
   2.163 +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
   2.164 +# Inc.
   2.165  #
   2.166  # This file is free software; the Free Software Foundation
   2.167  # gives unlimited permission to copy and/or distribute it,
   2.168  # with or without modifications, as long as this notice is preserved.
   2.169  
   2.170 +# serial 1
   2.171 +
   2.172  # AM_PROG_MKDIR_P
   2.173  # ---------------
   2.174  # Check for `mkdir -p'.
   2.175 @@ -762,13 +778,14 @@
   2.176  
   2.177  # Helper functions for option handling.                     -*- Autoconf -*-
   2.178  
   2.179 -# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
   2.180 +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
   2.181 +# Foundation, Inc.
   2.182  #
   2.183  # This file is free software; the Free Software Foundation
   2.184  # gives unlimited permission to copy and/or distribute it,
   2.185  # with or without modifications, as long as this notice is preserved.
   2.186  
   2.187 -# serial 4
   2.188 +# serial 5
   2.189  
   2.190  # _AM_MANGLE_OPTION(NAME)
   2.191  # -----------------------
   2.192 @@ -776,13 +793,13 @@
   2.193  [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
   2.194  
   2.195  # _AM_SET_OPTION(NAME)
   2.196 -# ------------------------------
   2.197 +# --------------------
   2.198  # Set option NAME.  Presently that only means defining a flag for this option.
   2.199  AC_DEFUN([_AM_SET_OPTION],
   2.200  [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
   2.201  
   2.202  # _AM_SET_OPTIONS(OPTIONS)
   2.203 -# ----------------------------------
   2.204 +# ------------------------
   2.205  # OPTIONS is a space-separated list of Automake options.
   2.206  AC_DEFUN([_AM_SET_OPTIONS],
   2.207  [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
   2.208 @@ -858,12 +875,14 @@
   2.209  fi
   2.210  AC_MSG_RESULT(yes)])
   2.211  
   2.212 -# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
   2.213 +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
   2.214  #
   2.215  # This file is free software; the Free Software Foundation
   2.216  # gives unlimited permission to copy and/or distribute it,
   2.217  # with or without modifications, as long as this notice is preserved.
   2.218  
   2.219 +# serial 1
   2.220 +
   2.221  # AM_PROG_INSTALL_STRIP
   2.222  # ---------------------
   2.223  # One issue with vendor `install' (even GNU) is that you can't
   2.224 @@ -886,13 +905,13 @@
   2.225  INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
   2.226  AC_SUBST([INSTALL_STRIP_PROGRAM])])
   2.227  
   2.228 -# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
   2.229 +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
   2.230  #
   2.231  # This file is free software; the Free Software Foundation
   2.232  # gives unlimited permission to copy and/or distribute it,
   2.233  # with or without modifications, as long as this notice is preserved.
   2.234  
   2.235 -# serial 2
   2.236 +# serial 3
   2.237  
   2.238  # _AM_SUBST_NOTMAKE(VARIABLE)
   2.239  # ---------------------------
   2.240 @@ -901,13 +920,13 @@
   2.241  AC_DEFUN([_AM_SUBST_NOTMAKE])
   2.242  
   2.243  # AM_SUBST_NOTMAKE(VARIABLE)
   2.244 -# ---------------------------
   2.245 +# --------------------------
   2.246  # Public sister of _AM_SUBST_NOTMAKE.
   2.247  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
   2.248  
   2.249  # Check how to create a tarball.                            -*- Autoconf -*-
   2.250  
   2.251 -# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
   2.252 +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
   2.253  #
   2.254  # This file is free software; the Free Software Foundation
   2.255  # gives unlimited permission to copy and/or distribute it,
   2.256 @@ -929,10 +948,11 @@
   2.257  # a tarball read from stdin.
   2.258  #     $(am__untar) < result.tar
   2.259  AC_DEFUN([_AM_PROG_TAR],
   2.260 -[# Always define AMTAR for backward compatibility.
   2.261 -AM_MISSING_PROG([AMTAR], [tar])
   2.262 +[# Always define AMTAR for backward compatibility.  Yes, it's still used
   2.263 +# in the wild :-(  We should find a proper way to deprecate it ...
   2.264 +AC_SUBST([AMTAR], ['$${TAR-tar}'])
   2.265  m4_if([$1], [v7],
   2.266 -     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
   2.267 +     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
   2.268       [m4_case([$1], [ustar],, [pax],,
   2.269                [m4_fatal([Unknown tar format])])
   2.270  AC_MSG_CHECKING([how to create a $1 tar archive])
     3.1 --- a/autom4te.cache/output.0	Thu Mar 22 09:07:39 2012 +0000
     3.2 +++ b/autom4te.cache/output.0	Mon Mar 24 11:35:35 2014 +0000
     3.3 @@ -1,13 +1,13 @@
     3.4  @%:@! /bin/sh
     3.5  @%:@ Guess values for system-dependent variables and create Makefiles.
     3.6 -@%:@ Generated by GNU Autoconf 2.65 for ltplib 0.1.
     3.7 +@%:@ Generated by GNU Autoconf 2.68 for ltplib 0.1.
     3.8  @%:@
     3.9  @%:@ Report bugs to <EMAIL PROTECTED>.
    3.10  @%:@ 
    3.11  @%:@ 
    3.12  @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    3.13 -@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    3.14 -@%:@ Inc.
    3.15 +@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
    3.16 +@%:@ Foundation, Inc.
    3.17  @%:@ 
    3.18  @%:@ 
    3.19  @%:@ This configure script is free software; the Free Software Foundation
    3.20 @@ -91,6 +91,7 @@
    3.21  IFS=" ""	$as_nl"
    3.22  
    3.23  # Find who we are.  Look in the path if we contain no directory separator.
    3.24 +as_myself=
    3.25  case $0 in @%:@((
    3.26    *[\\/]* ) as_myself=$0 ;;
    3.27    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    3.28 @@ -215,11 +216,18 @@
    3.29    # We cannot yet assume a decent shell, so we have to provide a
    3.30  	# neutralization value for shells without unset; and this also
    3.31  	# works around shells that cannot unset nonexistent variables.
    3.32 +	# Preserve -v and -x to the replacement shell.
    3.33  	BASH_ENV=/dev/null
    3.34  	ENV=/dev/null
    3.35  	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    3.36  	export CONFIG_SHELL
    3.37 -	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    3.38 +	case $- in @%:@ ((((
    3.39 +	  *v*x* | *x*v* ) as_opts=-vx ;;
    3.40 +	  *v* ) as_opts=-v ;;
    3.41 +	  *x* ) as_opts=-x ;;
    3.42 +	  * ) as_opts= ;;
    3.43 +	esac
    3.44 +	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
    3.45  fi
    3.46  
    3.47      if test x$as_have_required = xno; then :
    3.48 @@ -318,7 +326,7 @@
    3.49        test -d "$as_dir" && break
    3.50      done
    3.51      test -z "$as_dirs" || eval "mkdir $as_dirs"
    3.52 -  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
    3.53 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    3.54  
    3.55  
    3.56  } @%:@ as_fn_mkdir_p
    3.57 @@ -358,19 +366,19 @@
    3.58  fi # as_fn_arith
    3.59  
    3.60  
    3.61 -@%:@ as_fn_error ERROR [LINENO LOG_FD]
    3.62 -@%:@ ---------------------------------
    3.63 +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
    3.64 +@%:@ ----------------------------------------
    3.65  @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    3.66  @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    3.67 -@%:@ script with status @S|@?, using 1 if that was 0.
    3.68 +@%:@ script with STATUS, using 1 if that was 0.
    3.69  as_fn_error ()
    3.70  {
    3.71 -  as_status=$?; test $as_status -eq 0 && as_status=1
    3.72 -  if test "$3"; then
    3.73 -    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    3.74 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    3.75 +  as_status=$1; test $as_status -eq 0 && as_status=1
    3.76 +  if test "$4"; then
    3.77 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    3.78 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    3.79    fi
    3.80 -  $as_echo "$as_me: error: $1" >&2
    3.81 +  $as_echo "$as_me: error: $2" >&2
    3.82    as_fn_exit $as_status
    3.83  } @%:@ as_fn_error
    3.84  
    3.85 @@ -532,7 +540,7 @@
    3.86  exec 6>&1
    3.87  
    3.88  # Name of the host.
    3.89 -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    3.90 +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    3.91  # so uname gets run too.
    3.92  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    3.93  
    3.94 @@ -583,6 +591,7 @@
    3.95  am__fastdepCC_FALSE
    3.96  am__fastdepCC_TRUE
    3.97  CCDEPMODE
    3.98 +am__nodep
    3.99  AMDEPBACKSLASH
   3.100  AMDEP_FALSE
   3.101  AMDEP_TRUE
   3.102 @@ -736,8 +745,9 @@
   3.103    fi
   3.104  
   3.105    case $ac_option in
   3.106 -  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   3.107 -  *)	ac_optarg=yes ;;
   3.108 +  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   3.109 +  *=)   ac_optarg= ;;
   3.110 +  *)    ac_optarg=yes ;;
   3.111    esac
   3.112  
   3.113    # Accept the important Cygnus configure options, so we can diagnose typos.
   3.114 @@ -782,7 +792,7 @@
   3.115      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   3.116      # Reject names that are not valid shell variable names.
   3.117      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   3.118 -      as_fn_error "invalid feature name: $ac_useropt"
   3.119 +      as_fn_error $? "invalid feature name: $ac_useropt"
   3.120      ac_useropt_orig=$ac_useropt
   3.121      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   3.122      case $ac_user_opts in
   3.123 @@ -808,7 +818,7 @@
   3.124      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   3.125      # Reject names that are not valid shell variable names.
   3.126      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   3.127 -      as_fn_error "invalid feature name: $ac_useropt"
   3.128 +      as_fn_error $? "invalid feature name: $ac_useropt"
   3.129      ac_useropt_orig=$ac_useropt
   3.130      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   3.131      case $ac_user_opts in
   3.132 @@ -1012,7 +1022,7 @@
   3.133      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   3.134      # Reject names that are not valid shell variable names.
   3.135      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   3.136 -      as_fn_error "invalid package name: $ac_useropt"
   3.137 +      as_fn_error $? "invalid package name: $ac_useropt"
   3.138      ac_useropt_orig=$ac_useropt
   3.139      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   3.140      case $ac_user_opts in
   3.141 @@ -1028,7 +1038,7 @@
   3.142      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   3.143      # Reject names that are not valid shell variable names.
   3.144      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   3.145 -      as_fn_error "invalid package name: $ac_useropt"
   3.146 +      as_fn_error $? "invalid package name: $ac_useropt"
   3.147      ac_useropt_orig=$ac_useropt
   3.148      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   3.149      case $ac_user_opts in
   3.150 @@ -1058,8 +1068,8 @@
   3.151    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   3.152      x_libraries=$ac_optarg ;;
   3.153  
   3.154 -  -*) as_fn_error "unrecognized option: \`$ac_option'
   3.155 -Try \`$0 --help' for more information."
   3.156 +  -*) as_fn_error $? "unrecognized option: \`$ac_option'
   3.157 +Try \`$0 --help' for more information"
   3.158      ;;
   3.159  
   3.160    *=*)
   3.161 @@ -1067,7 +1077,7 @@
   3.162      # Reject names that are not valid shell variable names.
   3.163      case $ac_envvar in #(
   3.164        '' | [0-9]* | *[!_$as_cr_alnum]* )
   3.165 -      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
   3.166 +      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   3.167      esac
   3.168      eval $ac_envvar=\$ac_optarg
   3.169      export $ac_envvar ;;
   3.170 @@ -1077,7 +1087,7 @@
   3.171      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   3.172      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   3.173        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   3.174 -    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   3.175 +    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
   3.176      ;;
   3.177  
   3.178    esac
   3.179 @@ -1085,13 +1095,13 @@
   3.180  
   3.181  if test -n "$ac_prev"; then
   3.182    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   3.183 -  as_fn_error "missing argument to $ac_option"
   3.184 +  as_fn_error $? "missing argument to $ac_option"
   3.185  fi
   3.186  
   3.187  if test -n "$ac_unrecognized_opts"; then
   3.188    case $enable_option_checking in
   3.189      no) ;;
   3.190 -    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
   3.191 +    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   3.192      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   3.193    esac
   3.194  fi
   3.195 @@ -1114,7 +1124,7 @@
   3.196      [\\/$]* | ?:[\\/]* )  continue;;
   3.197      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   3.198    esac
   3.199 -  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
   3.200 +  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   3.201  done
   3.202  
   3.203  # There might be people who depend on the old broken behavior: `$host'
   3.204 @@ -1128,8 +1138,8 @@
   3.205  if test "x$host_alias" != x; then
   3.206    if test "x$build_alias" = x; then
   3.207      cross_compiling=maybe
   3.208 -    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   3.209 -    If a cross compiler is detected then cross compile mode will be used." >&2
   3.210 +    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
   3.211 +    If a cross compiler is detected then cross compile mode will be used" >&2
   3.212    elif test "x$build_alias" != "x$host_alias"; then
   3.213      cross_compiling=yes
   3.214    fi
   3.215 @@ -1144,9 +1154,9 @@
   3.216  ac_pwd=`pwd` && test -n "$ac_pwd" &&
   3.217  ac_ls_di=`ls -di .` &&
   3.218  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   3.219 -  as_fn_error "working directory cannot be determined"
   3.220 +  as_fn_error $? "working directory cannot be determined"
   3.221  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   3.222 -  as_fn_error "pwd does not report name of working directory"
   3.223 +  as_fn_error $? "pwd does not report name of working directory"
   3.224  
   3.225  
   3.226  # Find the source files, if location was not specified.
   3.227 @@ -1185,11 +1195,11 @@
   3.228  fi
   3.229  if test ! -r "$srcdir/$ac_unique_file"; then
   3.230    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   3.231 -  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
   3.232 +  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   3.233  fi
   3.234  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   3.235  ac_abs_confdir=`(
   3.236 -	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
   3.237 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   3.238  	pwd)`
   3.239  # When building in place, set srcdir=.
   3.240  if test "$ac_abs_confdir" = "$ac_pwd"; then
   3.241 @@ -1229,7 +1239,7 @@
   3.242        --help=short        display options specific to this package
   3.243        --help=recursive    display the short help of all the included packages
   3.244    -V, --version           display version information and exit
   3.245 -  -q, --quiet, --silent   do not print \`checking...' messages
   3.246 +  -q, --quiet, --silent   do not print \`checking ...' messages
   3.247        --cache-file=FILE   cache test results in FILE [disabled]
   3.248    -C, --config-cache      alias for \`--cache-file=config.cache'
   3.249    -n, --no-create         do not create output files
   3.250 @@ -1376,9 +1386,9 @@
   3.251  if $ac_init_version; then
   3.252    cat <<\_ACEOF
   3.253  ltplib configure 0.1
   3.254 -generated by GNU Autoconf 2.65
   3.255 -
   3.256 -Copyright (C) 2009 Free Software Foundation, Inc.
   3.257 +generated by GNU Autoconf 2.68
   3.258 +
   3.259 +Copyright (C) 2010 Free Software Foundation, Inc.
   3.260  This configure script is free software; the Free Software Foundation
   3.261  gives unlimited permission to copy, distribute and modify it.
   3.262  _ACEOF
   3.263 @@ -1422,7 +1432,7 @@
   3.264  
   3.265  	ac_retval=1
   3.266  fi
   3.267 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   3.268 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   3.269    as_fn_set_status $ac_retval
   3.270  
   3.271  } @%:@ ac_fn_c_try_compile
   3.272 @@ -1460,7 +1470,7 @@
   3.273  
   3.274  	ac_retval=1
   3.275  fi
   3.276 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   3.277 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   3.278    as_fn_set_status $ac_retval
   3.279  
   3.280  } @%:@ ac_fn_cxx_try_compile
   3.281 @@ -1469,7 +1479,7 @@
   3.282  running configure, to aid debugging if configure makes a mistake.
   3.283  
   3.284  It was created by ltplib $as_me 0.1, which was
   3.285 -generated by GNU Autoconf 2.65.  Invocation command line was
   3.286 +generated by GNU Autoconf 2.68.  Invocation command line was
   3.287  
   3.288    $ $0 $@
   3.289  
   3.290 @@ -1579,11 +1589,9 @@
   3.291    {
   3.292      echo
   3.293  
   3.294 -    cat <<\_ASBOX
   3.295 -## ---------------- ##
   3.296 +    $as_echo "## ---------------- ##
   3.297  ## Cache variables. ##
   3.298 -## ---------------- ##
   3.299 -_ASBOX
   3.300 +## ---------------- ##"
   3.301      echo
   3.302      # The following way of writing the cache mishandles newlines in values,
   3.303  (
   3.304 @@ -1617,11 +1625,9 @@
   3.305  )
   3.306      echo
   3.307  
   3.308 -    cat <<\_ASBOX
   3.309 -## ----------------- ##
   3.310 +    $as_echo "## ----------------- ##
   3.311  ## Output variables. ##
   3.312 -## ----------------- ##
   3.313 -_ASBOX
   3.314 +## ----------------- ##"
   3.315      echo
   3.316      for ac_var in $ac_subst_vars
   3.317      do
   3.318 @@ -1634,11 +1640,9 @@
   3.319      echo
   3.320  
   3.321      if test -n "$ac_subst_files"; then
   3.322 -      cat <<\_ASBOX
   3.323 -## ------------------- ##
   3.324 +      $as_echo "## ------------------- ##
   3.325  ## File substitutions. ##
   3.326 -## ------------------- ##
   3.327 -_ASBOX
   3.328 +## ------------------- ##"
   3.329        echo
   3.330        for ac_var in $ac_subst_files
   3.331        do
   3.332 @@ -1652,11 +1656,9 @@
   3.333      fi
   3.334  
   3.335      if test -s confdefs.h; then
   3.336 -      cat <<\_ASBOX
   3.337 -## ----------- ##
   3.338 +      $as_echo "## ----------- ##
   3.339  ## confdefs.h. ##
   3.340 -## ----------- ##
   3.341 -_ASBOX
   3.342 +## ----------- ##"
   3.343        echo
   3.344        cat confdefs.h
   3.345        echo
   3.346 @@ -1711,7 +1713,12 @@
   3.347  ac_site_file1=NONE
   3.348  ac_site_file2=NONE
   3.349  if test -n "$CONFIG_SITE"; then
   3.350 -  ac_site_file1=$CONFIG_SITE
   3.351 +  # We do not want a PATH search for config.site.
   3.352 +  case $CONFIG_SITE in @%:@((
   3.353 +    -*)  ac_site_file1=./$CONFIG_SITE;;
   3.354 +    */*) ac_site_file1=$CONFIG_SITE;;
   3.355 +    *)   ac_site_file1=./$CONFIG_SITE;;
   3.356 +  esac
   3.357  elif test "x$prefix" != xNONE; then
   3.358    ac_site_file1=$prefix/share/config.site
   3.359    ac_site_file2=$prefix/etc/config.site
   3.360 @@ -1726,7 +1733,11 @@
   3.361      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   3.362  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   3.363      sed 's/^/| /' "$ac_site_file" >&5
   3.364 -    . "$ac_site_file"
   3.365 +    . "$ac_site_file" \
   3.366 +      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.367 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.368 +as_fn_error $? "failed to load site script $ac_site_file
   3.369 +See \`config.log' for more details" "$LINENO" 5; }
   3.370    fi
   3.371  done
   3.372  
   3.373 @@ -1802,7 +1813,7 @@
   3.374  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.375    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   3.376  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   3.377 -  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   3.378 +  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   3.379  fi
   3.380  ## -------------------- ##
   3.381  ## Main body of script. ##
   3.382 @@ -1821,16 +1832,22 @@
   3.383  
   3.384  ac_aux_dir=
   3.385  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   3.386 -  for ac_t in install-sh install.sh shtool; do
   3.387 -    if test -f "$ac_dir/$ac_t"; then
   3.388 -      ac_aux_dir=$ac_dir
   3.389 -      ac_install_sh="$ac_aux_dir/$ac_t -c"
   3.390 -      break 2
   3.391 -    fi
   3.392 -  done
   3.393 +  if test -f "$ac_dir/install-sh"; then
   3.394 +    ac_aux_dir=$ac_dir
   3.395 +    ac_install_sh="$ac_aux_dir/install-sh -c"
   3.396 +    break
   3.397 +  elif test -f "$ac_dir/install.sh"; then
   3.398 +    ac_aux_dir=$ac_dir
   3.399 +    ac_install_sh="$ac_aux_dir/install.sh -c"
   3.400 +    break
   3.401 +  elif test -f "$ac_dir/shtool"; then
   3.402 +    ac_aux_dir=$ac_dir
   3.403 +    ac_install_sh="$ac_aux_dir/shtool install -c"
   3.404 +    break
   3.405 +  fi
   3.406  done
   3.407  if test -z "$ac_aux_dir"; then
   3.408 -  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   3.409 +  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   3.410  fi
   3.411  
   3.412  # These three variables are undocumented and unsupported,
   3.413 @@ -1859,7 +1876,7 @@
   3.414  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
   3.415  $as_echo_n "checking for a BSD-compatible install... " >&6; }
   3.416  if test -z "$INSTALL"; then
   3.417 -if test "${ac_cv_path_install+set}" = set; then :
   3.418 +if ${ac_cv_path_install+:} false; then :
   3.419    $as_echo_n "(cached) " >&6
   3.420  else
   3.421    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3.422 @@ -1946,11 +1963,11 @@
   3.423  '
   3.424  case `pwd` in
   3.425    *[\\\"\#\$\&\'\`$am_lf]*)
   3.426 -    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
   3.427 +    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
   3.428  esac
   3.429  case $srcdir in
   3.430    *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   3.431 -    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   3.432 +    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   3.433  esac
   3.434  
   3.435  # Do `set' in a subshell so we don't clobber the current shell's
   3.436 @@ -1972,7 +1989,7 @@
   3.437        # if, for instance, CONFIG_SHELL is bash and it inherits a
   3.438        # broken ls alias from the environment.  This has actually
   3.439        # happened.  Such a system could not be considered "sane".
   3.440 -      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
   3.441 +      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   3.442  alias in your environment" "$LINENO" 5
   3.443     fi
   3.444  
   3.445 @@ -1982,7 +1999,7 @@
   3.446     # Ok.
   3.447     :
   3.448  else
   3.449 -   as_fn_error "newly created file is older than distributed files!
   3.450 +   as_fn_error $? "newly created file is older than distributed files!
   3.451  Check your system clock" "$LINENO" 5
   3.452  fi
   3.453  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3.454 @@ -2036,7 +2053,7 @@
   3.455  set dummy ${ac_tool_prefix}strip; ac_word=$2
   3.456  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.457  $as_echo_n "checking for $ac_word... " >&6; }
   3.458 -if test "${ac_cv_prog_STRIP+set}" = set; then :
   3.459 +if ${ac_cv_prog_STRIP+:} false; then :
   3.460    $as_echo_n "(cached) " >&6
   3.461  else
   3.462    if test -n "$STRIP"; then
   3.463 @@ -2076,7 +2093,7 @@
   3.464  set dummy strip; ac_word=$2
   3.465  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.466  $as_echo_n "checking for $ac_word... " >&6; }
   3.467 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
   3.468 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   3.469    $as_echo_n "(cached) " >&6
   3.470  else
   3.471    if test -n "$ac_ct_STRIP"; then
   3.472 @@ -2129,7 +2146,7 @@
   3.473  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
   3.474  $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
   3.475  if test -z "$MKDIR_P"; then
   3.476 -  if test "${ac_cv_path_mkdir+set}" = set; then :
   3.477 +  if ${ac_cv_path_mkdir+:} false; then :
   3.478    $as_echo_n "(cached) " >&6
   3.479  else
   3.480    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3.481 @@ -2180,7 +2197,7 @@
   3.482  set dummy $ac_prog; ac_word=$2
   3.483  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.484  $as_echo_n "checking for $ac_word... " >&6; }
   3.485 -if test "${ac_cv_prog_AWK+set}" = set; then :
   3.486 +if ${ac_cv_prog_AWK+:} false; then :
   3.487    $as_echo_n "(cached) " >&6
   3.488  else
   3.489    if test -n "$AWK"; then
   3.490 @@ -2220,7 +2237,7 @@
   3.491  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   3.492  set x ${MAKE-make}
   3.493  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   3.494 -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
   3.495 +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   3.496    $as_echo_n "(cached) " >&6
   3.497  else
   3.498    cat >conftest.make <<\_ACEOF
   3.499 @@ -2228,7 +2245,7 @@
   3.500  all:
   3.501  	@echo '@@@%%%=$(MAKE)=@@@%%%'
   3.502  _ACEOF
   3.503 -# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   3.504 +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   3.505  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   3.506    *@@@%%%=?*=@@@%%%*)
   3.507      eval ac_cv_prog_make_${ac_make}_set=yes;;
   3.508 @@ -2262,7 +2279,7 @@
   3.509    am__isrc=' -I$(srcdir)'
   3.510    # test to see if srcdir already configured
   3.511    if test -f $srcdir/config.status; then
   3.512 -    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   3.513 +    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   3.514    fi
   3.515  fi
   3.516  
   3.517 @@ -2308,11 +2325,11 @@
   3.518  
   3.519  # We need awk for the "check" target.  The system "awk" is bad on
   3.520  # some platforms.
   3.521 -# Always define AMTAR for backward compatibility.
   3.522 -
   3.523 -AMTAR=${AMTAR-"${am_missing_run}tar"}
   3.524 -
   3.525 -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
   3.526 +# Always define AMTAR for backward compatibility.  Yes, it's still used
   3.527 +# in the wild :-(  We should find a proper way to deprecate it ...
   3.528 +AMTAR='$${TAR-tar}'
   3.529 +
   3.530 +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
   3.531  
   3.532  
   3.533  
   3.534 @@ -2329,7 +2346,7 @@
   3.535  set dummy ${ac_tool_prefix}gcc; ac_word=$2
   3.536  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.537  $as_echo_n "checking for $ac_word... " >&6; }
   3.538 -if test "${ac_cv_prog_CC+set}" = set; then :
   3.539 +if ${ac_cv_prog_CC+:} false; then :
   3.540    $as_echo_n "(cached) " >&6
   3.541  else
   3.542    if test -n "$CC"; then
   3.543 @@ -2369,7 +2386,7 @@
   3.544  set dummy gcc; ac_word=$2
   3.545  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.546  $as_echo_n "checking for $ac_word... " >&6; }
   3.547 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   3.548 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
   3.549    $as_echo_n "(cached) " >&6
   3.550  else
   3.551    if test -n "$ac_ct_CC"; then
   3.552 @@ -2422,7 +2439,7 @@
   3.553  set dummy ${ac_tool_prefix}cc; ac_word=$2
   3.554  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.555  $as_echo_n "checking for $ac_word... " >&6; }
   3.556 -if test "${ac_cv_prog_CC+set}" = set; then :
   3.557 +if ${ac_cv_prog_CC+:} false; then :
   3.558    $as_echo_n "(cached) " >&6
   3.559  else
   3.560    if test -n "$CC"; then
   3.561 @@ -2462,7 +2479,7 @@
   3.562  set dummy cc; ac_word=$2
   3.563  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.564  $as_echo_n "checking for $ac_word... " >&6; }
   3.565 -if test "${ac_cv_prog_CC+set}" = set; then :
   3.566 +if ${ac_cv_prog_CC+:} false; then :
   3.567    $as_echo_n "(cached) " >&6
   3.568  else
   3.569    if test -n "$CC"; then
   3.570 @@ -2521,7 +2538,7 @@
   3.571  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   3.572  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.573  $as_echo_n "checking for $ac_word... " >&6; }
   3.574 -if test "${ac_cv_prog_CC+set}" = set; then :
   3.575 +if ${ac_cv_prog_CC+:} false; then :
   3.576    $as_echo_n "(cached) " >&6
   3.577  else
   3.578    if test -n "$CC"; then
   3.579 @@ -2565,7 +2582,7 @@
   3.580  set dummy $ac_prog; ac_word=$2
   3.581  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.582  $as_echo_n "checking for $ac_word... " >&6; }
   3.583 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   3.584 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
   3.585    $as_echo_n "(cached) " >&6
   3.586  else
   3.587    if test -n "$ac_ct_CC"; then
   3.588 @@ -2619,8 +2636,8 @@
   3.589  
   3.590  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.591  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.592 -as_fn_error "no acceptable C compiler found in \$PATH
   3.593 -See \`config.log' for more details." "$LINENO" 5; }
   3.594 +as_fn_error $? "no acceptable C compiler found in \$PATH
   3.595 +See \`config.log' for more details" "$LINENO" 5; }
   3.596  
   3.597  # Provide some information about the compiler.
   3.598  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   3.599 @@ -2734,9 +2751,8 @@
   3.600  
   3.601  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.602  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.603 -{ as_fn_set_status 77
   3.604 -as_fn_error "C compiler cannot create executables
   3.605 -See \`config.log' for more details." "$LINENO" 5; }; }
   3.606 +as_fn_error 77 "C compiler cannot create executables
   3.607 +See \`config.log' for more details" "$LINENO" 5; }
   3.608  else
   3.609    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3.610  $as_echo "yes" >&6; }
   3.611 @@ -2778,8 +2794,8 @@
   3.612  else
   3.613    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.614  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.615 -as_fn_error "cannot compute suffix of executables: cannot compile and link
   3.616 -See \`config.log' for more details." "$LINENO" 5; }
   3.617 +as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   3.618 +See \`config.log' for more details" "$LINENO" 5; }
   3.619  fi
   3.620  rm -f conftest conftest$ac_cv_exeext
   3.621  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   3.622 @@ -2836,9 +2852,9 @@
   3.623      else
   3.624  	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.625  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.626 -as_fn_error "cannot run C compiled programs.
   3.627 +as_fn_error $? "cannot run C compiled programs.
   3.628  If you meant to cross compile, use \`--host'.
   3.629 -See \`config.log' for more details." "$LINENO" 5; }
   3.630 +See \`config.log' for more details" "$LINENO" 5; }
   3.631      fi
   3.632    fi
   3.633  fi
   3.634 @@ -2849,7 +2865,7 @@
   3.635  ac_clean_files=$ac_clean_files_save
   3.636  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   3.637  $as_echo_n "checking for suffix of object files... " >&6; }
   3.638 -if test "${ac_cv_objext+set}" = set; then :
   3.639 +if ${ac_cv_objext+:} false; then :
   3.640    $as_echo_n "(cached) " >&6
   3.641  else
   3.642    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3.643 @@ -2889,8 +2905,8 @@
   3.644  
   3.645  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.646  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.647 -as_fn_error "cannot compute suffix of object files: cannot compile
   3.648 -See \`config.log' for more details." "$LINENO" 5; }
   3.649 +as_fn_error $? "cannot compute suffix of object files: cannot compile
   3.650 +See \`config.log' for more details" "$LINENO" 5; }
   3.651  fi
   3.652  rm -f conftest.$ac_cv_objext conftest.$ac_ext
   3.653  fi
   3.654 @@ -2900,7 +2916,7 @@
   3.655  ac_objext=$OBJEXT
   3.656  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   3.657  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   3.658 -if test "${ac_cv_c_compiler_gnu+set}" = set; then :
   3.659 +if ${ac_cv_c_compiler_gnu+:} false; then :
   3.660    $as_echo_n "(cached) " >&6
   3.661  else
   3.662    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3.663 @@ -2937,7 +2953,7 @@
   3.664  ac_save_CFLAGS=$CFLAGS
   3.665  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   3.666  $as_echo_n "checking whether $CC accepts -g... " >&6; }
   3.667 -if test "${ac_cv_prog_cc_g+set}" = set; then :
   3.668 +if ${ac_cv_prog_cc_g+:} false; then :
   3.669    $as_echo_n "(cached) " >&6
   3.670  else
   3.671    ac_save_c_werror_flag=$ac_c_werror_flag
   3.672 @@ -3015,7 +3031,7 @@
   3.673  fi
   3.674  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   3.675  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   3.676 -if test "${ac_cv_prog_cc_c89+set}" = set; then :
   3.677 +if ${ac_cv_prog_cc_c89+:} false; then :
   3.678    $as_echo_n "(cached) " >&6
   3.679  else
   3.680    ac_cv_prog_cc_c89=no
   3.681 @@ -3161,6 +3177,7 @@
   3.682  if test "x$enable_dependency_tracking" != xno; then
   3.683    am_depcomp="$ac_aux_dir/depcomp"
   3.684    AMDEPBACKSLASH='\'
   3.685 +  am__nodep='_no'
   3.686  fi
   3.687   if test "x$enable_dependency_tracking" != xno; then
   3.688    AMDEP_TRUE=
   3.689 @@ -3176,7 +3193,7 @@
   3.690  
   3.691  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   3.692  $as_echo_n "checking dependency style of $depcc... " >&6; }
   3.693 -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
   3.694 +if ${am_cv_CC_dependencies_compiler_type+:} false; then :
   3.695    $as_echo_n "(cached) " >&6
   3.696  else
   3.697    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   3.698 @@ -3185,6 +3202,7 @@
   3.699    # instance it was reported that on HP-UX the gcc test will end up
   3.700    # making a dummy file named `D' -- because `-MD' means `put the output
   3.701    # in D'.
   3.702 +  rm -rf conftest.dir
   3.703    mkdir conftest.dir
   3.704    # Copy depcomp to subdir because otherwise we won't find it if we're
   3.705    # using a relative directory.
   3.706 @@ -3244,7 +3262,7 @@
   3.707  	break
   3.708        fi
   3.709        ;;
   3.710 -    msvisualcpp | msvcmsys)
   3.711 +    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   3.712        # This compiler won't grok `-c -o', but also, the minuso test has
   3.713        # not run yet.  These depmodes are late enough in the game, and
   3.714        # so weak that their functioning should not be impacted.
   3.715 @@ -3315,7 +3333,7 @@
   3.716  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   3.717  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.718  $as_echo_n "checking for $ac_word... " >&6; }
   3.719 -if test "${ac_cv_prog_CXX+set}" = set; then :
   3.720 +if ${ac_cv_prog_CXX+:} false; then :
   3.721    $as_echo_n "(cached) " >&6
   3.722  else
   3.723    if test -n "$CXX"; then
   3.724 @@ -3359,7 +3377,7 @@
   3.725  set dummy $ac_prog; ac_word=$2
   3.726  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.727  $as_echo_n "checking for $ac_word... " >&6; }
   3.728 -if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
   3.729 +if ${ac_cv_prog_ac_ct_CXX+:} false; then :
   3.730    $as_echo_n "(cached) " >&6
   3.731  else
   3.732    if test -n "$ac_ct_CXX"; then
   3.733 @@ -3437,7 +3455,7 @@
   3.734  
   3.735  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
   3.736  $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
   3.737 -if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
   3.738 +if ${ac_cv_cxx_compiler_gnu+:} false; then :
   3.739    $as_echo_n "(cached) " >&6
   3.740  else
   3.741    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3.742 @@ -3474,7 +3492,7 @@
   3.743  ac_save_CXXFLAGS=$CXXFLAGS
   3.744  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
   3.745  $as_echo_n "checking whether $CXX accepts -g... " >&6; }
   3.746 -if test "${ac_cv_prog_cxx_g+set}" = set; then :
   3.747 +if ${ac_cv_prog_cxx_g+:} false; then :
   3.748    $as_echo_n "(cached) " >&6
   3.749  else
   3.750    ac_save_cxx_werror_flag=$ac_cxx_werror_flag
   3.751 @@ -3560,7 +3578,7 @@
   3.752  
   3.753  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   3.754  $as_echo_n "checking dependency style of $depcc... " >&6; }
   3.755 -if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
   3.756 +if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
   3.757    $as_echo_n "(cached) " >&6
   3.758  else
   3.759    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   3.760 @@ -3569,6 +3587,7 @@
   3.761    # instance it was reported that on HP-UX the gcc test will end up
   3.762    # making a dummy file named `D' -- because `-MD' means `put the output
   3.763    # in D'.
   3.764 +  rm -rf conftest.dir
   3.765    mkdir conftest.dir
   3.766    # Copy depcomp to subdir because otherwise we won't find it if we're
   3.767    # using a relative directory.
   3.768 @@ -3628,7 +3647,7 @@
   3.769  	break
   3.770        fi
   3.771        ;;
   3.772 -    msvisualcpp | msvcmsys)
   3.773 +    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   3.774        # This compiler won't grok `-c -o', but also, the minuso test has
   3.775        # not run yet.  These depmodes are late enough in the game, and
   3.776        # so weak that their functioning should not be impacted.
   3.777 @@ -3688,7 +3707,7 @@
   3.778  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   3.779  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.780  $as_echo_n "checking for $ac_word... " >&6; }
   3.781 -if test "${ac_cv_prog_RANLIB+set}" = set; then :
   3.782 +if ${ac_cv_prog_RANLIB+:} false; then :
   3.783    $as_echo_n "(cached) " >&6
   3.784  else
   3.785    if test -n "$RANLIB"; then
   3.786 @@ -3728,7 +3747,7 @@
   3.787  set dummy ranlib; ac_word=$2
   3.788  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3.789  $as_echo_n "checking for $ac_word... " >&6; }
   3.790 -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
   3.791 +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   3.792    $as_echo_n "(cached) " >&6
   3.793  else
   3.794    if test -n "$ac_ct_RANLIB"; then
   3.795 @@ -3820,27 +3839,27 @@
   3.796  
   3.797  # Make sure we can run config.sub.
   3.798  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   3.799 -  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   3.800 +  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   3.801  
   3.802  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   3.803  $as_echo_n "checking build system type... " >&6; }
   3.804 -if test "${ac_cv_build+set}" = set; then :
   3.805 +if ${ac_cv_build+:} false; then :
   3.806    $as_echo_n "(cached) " >&6
   3.807  else
   3.808    ac_build_alias=$build_alias
   3.809  test "x$ac_build_alias" = x &&
   3.810    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   3.811  test "x$ac_build_alias" = x &&
   3.812 -  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
   3.813 +  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
   3.814  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   3.815 -  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   3.816 +  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   3.817  
   3.818  fi
   3.819  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   3.820  $as_echo "$ac_cv_build" >&6; }
   3.821  case $ac_cv_build in
   3.822  *-*-*) ;;
   3.823 -*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
   3.824 +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
   3.825  esac
   3.826  build=$ac_cv_build
   3.827  ac_save_IFS=$IFS; IFS='-'
   3.828 @@ -3858,14 +3877,14 @@
   3.829  
   3.830  { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
   3.831  $as_echo_n "checking host system type... " >&6; }
   3.832 -if test "${ac_cv_host+set}" = set; then :
   3.833 +if ${ac_cv_host+:} false; then :
   3.834    $as_echo_n "(cached) " >&6
   3.835  else
   3.836    if test "x$host_alias" = x; then
   3.837    ac_cv_host=$ac_cv_build
   3.838  else
   3.839    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   3.840 -    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   3.841 +    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   3.842  fi
   3.843  
   3.844  fi
   3.845 @@ -3873,7 +3892,7 @@
   3.846  $as_echo "$ac_cv_host" >&6; }
   3.847  case $ac_cv_host in
   3.848  *-*-*) ;;
   3.849 -*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
   3.850 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
   3.851  esac
   3.852  host=$ac_cv_host
   3.853  ac_save_IFS=$IFS; IFS='-'
   3.854 @@ -3947,7 +3966,7 @@
   3.855  
   3.856  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
   3.857  $as_echo_n "checking for inline... " >&6; }
   3.858 -if test "${ac_cv_c_inline+set}" = set; then :
   3.859 +if ${ac_cv_c_inline+:} false; then :
   3.860    $as_echo_n "(cached) " >&6
   3.861  else
   3.862    ac_cv_c_inline=no
   3.863 @@ -4053,10 +4072,21 @@
   3.864       :end' >>confcache
   3.865  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   3.866    if test -w "$cache_file"; then
   3.867 -    test "x$cache_file" != "x/dev/null" &&
   3.868 +    if test "x$cache_file" != "x/dev/null"; then
   3.869        { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   3.870  $as_echo "$as_me: updating cache $cache_file" >&6;}
   3.871 -    cat confcache >$cache_file
   3.872 +      if test ! -f "$cache_file" || test -h "$cache_file"; then
   3.873 +	cat confcache >"$cache_file"
   3.874 +      else
   3.875 +        case $cache_file in #(
   3.876 +        */* | ?:*)
   3.877 +	  mv -f confcache "$cache_file"$$ &&
   3.878 +	  mv -f "$cache_file"$$ "$cache_file" ;; #(
   3.879 +        *)
   3.880 +	  mv -f confcache "$cache_file" ;;
   3.881 +	esac
   3.882 +      fi
   3.883 +    fi
   3.884    else
   3.885      { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   3.886  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   3.887 @@ -4072,6 +4102,7 @@
   3.888  
   3.889  ac_libobjs=
   3.890  ac_ltlibobjs=
   3.891 +U=
   3.892  for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
   3.893    # 1. Remove the extension, and $U if already installed.
   3.894    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   3.895 @@ -4095,31 +4126,31 @@
   3.896  fi
   3.897  
   3.898  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   3.899 -  as_fn_error "conditional \"AMDEP\" was never defined.
   3.900 +  as_fn_error $? "conditional \"AMDEP\" was never defined.
   3.901  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.902  fi
   3.903  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   3.904 -  as_fn_error "conditional \"am__fastdepCC\" was never defined.
   3.905 +  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   3.906  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.907  fi
   3.908  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   3.909 -  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
   3.910 +  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
   3.911  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.912  fi
   3.913  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   3.914 -  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   3.915 +  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   3.916  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.917  fi
   3.918  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   3.919 -  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   3.920 +  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   3.921  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.922  fi
   3.923  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   3.924 -  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
   3.925 +  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   3.926  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.927  fi
   3.928  
   3.929 -: ${CONFIG_STATUS=./config.status}
   3.930 +: "${CONFIG_STATUS=./config.status}"
   3.931  ac_write_fail=0
   3.932  ac_clean_files_save=$ac_clean_files
   3.933  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   3.934 @@ -4220,6 +4251,7 @@
   3.935  IFS=" ""	$as_nl"
   3.936  
   3.937  # Find who we are.  Look in the path if we contain no directory separator.
   3.938 +as_myself=
   3.939  case $0 in @%:@((
   3.940    *[\\/]* ) as_myself=$0 ;;
   3.941    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3.942 @@ -4265,19 +4297,19 @@
   3.943  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   3.944  
   3.945  
   3.946 -@%:@ as_fn_error ERROR [LINENO LOG_FD]
   3.947 -@%:@ ---------------------------------
   3.948 +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
   3.949 +@%:@ ----------------------------------------
   3.950  @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   3.951  @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   3.952 -@%:@ script with status @S|@?, using 1 if that was 0.
   3.953 +@%:@ script with STATUS, using 1 if that was 0.
   3.954  as_fn_error ()
   3.955  {
   3.956 -  as_status=$?; test $as_status -eq 0 && as_status=1
   3.957 -  if test "$3"; then
   3.958 -    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   3.959 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   3.960 +  as_status=$1; test $as_status -eq 0 && as_status=1
   3.961 +  if test "$4"; then
   3.962 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   3.963 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   3.964    fi
   3.965 -  $as_echo "$as_me: error: $1" >&2
   3.966 +  $as_echo "$as_me: error: $2" >&2
   3.967    as_fn_exit $as_status
   3.968  } @%:@ as_fn_error
   3.969  
   3.970 @@ -4473,7 +4505,7 @@
   3.971        test -d "$as_dir" && break
   3.972      done
   3.973      test -z "$as_dirs" || eval "mkdir $as_dirs"
   3.974 -  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   3.975 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   3.976  
   3.977  
   3.978  } @%:@ as_fn_mkdir_p
   3.979 @@ -4527,7 +4559,7 @@
   3.980  # values after options handling.
   3.981  ac_log="
   3.982  This file was extended by ltplib $as_me 0.1, which was
   3.983 -generated by GNU Autoconf 2.65.  Invocation command line was
   3.984 +generated by GNU Autoconf 2.68.  Invocation command line was
   3.985  
   3.986    CONFIG_FILES    = $CONFIG_FILES
   3.987    CONFIG_HEADERS  = $CONFIG_HEADERS
   3.988 @@ -4593,10 +4625,10 @@
   3.989  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   3.990  ac_cs_version="\\
   3.991  ltplib config.status 0.1
   3.992 -configured by $0, generated by GNU Autoconf 2.65,
   3.993 +configured by $0, generated by GNU Autoconf 2.68,
   3.994    with options \\"\$ac_cs_config\\"
   3.995  
   3.996 -Copyright (C) 2009 Free Software Foundation, Inc.
   3.997 +Copyright (C) 2010 Free Software Foundation, Inc.
   3.998  This config.status script is free software; the Free Software Foundation
   3.999  gives unlimited permission to copy, distribute and modify it."
  3.1000  
  3.1001 @@ -4614,11 +4646,16 @@
  3.1002  while test $# != 0
  3.1003  do
  3.1004    case $1 in
  3.1005 -  --*=*)
  3.1006 +  --*=?*)
  3.1007      ac_option=`expr "X$1" : 'X\([^=]*\)='`
  3.1008      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  3.1009      ac_shift=:
  3.1010      ;;
  3.1011 +  --*=)
  3.1012 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  3.1013 +    ac_optarg=
  3.1014 +    ac_shift=:
  3.1015 +    ;;
  3.1016    *)
  3.1017      ac_option=$1
  3.1018      ac_optarg=$2
  3.1019 @@ -4640,6 +4677,7 @@
  3.1020      $ac_shift
  3.1021      case $ac_optarg in
  3.1022      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  3.1023 +    '') as_fn_error $? "missing file argument" ;;
  3.1024      esac
  3.1025      as_fn_append CONFIG_FILES " '$ac_optarg'"
  3.1026      ac_need_defaults=false;;
  3.1027 @@ -4652,7 +4690,7 @@
  3.1028      ac_need_defaults=false;;
  3.1029    --he | --h)
  3.1030      # Conflict between --help and --header
  3.1031 -    as_fn_error "ambiguous option: \`$1'
  3.1032 +    as_fn_error $? "ambiguous option: \`$1'
  3.1033  Try \`$0 --help' for more information.";;
  3.1034    --help | --hel | -h )
  3.1035      $as_echo "$ac_cs_usage"; exit ;;
  3.1036 @@ -4661,7 +4699,7 @@
  3.1037      ac_cs_silent=: ;;
  3.1038  
  3.1039    # This is an error.
  3.1040 -  -*) as_fn_error "unrecognized option: \`$1'
  3.1041 +  -*) as_fn_error $? "unrecognized option: \`$1'
  3.1042  Try \`$0 --help' for more information." ;;
  3.1043  
  3.1044    *) as_fn_append ac_config_targets " $1"
  3.1045 @@ -4723,7 +4761,7 @@
  3.1046      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
  3.1047      "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
  3.1048  
  3.1049 -  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  3.1050 +  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  3.1051    esac
  3.1052  done
  3.1053  
  3.1054 @@ -4746,9 +4784,10 @@
  3.1055  # after its creation but before its name has been assigned to `$tmp'.
  3.1056  $debug ||
  3.1057  {
  3.1058 -  tmp=
  3.1059 +  tmp= ac_tmp=
  3.1060    trap 'exit_status=$?
  3.1061 -  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  3.1062 +  : "${ac_tmp:=$tmp}"
  3.1063 +  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  3.1064  ' 0
  3.1065    trap 'as_fn_exit 1' 1 2 13 15
  3.1066  }
  3.1067 @@ -4756,12 +4795,13 @@
  3.1068  
  3.1069  {
  3.1070    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  3.1071 -  test -n "$tmp" && test -d "$tmp"
  3.1072 +  test -d "$tmp"
  3.1073  }  ||
  3.1074  {
  3.1075    tmp=./conf$$-$RANDOM
  3.1076    (umask 077 && mkdir "$tmp")
  3.1077 -} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
  3.1078 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  3.1079 +ac_tmp=$tmp
  3.1080  
  3.1081  # Set up the scripts for CONFIG_FILES section.
  3.1082  # No need to generate them if there are no CONFIG_FILES.
  3.1083 @@ -4778,12 +4818,12 @@
  3.1084  fi
  3.1085  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  3.1086  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  3.1087 -  ac_cs_awk_cr='\r'
  3.1088 +  ac_cs_awk_cr='\\r'
  3.1089  else
  3.1090    ac_cs_awk_cr=$ac_cr
  3.1091  fi
  3.1092  
  3.1093 -echo 'BEGIN {' >"$tmp/subs1.awk" &&
  3.1094 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  3.1095  _ACEOF
  3.1096  
  3.1097  
  3.1098 @@ -4792,18 +4832,18 @@
  3.1099    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  3.1100    echo "_ACEOF"
  3.1101  } >conf$$subs.sh ||
  3.1102 -  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  3.1103 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
  3.1104 +  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  3.1105 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
  3.1106  ac_delim='%!_!# '
  3.1107  for ac_last_try in false false false false false :; do
  3.1108    . ./conf$$subs.sh ||
  3.1109 -    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  3.1110 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  3.1111  
  3.1112    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  3.1113    if test $ac_delim_n = $ac_delim_num; then
  3.1114      break
  3.1115    elif $ac_last_try; then
  3.1116 -    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  3.1117 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  3.1118    else
  3.1119      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  3.1120    fi
  3.1121 @@ -4811,7 +4851,7 @@
  3.1122  rm -f conf$$subs.sh
  3.1123  
  3.1124  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  3.1125 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
  3.1126 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
  3.1127  _ACEOF
  3.1128  sed -n '
  3.1129  h
  3.1130 @@ -4859,7 +4899,7 @@
  3.1131  rm -f conf$$subs.awk
  3.1132  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  3.1133  _ACAWK
  3.1134 -cat >>"\$tmp/subs1.awk" <<_ACAWK &&
  3.1135 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  3.1136    for (key in S) S_is_set[key] = 1
  3.1137    FS = ""
  3.1138  
  3.1139 @@ -4891,21 +4931,29 @@
  3.1140    sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  3.1141  else
  3.1142    cat
  3.1143 -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
  3.1144 -  || as_fn_error "could not setup config files machinery" "$LINENO" 5
  3.1145 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  3.1146 +  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  3.1147  _ACEOF
  3.1148  
  3.1149 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
  3.1150 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  3.1151 +# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
  3.1152 +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
  3.1153  # trailing colons and then remove the whole line if VPATH becomes empty
  3.1154  # (actually we leave an empty line to preserve line numbers).
  3.1155  if test "x$srcdir" = x.; then
  3.1156 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  3.1157 -s/:*\$(srcdir):*/:/
  3.1158 -s/:*\${srcdir}:*/:/
  3.1159 -s/:*@srcdir@:*/:/
  3.1160 -s/^\([^=]*=[	 ]*\):*/\1/
  3.1161 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
  3.1162 +h
  3.1163 +s///
  3.1164 +s/^/:/
  3.1165 +s/[	 ]*$/:/
  3.1166 +s/:\$(srcdir):/:/g
  3.1167 +s/:\${srcdir}:/:/g
  3.1168 +s/:@srcdir@:/:/g
  3.1169 +s/^:*//
  3.1170  s/:*$//
  3.1171 +x
  3.1172 +s/\(=[	 ]*\).*/\1/
  3.1173 +G
  3.1174 +s/\n//
  3.1175  s/^[^=]*=[	 ]*$//
  3.1176  }'
  3.1177  fi
  3.1178 @@ -4917,7 +4965,7 @@
  3.1179  # No need to generate them if there are no CONFIG_HEADERS.
  3.1180  # This happens for instance with `./config.status Makefile'.
  3.1181  if test -n "$CONFIG_HEADERS"; then
  3.1182 -cat >"$tmp/defines.awk" <<\_ACAWK ||
  3.1183 +cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  3.1184  BEGIN {
  3.1185  _ACEOF
  3.1186  
  3.1187 @@ -4929,11 +4977,11 @@
  3.1188  # handling of long lines.
  3.1189  ac_delim='%!_!# '
  3.1190  for ac_last_try in false false :; do
  3.1191 -  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
  3.1192 -  if test -z "$ac_t"; then
  3.1193 +  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  3.1194 +  if test -z "$ac_tt"; then
  3.1195      break
  3.1196    elif $ac_last_try; then
  3.1197 -    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
  3.1198 +    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  3.1199    else
  3.1200      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  3.1201    fi
  3.1202 @@ -5018,7 +5066,7 @@
  3.1203  _ACAWK
  3.1204  _ACEOF
  3.1205  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  3.1206 -  as_fn_error "could not setup config headers machinery" "$LINENO" 5
  3.1207 +  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  3.1208  fi # test -n "$CONFIG_HEADERS"
  3.1209  
  3.1210  
  3.1211 @@ -5031,7 +5079,7 @@
  3.1212    esac
  3.1213    case $ac_mode$ac_tag in
  3.1214    :[FHL]*:*);;
  3.1215 -  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
  3.1216 +  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  3.1217    :[FH]-) ac_tag=-:-;;
  3.1218    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  3.1219    esac
  3.1220 @@ -5050,7 +5098,7 @@
  3.1221      for ac_f
  3.1222      do
  3.1223        case $ac_f in
  3.1224 -      -) ac_f="$tmp/stdin";;
  3.1225 +      -) ac_f="$ac_tmp/stdin";;
  3.1226        *) # Look for the file first in the build tree, then in the source tree
  3.1227  	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  3.1228  	 # because $ac_f cannot contain `:'.
  3.1229 @@ -5059,7 +5107,7 @@
  3.1230  	   [\\/$]*) false;;
  3.1231  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  3.1232  	   esac ||
  3.1233 -	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  3.1234 +	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  3.1235        esac
  3.1236        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  3.1237        as_fn_append ac_file_inputs " '$ac_f'"
  3.1238 @@ -5085,8 +5133,8 @@
  3.1239      esac
  3.1240  
  3.1241      case $ac_tag in
  3.1242 -    *:-:* | *:-) cat >"$tmp/stdin" \
  3.1243 -      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
  3.1244 +    *:-:* | *:-) cat >"$ac_tmp/stdin" \
  3.1245 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  3.1246      esac
  3.1247      ;;
  3.1248    esac
  3.1249 @@ -5222,23 +5270,24 @@
  3.1250  s&@MKDIR_P@&$ac_MKDIR_P&;t t
  3.1251  $ac_datarootdir_hack
  3.1252  "
  3.1253 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
  3.1254 -  || as_fn_error "could not create $ac_file" "$LINENO" 5
  3.1255 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  3.1256 +  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  3.1257  
  3.1258  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  3.1259 -  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  3.1260 -  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  3.1261 +  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  3.1262 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
  3.1263 +      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  3.1264    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  3.1265 -which seems to be undefined.  Please make sure it is defined." >&5
  3.1266 +which seems to be undefined.  Please make sure it is defined" >&5
  3.1267  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  3.1268 -which seems to be undefined.  Please make sure it is defined." >&2;}
  3.1269 -
  3.1270 -  rm -f "$tmp/stdin"
  3.1271 +which seems to be undefined.  Please make sure it is defined" >&2;}
  3.1272 +
  3.1273 +  rm -f "$ac_tmp/stdin"
  3.1274    case $ac_file in
  3.1275 -  -) cat "$tmp/out" && rm -f "$tmp/out";;
  3.1276 -  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  3.1277 +  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  3.1278 +  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  3.1279    esac \
  3.1280 -  || as_fn_error "could not create $ac_file" "$LINENO" 5
  3.1281 +  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  3.1282   ;;
  3.1283    :H)
  3.1284    #
  3.1285 @@ -5247,21 +5296,21 @@
  3.1286    if test x"$ac_file" != x-; then
  3.1287      {
  3.1288        $as_echo "/* $configure_input  */" \
  3.1289 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
  3.1290 -    } >"$tmp/config.h" \
  3.1291 -      || as_fn_error "could not create $ac_file" "$LINENO" 5
  3.1292 -    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
  3.1293 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  3.1294 +    } >"$ac_tmp/config.h" \
  3.1295 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  3.1296 +    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  3.1297        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  3.1298  $as_echo "$as_me: $ac_file is unchanged" >&6;}
  3.1299      else
  3.1300        rm -f "$ac_file"
  3.1301 -      mv "$tmp/config.h" "$ac_file" \
  3.1302 -	|| as_fn_error "could not create $ac_file" "$LINENO" 5
  3.1303 +      mv "$ac_tmp/config.h" "$ac_file" \
  3.1304 +	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
  3.1305      fi
  3.1306    else
  3.1307      $as_echo "/* $configure_input  */" \
  3.1308 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
  3.1309 -      || as_fn_error "could not create -" "$LINENO" 5
  3.1310 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  3.1311 +      || as_fn_error $? "could not create -" "$LINENO" 5
  3.1312    fi
  3.1313  # Compute "$ac_file"'s index in $config_headers.
  3.1314  _am_arg="$ac_file"
  3.1315 @@ -5411,7 +5460,7 @@
  3.1316  ac_clean_files=$ac_clean_files_save
  3.1317  
  3.1318  test $ac_write_fail = 0 ||
  3.1319 -  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
  3.1320 +  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
  3.1321  
  3.1322  
  3.1323  # configure is writing to config.log, and then calls config.status.
  3.1324 @@ -5432,7 +5481,7 @@
  3.1325    exec 5>>config.log
  3.1326    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3.1327    # would make configure fail if this is the last instruction.
  3.1328 -  $ac_cs_success || as_fn_exit $?
  3.1329 +  $ac_cs_success || as_fn_exit 1
  3.1330  fi
  3.1331  if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  3.1332    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     4.1 --- a/autom4te.cache/output.1	Thu Mar 22 09:07:39 2012 +0000
     4.2 +++ b/autom4te.cache/output.1	Mon Mar 24 11:35:35 2014 +0000
     4.3 @@ -1,13 +1,13 @@
     4.4  @%:@! /bin/sh
     4.5  @%:@ Guess values for system-dependent variables and create Makefiles.
     4.6 -@%:@ Generated by GNU Autoconf 2.65 for ltplib 0.1.
     4.7 +@%:@ Generated by GNU Autoconf 2.68 for ltplib 0.1.
     4.8  @%:@
     4.9  @%:@ Report bugs to <EMAIL PROTECTED>.
    4.10  @%:@ 
    4.11  @%:@ 
    4.12  @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    4.13 -@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    4.14 -@%:@ Inc.
    4.15 +@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
    4.16 +@%:@ Foundation, Inc.
    4.17  @%:@ 
    4.18  @%:@ 
    4.19  @%:@ This configure script is free software; the Free Software Foundation
    4.20 @@ -91,6 +91,7 @@
    4.21  IFS=" ""	$as_nl"
    4.22  
    4.23  # Find who we are.  Look in the path if we contain no directory separator.
    4.24 +as_myself=
    4.25  case $0 in @%:@((
    4.26    *[\\/]* ) as_myself=$0 ;;
    4.27    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    4.28 @@ -215,11 +216,18 @@
    4.29    # We cannot yet assume a decent shell, so we have to provide a
    4.30  	# neutralization value for shells without unset; and this also
    4.31  	# works around shells that cannot unset nonexistent variables.
    4.32 +	# Preserve -v and -x to the replacement shell.
    4.33  	BASH_ENV=/dev/null
    4.34  	ENV=/dev/null
    4.35  	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    4.36  	export CONFIG_SHELL
    4.37 -	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    4.38 +	case $- in @%:@ ((((
    4.39 +	  *v*x* | *x*v* ) as_opts=-vx ;;
    4.40 +	  *v* ) as_opts=-v ;;
    4.41 +	  *x* ) as_opts=-x ;;
    4.42 +	  * ) as_opts= ;;
    4.43 +	esac
    4.44 +	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
    4.45  fi
    4.46  
    4.47      if test x$as_have_required = xno; then :
    4.48 @@ -318,7 +326,7 @@
    4.49        test -d "$as_dir" && break
    4.50      done
    4.51      test -z "$as_dirs" || eval "mkdir $as_dirs"
    4.52 -  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
    4.53 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    4.54  
    4.55  
    4.56  } @%:@ as_fn_mkdir_p
    4.57 @@ -358,19 +366,19 @@
    4.58  fi # as_fn_arith
    4.59  
    4.60  
    4.61 -@%:@ as_fn_error ERROR [LINENO LOG_FD]
    4.62 -@%:@ ---------------------------------
    4.63 +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
    4.64 +@%:@ ----------------------------------------
    4.65  @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    4.66  @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    4.67 -@%:@ script with status @S|@?, using 1 if that was 0.
    4.68 +@%:@ script with STATUS, using 1 if that was 0.
    4.69  as_fn_error ()
    4.70  {
    4.71 -  as_status=$?; test $as_status -eq 0 && as_status=1
    4.72 -  if test "$3"; then
    4.73 -    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    4.74 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    4.75 +  as_status=$1; test $as_status -eq 0 && as_status=1
    4.76 +  if test "$4"; then
    4.77 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    4.78 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    4.79    fi
    4.80 -  $as_echo "$as_me: error: $1" >&2
    4.81 +  $as_echo "$as_me: error: $2" >&2
    4.82    as_fn_exit $as_status
    4.83  } @%:@ as_fn_error
    4.84  
    4.85 @@ -532,7 +540,7 @@
    4.86  exec 6>&1
    4.87  
    4.88  # Name of the host.
    4.89 -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    4.90 +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    4.91  # so uname gets run too.
    4.92  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    4.93  
    4.94 @@ -583,6 +591,7 @@
    4.95  am__fastdepCC_FALSE
    4.96  am__fastdepCC_TRUE
    4.97  CCDEPMODE
    4.98 +am__nodep
    4.99  AMDEPBACKSLASH
   4.100  AMDEP_FALSE
   4.101  AMDEP_TRUE
   4.102 @@ -736,8 +745,9 @@
   4.103    fi
   4.104  
   4.105    case $ac_option in
   4.106 -  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   4.107 -  *)	ac_optarg=yes ;;
   4.108 +  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   4.109 +  *=)   ac_optarg= ;;
   4.110 +  *)    ac_optarg=yes ;;
   4.111    esac
   4.112  
   4.113    # Accept the important Cygnus configure options, so we can diagnose typos.
   4.114 @@ -782,7 +792,7 @@
   4.115      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   4.116      # Reject names that are not valid shell variable names.
   4.117      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   4.118 -      as_fn_error "invalid feature name: $ac_useropt"
   4.119 +      as_fn_error $? "invalid feature name: $ac_useropt"
   4.120      ac_useropt_orig=$ac_useropt
   4.121      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   4.122      case $ac_user_opts in
   4.123 @@ -808,7 +818,7 @@
   4.124      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   4.125      # Reject names that are not valid shell variable names.
   4.126      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   4.127 -      as_fn_error "invalid feature name: $ac_useropt"
   4.128 +      as_fn_error $? "invalid feature name: $ac_useropt"
   4.129      ac_useropt_orig=$ac_useropt
   4.130      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   4.131      case $ac_user_opts in
   4.132 @@ -1012,7 +1022,7 @@
   4.133      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   4.134      # Reject names that are not valid shell variable names.
   4.135      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   4.136 -      as_fn_error "invalid package name: $ac_useropt"
   4.137 +      as_fn_error $? "invalid package name: $ac_useropt"
   4.138      ac_useropt_orig=$ac_useropt
   4.139      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   4.140      case $ac_user_opts in
   4.141 @@ -1028,7 +1038,7 @@
   4.142      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   4.143      # Reject names that are not valid shell variable names.
   4.144      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   4.145 -      as_fn_error "invalid package name: $ac_useropt"
   4.146 +      as_fn_error $? "invalid package name: $ac_useropt"
   4.147      ac_useropt_orig=$ac_useropt
   4.148      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   4.149      case $ac_user_opts in
   4.150 @@ -1058,8 +1068,8 @@
   4.151    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   4.152      x_libraries=$ac_optarg ;;
   4.153  
   4.154 -  -*) as_fn_error "unrecognized option: \`$ac_option'
   4.155 -Try \`$0 --help' for more information."
   4.156 +  -*) as_fn_error $? "unrecognized option: \`$ac_option'
   4.157 +Try \`$0 --help' for more information"
   4.158      ;;
   4.159  
   4.160    *=*)
   4.161 @@ -1067,7 +1077,7 @@
   4.162      # Reject names that are not valid shell variable names.
   4.163      case $ac_envvar in #(
   4.164        '' | [0-9]* | *[!_$as_cr_alnum]* )
   4.165 -      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
   4.166 +      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   4.167      esac
   4.168      eval $ac_envvar=\$ac_optarg
   4.169      export $ac_envvar ;;
   4.170 @@ -1077,7 +1087,7 @@
   4.171      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   4.172      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   4.173        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   4.174 -    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   4.175 +    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
   4.176      ;;
   4.177  
   4.178    esac
   4.179 @@ -1085,13 +1095,13 @@
   4.180  
   4.181  if test -n "$ac_prev"; then
   4.182    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   4.183 -  as_fn_error "missing argument to $ac_option"
   4.184 +  as_fn_error $? "missing argument to $ac_option"
   4.185  fi
   4.186  
   4.187  if test -n "$ac_unrecognized_opts"; then
   4.188    case $enable_option_checking in
   4.189      no) ;;
   4.190 -    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
   4.191 +    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   4.192      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   4.193    esac
   4.194  fi
   4.195 @@ -1114,7 +1124,7 @@
   4.196      [\\/$]* | ?:[\\/]* )  continue;;
   4.197      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   4.198    esac
   4.199 -  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
   4.200 +  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   4.201  done
   4.202  
   4.203  # There might be people who depend on the old broken behavior: `$host'
   4.204 @@ -1128,8 +1138,8 @@
   4.205  if test "x$host_alias" != x; then
   4.206    if test "x$build_alias" = x; then
   4.207      cross_compiling=maybe
   4.208 -    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   4.209 -    If a cross compiler is detected then cross compile mode will be used." >&2
   4.210 +    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
   4.211 +    If a cross compiler is detected then cross compile mode will be used" >&2
   4.212    elif test "x$build_alias" != "x$host_alias"; then
   4.213      cross_compiling=yes
   4.214    fi
   4.215 @@ -1144,9 +1154,9 @@
   4.216  ac_pwd=`pwd` && test -n "$ac_pwd" &&
   4.217  ac_ls_di=`ls -di .` &&
   4.218  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   4.219 -  as_fn_error "working directory cannot be determined"
   4.220 +  as_fn_error $? "working directory cannot be determined"
   4.221  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   4.222 -  as_fn_error "pwd does not report name of working directory"
   4.223 +  as_fn_error $? "pwd does not report name of working directory"
   4.224  
   4.225  
   4.226  # Find the source files, if location was not specified.
   4.227 @@ -1185,11 +1195,11 @@
   4.228  fi
   4.229  if test ! -r "$srcdir/$ac_unique_file"; then
   4.230    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   4.231 -  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
   4.232 +  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   4.233  fi
   4.234  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   4.235  ac_abs_confdir=`(
   4.236 -	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
   4.237 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   4.238  	pwd)`
   4.239  # When building in place, set srcdir=.
   4.240  if test "$ac_abs_confdir" = "$ac_pwd"; then
   4.241 @@ -1229,7 +1239,7 @@
   4.242        --help=short        display options specific to this package
   4.243        --help=recursive    display the short help of all the included packages
   4.244    -V, --version           display version information and exit
   4.245 -  -q, --quiet, --silent   do not print \`checking...' messages
   4.246 +  -q, --quiet, --silent   do not print \`checking ...' messages
   4.247        --cache-file=FILE   cache test results in FILE [disabled]
   4.248    -C, --config-cache      alias for \`--cache-file=config.cache'
   4.249    -n, --no-create         do not create output files
   4.250 @@ -1376,9 +1386,9 @@
   4.251  if $ac_init_version; then
   4.252    cat <<\_ACEOF
   4.253  ltplib configure 0.1
   4.254 -generated by GNU Autoconf 2.65
   4.255 -
   4.256 -Copyright (C) 2009 Free Software Foundation, Inc.
   4.257 +generated by GNU Autoconf 2.68
   4.258 +
   4.259 +Copyright (C) 2010 Free Software Foundation, Inc.
   4.260  This configure script is free software; the Free Software Foundation
   4.261  gives unlimited permission to copy, distribute and modify it.
   4.262  _ACEOF
   4.263 @@ -1422,7 +1432,7 @@
   4.264  
   4.265  	ac_retval=1
   4.266  fi
   4.267 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   4.268 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   4.269    as_fn_set_status $ac_retval
   4.270  
   4.271  } @%:@ ac_fn_c_try_compile
   4.272 @@ -1460,7 +1470,7 @@
   4.273  
   4.274  	ac_retval=1
   4.275  fi
   4.276 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   4.277 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   4.278    as_fn_set_status $ac_retval
   4.279  
   4.280  } @%:@ ac_fn_cxx_try_compile
   4.281 @@ -1469,7 +1479,7 @@
   4.282  running configure, to aid debugging if configure makes a mistake.
   4.283  
   4.284  It was created by ltplib $as_me 0.1, which was
   4.285 -generated by GNU Autoconf 2.65.  Invocation command line was
   4.286 +generated by GNU Autoconf 2.68.  Invocation command line was
   4.287  
   4.288    $ $0 $@
   4.289  
   4.290 @@ -1579,11 +1589,9 @@
   4.291    {
   4.292      echo
   4.293  
   4.294 -    cat <<\_ASBOX
   4.295 -## ---------------- ##
   4.296 +    $as_echo "## ---------------- ##
   4.297  ## Cache variables. ##
   4.298 -## ---------------- ##
   4.299 -_ASBOX
   4.300 +## ---------------- ##"
   4.301      echo
   4.302      # The following way of writing the cache mishandles newlines in values,
   4.303  (
   4.304 @@ -1617,11 +1625,9 @@
   4.305  )
   4.306      echo
   4.307  
   4.308 -    cat <<\_ASBOX
   4.309 -## ----------------- ##
   4.310 +    $as_echo "## ----------------- ##
   4.311  ## Output variables. ##
   4.312 -## ----------------- ##
   4.313 -_ASBOX
   4.314 +## ----------------- ##"
   4.315      echo
   4.316      for ac_var in $ac_subst_vars
   4.317      do
   4.318 @@ -1634,11 +1640,9 @@
   4.319      echo
   4.320  
   4.321      if test -n "$ac_subst_files"; then
   4.322 -      cat <<\_ASBOX
   4.323 -## ------------------- ##
   4.324 +      $as_echo "## ------------------- ##
   4.325  ## File substitutions. ##
   4.326 -## ------------------- ##
   4.327 -_ASBOX
   4.328 +## ------------------- ##"
   4.329        echo
   4.330        for ac_var in $ac_subst_files
   4.331        do
   4.332 @@ -1652,11 +1656,9 @@
   4.333      fi
   4.334  
   4.335      if test -s confdefs.h; then
   4.336 -      cat <<\_ASBOX
   4.337 -## ----------- ##
   4.338 +      $as_echo "## ----------- ##
   4.339  ## confdefs.h. ##
   4.340 -## ----------- ##
   4.341 -_ASBOX
   4.342 +## ----------- ##"
   4.343        echo
   4.344        cat confdefs.h
   4.345        echo
   4.346 @@ -1711,7 +1713,12 @@
   4.347  ac_site_file1=NONE
   4.348  ac_site_file2=NONE
   4.349  if test -n "$CONFIG_SITE"; then
   4.350 -  ac_site_file1=$CONFIG_SITE
   4.351 +  # We do not want a PATH search for config.site.
   4.352 +  case $CONFIG_SITE in @%:@((
   4.353 +    -*)  ac_site_file1=./$CONFIG_SITE;;
   4.354 +    */*) ac_site_file1=$CONFIG_SITE;;
   4.355 +    *)   ac_site_file1=./$CONFIG_SITE;;
   4.356 +  esac
   4.357  elif test "x$prefix" != xNONE; then
   4.358    ac_site_file1=$prefix/share/config.site
   4.359    ac_site_file2=$prefix/etc/config.site
   4.360 @@ -1726,7 +1733,11 @@
   4.361      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   4.362  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   4.363      sed 's/^/| /' "$ac_site_file" >&5
   4.364 -    . "$ac_site_file"
   4.365 +    . "$ac_site_file" \
   4.366 +      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4.367 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4.368 +as_fn_error $? "failed to load site script $ac_site_file
   4.369 +See \`config.log' for more details" "$LINENO" 5; }
   4.370    fi
   4.371  done
   4.372  
   4.373 @@ -1802,7 +1813,7 @@
   4.374  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4.375    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   4.376  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   4.377 -  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   4.378 +  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   4.379  fi
   4.380  ## -------------------- ##
   4.381  ## Main body of script. ##
   4.382 @@ -1821,16 +1832,22 @@
   4.383  
   4.384  ac_aux_dir=
   4.385  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   4.386 -  for ac_t in install-sh install.sh shtool; do
   4.387 -    if test -f "$ac_dir/$ac_t"; then
   4.388 -      ac_aux_dir=$ac_dir
   4.389 -      ac_install_sh="$ac_aux_dir/$ac_t -c"
   4.390 -      break 2
   4.391 -    fi
   4.392 -  done
   4.393 +  if test -f "$ac_dir/install-sh"; then
   4.394 +    ac_aux_dir=$ac_dir
   4.395 +    ac_install_sh="$ac_aux_dir/install-sh -c"
   4.396 +    break
   4.397 +  elif test -f "$ac_dir/install.sh"; then
   4.398 +    ac_aux_dir=$ac_dir
   4.399 +    ac_install_sh="$ac_aux_dir/install.sh -c"
   4.400 +    break
   4.401 +  elif test -f "$ac_dir/shtool"; then
   4.402 +    ac_aux_dir=$ac_dir
   4.403 +    ac_install_sh="$ac_aux_dir/shtool install -c"
   4.404 +    break
   4.405 +  fi
   4.406  done
   4.407  if test -z "$ac_aux_dir"; then
   4.408 -  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   4.409 +  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   4.410  fi
   4.411  
   4.412  # These three variables are undocumented and unsupported,
   4.413 @@ -1859,7 +1876,7 @@
   4.414  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
   4.415  $as_echo_n "checking for a BSD-compatible install... " >&6; }
   4.416  if test -z "$INSTALL"; then
   4.417 -if test "${ac_cv_path_install+set}" = set; then :
   4.418 +if ${ac_cv_path_install+:} false; then :
   4.419    $as_echo_n "(cached) " >&6
   4.420  else
   4.421    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4.422 @@ -1946,11 +1963,11 @@
   4.423  '
   4.424  case `pwd` in
   4.425    *[\\\"\#\$\&\'\`$am_lf]*)
   4.426 -    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
   4.427 +    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
   4.428  esac
   4.429  case $srcdir in
   4.430    *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   4.431 -    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   4.432 +    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   4.433  esac
   4.434  
   4.435  # Do `set' in a subshell so we don't clobber the current shell's
   4.436 @@ -1972,7 +1989,7 @@
   4.437        # if, for instance, CONFIG_SHELL is bash and it inherits a
   4.438        # broken ls alias from the environment.  This has actually
   4.439        # happened.  Such a system could not be considered "sane".
   4.440 -      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
   4.441 +      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   4.442  alias in your environment" "$LINENO" 5
   4.443     fi
   4.444  
   4.445 @@ -1982,7 +1999,7 @@
   4.446     # Ok.
   4.447     :
   4.448  else
   4.449 -   as_fn_error "newly created file is older than distributed files!
   4.450 +   as_fn_error $? "newly created file is older than distributed files!
   4.451  Check your system clock" "$LINENO" 5
   4.452  fi
   4.453  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4.454 @@ -2036,7 +2053,7 @@
   4.455  set dummy ${ac_tool_prefix}strip; ac_word=$2
   4.456  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.457  $as_echo_n "checking for $ac_word... " >&6; }
   4.458 -if test "${ac_cv_prog_STRIP+set}" = set; then :
   4.459 +if ${ac_cv_prog_STRIP+:} false; then :
   4.460    $as_echo_n "(cached) " >&6
   4.461  else
   4.462    if test -n "$STRIP"; then
   4.463 @@ -2076,7 +2093,7 @@
   4.464  set dummy strip; ac_word=$2
   4.465  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.466  $as_echo_n "checking for $ac_word... " >&6; }
   4.467 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
   4.468 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   4.469    $as_echo_n "(cached) " >&6
   4.470  else
   4.471    if test -n "$ac_ct_STRIP"; then
   4.472 @@ -2129,7 +2146,7 @@
   4.473  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
   4.474  $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
   4.475  if test -z "$MKDIR_P"; then
   4.476 -  if test "${ac_cv_path_mkdir+set}" = set; then :
   4.477 +  if ${ac_cv_path_mkdir+:} false; then :
   4.478    $as_echo_n "(cached) " >&6
   4.479  else
   4.480    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4.481 @@ -2180,7 +2197,7 @@
   4.482  set dummy $ac_prog; ac_word=$2
   4.483  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.484  $as_echo_n "checking for $ac_word... " >&6; }
   4.485 -if test "${ac_cv_prog_AWK+set}" = set; then :
   4.486 +if ${ac_cv_prog_AWK+:} false; then :
   4.487    $as_echo_n "(cached) " >&6
   4.488  else
   4.489    if test -n "$AWK"; then
   4.490 @@ -2220,7 +2237,7 @@
   4.491  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   4.492  set x ${MAKE-make}
   4.493  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   4.494 -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
   4.495 +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   4.496    $as_echo_n "(cached) " >&6
   4.497  else
   4.498    cat >conftest.make <<\_ACEOF
   4.499 @@ -2228,7 +2245,7 @@
   4.500  all:
   4.501  	@echo '@@@%%%=$(MAKE)=@@@%%%'
   4.502  _ACEOF
   4.503 -# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   4.504 +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   4.505  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   4.506    *@@@%%%=?*=@@@%%%*)
   4.507      eval ac_cv_prog_make_${ac_make}_set=yes;;
   4.508 @@ -2262,7 +2279,7 @@
   4.509    am__isrc=' -I$(srcdir)'
   4.510    # test to see if srcdir already configured
   4.511    if test -f $srcdir/config.status; then
   4.512 -    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   4.513 +    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   4.514    fi
   4.515  fi
   4.516  
   4.517 @@ -2308,11 +2325,11 @@
   4.518  
   4.519  # We need awk for the "check" target.  The system "awk" is bad on
   4.520  # some platforms.
   4.521 -# Always define AMTAR for backward compatibility.
   4.522 -
   4.523 -AMTAR=${AMTAR-"${am_missing_run}tar"}
   4.524 -
   4.525 -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
   4.526 +# Always define AMTAR for backward compatibility.  Yes, it's still used
   4.527 +# in the wild :-(  We should find a proper way to deprecate it ...
   4.528 +AMTAR='$${TAR-tar}'
   4.529 +
   4.530 +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
   4.531  
   4.532  
   4.533  
   4.534 @@ -2329,7 +2346,7 @@
   4.535  set dummy ${ac_tool_prefix}gcc; ac_word=$2
   4.536  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.537  $as_echo_n "checking for $ac_word... " >&6; }
   4.538 -if test "${ac_cv_prog_CC+set}" = set; then :
   4.539 +if ${ac_cv_prog_CC+:} false; then :
   4.540    $as_echo_n "(cached) " >&6
   4.541  else
   4.542    if test -n "$CC"; then
   4.543 @@ -2369,7 +2386,7 @@
   4.544  set dummy gcc; ac_word=$2
   4.545  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.546  $as_echo_n "checking for $ac_word... " >&6; }
   4.547 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   4.548 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
   4.549    $as_echo_n "(cached) " >&6
   4.550  else
   4.551    if test -n "$ac_ct_CC"; then
   4.552 @@ -2422,7 +2439,7 @@
   4.553  set dummy ${ac_tool_prefix}cc; ac_word=$2
   4.554  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.555  $as_echo_n "checking for $ac_word... " >&6; }
   4.556 -if test "${ac_cv_prog_CC+set}" = set; then :
   4.557 +if ${ac_cv_prog_CC+:} false; then :
   4.558    $as_echo_n "(cached) " >&6
   4.559  else
   4.560    if test -n "$CC"; then
   4.561 @@ -2462,7 +2479,7 @@
   4.562  set dummy cc; ac_word=$2
   4.563  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.564  $as_echo_n "checking for $ac_word... " >&6; }
   4.565 -if test "${ac_cv_prog_CC+set}" = set; then :
   4.566 +if ${ac_cv_prog_CC+:} false; then :
   4.567    $as_echo_n "(cached) " >&6
   4.568  else
   4.569    if test -n "$CC"; then
   4.570 @@ -2521,7 +2538,7 @@
   4.571  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   4.572  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.573  $as_echo_n "checking for $ac_word... " >&6; }
   4.574 -if test "${ac_cv_prog_CC+set}" = set; then :
   4.575 +if ${ac_cv_prog_CC+:} false; then :
   4.576    $as_echo_n "(cached) " >&6
   4.577  else
   4.578    if test -n "$CC"; then
   4.579 @@ -2565,7 +2582,7 @@
   4.580  set dummy $ac_prog; ac_word=$2
   4.581  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.582  $as_echo_n "checking for $ac_word... " >&6; }
   4.583 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   4.584 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
   4.585    $as_echo_n "(cached) " >&6
   4.586  else
   4.587    if test -n "$ac_ct_CC"; then
   4.588 @@ -2619,8 +2636,8 @@
   4.589  
   4.590  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4.591  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4.592 -as_fn_error "no acceptable C compiler found in \$PATH
   4.593 -See \`config.log' for more details." "$LINENO" 5; }
   4.594 +as_fn_error $? "no acceptable C compiler found in \$PATH
   4.595 +See \`config.log' for more details" "$LINENO" 5; }
   4.596  
   4.597  # Provide some information about the compiler.
   4.598  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   4.599 @@ -2734,9 +2751,8 @@
   4.600  
   4.601  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4.602  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4.603 -{ as_fn_set_status 77
   4.604 -as_fn_error "C compiler cannot create executables
   4.605 -See \`config.log' for more details." "$LINENO" 5; }; }
   4.606 +as_fn_error 77 "C compiler cannot create executables
   4.607 +See \`config.log' for more details" "$LINENO" 5; }
   4.608  else
   4.609    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4.610  $as_echo "yes" >&6; }
   4.611 @@ -2778,8 +2794,8 @@
   4.612  else
   4.613    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4.614  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4.615 -as_fn_error "cannot compute suffix of executables: cannot compile and link
   4.616 -See \`config.log' for more details." "$LINENO" 5; }
   4.617 +as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   4.618 +See \`config.log' for more details" "$LINENO" 5; }
   4.619  fi
   4.620  rm -f conftest conftest$ac_cv_exeext
   4.621  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   4.622 @@ -2836,9 +2852,9 @@
   4.623      else
   4.624  	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4.625  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4.626 -as_fn_error "cannot run C compiled programs.
   4.627 +as_fn_error $? "cannot run C compiled programs.
   4.628  If you meant to cross compile, use \`--host'.
   4.629 -See \`config.log' for more details." "$LINENO" 5; }
   4.630 +See \`config.log' for more details" "$LINENO" 5; }
   4.631      fi
   4.632    fi
   4.633  fi
   4.634 @@ -2849,7 +2865,7 @@
   4.635  ac_clean_files=$ac_clean_files_save
   4.636  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   4.637  $as_echo_n "checking for suffix of object files... " >&6; }
   4.638 -if test "${ac_cv_objext+set}" = set; then :
   4.639 +if ${ac_cv_objext+:} false; then :
   4.640    $as_echo_n "(cached) " >&6
   4.641  else
   4.642    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4.643 @@ -2889,8 +2905,8 @@
   4.644  
   4.645  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4.646  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4.647 -as_fn_error "cannot compute suffix of object files: cannot compile
   4.648 -See \`config.log' for more details." "$LINENO" 5; }
   4.649 +as_fn_error $? "cannot compute suffix of object files: cannot compile
   4.650 +See \`config.log' for more details" "$LINENO" 5; }
   4.651  fi
   4.652  rm -f conftest.$ac_cv_objext conftest.$ac_ext
   4.653  fi
   4.654 @@ -2900,7 +2916,7 @@
   4.655  ac_objext=$OBJEXT
   4.656  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   4.657  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   4.658 -if test "${ac_cv_c_compiler_gnu+set}" = set; then :
   4.659 +if ${ac_cv_c_compiler_gnu+:} false; then :
   4.660    $as_echo_n "(cached) " >&6
   4.661  else
   4.662    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4.663 @@ -2937,7 +2953,7 @@
   4.664  ac_save_CFLAGS=$CFLAGS
   4.665  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   4.666  $as_echo_n "checking whether $CC accepts -g... " >&6; }
   4.667 -if test "${ac_cv_prog_cc_g+set}" = set; then :
   4.668 +if ${ac_cv_prog_cc_g+:} false; then :
   4.669    $as_echo_n "(cached) " >&6
   4.670  else
   4.671    ac_save_c_werror_flag=$ac_c_werror_flag
   4.672 @@ -3015,7 +3031,7 @@
   4.673  fi
   4.674  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   4.675  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   4.676 -if test "${ac_cv_prog_cc_c89+set}" = set; then :
   4.677 +if ${ac_cv_prog_cc_c89+:} false; then :
   4.678    $as_echo_n "(cached) " >&6
   4.679  else
   4.680    ac_cv_prog_cc_c89=no
   4.681 @@ -3161,6 +3177,7 @@
   4.682  if test "x$enable_dependency_tracking" != xno; then
   4.683    am_depcomp="$ac_aux_dir/depcomp"
   4.684    AMDEPBACKSLASH='\'
   4.685 +  am__nodep='_no'
   4.686  fi
   4.687   if test "x$enable_dependency_tracking" != xno; then
   4.688    AMDEP_TRUE=
   4.689 @@ -3176,7 +3193,7 @@
   4.690  
   4.691  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   4.692  $as_echo_n "checking dependency style of $depcc... " >&6; }
   4.693 -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
   4.694 +if ${am_cv_CC_dependencies_compiler_type+:} false; then :
   4.695    $as_echo_n "(cached) " >&6
   4.696  else
   4.697    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   4.698 @@ -3185,6 +3202,7 @@
   4.699    # instance it was reported that on HP-UX the gcc test will end up
   4.700    # making a dummy file named `D' -- because `-MD' means `put the output
   4.701    # in D'.
   4.702 +  rm -rf conftest.dir
   4.703    mkdir conftest.dir
   4.704    # Copy depcomp to subdir because otherwise we won't find it if we're
   4.705    # using a relative directory.
   4.706 @@ -3244,7 +3262,7 @@
   4.707  	break
   4.708        fi
   4.709        ;;
   4.710 -    msvisualcpp | msvcmsys)
   4.711 +    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   4.712        # This compiler won't grok `-c -o', but also, the minuso test has
   4.713        # not run yet.  These depmodes are late enough in the game, and
   4.714        # so weak that their functioning should not be impacted.
   4.715 @@ -3315,7 +3333,7 @@
   4.716  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   4.717  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.718  $as_echo_n "checking for $ac_word... " >&6; }
   4.719 -if test "${ac_cv_prog_CXX+set}" = set; then :
   4.720 +if ${ac_cv_prog_CXX+:} false; then :
   4.721    $as_echo_n "(cached) " >&6
   4.722  else
   4.723    if test -n "$CXX"; then
   4.724 @@ -3359,7 +3377,7 @@
   4.725  set dummy $ac_prog; ac_word=$2
   4.726  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.727  $as_echo_n "checking for $ac_word... " >&6; }
   4.728 -if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
   4.729 +if ${ac_cv_prog_ac_ct_CXX+:} false; then :
   4.730    $as_echo_n "(cached) " >&6
   4.731  else
   4.732    if test -n "$ac_ct_CXX"; then
   4.733 @@ -3437,7 +3455,7 @@
   4.734  
   4.735  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
   4.736  $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
   4.737 -if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
   4.738 +if ${ac_cv_cxx_compiler_gnu+:} false; then :
   4.739    $as_echo_n "(cached) " >&6
   4.740  else
   4.741    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4.742 @@ -3474,7 +3492,7 @@
   4.743  ac_save_CXXFLAGS=$CXXFLAGS
   4.744  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
   4.745  $as_echo_n "checking whether $CXX accepts -g... " >&6; }
   4.746 -if test "${ac_cv_prog_cxx_g+set}" = set; then :
   4.747 +if ${ac_cv_prog_cxx_g+:} false; then :
   4.748    $as_echo_n "(cached) " >&6
   4.749  else
   4.750    ac_save_cxx_werror_flag=$ac_cxx_werror_flag
   4.751 @@ -3560,7 +3578,7 @@
   4.752  
   4.753  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   4.754  $as_echo_n "checking dependency style of $depcc... " >&6; }
   4.755 -if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
   4.756 +if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
   4.757    $as_echo_n "(cached) " >&6
   4.758  else
   4.759    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   4.760 @@ -3569,6 +3587,7 @@
   4.761    # instance it was reported that on HP-UX the gcc test will end up
   4.762    # making a dummy file named `D' -- because `-MD' means `put the output
   4.763    # in D'.
   4.764 +  rm -rf conftest.dir
   4.765    mkdir conftest.dir
   4.766    # Copy depcomp to subdir because otherwise we won't find it if we're
   4.767    # using a relative directory.
   4.768 @@ -3628,7 +3647,7 @@
   4.769  	break
   4.770        fi
   4.771        ;;
   4.772 -    msvisualcpp | msvcmsys)
   4.773 +    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   4.774        # This compiler won't grok `-c -o', but also, the minuso test has
   4.775        # not run yet.  These depmodes are late enough in the game, and
   4.776        # so weak that their functioning should not be impacted.
   4.777 @@ -3688,7 +3707,7 @@
   4.778  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   4.779  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.780  $as_echo_n "checking for $ac_word... " >&6; }
   4.781 -if test "${ac_cv_prog_RANLIB+set}" = set; then :
   4.782 +if ${ac_cv_prog_RANLIB+:} false; then :
   4.783    $as_echo_n "(cached) " >&6
   4.784  else
   4.785    if test -n "$RANLIB"; then
   4.786 @@ -3728,7 +3747,7 @@
   4.787  set dummy ranlib; ac_word=$2
   4.788  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4.789  $as_echo_n "checking for $ac_word... " >&6; }
   4.790 -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
   4.791 +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   4.792    $as_echo_n "(cached) " >&6
   4.793  else
   4.794    if test -n "$ac_ct_RANLIB"; then
   4.795 @@ -3820,27 +3839,27 @@
   4.796  
   4.797  # Make sure we can run config.sub.
   4.798  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   4.799 -  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   4.800 +  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   4.801  
   4.802  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   4.803  $as_echo_n "checking build system type... " >&6; }
   4.804 -if test "${ac_cv_build+set}" = set; then :
   4.805 +if ${ac_cv_build+:} false; then :
   4.806    $as_echo_n "(cached) " >&6
   4.807  else
   4.808    ac_build_alias=$build_alias
   4.809  test "x$ac_build_alias" = x &&
   4.810    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   4.811  test "x$ac_build_alias" = x &&
   4.812 -  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
   4.813 +  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
   4.814  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   4.815 -  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   4.816 +  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   4.817  
   4.818  fi
   4.819  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   4.820  $as_echo "$ac_cv_build" >&6; }
   4.821  case $ac_cv_build in
   4.822  *-*-*) ;;
   4.823 -*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
   4.824 +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
   4.825  esac
   4.826  build=$ac_cv_build
   4.827  ac_save_IFS=$IFS; IFS='-'
   4.828 @@ -3858,14 +3877,14 @@
   4.829  
   4.830  { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
   4.831  $as_echo_n "checking host system type... " >&6; }
   4.832 -if test "${ac_cv_host+set}" = set; then :
   4.833 +if ${ac_cv_host+:} false; then :
   4.834    $as_echo_n "(cached) " >&6
   4.835  else
   4.836    if test "x$host_alias" = x; then
   4.837    ac_cv_host=$ac_cv_build
   4.838  else
   4.839    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   4.840 -    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   4.841 +    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   4.842  fi
   4.843  
   4.844  fi
   4.845 @@ -3873,7 +3892,7 @@
   4.846  $as_echo "$ac_cv_host" >&6; }
   4.847  case $ac_cv_host in
   4.848  *-*-*) ;;
   4.849 -*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
   4.850 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
   4.851  esac
   4.852  host=$ac_cv_host
   4.853  ac_save_IFS=$IFS; IFS='-'
   4.854 @@ -3947,7 +3966,7 @@
   4.855  
   4.856  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
   4.857  $as_echo_n "checking for inline... " >&6; }
   4.858 -if test "${ac_cv_c_inline+set}" = set; then :
   4.859 +if ${ac_cv_c_inline+:} false; then :
   4.860    $as_echo_n "(cached) " >&6
   4.861  else
   4.862    ac_cv_c_inline=no
   4.863 @@ -4053,10 +4072,21 @@
   4.864       :end' >>confcache
   4.865  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   4.866    if test -w "$cache_file"; then
   4.867 -    test "x$cache_file" != "x/dev/null" &&
   4.868 +    if test "x$cache_file" != "x/dev/null"; then
   4.869        { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   4.870  $as_echo "$as_me: updating cache $cache_file" >&6;}
   4.871 -    cat confcache >$cache_file
   4.872 +      if test ! -f "$cache_file" || test -h "$cache_file"; then
   4.873 +	cat confcache >"$cache_file"
   4.874 +      else
   4.875 +        case $cache_file in #(
   4.876 +        */* | ?:*)
   4.877 +	  mv -f confcache "$cache_file"$$ &&
   4.878 +	  mv -f "$cache_file"$$ "$cache_file" ;; #(
   4.879 +        *)
   4.880 +	  mv -f confcache "$cache_file" ;;
   4.881 +	esac
   4.882 +      fi
   4.883 +    fi
   4.884    else
   4.885      { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   4.886  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   4.887 @@ -4072,6 +4102,7 @@
   4.888  
   4.889  ac_libobjs=
   4.890  ac_ltlibobjs=
   4.891 +U=
   4.892  for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
   4.893    # 1. Remove the extension, and $U if already installed.
   4.894    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   4.895 @@ -4095,31 +4126,31 @@
   4.896  fi
   4.897  
   4.898  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   4.899 -  as_fn_error "conditional \"AMDEP\" was never defined.
   4.900 +  as_fn_error $? "conditional \"AMDEP\" was never defined.
   4.901  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   4.902  fi
   4.903  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   4.904 -  as_fn_error "conditional \"am__fastdepCC\" was never defined.
   4.905 +  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   4.906  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   4.907  fi
   4.908  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   4.909 -  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
   4.910 +  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
   4.911  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   4.912  fi
   4.913  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   4.914 -  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   4.915 +  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   4.916  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   4.917  fi
   4.918  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   4.919 -  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   4.920 +  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   4.921  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   4.922  fi
   4.923  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   4.924 -  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
   4.925 +  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   4.926  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   4.927  fi
   4.928  
   4.929 -: ${CONFIG_STATUS=./config.status}
   4.930 +: "${CONFIG_STATUS=./config.status}"
   4.931  ac_write_fail=0
   4.932  ac_clean_files_save=$ac_clean_files
   4.933  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   4.934 @@ -4220,6 +4251,7 @@
   4.935  IFS=" ""	$as_nl"
   4.936  
   4.937  # Find who we are.  Look in the path if we contain no directory separator.
   4.938 +as_myself=
   4.939  case $0 in @%:@((
   4.940    *[\\/]* ) as_myself=$0 ;;
   4.941    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4.942 @@ -4265,19 +4297,19 @@
   4.943  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   4.944  
   4.945  
   4.946 -@%:@ as_fn_error ERROR [LINENO LOG_FD]
   4.947 -@%:@ ---------------------------------
   4.948 +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
   4.949 +@%:@ ----------------------------------------
   4.950  @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   4.951  @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   4.952 -@%:@ script with status @S|@?, using 1 if that was 0.
   4.953 +@%:@ script with STATUS, using 1 if that was 0.
   4.954  as_fn_error ()
   4.955  {
   4.956 -  as_status=$?; test $as_status -eq 0 && as_status=1
   4.957 -  if test "$3"; then
   4.958 -    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   4.959 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   4.960 +  as_status=$1; test $as_status -eq 0 && as_status=1
   4.961 +  if test "$4"; then
   4.962 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   4.963 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   4.964    fi
   4.965 -  $as_echo "$as_me: error: $1" >&2
   4.966 +  $as_echo "$as_me: error: $2" >&2
   4.967    as_fn_exit $as_status
   4.968  } @%:@ as_fn_error
   4.969  
   4.970 @@ -4473,7 +4505,7 @@
   4.971        test -d "$as_dir" && break
   4.972      done
   4.973      test -z "$as_dirs" || eval "mkdir $as_dirs"
   4.974 -  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   4.975 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   4.976  
   4.977  
   4.978  } @%:@ as_fn_mkdir_p
   4.979 @@ -4527,7 +4559,7 @@
   4.980  # values after options handling.
   4.981  ac_log="
   4.982  This file was extended by ltplib $as_me 0.1, which was
   4.983 -generated by GNU Autoconf 2.65.  Invocation command line was
   4.984 +generated by GNU Autoconf 2.68.  Invocation command line was
   4.985  
   4.986    CONFIG_FILES    = $CONFIG_FILES
   4.987    CONFIG_HEADERS  = $CONFIG_HEADERS
   4.988 @@ -4593,10 +4625,10 @@
   4.989  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   4.990  ac_cs_version="\\
   4.991  ltplib config.status 0.1
   4.992 -configured by $0, generated by GNU Autoconf 2.65,
   4.993 +configured by $0, generated by GNU Autoconf 2.68,
   4.994    with options \\"\$ac_cs_config\\"
   4.995  
   4.996 -Copyright (C) 2009 Free Software Foundation, Inc.
   4.997 +Copyright (C) 2010 Free Software Foundation, Inc.
   4.998  This config.status script is free software; the Free Software Foundation
   4.999  gives unlimited permission to copy, distribute and modify it."
  4.1000  
  4.1001 @@ -4614,11 +4646,16 @@
  4.1002  while test $# != 0
  4.1003  do
  4.1004    case $1 in
  4.1005 -  --*=*)
  4.1006 +  --*=?*)
  4.1007      ac_option=`expr "X$1" : 'X\([^=]*\)='`
  4.1008      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  4.1009      ac_shift=:
  4.1010      ;;
  4.1011 +  --*=)
  4.1012 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  4.1013 +    ac_optarg=
  4.1014 +    ac_shift=:
  4.1015 +    ;;
  4.1016    *)
  4.1017      ac_option=$1
  4.1018      ac_optarg=$2
  4.1019 @@ -4640,6 +4677,7 @@
  4.1020      $ac_shift
  4.1021      case $ac_optarg in
  4.1022      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  4.1023 +    '') as_fn_error $? "missing file argument" ;;
  4.1024      esac
  4.1025      as_fn_append CONFIG_FILES " '$ac_optarg'"
  4.1026      ac_need_defaults=false;;
  4.1027 @@ -4652,7 +4690,7 @@
  4.1028      ac_need_defaults=false;;
  4.1029    --he | --h)
  4.1030      # Conflict between --help and --header
  4.1031 -    as_fn_error "ambiguous option: \`$1'
  4.1032 +    as_fn_error $? "ambiguous option: \`$1'
  4.1033  Try \`$0 --help' for more information.";;
  4.1034    --help | --hel | -h )
  4.1035      $as_echo "$ac_cs_usage"; exit ;;
  4.1036 @@ -4661,7 +4699,7 @@
  4.1037      ac_cs_silent=: ;;
  4.1038  
  4.1039    # This is an error.
  4.1040 -  -*) as_fn_error "unrecognized option: \`$1'
  4.1041 +  -*) as_fn_error $? "unrecognized option: \`$1'
  4.1042  Try \`$0 --help' for more information." ;;
  4.1043  
  4.1044    *) as_fn_append ac_config_targets " $1"
  4.1045 @@ -4723,7 +4761,7 @@
  4.1046      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
  4.1047      "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
  4.1048  
  4.1049 -  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  4.1050 +  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  4.1051    esac
  4.1052  done
  4.1053  
  4.1054 @@ -4746,9 +4784,10 @@
  4.1055  # after its creation but before its name has been assigned to `$tmp'.
  4.1056  $debug ||
  4.1057  {
  4.1058 -  tmp=
  4.1059 +  tmp= ac_tmp=
  4.1060    trap 'exit_status=$?
  4.1061 -  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  4.1062 +  : "${ac_tmp:=$tmp}"
  4.1063 +  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  4.1064  ' 0
  4.1065    trap 'as_fn_exit 1' 1 2 13 15
  4.1066  }
  4.1067 @@ -4756,12 +4795,13 @@
  4.1068  
  4.1069  {
  4.1070    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  4.1071 -  test -n "$tmp" && test -d "$tmp"
  4.1072 +  test -d "$tmp"
  4.1073  }  ||
  4.1074  {
  4.1075    tmp=./conf$$-$RANDOM
  4.1076    (umask 077 && mkdir "$tmp")
  4.1077 -} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
  4.1078 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  4.1079 +ac_tmp=$tmp
  4.1080  
  4.1081  # Set up the scripts for CONFIG_FILES section.
  4.1082  # No need to generate them if there are no CONFIG_FILES.
  4.1083 @@ -4778,12 +4818,12 @@
  4.1084  fi
  4.1085  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  4.1086  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  4.1087 -  ac_cs_awk_cr='\r'
  4.1088 +  ac_cs_awk_cr='\\r'
  4.1089  else
  4.1090    ac_cs_awk_cr=$ac_cr
  4.1091  fi
  4.1092  
  4.1093 -echo 'BEGIN {' >"$tmp/subs1.awk" &&
  4.1094 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  4.1095  _ACEOF
  4.1096  
  4.1097  
  4.1098 @@ -4792,18 +4832,18 @@
  4.1099    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  4.1100    echo "_ACEOF"
  4.1101  } >conf$$subs.sh ||
  4.1102 -  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  4.1103 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
  4.1104 +  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  4.1105 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
  4.1106  ac_delim='%!_!# '
  4.1107  for ac_last_try in false false false false false :; do
  4.1108    . ./conf$$subs.sh ||
  4.1109 -    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  4.1110 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  4.1111  
  4.1112    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  4.1113    if test $ac_delim_n = $ac_delim_num; then
  4.1114      break
  4.1115    elif $ac_last_try; then
  4.1116 -    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  4.1117 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  4.1118    else
  4.1119      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  4.1120    fi
  4.1121 @@ -4811,7 +4851,7 @@
  4.1122  rm -f conf$$subs.sh
  4.1123  
  4.1124  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.1125 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
  4.1126 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
  4.1127  _ACEOF
  4.1128  sed -n '
  4.1129  h
  4.1130 @@ -4859,7 +4899,7 @@
  4.1131  rm -f conf$$subs.awk
  4.1132  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  4.1133  _ACAWK
  4.1134 -cat >>"\$tmp/subs1.awk" <<_ACAWK &&
  4.1135 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  4.1136    for (key in S) S_is_set[key] = 1
  4.1137    FS = ""
  4.1138  
  4.1139 @@ -4891,21 +4931,29 @@
  4.1140    sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  4.1141  else
  4.1142    cat
  4.1143 -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
  4.1144 -  || as_fn_error "could not setup config files machinery" "$LINENO" 5
  4.1145 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  4.1146 +  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  4.1147  _ACEOF
  4.1148  
  4.1149 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
  4.1150 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  4.1151 +# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
  4.1152 +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
  4.1153  # trailing colons and then remove the whole line if VPATH becomes empty
  4.1154  # (actually we leave an empty line to preserve line numbers).
  4.1155  if test "x$srcdir" = x.; then
  4.1156 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  4.1157 -s/:*\$(srcdir):*/:/
  4.1158 -s/:*\${srcdir}:*/:/
  4.1159 -s/:*@srcdir@:*/:/
  4.1160 -s/^\([^=]*=[	 ]*\):*/\1/
  4.1161 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
  4.1162 +h
  4.1163 +s///
  4.1164 +s/^/:/
  4.1165 +s/[	 ]*$/:/
  4.1166 +s/:\$(srcdir):/:/g
  4.1167 +s/:\${srcdir}:/:/g
  4.1168 +s/:@srcdir@:/:/g
  4.1169 +s/^:*//
  4.1170  s/:*$//
  4.1171 +x
  4.1172 +s/\(=[	 ]*\).*/\1/
  4.1173 +G
  4.1174 +s/\n//
  4.1175  s/^[^=]*=[	 ]*$//
  4.1176  }'
  4.1177  fi
  4.1178 @@ -4917,7 +4965,7 @@
  4.1179  # No need to generate them if there are no CONFIG_HEADERS.
  4.1180  # This happens for instance with `./config.status Makefile'.
  4.1181  if test -n "$CONFIG_HEADERS"; then
  4.1182 -cat >"$tmp/defines.awk" <<\_ACAWK ||
  4.1183 +cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  4.1184  BEGIN {
  4.1185  _ACEOF
  4.1186  
  4.1187 @@ -4929,11 +4977,11 @@
  4.1188  # handling of long lines.
  4.1189  ac_delim='%!_!# '
  4.1190  for ac_last_try in false false :; do
  4.1191 -  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
  4.1192 -  if test -z "$ac_t"; then
  4.1193 +  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  4.1194 +  if test -z "$ac_tt"; then
  4.1195      break
  4.1196    elif $ac_last_try; then
  4.1197 -    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
  4.1198 +    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  4.1199    else
  4.1200      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  4.1201    fi
  4.1202 @@ -5018,7 +5066,7 @@
  4.1203  _ACAWK
  4.1204  _ACEOF
  4.1205  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  4.1206 -  as_fn_error "could not setup config headers machinery" "$LINENO" 5
  4.1207 +  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  4.1208  fi # test -n "$CONFIG_HEADERS"
  4.1209  
  4.1210  
  4.1211 @@ -5031,7 +5079,7 @@
  4.1212    esac
  4.1213    case $ac_mode$ac_tag in
  4.1214    :[FHL]*:*);;
  4.1215 -  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
  4.1216 +  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  4.1217    :[FH]-) ac_tag=-:-;;
  4.1218    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  4.1219    esac
  4.1220 @@ -5050,7 +5098,7 @@
  4.1221      for ac_f
  4.1222      do
  4.1223        case $ac_f in
  4.1224 -      -) ac_f="$tmp/stdin";;
  4.1225 +      -) ac_f="$ac_tmp/stdin";;
  4.1226        *) # Look for the file first in the build tree, then in the source tree
  4.1227  	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  4.1228  	 # because $ac_f cannot contain `:'.
  4.1229 @@ -5059,7 +5107,7 @@
  4.1230  	   [\\/$]*) false;;
  4.1231  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  4.1232  	   esac ||
  4.1233 -	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  4.1234 +	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  4.1235        esac
  4.1236        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  4.1237        as_fn_append ac_file_inputs " '$ac_f'"
  4.1238 @@ -5085,8 +5133,8 @@
  4.1239      esac
  4.1240  
  4.1241      case $ac_tag in
  4.1242 -    *:-:* | *:-) cat >"$tmp/stdin" \
  4.1243 -      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
  4.1244 +    *:-:* | *:-) cat >"$ac_tmp/stdin" \
  4.1245 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  4.1246      esac
  4.1247      ;;
  4.1248    esac
  4.1249 @@ -5222,23 +5270,24 @@
  4.1250  s&@MKDIR_P@&$ac_MKDIR_P&;t t
  4.1251  $ac_datarootdir_hack
  4.1252  "
  4.1253 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
  4.1254 -  || as_fn_error "could not create $ac_file" "$LINENO" 5
  4.1255 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  4.1256 +  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  4.1257  
  4.1258  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  4.1259 -  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  4.1260 -  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  4.1261 +  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  4.1262 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
  4.1263 +      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  4.1264    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  4.1265 -which seems to be undefined.  Please make sure it is defined." >&5
  4.1266 +which seems to be undefined.  Please make sure it is defined" >&5
  4.1267  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  4.1268 -which seems to be undefined.  Please make sure it is defined." >&2;}
  4.1269 -
  4.1270 -  rm -f "$tmp/stdin"
  4.1271 +which seems to be undefined.  Please make sure it is defined" >&2;}
  4.1272 +
  4.1273 +  rm -f "$ac_tmp/stdin"
  4.1274    case $ac_file in
  4.1275 -  -) cat "$tmp/out" && rm -f "$tmp/out";;
  4.1276 -  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  4.1277 +  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  4.1278 +  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  4.1279    esac \
  4.1280 -  || as_fn_error "could not create $ac_file" "$LINENO" 5
  4.1281 +  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  4.1282   ;;
  4.1283    :H)
  4.1284    #
  4.1285 @@ -5247,21 +5296,21 @@
  4.1286    if test x"$ac_file" != x-; then
  4.1287      {
  4.1288        $as_echo "/* $configure_input  */" \
  4.1289 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
  4.1290 -    } >"$tmp/config.h" \
  4.1291 -      || as_fn_error "could not create $ac_file" "$LINENO" 5
  4.1292 -    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
  4.1293 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  4.1294 +    } >"$ac_tmp/config.h" \
  4.1295 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  4.1296 +    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  4.1297        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  4.1298  $as_echo "$as_me: $ac_file is unchanged" >&6;}
  4.1299      else
  4.1300        rm -f "$ac_file"
  4.1301 -      mv "$tmp/config.h" "$ac_file" \
  4.1302 -	|| as_fn_error "could not create $ac_file" "$LINENO" 5
  4.1303 +      mv "$ac_tmp/config.h" "$ac_file" \
  4.1304 +	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
  4.1305      fi
  4.1306    else
  4.1307      $as_echo "/* $configure_input  */" \
  4.1308 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
  4.1309 -      || as_fn_error "could not create -" "$LINENO" 5
  4.1310 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  4.1311 +      || as_fn_error $? "could not create -" "$LINENO" 5
  4.1312    fi
  4.1313  # Compute "$ac_file"'s index in $config_headers.
  4.1314  _am_arg="$ac_file"
  4.1315 @@ -5411,7 +5460,7 @@
  4.1316  ac_clean_files=$ac_clean_files_save
  4.1317  
  4.1318  test $ac_write_fail = 0 ||
  4.1319 -  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
  4.1320 +  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
  4.1321  
  4.1322  
  4.1323  # configure is writing to config.log, and then calls config.status.
  4.1324 @@ -5432,7 +5481,7 @@
  4.1325    exec 5>>config.log
  4.1326    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  4.1327    # would make configure fail if this is the last instruction.
  4.1328 -  $ac_cs_success || as_fn_exit $?
  4.1329 +  $ac_cs_success || as_fn_exit 1
  4.1330  fi
  4.1331  if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  4.1332    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     5.1 --- a/autom4te.cache/requests	Thu Mar 22 09:07:39 2012 +0000
     5.2 +++ b/autom4te.cache/requests	Mon Mar 24 11:35:35 2014 +0000
     5.3 @@ -1,4 +1,4 @@
     5.4 -# This file was generated by Autom4te Tue Dec 22 07:01:21 UTC 2009.
     5.5 +# This file was generated by Autom4te Sun Nov  6 20:57:04 UTC 2011.
     5.6  # It contains the lists of macros which have been traced.
     5.7  # It can be safely removed.
     5.8  
     5.9 @@ -101,6 +101,7 @@
    5.10                          'AC_CANONICAL_HOST' => 1,
    5.11                          'AC_PROG_LIBTOOL' => 1,
    5.12                          'AM_INIT_AUTOMAKE' => 1,
    5.13 +                        'AM_PATH_GUILE' => 1,
    5.14                          'AC_CONFIG_SUBDIRS' => 1,
    5.15                          'AM_AUTOMAKE_VERSION' => 1,
    5.16                          'LT_CONFIG_LTDL_DIR' => 1,
    5.17 @@ -109,15 +110,20 @@
    5.18                          'm4_sinclude' => 1,
    5.19                          'LT_SUPPORTED_TAG' => 1,
    5.20                          'AM_MAINTAINER_MODE' => 1,
    5.21 +                        'AM_NLS' => 1,
    5.22                          'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
    5.23 +                        'AM_MAKEFILE_INCLUDE' => 1,
    5.24                          '_m4_warn' => 1,
    5.25                          'AM_PROG_CXX_C_O' => 1,
    5.26                          '_AM_COND_ENDIF' => 1,
    5.27 +                        '_AM_MAKEFILE_INCLUDE' => 1,
    5.28                          'AM_ENABLE_MULTILIB' => 1,
    5.29                          'AM_SILENT_RULES' => 1,
    5.30 +                        'AM_PROG_MOC' => 1,
    5.31                          'AC_CONFIG_FILES' => 1,
    5.32                          'include' => 1,
    5.33                          'LT_INIT' => 1,
    5.34 +                        'AM_PROG_AR' => 1,
    5.35                          'AM_GNU_GETTEXT' => 1,
    5.36                          'AC_LIBSOURCE' => 1,
    5.37                          'AM_PROG_FC_C_O' => 1,
    5.38 @@ -127,12 +133,14 @@
    5.39                          '_AM_SUBST_NOTMAKE' => 1,
    5.40                          'AC_CONFIG_AUX_DIR' => 1,
    5.41                          'sinclude' => 1,
    5.42 +                        'AM_PROG_CC_C_O' => 1,
    5.43                          'm4_pattern_allow' => 1,
    5.44 -                        'AM_PROG_CC_C_O' => 1,
    5.45 +                        'AM_XGETTEXT_OPTION' => 1,
    5.46                          'AC_CANONICAL_SYSTEM' => 1,
    5.47                          'AM_CONDITIONAL' => 1,
    5.48                          'AC_CONFIG_HEADERS' => 1,
    5.49                          'AC_DEFINE_TRACE_LITERAL' => 1,
    5.50 +                        'AM_POT_TOOLS' => 1,
    5.51                          'm4_include' => 1,
    5.52                          '_AM_COND_ELSE' => 1,
    5.53                          'AC_SUBST_TRACE' => 1
     6.1 --- a/autom4te.cache/traces.0	Thu Mar 22 09:07:39 2012 +0000
     6.2 +++ b/autom4te.cache/traces.0	Mon Mar 24 11:35:35 2014 +0000
     6.3 @@ -1,14 +1,14 @@
     6.4 -m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
     6.5 +m4trace:/usr/share/aclocal-1.11/amversion.m4:17: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
     6.6  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
     6.7  dnl require some minimum version.  Point them to the right macro.
     6.8 -m4_if([$1], [1.11.1], [],
     6.9 +m4_if([$1], [1.11.3], [],
    6.10        [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    6.11  ])
    6.12 -m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
    6.13 +m4trace:/usr/share/aclocal-1.11/amversion.m4:36: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.3])dnl
    6.14  m4_ifndef([AC_AUTOCONF_VERSION],
    6.15    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    6.16  _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    6.17 -m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
    6.18 +m4trace:/usr/share/aclocal-1.11/auxdir.m4:49: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
    6.19  AC_PREREQ([2.50])dnl
    6.20  # expand $ac_aux_dir to an absolute path
    6.21  am_aux_dir=`cd $ac_aux_dir && pwd`
    6.22 @@ -53,6 +53,7 @@
    6.23    # instance it was reported that on HP-UX the gcc test will end up
    6.24    # making a dummy file named `D' -- because `-MD' means `put the output
    6.25    # in D'.
    6.26 +  rm -rf conftest.dir
    6.27    mkdir conftest.dir
    6.28    # Copy depcomp to subdir because otherwise we won't find it if we're
    6.29    # using a relative directory.
    6.30 @@ -117,7 +118,7 @@
    6.31  	break
    6.32        fi
    6.33        ;;
    6.34 -    msvisualcpp | msvcmsys)
    6.35 +    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    6.36        # This compiler won't grok `-c -o', but also, the minuso test has
    6.37        # not run yet.  These depmodes are late enough in the game, and
    6.38        # so weak that their functioning should not be impacted.
    6.39 @@ -161,19 +162,22 @@
    6.40    test "x$enable_dependency_tracking" != xno \
    6.41    && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
    6.42  ])
    6.43 -m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    6.44 +m4trace:/usr/share/aclocal-1.11/depend.m4:164: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    6.45  AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
    6.46  ])
    6.47 -m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
    6.48 +m4trace:/usr/share/aclocal-1.11/depend.m4:172: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
    6.49  [  --disable-dependency-tracking  speeds up one-time build
    6.50    --enable-dependency-tracking   do not reject slow dependency extractors])
    6.51  if test "x$enable_dependency_tracking" != xno; then
    6.52    am_depcomp="$ac_aux_dir/depcomp"
    6.53    AMDEPBACKSLASH='\'
    6.54 +  am__nodep='_no'
    6.55  fi
    6.56  AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
    6.57  AC_SUBST([AMDEPBACKSLASH])dnl
    6.58  _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
    6.59 +AC_SUBST([am__nodep])dnl
    6.60 +_AM_SUBST_NOTMAKE([am__nodep])dnl
    6.61  ])
    6.62  m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
    6.63    # Autoconf 2.62 quotes --file arguments for eval, but not when files
    6.64 @@ -330,7 +334,7 @@
    6.65    esac
    6.66  done
    6.67  echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    6.68 -m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    6.69 +m4trace:/usr/share/aclocal-1.11/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    6.70  if test x"${install_sh}" != xset; then
    6.71    case $am_aux_dir in
    6.72    *\ * | *\	*)
    6.73 @@ -354,7 +358,7 @@
    6.74         [disable], [m4_define([am_maintainer_other], [enable])],
    6.75         [m4_define([am_maintainer_other], [enable])
    6.76          m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
    6.77 -AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
    6.78 +AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    6.79    dnl maintainer-mode's default is 'disable' unless 'enable' is passed
    6.80    AC_ARG_ENABLE([maintainer-mode],
    6.81  [  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
    6.82 @@ -429,7 +433,7 @@
    6.83    AC_MSG_WARN([`missing' script is too old or missing])
    6.84  fi
    6.85  ])
    6.86 -m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
    6.87 +m4trace:/usr/share/aclocal-1.11/mkdirp.m4:14: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
    6.88  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    6.89  dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
    6.90  dnl while keeping a definition of mkdir_p for backward compatibility.
    6.91 @@ -444,11 +448,11 @@
    6.92    */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
    6.93  esac
    6.94  ])
    6.95 -m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
    6.96 -m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    6.97 -m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    6.98 -m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    6.99 -m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
   6.100 +m4trace:/usr/share/aclocal-1.11/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
   6.101 +m4trace:/usr/share/aclocal-1.11/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
   6.102 +m4trace:/usr/share/aclocal-1.11/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
   6.103 +m4trace:/usr/share/aclocal-1.11/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
   6.104 +m4trace:/usr/share/aclocal-1.11/runlog.m4:14: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
   6.105     ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
   6.106     ac_status=$?
   6.107     echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
   6.108 @@ -511,12 +515,42 @@
   6.109  no)  AM_DEFAULT_VERBOSITY=1;;
   6.110  *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
   6.111  esac
   6.112 +dnl
   6.113 +dnl A few `make' implementations (e.g., NonStop OS and NextStep)
   6.114 +dnl do not support nested variable expansions.
   6.115 +dnl See automake bug#9928 and bug#10237.
   6.116 +am_make=${MAKE-make}
   6.117 +AC_CACHE_CHECK([whether $am_make supports nested variables],
   6.118 +   [am_cv_make_support_nested_variables],
   6.119 +   [if AS_ECHO([['TRUE=$(BAR$(V))
   6.120 +BAR0=false
   6.121 +BAR1=true
   6.122 +V=1
   6.123 +am__doit:
   6.124 +	@$(TRUE)
   6.125 +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
   6.126 +  am_cv_make_support_nested_variables=yes
   6.127 +else
   6.128 +  am_cv_make_support_nested_variables=no
   6.129 +fi])
   6.130 +if test $am_cv_make_support_nested_variables = yes; then
   6.131 +  dnl Using `$V' instead of `$(V)' breaks IRIX make.
   6.132 +  AM_V='$(V)'
   6.133 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
   6.134 +else
   6.135 +  AM_V=$AM_DEFAULT_VERBOSITY
   6.136 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
   6.137 +fi
   6.138 +AC_SUBST([AM_V])dnl
   6.139 +AM_SUBST_NOTMAKE([AM_V])dnl
   6.140 +AC_SUBST([AM_DEFAULT_V])dnl
   6.141 +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
   6.142  AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
   6.143  AM_BACKSLASH='\'
   6.144  AC_SUBST([AM_BACKSLASH])dnl
   6.145  _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
   6.146  ])
   6.147 -m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
   6.148 +m4trace:/usr/share/aclocal-1.11/strip.m4:19: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
   6.149  # Installed binaries are usually stripped using `strip' when the user
   6.150  # run `make install-strip'.  However `strip' might not be the right
   6.151  # tool to use in cross-compilation environments, therefore Automake
   6.152 @@ -529,10 +563,11 @@
   6.153  AC_SUBST([INSTALL_STRIP_PROGRAM])])
   6.154  m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
   6.155  m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
   6.156 -m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
   6.157 -AM_MISSING_PROG([AMTAR], [tar])
   6.158 +m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.  Yes, it's still used
   6.159 +# in the wild :-(  We should find a proper way to deprecate it ...
   6.160 +AC_SUBST([AMTAR], ['$${TAR-tar}'])
   6.161  m4_if([$1], [v7],
   6.162 -     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
   6.163 +     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
   6.164       [m4_case([$1], [ustar],, [pax],,
   6.165                [m4_fatal([Unknown tar format])])
   6.166  AC_MSG_CHECKING([how to create a $1 tar archive])
   6.167 @@ -658,8 +693,8 @@
   6.168  m4trace:configure.ac:39: -1- AM_INIT_AUTOMAKE
   6.169  m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
   6.170  m4trace:configure.ac:39: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
   6.171 -m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.11.1])
   6.172 -m4trace:configure.ac:39: -1- _AM_AUTOCONF_VERSION([2.65])
   6.173 +m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.11.3])
   6.174 +m4trace:configure.ac:39: -1- _AM_AUTOCONF_VERSION([2.68])
   6.175  m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
   6.176  m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
   6.177  m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_DATA$])
   6.178 @@ -705,7 +740,6 @@
   6.179  m4trace:configure.ac:39: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
   6.180  m4trace:configure.ac:39: -2- _AM_MANGLE_OPTION([tar-pax])
   6.181  m4trace:configure.ac:39: -1- _AM_PROG_TAR([v7])
   6.182 -m4trace:configure.ac:39: -1- AM_MISSING_PROG([AMTAR], [tar])
   6.183  m4trace:configure.ac:39: -1- m4_pattern_allow([^AMTAR$])
   6.184  m4trace:configure.ac:39: -1- m4_pattern_allow([^am__tar$])
   6.185  m4trace:configure.ac:39: -1- m4_pattern_allow([^am__untar$])
   6.186 @@ -752,6 +786,8 @@
   6.187  m4trace:configure.ac:41: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
   6.188  m4trace:configure.ac:41: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
   6.189  m4trace:configure.ac:41: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
   6.190 +m4trace:configure.ac:41: -1- m4_pattern_allow([^am__nodep$])
   6.191 +m4trace:configure.ac:41: -1- _AM_SUBST_NOTMAKE([am__nodep])
   6.192  m4trace:configure.ac:41: -1- m4_pattern_allow([^CCDEPMODE$])
   6.193  m4trace:configure.ac:41: -1- AM_CONDITIONAL([am__fastdepCC], [
   6.194    test "x$enable_dependency_tracking" != xno \
     7.1 --- a/autom4te.cache/traces.1	Thu Mar 22 09:07:39 2012 +0000
     7.2 +++ b/autom4te.cache/traces.1	Mon Mar 24 11:35:35 2014 +0000
     7.3 @@ -147,12 +147,12 @@
     7.4  m4trace:configure.ac:37: -1- AC_SUBST_TRACE([target_alias])
     7.5  m4trace:configure.ac:37: -1- m4_pattern_allow([^target_alias$])
     7.6  m4trace:configure.ac:38: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
     7.7 -You should run autoupdate.], [aclocal.m4:419: AM_CONFIG_HEADER is expanded from...
     7.8 +You should run autoupdate.], [aclocal.m4:429: AM_CONFIG_HEADER is expanded from...
     7.9  configure.ac:38: the top level])
    7.10  m4trace:configure.ac:38: -1- AC_CONFIG_HEADERS([config.h])
    7.11  m4trace:configure.ac:39: -1- AM_INIT_AUTOMAKE
    7.12  m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
    7.13 -m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.11.1])
    7.14 +m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.11.3])
    7.15  m4trace:configure.ac:39: -1- AC_REQUIRE_AUX_FILE([install-sh])
    7.16  m4trace:configure.ac:39: -1- AC_SUBST([INSTALL_PROGRAM])
    7.17  m4trace:configure.ac:39: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
    7.18 @@ -225,7 +225,7 @@
    7.19  m4trace:configure.ac:39: -1- AC_SUBST([am__leading_dot])
    7.20  m4trace:configure.ac:39: -1- AC_SUBST_TRACE([am__leading_dot])
    7.21  m4trace:configure.ac:39: -1- m4_pattern_allow([^am__leading_dot$])
    7.22 -m4trace:configure.ac:39: -1- AC_SUBST([AMTAR])
    7.23 +m4trace:configure.ac:39: -1- AC_SUBST([AMTAR], ['$${TAR-tar}'])
    7.24  m4trace:configure.ac:39: -1- AC_SUBST_TRACE([AMTAR])
    7.25  m4trace:configure.ac:39: -1- m4_pattern_allow([^AMTAR$])
    7.26  m4trace:configure.ac:39: -1- AC_SUBST([am__tar])
    7.27 @@ -292,6 +292,10 @@
    7.28  m4trace:configure.ac:41: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
    7.29  m4trace:configure.ac:41: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
    7.30  m4trace:configure.ac:41: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
    7.31 +m4trace:configure.ac:41: -1- AC_SUBST([am__nodep])
    7.32 +m4trace:configure.ac:41: -1- AC_SUBST_TRACE([am__nodep])
    7.33 +m4trace:configure.ac:41: -1- m4_pattern_allow([^am__nodep$])
    7.34 +m4trace:configure.ac:41: -1- _AM_SUBST_NOTMAKE([am__nodep])
    7.35  m4trace:configure.ac:41: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
    7.36  m4trace:configure.ac:41: -1- AC_SUBST_TRACE([CCDEPMODE])
    7.37  m4trace:configure.ac:41: -1- m4_pattern_allow([^CCDEPMODE$])
     8.1 --- a/configure	Thu Mar 22 09:07:39 2012 +0000
     8.2 +++ b/configure	Mon Mar 24 11:35:35 2014 +0000
     8.3 @@ -1,13 +1,13 @@
     8.4  #! /bin/sh
     8.5  # Guess values for system-dependent variables and create Makefiles.
     8.6 -# Generated by GNU Autoconf 2.65 for ltplib 0.1.
     8.7 +# Generated by GNU Autoconf 2.68 for ltplib 0.1.
     8.8  #
     8.9  # Report bugs to <EMAIL PROTECTED>.
    8.10  #
    8.11  #
    8.12  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8.13 -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    8.14 -# Inc.
    8.15 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
    8.16 +# Foundation, Inc.
    8.17  #
    8.18  #
    8.19  # This configure script is free software; the Free Software Foundation
    8.20 @@ -91,6 +91,7 @@
    8.21  IFS=" ""	$as_nl"
    8.22  
    8.23  # Find who we are.  Look in the path if we contain no directory separator.
    8.24 +as_myself=
    8.25  case $0 in #((
    8.26    *[\\/]* ) as_myself=$0 ;;
    8.27    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    8.28 @@ -215,11 +216,18 @@
    8.29    # We cannot yet assume a decent shell, so we have to provide a
    8.30  	# neutralization value for shells without unset; and this also
    8.31  	# works around shells that cannot unset nonexistent variables.
    8.32 +	# Preserve -v and -x to the replacement shell.
    8.33  	BASH_ENV=/dev/null
    8.34  	ENV=/dev/null
    8.35  	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    8.36  	export CONFIG_SHELL
    8.37 -	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    8.38 +	case $- in # ((((
    8.39 +	  *v*x* | *x*v* ) as_opts=-vx ;;
    8.40 +	  *v* ) as_opts=-v ;;
    8.41 +	  *x* ) as_opts=-x ;;
    8.42 +	  * ) as_opts= ;;
    8.43 +	esac
    8.44 +	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
    8.45  fi
    8.46  
    8.47      if test x$as_have_required = xno; then :
    8.48 @@ -318,7 +326,7 @@
    8.49        test -d "$as_dir" && break
    8.50      done
    8.51      test -z "$as_dirs" || eval "mkdir $as_dirs"
    8.52 -  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
    8.53 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    8.54  
    8.55  
    8.56  } # as_fn_mkdir_p
    8.57 @@ -358,19 +366,19 @@
    8.58  fi # as_fn_arith
    8.59  
    8.60  
    8.61 -# as_fn_error ERROR [LINENO LOG_FD]
    8.62 -# ---------------------------------
    8.63 +# as_fn_error STATUS ERROR [LINENO LOG_FD]
    8.64 +# ----------------------------------------
    8.65  # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    8.66  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    8.67 -# script with status $?, using 1 if that was 0.
    8.68 +# script with STATUS, using 1 if that was 0.
    8.69  as_fn_error ()
    8.70  {
    8.71 -  as_status=$?; test $as_status -eq 0 && as_status=1
    8.72 -  if test "$3"; then
    8.73 -    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    8.74 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    8.75 +  as_status=$1; test $as_status -eq 0 && as_status=1
    8.76 +  if test "$4"; then
    8.77 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    8.78 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    8.79    fi
    8.80 -  $as_echo "$as_me: error: $1" >&2
    8.81 +  $as_echo "$as_me: error: $2" >&2
    8.82    as_fn_exit $as_status
    8.83  } # as_fn_error
    8.84  
    8.85 @@ -532,7 +540,7 @@
    8.86  exec 6>&1
    8.87  
    8.88  # Name of the host.
    8.89 -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    8.90 +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    8.91  # so uname gets run too.
    8.92  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    8.93  
    8.94 @@ -583,6 +591,7 @@
    8.95  am__fastdepCC_FALSE
    8.96  am__fastdepCC_TRUE
    8.97  CCDEPMODE
    8.98 +am__nodep
    8.99  AMDEPBACKSLASH
   8.100  AMDEP_FALSE
   8.101  AMDEP_TRUE
   8.102 @@ -736,8 +745,9 @@
   8.103    fi
   8.104  
   8.105    case $ac_option in
   8.106 -  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   8.107 -  *)	ac_optarg=yes ;;
   8.108 +  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   8.109 +  *=)   ac_optarg= ;;
   8.110 +  *)    ac_optarg=yes ;;
   8.111    esac
   8.112  
   8.113    # Accept the important Cygnus configure options, so we can diagnose typos.
   8.114 @@ -782,7 +792,7 @@
   8.115      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   8.116      # Reject names that are not valid shell variable names.
   8.117      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   8.118 -      as_fn_error "invalid feature name: $ac_useropt"
   8.119 +      as_fn_error $? "invalid feature name: $ac_useropt"
   8.120      ac_useropt_orig=$ac_useropt
   8.121      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   8.122      case $ac_user_opts in
   8.123 @@ -808,7 +818,7 @@
   8.124      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   8.125      # Reject names that are not valid shell variable names.
   8.126      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   8.127 -      as_fn_error "invalid feature name: $ac_useropt"
   8.128 +      as_fn_error $? "invalid feature name: $ac_useropt"
   8.129      ac_useropt_orig=$ac_useropt
   8.130      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   8.131      case $ac_user_opts in
   8.132 @@ -1012,7 +1022,7 @@
   8.133      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   8.134      # Reject names that are not valid shell variable names.
   8.135      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   8.136 -      as_fn_error "invalid package name: $ac_useropt"
   8.137 +      as_fn_error $? "invalid package name: $ac_useropt"
   8.138      ac_useropt_orig=$ac_useropt
   8.139      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   8.140      case $ac_user_opts in
   8.141 @@ -1028,7 +1038,7 @@
   8.142      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   8.143      # Reject names that are not valid shell variable names.
   8.144      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   8.145 -      as_fn_error "invalid package name: $ac_useropt"
   8.146 +      as_fn_error $? "invalid package name: $ac_useropt"
   8.147      ac_useropt_orig=$ac_useropt
   8.148      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   8.149      case $ac_user_opts in
   8.150 @@ -1058,8 +1068,8 @@
   8.151    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   8.152      x_libraries=$ac_optarg ;;
   8.153  
   8.154 -  -*) as_fn_error "unrecognized option: \`$ac_option'
   8.155 -Try \`$0 --help' for more information."
   8.156 +  -*) as_fn_error $? "unrecognized option: \`$ac_option'
   8.157 +Try \`$0 --help' for more information"
   8.158      ;;
   8.159  
   8.160    *=*)
   8.161 @@ -1067,7 +1077,7 @@
   8.162      # Reject names that are not valid shell variable names.
   8.163      case $ac_envvar in #(
   8.164        '' | [0-9]* | *[!_$as_cr_alnum]* )
   8.165 -      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
   8.166 +      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   8.167      esac
   8.168      eval $ac_envvar=\$ac_optarg
   8.169      export $ac_envvar ;;
   8.170 @@ -1077,7 +1087,7 @@
   8.171      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   8.172      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   8.173        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   8.174 -    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   8.175 +    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
   8.176      ;;
   8.177  
   8.178    esac
   8.179 @@ -1085,13 +1095,13 @@
   8.180  
   8.181  if test -n "$ac_prev"; then
   8.182    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   8.183 -  as_fn_error "missing argument to $ac_option"
   8.184 +  as_fn_error $? "missing argument to $ac_option"
   8.185  fi
   8.186  
   8.187  if test -n "$ac_unrecognized_opts"; then
   8.188    case $enable_option_checking in
   8.189      no) ;;
   8.190 -    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
   8.191 +    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   8.192      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   8.193    esac
   8.194  fi
   8.195 @@ -1114,7 +1124,7 @@
   8.196      [\\/$]* | ?:[\\/]* )  continue;;
   8.197      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   8.198    esac
   8.199 -  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
   8.200 +  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   8.201  done
   8.202  
   8.203  # There might be people who depend on the old broken behavior: `$host'
   8.204 @@ -1128,8 +1138,8 @@
   8.205  if test "x$host_alias" != x; then
   8.206    if test "x$build_alias" = x; then
   8.207      cross_compiling=maybe
   8.208 -    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   8.209 -    If a cross compiler is detected then cross compile mode will be used." >&2
   8.210 +    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
   8.211 +    If a cross compiler is detected then cross compile mode will be used" >&2
   8.212    elif test "x$build_alias" != "x$host_alias"; then
   8.213      cross_compiling=yes
   8.214    fi
   8.215 @@ -1144,9 +1154,9 @@
   8.216  ac_pwd=`pwd` && test -n "$ac_pwd" &&
   8.217  ac_ls_di=`ls -di .` &&
   8.218  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   8.219 -  as_fn_error "working directory cannot be determined"
   8.220 +  as_fn_error $? "working directory cannot be determined"
   8.221  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   8.222 -  as_fn_error "pwd does not report name of working directory"
   8.223 +  as_fn_error $? "pwd does not report name of working directory"
   8.224  
   8.225  
   8.226  # Find the source files, if location was not specified.
   8.227 @@ -1185,11 +1195,11 @@
   8.228  fi
   8.229  if test ! -r "$srcdir/$ac_unique_file"; then
   8.230    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   8.231 -  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
   8.232 +  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   8.233  fi
   8.234  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   8.235  ac_abs_confdir=`(
   8.236 -	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
   8.237 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   8.238  	pwd)`
   8.239  # When building in place, set srcdir=.
   8.240  if test "$ac_abs_confdir" = "$ac_pwd"; then
   8.241 @@ -1229,7 +1239,7 @@
   8.242        --help=short        display options specific to this package
   8.243        --help=recursive    display the short help of all the included packages
   8.244    -V, --version           display version information and exit
   8.245 -  -q, --quiet, --silent   do not print \`checking...' messages
   8.246 +  -q, --quiet, --silent   do not print \`checking ...' messages
   8.247        --cache-file=FILE   cache test results in FILE [disabled]
   8.248    -C, --config-cache      alias for \`--cache-file=config.cache'
   8.249    -n, --no-create         do not create output files
   8.250 @@ -1376,9 +1386,9 @@
   8.251  if $ac_init_version; then
   8.252    cat <<\_ACEOF
   8.253  ltplib configure 0.1
   8.254 -generated by GNU Autoconf 2.65
   8.255 -
   8.256 -Copyright (C) 2009 Free Software Foundation, Inc.
   8.257 +generated by GNU Autoconf 2.68
   8.258 +
   8.259 +Copyright (C) 2010 Free Software Foundation, Inc.
   8.260  This configure script is free software; the Free Software Foundation
   8.261  gives unlimited permission to copy, distribute and modify it.
   8.262  _ACEOF
   8.263 @@ -1422,7 +1432,7 @@
   8.264  
   8.265  	ac_retval=1
   8.266  fi
   8.267 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   8.268 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   8.269    as_fn_set_status $ac_retval
   8.270  
   8.271  } # ac_fn_c_try_compile
   8.272 @@ -1460,7 +1470,7 @@
   8.273  
   8.274  	ac_retval=1
   8.275  fi
   8.276 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   8.277 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   8.278    as_fn_set_status $ac_retval
   8.279  
   8.280  } # ac_fn_cxx_try_compile
   8.281 @@ -1469,7 +1479,7 @@
   8.282  running configure, to aid debugging if configure makes a mistake.
   8.283  
   8.284  It was created by ltplib $as_me 0.1, which was
   8.285 -generated by GNU Autoconf 2.65.  Invocation command line was
   8.286 +generated by GNU Autoconf 2.68.  Invocation command line was
   8.287  
   8.288    $ $0 $@
   8.289  
   8.290 @@ -1579,11 +1589,9 @@
   8.291    {
   8.292      echo
   8.293  
   8.294 -    cat <<\_ASBOX
   8.295 -## ---------------- ##
   8.296 +    $as_echo "## ---------------- ##
   8.297  ## Cache variables. ##
   8.298 -## ---------------- ##
   8.299 -_ASBOX
   8.300 +## ---------------- ##"
   8.301      echo
   8.302      # The following way of writing the cache mishandles newlines in values,
   8.303  (
   8.304 @@ -1617,11 +1625,9 @@
   8.305  )
   8.306      echo
   8.307  
   8.308 -    cat <<\_ASBOX
   8.309 -## ----------------- ##
   8.310 +    $as_echo "## ----------------- ##
   8.311  ## Output variables. ##
   8.312 -## ----------------- ##
   8.313 -_ASBOX
   8.314 +## ----------------- ##"
   8.315      echo
   8.316      for ac_var in $ac_subst_vars
   8.317      do
   8.318 @@ -1634,11 +1640,9 @@
   8.319      echo
   8.320  
   8.321      if test -n "$ac_subst_files"; then
   8.322 -      cat <<\_ASBOX
   8.323 -## ------------------- ##
   8.324 +      $as_echo "## ------------------- ##
   8.325  ## File substitutions. ##
   8.326 -## ------------------- ##
   8.327 -_ASBOX
   8.328 +## ------------------- ##"
   8.329        echo
   8.330        for ac_var in $ac_subst_files
   8.331        do
   8.332 @@ -1652,11 +1656,9 @@
   8.333      fi
   8.334  
   8.335      if test -s confdefs.h; then
   8.336 -      cat <<\_ASBOX
   8.337 -## ----------- ##
   8.338 +      $as_echo "## ----------- ##
   8.339  ## confdefs.h. ##
   8.340 -## ----------- ##
   8.341 -_ASBOX
   8.342 +## ----------- ##"
   8.343        echo
   8.344        cat confdefs.h
   8.345        echo
   8.346 @@ -1711,7 +1713,12 @@
   8.347  ac_site_file1=NONE
   8.348  ac_site_file2=NONE
   8.349  if test -n "$CONFIG_SITE"; then
   8.350 -  ac_site_file1=$CONFIG_SITE
   8.351 +  # We do not want a PATH search for config.site.
   8.352 +  case $CONFIG_SITE in #((
   8.353 +    -*)  ac_site_file1=./$CONFIG_SITE;;
   8.354 +    */*) ac_site_file1=$CONFIG_SITE;;
   8.355 +    *)   ac_site_file1=./$CONFIG_SITE;;
   8.356 +  esac
   8.357  elif test "x$prefix" != xNONE; then
   8.358    ac_site_file1=$prefix/share/config.site
   8.359    ac_site_file2=$prefix/etc/config.site
   8.360 @@ -1726,7 +1733,11 @@
   8.361      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   8.362  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   8.363      sed 's/^/| /' "$ac_site_file" >&5
   8.364 -    . "$ac_site_file"
   8.365 +    . "$ac_site_file" \
   8.366 +      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   8.367 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   8.368 +as_fn_error $? "failed to load site script $ac_site_file
   8.369 +See \`config.log' for more details" "$LINENO" 5; }
   8.370    fi
   8.371  done
   8.372  
   8.373 @@ -1802,7 +1813,7 @@
   8.374  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   8.375    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   8.376  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   8.377 -  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   8.378 +  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   8.379  fi
   8.380  ## -------------------- ##
   8.381  ## Main body of script. ##
   8.382 @@ -1821,16 +1832,22 @@
   8.383  
   8.384  ac_aux_dir=
   8.385  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   8.386 -  for ac_t in install-sh install.sh shtool; do
   8.387 -    if test -f "$ac_dir/$ac_t"; then
   8.388 -      ac_aux_dir=$ac_dir
   8.389 -      ac_install_sh="$ac_aux_dir/$ac_t -c"
   8.390 -      break 2
   8.391 -    fi
   8.392 -  done
   8.393 +  if test -f "$ac_dir/install-sh"; then
   8.394 +    ac_aux_dir=$ac_dir
   8.395 +    ac_install_sh="$ac_aux_dir/install-sh -c"
   8.396 +    break
   8.397 +  elif test -f "$ac_dir/install.sh"; then
   8.398 +    ac_aux_dir=$ac_dir
   8.399 +    ac_install_sh="$ac_aux_dir/install.sh -c"
   8.400 +    break
   8.401 +  elif test -f "$ac_dir/shtool"; then
   8.402 +    ac_aux_dir=$ac_dir
   8.403 +    ac_install_sh="$ac_aux_dir/shtool install -c"
   8.404 +    break
   8.405 +  fi
   8.406  done
   8.407  if test -z "$ac_aux_dir"; then
   8.408 -  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   8.409 +  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   8.410  fi
   8.411  
   8.412  # These three variables are undocumented and unsupported,
   8.413 @@ -1859,7 +1876,7 @@
   8.414  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
   8.415  $as_echo_n "checking for a BSD-compatible install... " >&6; }
   8.416  if test -z "$INSTALL"; then
   8.417 -if test "${ac_cv_path_install+set}" = set; then :
   8.418 +if ${ac_cv_path_install+:} false; then :
   8.419    $as_echo_n "(cached) " >&6
   8.420  else
   8.421    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8.422 @@ -1946,11 +1963,11 @@
   8.423  '
   8.424  case `pwd` in
   8.425    *[\\\"\#\$\&\'\`$am_lf]*)
   8.426 -    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
   8.427 +    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
   8.428  esac
   8.429  case $srcdir in
   8.430    *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   8.431 -    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   8.432 +    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   8.433  esac
   8.434  
   8.435  # Do `set' in a subshell so we don't clobber the current shell's
   8.436 @@ -1972,7 +1989,7 @@
   8.437        # if, for instance, CONFIG_SHELL is bash and it inherits a
   8.438        # broken ls alias from the environment.  This has actually
   8.439        # happened.  Such a system could not be considered "sane".
   8.440 -      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
   8.441 +      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   8.442  alias in your environment" "$LINENO" 5
   8.443     fi
   8.444  
   8.445 @@ -1982,7 +1999,7 @@
   8.446     # Ok.
   8.447     :
   8.448  else
   8.449 -   as_fn_error "newly created file is older than distributed files!
   8.450 +   as_fn_error $? "newly created file is older than distributed files!
   8.451  Check your system clock" "$LINENO" 5
   8.452  fi
   8.453  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   8.454 @@ -2036,7 +2053,7 @@
   8.455  set dummy ${ac_tool_prefix}strip; ac_word=$2
   8.456  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.457  $as_echo_n "checking for $ac_word... " >&6; }
   8.458 -if test "${ac_cv_prog_STRIP+set}" = set; then :
   8.459 +if ${ac_cv_prog_STRIP+:} false; then :
   8.460    $as_echo_n "(cached) " >&6
   8.461  else
   8.462    if test -n "$STRIP"; then
   8.463 @@ -2076,7 +2093,7 @@
   8.464  set dummy strip; ac_word=$2
   8.465  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.466  $as_echo_n "checking for $ac_word... " >&6; }
   8.467 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
   8.468 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   8.469    $as_echo_n "(cached) " >&6
   8.470  else
   8.471    if test -n "$ac_ct_STRIP"; then
   8.472 @@ -2129,7 +2146,7 @@
   8.473  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
   8.474  $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
   8.475  if test -z "$MKDIR_P"; then
   8.476 -  if test "${ac_cv_path_mkdir+set}" = set; then :
   8.477 +  if ${ac_cv_path_mkdir+:} false; then :
   8.478    $as_echo_n "(cached) " >&6
   8.479  else
   8.480    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8.481 @@ -2180,7 +2197,7 @@
   8.482  set dummy $ac_prog; ac_word=$2
   8.483  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.484  $as_echo_n "checking for $ac_word... " >&6; }
   8.485 -if test "${ac_cv_prog_AWK+set}" = set; then :
   8.486 +if ${ac_cv_prog_AWK+:} false; then :
   8.487    $as_echo_n "(cached) " >&6
   8.488  else
   8.489    if test -n "$AWK"; then
   8.490 @@ -2220,7 +2237,7 @@
   8.491  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   8.492  set x ${MAKE-make}
   8.493  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   8.494 -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
   8.495 +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   8.496    $as_echo_n "(cached) " >&6
   8.497  else
   8.498    cat >conftest.make <<\_ACEOF
   8.499 @@ -2228,7 +2245,7 @@
   8.500  all:
   8.501  	@echo '@@@%%%=$(MAKE)=@@@%%%'
   8.502  _ACEOF
   8.503 -# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   8.504 +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   8.505  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   8.506    *@@@%%%=?*=@@@%%%*)
   8.507      eval ac_cv_prog_make_${ac_make}_set=yes;;
   8.508 @@ -2262,7 +2279,7 @@
   8.509    am__isrc=' -I$(srcdir)'
   8.510    # test to see if srcdir already configured
   8.511    if test -f $srcdir/config.status; then
   8.512 -    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   8.513 +    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   8.514    fi
   8.515  fi
   8.516  
   8.517 @@ -2308,11 +2325,11 @@
   8.518  
   8.519  # We need awk for the "check" target.  The system "awk" is bad on
   8.520  # some platforms.
   8.521 -# Always define AMTAR for backward compatibility.
   8.522 -
   8.523 -AMTAR=${AMTAR-"${am_missing_run}tar"}
   8.524 -
   8.525 -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
   8.526 +# Always define AMTAR for backward compatibility.  Yes, it's still used
   8.527 +# in the wild :-(  We should find a proper way to deprecate it ...
   8.528 +AMTAR='$${TAR-tar}'
   8.529 +
   8.530 +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
   8.531  
   8.532  
   8.533  
   8.534 @@ -2329,7 +2346,7 @@
   8.535  set dummy ${ac_tool_prefix}gcc; ac_word=$2
   8.536  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.537  $as_echo_n "checking for $ac_word... " >&6; }
   8.538 -if test "${ac_cv_prog_CC+set}" = set; then :
   8.539 +if ${ac_cv_prog_CC+:} false; then :
   8.540    $as_echo_n "(cached) " >&6
   8.541  else
   8.542    if test -n "$CC"; then
   8.543 @@ -2369,7 +2386,7 @@
   8.544  set dummy gcc; ac_word=$2
   8.545  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.546  $as_echo_n "checking for $ac_word... " >&6; }
   8.547 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   8.548 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
   8.549    $as_echo_n "(cached) " >&6
   8.550  else
   8.551    if test -n "$ac_ct_CC"; then
   8.552 @@ -2422,7 +2439,7 @@
   8.553  set dummy ${ac_tool_prefix}cc; ac_word=$2
   8.554  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.555  $as_echo_n "checking for $ac_word... " >&6; }
   8.556 -if test "${ac_cv_prog_CC+set}" = set; then :
   8.557 +if ${ac_cv_prog_CC+:} false; then :
   8.558    $as_echo_n "(cached) " >&6
   8.559  else
   8.560    if test -n "$CC"; then
   8.561 @@ -2462,7 +2479,7 @@
   8.562  set dummy cc; ac_word=$2
   8.563  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.564  $as_echo_n "checking for $ac_word... " >&6; }
   8.565 -if test "${ac_cv_prog_CC+set}" = set; then :
   8.566 +if ${ac_cv_prog_CC+:} false; then :
   8.567    $as_echo_n "(cached) " >&6
   8.568  else
   8.569    if test -n "$CC"; then
   8.570 @@ -2521,7 +2538,7 @@
   8.571  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   8.572  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.573  $as_echo_n "checking for $ac_word... " >&6; }
   8.574 -if test "${ac_cv_prog_CC+set}" = set; then :
   8.575 +if ${ac_cv_prog_CC+:} false; then :
   8.576    $as_echo_n "(cached) " >&6
   8.577  else
   8.578    if test -n "$CC"; then
   8.579 @@ -2565,7 +2582,7 @@
   8.580  set dummy $ac_prog; ac_word=$2
   8.581  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.582  $as_echo_n "checking for $ac_word... " >&6; }
   8.583 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   8.584 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
   8.585    $as_echo_n "(cached) " >&6
   8.586  else
   8.587    if test -n "$ac_ct_CC"; then
   8.588 @@ -2619,8 +2636,8 @@
   8.589  
   8.590  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   8.591  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   8.592 -as_fn_error "no acceptable C compiler found in \$PATH
   8.593 -See \`config.log' for more details." "$LINENO" 5; }
   8.594 +as_fn_error $? "no acceptable C compiler found in \$PATH
   8.595 +See \`config.log' for more details" "$LINENO" 5; }
   8.596  
   8.597  # Provide some information about the compiler.
   8.598  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   8.599 @@ -2734,9 +2751,8 @@
   8.600  
   8.601  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   8.602  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   8.603 -{ as_fn_set_status 77
   8.604 -as_fn_error "C compiler cannot create executables
   8.605 -See \`config.log' for more details." "$LINENO" 5; }; }
   8.606 +as_fn_error 77 "C compiler cannot create executables
   8.607 +See \`config.log' for more details" "$LINENO" 5; }
   8.608  else
   8.609    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   8.610  $as_echo "yes" >&6; }
   8.611 @@ -2778,8 +2794,8 @@
   8.612  else
   8.613    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   8.614  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   8.615 -as_fn_error "cannot compute suffix of executables: cannot compile and link
   8.616 -See \`config.log' for more details." "$LINENO" 5; }
   8.617 +as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   8.618 +See \`config.log' for more details" "$LINENO" 5; }
   8.619  fi
   8.620  rm -f conftest conftest$ac_cv_exeext
   8.621  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   8.622 @@ -2836,9 +2852,9 @@
   8.623      else
   8.624  	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   8.625  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   8.626 -as_fn_error "cannot run C compiled programs.
   8.627 +as_fn_error $? "cannot run C compiled programs.
   8.628  If you meant to cross compile, use \`--host'.
   8.629 -See \`config.log' for more details." "$LINENO" 5; }
   8.630 +See \`config.log' for more details" "$LINENO" 5; }
   8.631      fi
   8.632    fi
   8.633  fi
   8.634 @@ -2849,7 +2865,7 @@
   8.635  ac_clean_files=$ac_clean_files_save
   8.636  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   8.637  $as_echo_n "checking for suffix of object files... " >&6; }
   8.638 -if test "${ac_cv_objext+set}" = set; then :
   8.639 +if ${ac_cv_objext+:} false; then :
   8.640    $as_echo_n "(cached) " >&6
   8.641  else
   8.642    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8.643 @@ -2889,8 +2905,8 @@
   8.644  
   8.645  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   8.646  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   8.647 -as_fn_error "cannot compute suffix of object files: cannot compile
   8.648 -See \`config.log' for more details." "$LINENO" 5; }
   8.649 +as_fn_error $? "cannot compute suffix of object files: cannot compile
   8.650 +See \`config.log' for more details" "$LINENO" 5; }
   8.651  fi
   8.652  rm -f conftest.$ac_cv_objext conftest.$ac_ext
   8.653  fi
   8.654 @@ -2900,7 +2916,7 @@
   8.655  ac_objext=$OBJEXT
   8.656  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   8.657  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   8.658 -if test "${ac_cv_c_compiler_gnu+set}" = set; then :
   8.659 +if ${ac_cv_c_compiler_gnu+:} false; then :
   8.660    $as_echo_n "(cached) " >&6
   8.661  else
   8.662    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8.663 @@ -2937,7 +2953,7 @@
   8.664  ac_save_CFLAGS=$CFLAGS
   8.665  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   8.666  $as_echo_n "checking whether $CC accepts -g... " >&6; }
   8.667 -if test "${ac_cv_prog_cc_g+set}" = set; then :
   8.668 +if ${ac_cv_prog_cc_g+:} false; then :
   8.669    $as_echo_n "(cached) " >&6
   8.670  else
   8.671    ac_save_c_werror_flag=$ac_c_werror_flag
   8.672 @@ -3015,7 +3031,7 @@
   8.673  fi
   8.674  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   8.675  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   8.676 -if test "${ac_cv_prog_cc_c89+set}" = set; then :
   8.677 +if ${ac_cv_prog_cc_c89+:} false; then :
   8.678    $as_echo_n "(cached) " >&6
   8.679  else
   8.680    ac_cv_prog_cc_c89=no
   8.681 @@ -3161,6 +3177,7 @@
   8.682  if test "x$enable_dependency_tracking" != xno; then
   8.683    am_depcomp="$ac_aux_dir/depcomp"
   8.684    AMDEPBACKSLASH='\'
   8.685 +  am__nodep='_no'
   8.686  fi
   8.687   if test "x$enable_dependency_tracking" != xno; then
   8.688    AMDEP_TRUE=
   8.689 @@ -3176,7 +3193,7 @@
   8.690  
   8.691  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   8.692  $as_echo_n "checking dependency style of $depcc... " >&6; }
   8.693 -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
   8.694 +if ${am_cv_CC_dependencies_compiler_type+:} false; then :
   8.695    $as_echo_n "(cached) " >&6
   8.696  else
   8.697    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   8.698 @@ -3185,6 +3202,7 @@
   8.699    # instance it was reported that on HP-UX the gcc test will end up
   8.700    # making a dummy file named `D' -- because `-MD' means `put the output
   8.701    # in D'.
   8.702 +  rm -rf conftest.dir
   8.703    mkdir conftest.dir
   8.704    # Copy depcomp to subdir because otherwise we won't find it if we're
   8.705    # using a relative directory.
   8.706 @@ -3244,7 +3262,7 @@
   8.707  	break
   8.708        fi
   8.709        ;;
   8.710 -    msvisualcpp | msvcmsys)
   8.711 +    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   8.712        # This compiler won't grok `-c -o', but also, the minuso test has
   8.713        # not run yet.  These depmodes are late enough in the game, and
   8.714        # so weak that their functioning should not be impacted.
   8.715 @@ -3315,7 +3333,7 @@
   8.716  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   8.717  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.718  $as_echo_n "checking for $ac_word... " >&6; }
   8.719 -if test "${ac_cv_prog_CXX+set}" = set; then :
   8.720 +if ${ac_cv_prog_CXX+:} false; then :
   8.721    $as_echo_n "(cached) " >&6
   8.722  else
   8.723    if test -n "$CXX"; then
   8.724 @@ -3359,7 +3377,7 @@
   8.725  set dummy $ac_prog; ac_word=$2
   8.726  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.727  $as_echo_n "checking for $ac_word... " >&6; }
   8.728 -if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
   8.729 +if ${ac_cv_prog_ac_ct_CXX+:} false; then :
   8.730    $as_echo_n "(cached) " >&6
   8.731  else
   8.732    if test -n "$ac_ct_CXX"; then
   8.733 @@ -3437,7 +3455,7 @@
   8.734  
   8.735  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
   8.736  $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
   8.737 -if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
   8.738 +if ${ac_cv_cxx_compiler_gnu+:} false; then :
   8.739    $as_echo_n "(cached) " >&6
   8.740  else
   8.741    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8.742 @@ -3474,7 +3492,7 @@
   8.743  ac_save_CXXFLAGS=$CXXFLAGS
   8.744  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
   8.745  $as_echo_n "checking whether $CXX accepts -g... " >&6; }
   8.746 -if test "${ac_cv_prog_cxx_g+set}" = set; then :
   8.747 +if ${ac_cv_prog_cxx_g+:} false; then :
   8.748    $as_echo_n "(cached) " >&6
   8.749  else
   8.750    ac_save_cxx_werror_flag=$ac_cxx_werror_flag
   8.751 @@ -3560,7 +3578,7 @@
   8.752  
   8.753  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   8.754  $as_echo_n "checking dependency style of $depcc... " >&6; }
   8.755 -if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
   8.756 +if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
   8.757    $as_echo_n "(cached) " >&6
   8.758  else
   8.759    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   8.760 @@ -3569,6 +3587,7 @@
   8.761    # instance it was reported that on HP-UX the gcc test will end up
   8.762    # making a dummy file named `D' -- because `-MD' means `put the output
   8.763    # in D'.
   8.764 +  rm -rf conftest.dir
   8.765    mkdir conftest.dir
   8.766    # Copy depcomp to subdir because otherwise we won't find it if we're
   8.767    # using a relative directory.
   8.768 @@ -3628,7 +3647,7 @@
   8.769  	break
   8.770        fi
   8.771        ;;
   8.772 -    msvisualcpp | msvcmsys)
   8.773 +    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   8.774        # This compiler won't grok `-c -o', but also, the minuso test has
   8.775        # not run yet.  These depmodes are late enough in the game, and
   8.776        # so weak that their functioning should not be impacted.
   8.777 @@ -3688,7 +3707,7 @@
   8.778  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   8.779  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.780  $as_echo_n "checking for $ac_word... " >&6; }
   8.781 -if test "${ac_cv_prog_RANLIB+set}" = set; then :
   8.782 +if ${ac_cv_prog_RANLIB+:} false; then :
   8.783    $as_echo_n "(cached) " >&6
   8.784  else
   8.785    if test -n "$RANLIB"; then
   8.786 @@ -3728,7 +3747,7 @@
   8.787  set dummy ranlib; ac_word=$2
   8.788  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8.789  $as_echo_n "checking for $ac_word... " >&6; }
   8.790 -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
   8.791 +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   8.792    $as_echo_n "(cached) " >&6
   8.793  else
   8.794    if test -n "$ac_ct_RANLIB"; then
   8.795 @@ -3820,27 +3839,27 @@
   8.796  
   8.797  # Make sure we can run config.sub.
   8.798  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   8.799 -  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   8.800 +  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   8.801  
   8.802  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   8.803  $as_echo_n "checking build system type... " >&6; }
   8.804 -if test "${ac_cv_build+set}" = set; then :
   8.805 +if ${ac_cv_build+:} false; then :
   8.806    $as_echo_n "(cached) " >&6
   8.807  else
   8.808    ac_build_alias=$build_alias
   8.809  test "x$ac_build_alias" = x &&
   8.810    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   8.811  test "x$ac_build_alias" = x &&
   8.812 -  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
   8.813 +  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
   8.814  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   8.815 -  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   8.816 +  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   8.817  
   8.818  fi
   8.819  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   8.820  $as_echo "$ac_cv_build" >&6; }
   8.821  case $ac_cv_build in
   8.822  *-*-*) ;;
   8.823 -*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
   8.824 +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
   8.825  esac
   8.826  build=$ac_cv_build
   8.827  ac_save_IFS=$IFS; IFS='-'
   8.828 @@ -3858,14 +3877,14 @@
   8.829  
   8.830  { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
   8.831  $as_echo_n "checking host system type... " >&6; }
   8.832 -if test "${ac_cv_host+set}" = set; then :
   8.833 +if ${ac_cv_host+:} false; then :
   8.834    $as_echo_n "(cached) " >&6
   8.835  else
   8.836    if test "x$host_alias" = x; then
   8.837    ac_cv_host=$ac_cv_build
   8.838  else
   8.839    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   8.840 -    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   8.841 +    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   8.842  fi
   8.843  
   8.844  fi
   8.845 @@ -3873,7 +3892,7 @@
   8.846  $as_echo "$ac_cv_host" >&6; }
   8.847  case $ac_cv_host in
   8.848  *-*-*) ;;
   8.849 -*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
   8.850 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
   8.851  esac
   8.852  host=$ac_cv_host
   8.853  ac_save_IFS=$IFS; IFS='-'
   8.854 @@ -3947,7 +3966,7 @@
   8.855  
   8.856  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
   8.857  $as_echo_n "checking for inline... " >&6; }
   8.858 -if test "${ac_cv_c_inline+set}" = set; then :
   8.859 +if ${ac_cv_c_inline+:} false; then :
   8.860    $as_echo_n "(cached) " >&6
   8.861  else
   8.862    ac_cv_c_inline=no
   8.863 @@ -4053,10 +4072,21 @@
   8.864       :end' >>confcache
   8.865  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   8.866    if test -w "$cache_file"; then
   8.867 -    test "x$cache_file" != "x/dev/null" &&
   8.868 +    if test "x$cache_file" != "x/dev/null"; then
   8.869        { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   8.870  $as_echo "$as_me: updating cache $cache_file" >&6;}
   8.871 -    cat confcache >$cache_file
   8.872 +      if test ! -f "$cache_file" || test -h "$cache_file"; then
   8.873 +	cat confcache >"$cache_file"
   8.874 +      else
   8.875 +        case $cache_file in #(
   8.876 +        */* | ?:*)
   8.877 +	  mv -f confcache "$cache_file"$$ &&
   8.878 +	  mv -f "$cache_file"$$ "$cache_file" ;; #(
   8.879 +        *)
   8.880 +	  mv -f confcache "$cache_file" ;;
   8.881 +	esac
   8.882 +      fi
   8.883 +    fi
   8.884    else
   8.885      { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   8.886  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   8.887 @@ -4072,6 +4102,7 @@
   8.888  
   8.889  ac_libobjs=
   8.890  ac_ltlibobjs=
   8.891 +U=
   8.892  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   8.893    # 1. Remove the extension, and $U if already installed.
   8.894    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   8.895 @@ -4095,31 +4126,31 @@
   8.896  fi
   8.897  
   8.898  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   8.899 -  as_fn_error "conditional \"AMDEP\" was never defined.
   8.900 +  as_fn_error $? "conditional \"AMDEP\" was never defined.
   8.901  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   8.902  fi
   8.903  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   8.904 -  as_fn_error "conditional \"am__fastdepCC\" was never defined.
   8.905 +  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   8.906  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   8.907  fi
   8.908  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   8.909 -  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
   8.910 +  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
   8.911  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   8.912  fi
   8.913  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   8.914 -  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   8.915 +  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   8.916  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   8.917  fi
   8.918  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   8.919 -  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   8.920 +  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   8.921  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   8.922  fi
   8.923  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   8.924 -  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
   8.925 +  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   8.926  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   8.927  fi
   8.928  
   8.929 -: ${CONFIG_STATUS=./config.status}
   8.930 +: "${CONFIG_STATUS=./config.status}"
   8.931  ac_write_fail=0
   8.932  ac_clean_files_save=$ac_clean_files
   8.933  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   8.934 @@ -4220,6 +4251,7 @@
   8.935  IFS=" ""	$as_nl"
   8.936  
   8.937  # Find who we are.  Look in the path if we contain no directory separator.
   8.938 +as_myself=
   8.939  case $0 in #((
   8.940    *[\\/]* ) as_myself=$0 ;;
   8.941    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8.942 @@ -4265,19 +4297,19 @@
   8.943  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   8.944  
   8.945  
   8.946 -# as_fn_error ERROR [LINENO LOG_FD]
   8.947 -# ---------------------------------
   8.948 +# as_fn_error STATUS ERROR [LINENO LOG_FD]
   8.949 +# ----------------------------------------
   8.950  # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   8.951  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   8.952 -# script with status $?, using 1 if that was 0.
   8.953 +# script with STATUS, using 1 if that was 0.
   8.954  as_fn_error ()
   8.955  {
   8.956 -  as_status=$?; test $as_status -eq 0 && as_status=1
   8.957 -  if test "$3"; then
   8.958 -    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   8.959 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   8.960 +  as_status=$1; test $as_status -eq 0 && as_status=1
   8.961 +  if test "$4"; then
   8.962 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   8.963 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   8.964    fi
   8.965 -  $as_echo "$as_me: error: $1" >&2
   8.966 +  $as_echo "$as_me: error: $2" >&2
   8.967    as_fn_exit $as_status
   8.968  } # as_fn_error
   8.969  
   8.970 @@ -4473,7 +4505,7 @@
   8.971        test -d "$as_dir" && break
   8.972      done
   8.973      test -z "$as_dirs" || eval "mkdir $as_dirs"
   8.974 -  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   8.975 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   8.976  
   8.977  
   8.978  } # as_fn_mkdir_p
   8.979 @@ -4527,7 +4559,7 @@
   8.980  # values after options handling.
   8.981  ac_log="
   8.982  This file was extended by ltplib $as_me 0.1, which was
   8.983 -generated by GNU Autoconf 2.65.  Invocation command line was
   8.984 +generated by GNU Autoconf 2.68.  Invocation command line was
   8.985  
   8.986    CONFIG_FILES    = $CONFIG_FILES
   8.987    CONFIG_HEADERS  = $CONFIG_HEADERS
   8.988 @@ -4593,10 +4625,10 @@
   8.989  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   8.990  ac_cs_version="\\
   8.991  ltplib config.status 0.1
   8.992 -configured by $0, generated by GNU Autoconf 2.65,
   8.993 +configured by $0, generated by GNU Autoconf 2.68,
   8.994    with options \\"\$ac_cs_config\\"
   8.995  
   8.996 -Copyright (C) 2009 Free Software Foundation, Inc.
   8.997 +Copyright (C) 2010 Free Software Foundation, Inc.
   8.998  This config.status script is free software; the Free Software Foundation
   8.999  gives unlimited permission to copy, distribute and modify it."
  8.1000  
  8.1001 @@ -4614,11 +4646,16 @@
  8.1002  while test $# != 0
  8.1003  do
  8.1004    case $1 in
  8.1005 -  --*=*)
  8.1006 +  --*=?*)
  8.1007      ac_option=`expr "X$1" : 'X\([^=]*\)='`
  8.1008      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  8.1009      ac_shift=:
  8.1010      ;;
  8.1011 +  --*=)
  8.1012 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  8.1013 +    ac_optarg=
  8.1014 +    ac_shift=:
  8.1015 +    ;;
  8.1016    *)
  8.1017      ac_option=$1
  8.1018      ac_optarg=$2
  8.1019 @@ -4640,6 +4677,7 @@
  8.1020      $ac_shift
  8.1021      case $ac_optarg in
  8.1022      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  8.1023 +    '') as_fn_error $? "missing file argument" ;;
  8.1024      esac
  8.1025      as_fn_append CONFIG_FILES " '$ac_optarg'"
  8.1026      ac_need_defaults=false;;
  8.1027 @@ -4652,7 +4690,7 @@
  8.1028      ac_need_defaults=false;;
  8.1029    --he | --h)
  8.1030      # Conflict between --help and --header
  8.1031 -    as_fn_error "ambiguous option: \`$1'
  8.1032 +    as_fn_error $? "ambiguous option: \`$1'
  8.1033  Try \`$0 --help' for more information.";;
  8.1034    --help | --hel | -h )
  8.1035      $as_echo "$ac_cs_usage"; exit ;;
  8.1036 @@ -4661,7 +4699,7 @@
  8.1037      ac_cs_silent=: ;;
  8.1038  
  8.1039    # This is an error.
  8.1040 -  -*) as_fn_error "unrecognized option: \`$1'
  8.1041 +  -*) as_fn_error $? "unrecognized option: \`$1'
  8.1042  Try \`$0 --help' for more information." ;;
  8.1043  
  8.1044    *) as_fn_append ac_config_targets " $1"
  8.1045 @@ -4723,7 +4761,7 @@
  8.1046      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
  8.1047      "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
  8.1048  
  8.1049 -  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  8.1050 +  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  8.1051    esac
  8.1052  done
  8.1053  
  8.1054 @@ -4746,9 +4784,10 @@
  8.1055  # after its creation but before its name has been assigned to `$tmp'.
  8.1056  $debug ||
  8.1057  {
  8.1058 -  tmp=
  8.1059 +  tmp= ac_tmp=
  8.1060    trap 'exit_status=$?
  8.1061 -  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  8.1062 +  : "${ac_tmp:=$tmp}"
  8.1063 +  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  8.1064  ' 0
  8.1065    trap 'as_fn_exit 1' 1 2 13 15
  8.1066  }
  8.1067 @@ -4756,12 +4795,13 @@
  8.1068  
  8.1069  {
  8.1070    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  8.1071 -  test -n "$tmp" && test -d "$tmp"
  8.1072 +  test -d "$tmp"
  8.1073  }  ||
  8.1074  {
  8.1075    tmp=./conf$$-$RANDOM
  8.1076    (umask 077 && mkdir "$tmp")
  8.1077 -} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
  8.1078 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  8.1079 +ac_tmp=$tmp
  8.1080  
  8.1081  # Set up the scripts for CONFIG_FILES section.
  8.1082  # No need to generate them if there are no CONFIG_FILES.
  8.1083 @@ -4778,12 +4818,12 @@
  8.1084  fi
  8.1085  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  8.1086  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  8.1087 -  ac_cs_awk_cr='\r'
  8.1088 +  ac_cs_awk_cr='\\r'
  8.1089  else
  8.1090    ac_cs_awk_cr=$ac_cr
  8.1091  fi
  8.1092  
  8.1093 -echo 'BEGIN {' >"$tmp/subs1.awk" &&
  8.1094 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  8.1095  _ACEOF
  8.1096  
  8.1097  
  8.1098 @@ -4792,18 +4832,18 @@
  8.1099    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  8.1100    echo "_ACEOF"
  8.1101  } >conf$$subs.sh ||
  8.1102 -  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  8.1103 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
  8.1104 +  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  8.1105 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
  8.1106  ac_delim='%!_!# '
  8.1107  for ac_last_try in false false false false false :; do
  8.1108    . ./conf$$subs.sh ||
  8.1109 -    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  8.1110 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  8.1111  
  8.1112    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  8.1113    if test $ac_delim_n = $ac_delim_num; then
  8.1114      break
  8.1115    elif $ac_last_try; then
  8.1116 -    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  8.1117 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  8.1118    else
  8.1119      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  8.1120    fi
  8.1121 @@ -4811,7 +4851,7 @@
  8.1122  rm -f conf$$subs.sh
  8.1123  
  8.1124  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  8.1125 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
  8.1126 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
  8.1127  _ACEOF
  8.1128  sed -n '
  8.1129  h
  8.1130 @@ -4859,7 +4899,7 @@
  8.1131  rm -f conf$$subs.awk
  8.1132  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  8.1133  _ACAWK
  8.1134 -cat >>"\$tmp/subs1.awk" <<_ACAWK &&
  8.1135 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  8.1136    for (key in S) S_is_set[key] = 1
  8.1137    FS = ""
  8.1138  
  8.1139 @@ -4891,21 +4931,29 @@
  8.1140    sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  8.1141  else
  8.1142    cat
  8.1143 -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
  8.1144 -  || as_fn_error "could not setup config files machinery" "$LINENO" 5
  8.1145 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  8.1146 +  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  8.1147  _ACEOF
  8.1148  
  8.1149 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
  8.1150 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  8.1151 +# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
  8.1152 +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
  8.1153  # trailing colons and then remove the whole line if VPATH becomes empty
  8.1154  # (actually we leave an empty line to preserve line numbers).
  8.1155  if test "x$srcdir" = x.; then
  8.1156 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  8.1157 -s/:*\$(srcdir):*/:/
  8.1158 -s/:*\${srcdir}:*/:/
  8.1159 -s/:*@srcdir@:*/:/
  8.1160 -s/^\([^=]*=[	 ]*\):*/\1/
  8.1161 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
  8.1162 +h
  8.1163 +s///
  8.1164 +s/^/:/
  8.1165 +s/[	 ]*$/:/
  8.1166 +s/:\$(srcdir):/:/g
  8.1167 +s/:\${srcdir}:/:/g
  8.1168 +s/:@srcdir@:/:/g
  8.1169 +s/^:*//
  8.1170  s/:*$//
  8.1171 +x
  8.1172 +s/\(=[	 ]*\).*/\1/
  8.1173 +G
  8.1174 +s/\n//
  8.1175  s/^[^=]*=[	 ]*$//
  8.1176  }'
  8.1177  fi
  8.1178 @@ -4917,7 +4965,7 @@
  8.1179  # No need to generate them if there are no CONFIG_HEADERS.
  8.1180  # This happens for instance with `./config.status Makefile'.
  8.1181  if test -n "$CONFIG_HEADERS"; then
  8.1182 -cat >"$tmp/defines.awk" <<\_ACAWK ||
  8.1183 +cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  8.1184  BEGIN {
  8.1185  _ACEOF
  8.1186  
  8.1187 @@ -4929,11 +4977,11 @@
  8.1188  # handling of long lines.
  8.1189  ac_delim='%!_!# '
  8.1190  for ac_last_try in false false :; do
  8.1191 -  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
  8.1192 -  if test -z "$ac_t"; then
  8.1193 +  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  8.1194 +  if test -z "$ac_tt"; then
  8.1195      break
  8.1196    elif $ac_last_try; then
  8.1197 -    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
  8.1198 +    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  8.1199    else
  8.1200      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  8.1201    fi
  8.1202 @@ -5018,7 +5066,7 @@
  8.1203  _ACAWK
  8.1204  _ACEOF
  8.1205  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  8.1206 -  as_fn_error "could not setup config headers machinery" "$LINENO" 5
  8.1207 +  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  8.1208  fi # test -n "$CONFIG_HEADERS"
  8.1209  
  8.1210  
  8.1211 @@ -5031,7 +5079,7 @@
  8.1212    esac
  8.1213    case $ac_mode$ac_tag in
  8.1214    :[FHL]*:*);;
  8.1215 -  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
  8.1216 +  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  8.1217    :[FH]-) ac_tag=-:-;;
  8.1218    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  8.1219    esac
  8.1220 @@ -5050,7 +5098,7 @@
  8.1221      for ac_f
  8.1222      do
  8.1223        case $ac_f in
  8.1224 -      -) ac_f="$tmp/stdin";;
  8.1225 +      -) ac_f="$ac_tmp/stdin";;
  8.1226        *) # Look for the file first in the build tree, then in the source tree
  8.1227  	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  8.1228  	 # because $ac_f cannot contain `:'.
  8.1229 @@ -5059,7 +5107,7 @@
  8.1230  	   [\\/$]*) false;;
  8.1231  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  8.1232  	   esac ||
  8.1233 -	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  8.1234 +	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  8.1235        esac
  8.1236        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  8.1237        as_fn_append ac_file_inputs " '$ac_f'"
  8.1238 @@ -5085,8 +5133,8 @@
  8.1239      esac
  8.1240  
  8.1241      case $ac_tag in
  8.1242 -    *:-:* | *:-) cat >"$tmp/stdin" \
  8.1243 -      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
  8.1244 +    *:-:* | *:-) cat >"$ac_tmp/stdin" \
  8.1245 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  8.1246      esac
  8.1247      ;;
  8.1248    esac
  8.1249 @@ -5222,23 +5270,24 @@
  8.1250  s&@MKDIR_P@&$ac_MKDIR_P&;t t
  8.1251  $ac_datarootdir_hack
  8.1252  "
  8.1253 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
  8.1254 -  || as_fn_error "could not create $ac_file" "$LINENO" 5
  8.1255 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  8.1256 +  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  8.1257  
  8.1258  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  8.1259 -  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  8.1260 -  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  8.1261 +  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  8.1262 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
  8.1263 +      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  8.1264    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  8.1265 -which seems to be undefined.  Please make sure it is defined." >&5
  8.1266 +which seems to be undefined.  Please make sure it is defined" >&5
  8.1267  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  8.1268 -which seems to be undefined.  Please make sure it is defined." >&2;}
  8.1269 -
  8.1270 -  rm -f "$tmp/stdin"
  8.1271 +which seems to be undefined.  Please make sure it is defined" >&2;}
  8.1272 +
  8.1273 +  rm -f "$ac_tmp/stdin"
  8.1274    case $ac_file in
  8.1275 -  -) cat "$tmp/out" && rm -f "$tmp/out";;
  8.1276 -  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  8.1277 +  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  8.1278 +  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  8.1279    esac \
  8.1280 -  || as_fn_error "could not create $ac_file" "$LINENO" 5
  8.1281 +  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  8.1282   ;;
  8.1283    :H)
  8.1284    #
  8.1285 @@ -5247,21 +5296,21 @@
  8.1286    if test x"$ac_file" != x-; then
  8.1287      {
  8.1288        $as_echo "/* $configure_input  */" \
  8.1289 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
  8.1290 -    } >"$tmp/config.h" \
  8.1291 -      || as_fn_error "could not create $ac_file" "$LINENO" 5
  8.1292 -    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
  8.1293 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  8.1294 +    } >"$ac_tmp/config.h" \
  8.1295 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  8.1296 +    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  8.1297        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  8.1298  $as_echo "$as_me: $ac_file is unchanged" >&6;}
  8.1299      else
  8.1300        rm -f "$ac_file"
  8.1301 -      mv "$tmp/config.h" "$ac_file" \
  8.1302 -	|| as_fn_error "could not create $ac_file" "$LINENO" 5
  8.1303 +      mv "$ac_tmp/config.h" "$ac_file" \
  8.1304 +	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
  8.1305      fi
  8.1306    else
  8.1307      $as_echo "/* $configure_input  */" \
  8.1308 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
  8.1309 -      || as_fn_error "could not create -" "$LINENO" 5
  8.1310 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  8.1311 +      || as_fn_error $? "could not create -" "$LINENO" 5
  8.1312    fi
  8.1313  # Compute "$ac_file"'s index in $config_headers.
  8.1314  _am_arg="$ac_file"
  8.1315 @@ -5411,7 +5460,7 @@
  8.1316  ac_clean_files=$ac_clean_files_save
  8.1317  
  8.1318  test $ac_write_fail = 0 ||
  8.1319 -  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
  8.1320 +  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
  8.1321  
  8.1322  
  8.1323  # configure is writing to config.log, and then calls config.status.
  8.1324 @@ -5432,7 +5481,7 @@
  8.1325    exec 5>>config.log
  8.1326    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  8.1327    # would make configure fail if this is the last instruction.
  8.1328 -  $ac_cs_success || as_fn_exit $?
  8.1329 +  $ac_cs_success || as_fn_exit 1
  8.1330  fi
  8.1331  if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  8.1332    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     9.1 --- a/doc/Makefile.in	Thu Mar 22 09:07:39 2012 +0000
     9.2 +++ b/doc/Makefile.in	Mon Mar 24 11:35:35 2014 +0000
     9.3 @@ -1,9 +1,9 @@
     9.4 -# Makefile.in generated by automake 1.11.1 from Makefile.am.
     9.5 +# Makefile.in generated by automake 1.11.3 from Makefile.am.
     9.6  # @configure_input@
     9.7  
     9.8  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     9.9 -# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    9.10 -# Inc.
    9.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    9.12 +# Foundation, Inc.
    9.13  # This Makefile.in is free software; the Free Software Foundation
    9.14  # gives unlimited permission to copy and/or distribute it,
    9.15  # with or without modifications, as long as this notice is preserved.
    9.16 @@ -227,10 +227,15 @@
    9.17  
    9.18  installcheck: installcheck-am
    9.19  install-strip:
    9.20 -	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    9.21 -	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    9.22 -	  `test -z '$(STRIP)' || \
    9.23 -	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    9.24 +	if test -z '$(STRIP)'; then \
    9.25 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    9.26 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    9.27 +	      install; \
    9.28 +	else \
    9.29 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    9.30 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    9.31 +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    9.32 +	fi
    9.33  mostlyclean-generic:
    9.34  
    9.35  clean-generic:
    10.1 --- a/lib/Makefile.in	Thu Mar 22 09:07:39 2012 +0000
    10.2 +++ b/lib/Makefile.in	Mon Mar 24 11:35:35 2014 +0000
    10.3 @@ -1,9 +1,9 @@
    10.4 -# Makefile.in generated by automake 1.11.1 from Makefile.am.
    10.5 +# Makefile.in generated by automake 1.11.3 from Makefile.am.
    10.6  # @configure_input@
    10.7  
    10.8  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    10.9 -# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
   10.10 -# Inc.
   10.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
   10.12 +# Foundation, Inc.
   10.13  # This Makefile.in is free software; the Free Software Foundation
   10.14  # gives unlimited permission to copy and/or distribute it,
   10.15  # with or without modifications, as long as this notice is preserved.
   10.16 @@ -229,10 +229,15 @@
   10.17  
   10.18  installcheck: installcheck-am
   10.19  install-strip:
   10.20 -	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   10.21 -	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   10.22 -	  `test -z '$(STRIP)' || \
   10.23 -	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   10.24 +	if test -z '$(STRIP)'; then \
   10.25 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   10.26 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   10.27 +	      install; \
   10.28 +	else \
   10.29 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   10.30 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   10.31 +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   10.32 +	fi
   10.33  mostlyclean-generic:
   10.34  
   10.35  clean-generic:
    11.1 --- a/src/Makefile.in	Thu Mar 22 09:07:39 2012 +0000
    11.2 +++ b/src/Makefile.in	Mon Mar 24 11:35:35 2014 +0000
    11.3 @@ -1,9 +1,9 @@
    11.4 -# Makefile.in generated by automake 1.11.1 from Makefile.am.
    11.5 +# Makefile.in generated by automake 1.11.3 from Makefile.am.
    11.6  # @configure_input@
    11.7  
    11.8  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    11.9 -# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
   11.10 -# Inc.
   11.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
   11.12 +# Foundation, Inc.
   11.13  # This Makefile.in is free software; the Free Software Foundation
   11.14  # gives unlimited permission to copy and/or distribute it,
   11.15  # with or without modifications, as long as this notice is preserved.
   11.16 @@ -67,6 +67,12 @@
   11.17  am__base_list = \
   11.18    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   11.19    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   11.20 +am__uninstall_files_from_dir = { \
   11.21 +  test -z "$$files" \
   11.22 +    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
   11.23 +    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
   11.24 +         $(am__cd) "$$dir" && rm -f $$files; }; \
   11.25 +  }
   11.26  am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
   11.27  LIBRARIES = $(lib_LIBRARIES)
   11.28  AR = ar
   11.29 @@ -334,13 +340,11 @@
   11.30  	@$(NORMAL_UNINSTALL)
   11.31  	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
   11.32  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
   11.33 -	test -n "$$files" || exit 0; \
   11.34 -	echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
   11.35 -	cd "$(DESTDIR)$(libdir)" && rm -f $$files
   11.36 +	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
   11.37  
   11.38  clean-libLIBRARIES:
   11.39  	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
   11.40 -libltp.a: $(libltp_a_OBJECTS) $(libltp_a_DEPENDENCIES) 
   11.41 +libltp.a: $(libltp_a_OBJECTS) $(libltp_a_DEPENDENCIES) $(EXTRA_libltp_a_DEPENDENCIES) 
   11.42  	-rm -f libltp.a
   11.43  	$(libltp_a_AR) libltp.a $(libltp_a_OBJECTS) $(libltp_a_LIBADD)
   11.44  	$(RANLIB) libltp.a
   11.45 @@ -381,7 +385,7 @@
   11.46  
   11.47  clean-binPROGRAMS:
   11.48  	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
   11.49 -ltpd$(EXEEXT): $(ltpd_OBJECTS) $(ltpd_DEPENDENCIES) 
   11.50 +ltpd$(EXEEXT): $(ltpd_OBJECTS) $(ltpd_DEPENDENCIES) $(EXTRA_ltpd_DEPENDENCIES) 
   11.51  	@rm -f ltpd$(EXEEXT)
   11.52  	$(CXXLINK) $(ltpd_OBJECTS) $(ltpd_LDADD) $(LIBS)
   11.53  
   11.54 @@ -533,10 +537,15 @@
   11.55  
   11.56  installcheck: installcheck-am
   11.57  install-strip:
   11.58 -	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   11.59 -	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   11.60 -	  `test -z '$(STRIP)' || \
   11.61 -	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   11.62 +	if test -z '$(STRIP)'; then \
   11.63 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   11.64 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   11.65 +	      install; \
   11.66 +	else \
   11.67 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   11.68 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   11.69 +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   11.70 +	fi
   11.71  mostlyclean-generic:
   11.72  
   11.73  clean-generic:
    12.1 --- a/src/ltp_udp.cc	Thu Mar 22 09:07:39 2012 +0000
    12.2 +++ b/src/ltp_udp.cc	Mon Mar 24 11:35:35 2014 +0000
    12.3 @@ -86,12 +86,12 @@
    12.4  int l2_s_udp_init(int port) 
    12.5  {
    12.6  	r_port=port;
    12.7 -	if ((r_sockfd=socket(PF_INET,MYSOCKTYPE,0))==-1) {
    12.8 +	if ((r_sockfd=socket(AF_INET,MYSOCKTYPE,0))==-1) {
    12.9  		return(-1);
   12.10  	}
   12.11  	struct sockaddr_in Target;
   12.12  	bzero ((unsigned char*)&Target,sizeof(Target));
   12.13 -	Target.sin_family=PF_INET;
   12.14 +	Target.sin_family=AF_INET;
   12.15  	Target.sin_addr.s_addr=htonl(INADDR_ANY);
   12.16  	if (port) r_port=port;
   12.17  	Target.sin_port=htons(r_port);
   12.18 @@ -201,6 +201,37 @@
   12.19  	return(LTP_OK);
   12.20  }
   12.21  
   12.22 +
   12.23 +// stephen@tolerantnetworks.com: multicast stuff 
   12.24 +#define LTP_MULTICAST
   12.25 +#define LTP_MC_DEBUG
   12.26 +
   12.27 +#ifdef LTP_MULTICAST
   12.28 +/*!
   12.29 + * @fn int ltp_is_multi(addr)
   12.30 + * @brief utility fnc to determine if target addr is MC or not
   12.31 + * @return zero MC, error (1) if not
   12.32 + */
   12.33 +int ltp_is_multi(sockaddr_in *addr)
   12.34 +{
   12.35 +    unsigned long a32=htonl(addr->sin_addr.s_addr);
   12.36 +    unsigned int topbyte=(a32>>24) & 0xff;
   12.37 +    if (topbyte >= 224 && topbyte <= 239) {
   12.38 +#ifdef LTP_MC_DEBUG
   12.39 +		snprintf(ltpstr,LTPSTR_LEN,"MC: ltp_is_multi says yes %lx is MC",a32);
   12.40 +	    ltp_log(LTP_LOG_MAX,ltpstr);
   12.41 +#endif
   12.42 +        return(LTP_OK);
   12.43 +    }
   12.44 +#ifdef LTP_MC_DEBUG
   12.45 +		snprintf(ltpstr,LTPSTR_LEN,"MC: ltp_is_multi says no %lx is not MC",a32);
   12.46 +	    ltp_log(LTP_LOG_MAX,ltpstr);
   12.47 +#endif
   12.48 +    return(LTP_ERR);
   12.49 +}
   12.50 +
   12.51 +#endif
   12.52 +
   12.53  /*!
   12.54   * @fn int l2_c_udp_init(void) 
   12.55   * @brief initialise a UDP client to be able to send in a moment
   12.56 @@ -216,12 +247,12 @@
   12.57  #define TXINONE
   12.58  #ifndef TXINONE
   12.59  
   12.60 -	if ((t_sockfd=socket(PF_INET,MYSOCKTYPE,0))==-1) {
   12.61 +	if ((t_sockfd=socket(AF_INET,MYSOCKTYPE,0))==-1) {
   12.62  		return(-1);
   12.63  	}
   12.64  	struct sockaddr_in Source;
   12.65  	bzero ((unsigned char*)&Source,sizeof(Source));
   12.66 -	Source.sin_family=PF_INET;
   12.67 +	Source.sin_family=AF_INET;
   12.68  	Source.sin_addr.s_addr=htonl(INADDR_ANY);
   12.69  	Source.sin_port=0;
   12.70  	if (bind(t_sockfd,(struct sockaddr*)&Source,sizeof(Source))==-1) {
   12.71 @@ -248,12 +279,12 @@
   12.72  {
   12.73  
   12.74  #ifdef TXINONE
   12.75 -	if ((t_sockfd=socket(PF_INET,MYSOCKTYPE,0))==-1) {
   12.76 +	if ((t_sockfd=socket(AF_INET,MYSOCKTYPE,0))==-1) {
   12.77  		return(-1);
   12.78  	}
   12.79  	struct sockaddr_in Source;
   12.80  	bzero ((unsigned char*)&Source,sizeof(Source));
   12.81 -	Source.sin_family=PF_INET;
   12.82 +	Source.sin_family=AF_INET;
   12.83  	Source.sin_addr.s_addr=htonl(INADDR_ANY);
   12.84  	Source.sin_port=0;
   12.85  	if (bind(t_sockfd,(struct sockaddr*)&Source,sizeof(Source))==-1) {
   12.86 @@ -264,11 +295,34 @@
   12.87  	int rv=setsockopt(t_sockfd,SOL_SOCKET,SO_SNDBUF,&bufsz,szlen);
   12.88  	if (rv) return(rv);
   12.89  #endif
   12.90 +
   12.91  	struct sockaddr_in Target;
   12.92  	bzero((unsigned char*)&Target,sizeof(Target));
   12.93 -	Target.sin_family=PF_INET;
   12.94 +	Target.sin_family=AF_INET;
   12.95  	Target.sin_port=htons(peer->addr.sock.sin_port);
   12.96  	Target.sin_addr.s_addr=peer->addr.sock.sin_addr.s_addr;
   12.97 +
   12.98 +#ifdef LTP_MULTICAST
   12.99 +// stephen@tolerantnetworks.com: if the destination adddress is a 
  12.100 +// multicast group, then set the TTL to 2 (for a one-router scope). This
  12.101 +// is currently hardcoded based on the address matching 224/4 (which
  12.102 +// means multicast). 
  12.103 +// to do this we just set a socket option
  12.104 +    if (!ltp_is_multi(&Target)) {
  12.105 +        // set TTL to 2
  12.106 +        unsigned char ttl=2;
  12.107 +        int srv=setsockopt(t_sockfd, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, sizeof(ttl));
  12.108 +#ifdef LTP_MC_DEBUG
  12.109 +        if (srv) {
  12.110 +		    snprintf(ltpstr,LTPSTR_LEN,"MC: error (%d) setting ttl to %d",srv,ttl);
  12.111 +        } else {
  12.112 +		    snprintf(ltpstr,LTPSTR_LEN,"MC: set ttl to %d",ttl);
  12.113 +        }
  12.114 +	    ltp_log(LTP_LOG_MAX,ltpstr);
  12.115 +#endif
  12.116 +    }
  12.117 +#endif
  12.118 +
  12.119  	int sent=sendto(t_sockfd,(void*)buf->val,buf->len,0,(struct sockaddr*)&Target, sizeof(Target));
  12.120  	if (sent!=buf->len) {
  12.121  		return (-1);
    13.1 --- a/test/Makefile.in	Thu Mar 22 09:07:39 2012 +0000
    13.2 +++ b/test/Makefile.in	Mon Mar 24 11:35:35 2014 +0000
    13.3 @@ -1,9 +1,9 @@
    13.4 -# Makefile.in generated by automake 1.11.1 from Makefile.am.
    13.5 +# Makefile.in generated by automake 1.11.3 from Makefile.am.
    13.6  # @configure_input@
    13.7  
    13.8  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    13.9 -# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
   13.10 -# Inc.
   13.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
   13.12 +# Foundation, Inc.
   13.13  # This Makefile.in is free software; the Free Software Foundation
   13.14  # gives unlimited permission to copy and/or distribute it,
   13.15  # with or without modifications, as long as this notice is preserved.
   13.16 @@ -255,16 +255,16 @@
   13.17  
   13.18  clean-binPROGRAMS:
   13.19  	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
   13.20 -nextevents$(EXEEXT): $(nextevents_OBJECTS) $(nextevents_DEPENDENCIES) 
   13.21 +nextevents$(EXEEXT): $(nextevents_OBJECTS) $(nextevents_DEPENDENCIES) $(EXTRA_nextevents_DEPENDENCIES) 
   13.22  	@rm -f nextevents$(EXEEXT)
   13.23  	$(CXXLINK) $(nextevents_OBJECTS) $(nextevents_LDADD) $(LIBS)
   13.24 -test_comms$(EXEEXT): $(test_comms_OBJECTS) $(test_comms_DEPENDENCIES) 
   13.25 +test_comms$(EXEEXT): $(test_comms_OBJECTS) $(test_comms_DEPENDENCIES) $(EXTRA_test_comms_DEPENDENCIES) 
   13.26  	@rm -f test_comms$(EXEEXT)
   13.27  	$(CXXLINK) $(test_comms_OBJECTS) $(test_comms_LDADD) $(LIBS)
   13.28 -test_sdnv$(EXEEXT): $(test_sdnv_OBJECTS) $(test_sdnv_DEPENDENCIES) 
   13.29 +test_sdnv$(EXEEXT): $(test_sdnv_OBJECTS) $(test_sdnv_DEPENDENCIES) $(EXTRA_test_sdnv_DEPENDENCIES) 
   13.30  	@rm -f test_sdnv$(EXEEXT)
   13.31  	$(CXXLINK) $(test_sdnv_OBJECTS) $(test_sdnv_LDADD) $(LIBS)
   13.32 -test_sdnv_cgi$(EXEEXT): $(test_sdnv_cgi_OBJECTS) $(test_sdnv_cgi_DEPENDENCIES) 
   13.33 +test_sdnv_cgi$(EXEEXT): $(test_sdnv_cgi_OBJECTS) $(test_sdnv_cgi_DEPENDENCIES) $(EXTRA_test_sdnv_cgi_DEPENDENCIES) 
   13.34  	@rm -f test_sdnv_cgi$(EXEEXT)
   13.35  	$(CXXLINK) $(test_sdnv_cgi_OBJECTS) $(test_sdnv_cgi_LDADD) $(LIBS)
   13.36  
   13.37 @@ -392,10 +392,15 @@
   13.38  
   13.39  installcheck: installcheck-am
   13.40  install-strip:
   13.41 -	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   13.42 -	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   13.43 -	  `test -z '$(STRIP)' || \
   13.44 -	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   13.45 +	if test -z '$(STRIP)'; then \
   13.46 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   13.47 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   13.48 +	      install; \
   13.49 +	else \
   13.50 +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   13.51 +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   13.52 +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   13.53 +	fi
   13.54  mostlyclean-generic:
   13.55  
   13.56  clean-generic: