mtupersock
authorstephen
Thu, 22 Mar 2012 09:07:39 +0000
changeset 32debb20ae567d
parent 31 6867d657bb25
child 33 54e68d2c50e7
mtupersock
aclocal.m4
autom4te.cache/output.0
autom4te.cache/output.1
autom4te.cache/requests
autom4te.cache/traces.0
configure
include/ltp_int.h
src/ltp.cc
     1.1 --- a/aclocal.m4	Wed Mar 21 17:47:32 2012 +0000
     1.2 +++ b/aclocal.m4	Thu Mar 22 09:07:39 2012 +0000
     1.3 @@ -13,8 +13,8 @@
     1.4  
     1.5  m4_ifndef([AC_AUTOCONF_VERSION],
     1.6    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
     1.7 -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
     1.8 -[m4_warning([this file was generated for autoconf 2.67.
     1.9 +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
    1.10 +[m4_warning([this file was generated for autoconf 2.65.
    1.11  You have another version of autoconf.  It may work, but is not guaranteed to.
    1.12  If you have problems, you may need to regenerate the build system entirely.
    1.13  To do so, use the procedure documented by the package, typically `autoreconf'.])])
     2.1 --- a/autom4te.cache/output.0	Wed Mar 21 17:47:32 2012 +0000
     2.2 +++ b/autom4te.cache/output.0	Thu Mar 22 09:07:39 2012 +0000
     2.3 @@ -1,13 +1,13 @@
     2.4  @%:@! /bin/sh
     2.5  @%:@ Guess values for system-dependent variables and create Makefiles.
     2.6 -@%:@ Generated by GNU Autoconf 2.67 for ltplib 0.1.
     2.7 +@%:@ Generated by GNU Autoconf 2.65 for ltplib 0.1.
     2.8  @%:@
     2.9  @%:@ Report bugs to <EMAIL PROTECTED>.
    2.10  @%:@ 
    2.11  @%:@ 
    2.12  @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    2.13 -@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
    2.14 -@%:@ Foundation, Inc.
    2.15 +@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    2.16 +@%:@ Inc.
    2.17  @%:@ 
    2.18  @%:@ 
    2.19  @%:@ This configure script is free software; the Free Software Foundation
    2.20 @@ -318,7 +318,7 @@
    2.21        test -d "$as_dir" && break
    2.22      done
    2.23      test -z "$as_dirs" || eval "mkdir $as_dirs"
    2.24 -  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    2.25 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
    2.26  
    2.27  
    2.28  } @%:@ as_fn_mkdir_p
    2.29 @@ -358,19 +358,19 @@
    2.30  fi # as_fn_arith
    2.31  
    2.32  
    2.33 -@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
    2.34 -@%:@ ----------------------------------------
    2.35 +@%:@ as_fn_error ERROR [LINENO LOG_FD]
    2.36 +@%:@ ---------------------------------
    2.37  @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    2.38  @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    2.39 -@%:@ script with STATUS, using 1 if that was 0.
    2.40 +@%:@ script with status @S|@?, using 1 if that was 0.
    2.41  as_fn_error ()
    2.42  {
    2.43 -  as_status=$1; test $as_status -eq 0 && as_status=1
    2.44 -  if test "$4"; then
    2.45 -    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    2.46 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    2.47 +  as_status=$?; test $as_status -eq 0 && as_status=1
    2.48 +  if test "$3"; then
    2.49 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    2.50 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    2.51    fi
    2.52 -  $as_echo "$as_me: error: $2" >&2
    2.53 +  $as_echo "$as_me: error: $1" >&2
    2.54    as_fn_exit $as_status
    2.55  } @%:@ as_fn_error
    2.56  
    2.57 @@ -532,7 +532,7 @@
    2.58  exec 6>&1
    2.59  
    2.60  # Name of the host.
    2.61 -# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    2.62 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    2.63  # so uname gets run too.
    2.64  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    2.65  
    2.66 @@ -736,9 +736,8 @@
    2.67    fi
    2.68  
    2.69    case $ac_option in
    2.70 -  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    2.71 -  *=)   ac_optarg= ;;
    2.72 -  *)    ac_optarg=yes ;;
    2.73 +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    2.74 +  *)	ac_optarg=yes ;;
    2.75    esac
    2.76  
    2.77    # Accept the important Cygnus configure options, so we can diagnose typos.
    2.78 @@ -783,7 +782,7 @@
    2.79      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    2.80      # Reject names that are not valid shell variable names.
    2.81      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    2.82 -      as_fn_error $? "invalid feature name: $ac_useropt"
    2.83 +      as_fn_error "invalid feature name: $ac_useropt"
    2.84      ac_useropt_orig=$ac_useropt
    2.85      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    2.86      case $ac_user_opts in
    2.87 @@ -809,7 +808,7 @@
    2.88      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    2.89      # Reject names that are not valid shell variable names.
    2.90      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    2.91 -      as_fn_error $? "invalid feature name: $ac_useropt"
    2.92 +      as_fn_error "invalid feature name: $ac_useropt"
    2.93      ac_useropt_orig=$ac_useropt
    2.94      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    2.95      case $ac_user_opts in
    2.96 @@ -1013,7 +1012,7 @@
    2.97      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    2.98      # Reject names that are not valid shell variable names.
    2.99      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   2.100 -      as_fn_error $? "invalid package name: $ac_useropt"
   2.101 +      as_fn_error "invalid package name: $ac_useropt"
   2.102      ac_useropt_orig=$ac_useropt
   2.103      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   2.104      case $ac_user_opts in
   2.105 @@ -1029,7 +1028,7 @@
   2.106      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   2.107      # Reject names that are not valid shell variable names.
   2.108      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   2.109 -      as_fn_error $? "invalid package name: $ac_useropt"
   2.110 +      as_fn_error "invalid package name: $ac_useropt"
   2.111      ac_useropt_orig=$ac_useropt
   2.112      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   2.113      case $ac_user_opts in
   2.114 @@ -1059,8 +1058,8 @@
   2.115    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   2.116      x_libraries=$ac_optarg ;;
   2.117  
   2.118 -  -*) as_fn_error $? "unrecognized option: \`$ac_option'
   2.119 -Try \`$0 --help' for more information"
   2.120 +  -*) as_fn_error "unrecognized option: \`$ac_option'
   2.121 +Try \`$0 --help' for more information."
   2.122      ;;
   2.123  
   2.124    *=*)
   2.125 @@ -1068,7 +1067,7 @@
   2.126      # Reject names that are not valid shell variable names.
   2.127      case $ac_envvar in #(
   2.128        '' | [0-9]* | *[!_$as_cr_alnum]* )
   2.129 -      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   2.130 +      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
   2.131      esac
   2.132      eval $ac_envvar=\$ac_optarg
   2.133      export $ac_envvar ;;
   2.134 @@ -1086,13 +1085,13 @@
   2.135  
   2.136  if test -n "$ac_prev"; then
   2.137    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   2.138 -  as_fn_error $? "missing argument to $ac_option"
   2.139 +  as_fn_error "missing argument to $ac_option"
   2.140  fi
   2.141  
   2.142  if test -n "$ac_unrecognized_opts"; then
   2.143    case $enable_option_checking in
   2.144      no) ;;
   2.145 -    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   2.146 +    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
   2.147      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   2.148    esac
   2.149  fi
   2.150 @@ -1115,7 +1114,7 @@
   2.151      [\\/$]* | ?:[\\/]* )  continue;;
   2.152      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   2.153    esac
   2.154 -  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   2.155 +  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
   2.156  done
   2.157  
   2.158  # There might be people who depend on the old broken behavior: `$host'
   2.159 @@ -1129,8 +1128,8 @@
   2.160  if test "x$host_alias" != x; then
   2.161    if test "x$build_alias" = x; then
   2.162      cross_compiling=maybe
   2.163 -    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
   2.164 -    If a cross compiler is detected then cross compile mode will be used" >&2
   2.165 +    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   2.166 +    If a cross compiler is detected then cross compile mode will be used." >&2
   2.167    elif test "x$build_alias" != "x$host_alias"; then
   2.168      cross_compiling=yes
   2.169    fi
   2.170 @@ -1145,9 +1144,9 @@
   2.171  ac_pwd=`pwd` && test -n "$ac_pwd" &&
   2.172  ac_ls_di=`ls -di .` &&
   2.173  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   2.174 -  as_fn_error $? "working directory cannot be determined"
   2.175 +  as_fn_error "working directory cannot be determined"
   2.176  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   2.177 -  as_fn_error $? "pwd does not report name of working directory"
   2.178 +  as_fn_error "pwd does not report name of working directory"
   2.179  
   2.180  
   2.181  # Find the source files, if location was not specified.
   2.182 @@ -1186,11 +1185,11 @@
   2.183  fi
   2.184  if test ! -r "$srcdir/$ac_unique_file"; then
   2.185    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   2.186 -  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   2.187 +  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
   2.188  fi
   2.189  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   2.190  ac_abs_confdir=`(
   2.191 -	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   2.192 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
   2.193  	pwd)`
   2.194  # When building in place, set srcdir=.
   2.195  if test "$ac_abs_confdir" = "$ac_pwd"; then
   2.196 @@ -1230,7 +1229,7 @@
   2.197        --help=short        display options specific to this package
   2.198        --help=recursive    display the short help of all the included packages
   2.199    -V, --version           display version information and exit
   2.200 -  -q, --quiet, --silent   do not print \`checking ...' messages
   2.201 +  -q, --quiet, --silent   do not print \`checking...' messages
   2.202        --cache-file=FILE   cache test results in FILE [disabled]
   2.203    -C, --config-cache      alias for \`--cache-file=config.cache'
   2.204    -n, --no-create         do not create output files
   2.205 @@ -1377,9 +1376,9 @@
   2.206  if $ac_init_version; then
   2.207    cat <<\_ACEOF
   2.208  ltplib configure 0.1
   2.209 -generated by GNU Autoconf 2.67
   2.210 -
   2.211 -Copyright (C) 2010 Free Software Foundation, Inc.
   2.212 +generated by GNU Autoconf 2.65
   2.213 +
   2.214 +Copyright (C) 2009 Free Software Foundation, Inc.
   2.215  This configure script is free software; the Free Software Foundation
   2.216  gives unlimited permission to copy, distribute and modify it.
   2.217  _ACEOF
   2.218 @@ -1470,7 +1469,7 @@
   2.219  running configure, to aid debugging if configure makes a mistake.
   2.220  
   2.221  It was created by ltplib $as_me 0.1, which was
   2.222 -generated by GNU Autoconf 2.67.  Invocation command line was
   2.223 +generated by GNU Autoconf 2.65.  Invocation command line was
   2.224  
   2.225    $ $0 $@
   2.226  
   2.227 @@ -1580,9 +1579,11 @@
   2.228    {
   2.229      echo
   2.230  
   2.231 -    $as_echo "## ---------------- ##
   2.232 +    cat <<\_ASBOX
   2.233 +## ---------------- ##
   2.234  ## Cache variables. ##
   2.235 -## ---------------- ##"
   2.236 +## ---------------- ##
   2.237 +_ASBOX
   2.238      echo
   2.239      # The following way of writing the cache mishandles newlines in values,
   2.240  (
   2.241 @@ -1616,9 +1617,11 @@
   2.242  )
   2.243      echo
   2.244  
   2.245 -    $as_echo "## ----------------- ##
   2.246 +    cat <<\_ASBOX
   2.247 +## ----------------- ##
   2.248  ## Output variables. ##
   2.249 -## ----------------- ##"
   2.250 +## ----------------- ##
   2.251 +_ASBOX
   2.252      echo
   2.253      for ac_var in $ac_subst_vars
   2.254      do
   2.255 @@ -1631,9 +1634,11 @@
   2.256      echo
   2.257  
   2.258      if test -n "$ac_subst_files"; then
   2.259 -      $as_echo "## ------------------- ##
   2.260 +      cat <<\_ASBOX
   2.261 +## ------------------- ##
   2.262  ## File substitutions. ##
   2.263 -## ------------------- ##"
   2.264 +## ------------------- ##
   2.265 +_ASBOX
   2.266        echo
   2.267        for ac_var in $ac_subst_files
   2.268        do
   2.269 @@ -1647,9 +1652,11 @@
   2.270      fi
   2.271  
   2.272      if test -s confdefs.h; then
   2.273 -      $as_echo "## ----------- ##
   2.274 +      cat <<\_ASBOX
   2.275 +## ----------- ##
   2.276  ## confdefs.h. ##
   2.277 -## ----------- ##"
   2.278 +## ----------- ##
   2.279 +_ASBOX
   2.280        echo
   2.281        cat confdefs.h
   2.282        echo
   2.283 @@ -1704,12 +1711,7 @@
   2.284  ac_site_file1=NONE
   2.285  ac_site_file2=NONE
   2.286  if test -n "$CONFIG_SITE"; then
   2.287 -  # We do not want a PATH search for config.site.
   2.288 -  case $CONFIG_SITE in @%:@((
   2.289 -    -*)  ac_site_file1=./$CONFIG_SITE;;
   2.290 -    */*) ac_site_file1=$CONFIG_SITE;;
   2.291 -    *)   ac_site_file1=./$CONFIG_SITE;;
   2.292 -  esac
   2.293 +  ac_site_file1=$CONFIG_SITE
   2.294  elif test "x$prefix" != xNONE; then
   2.295    ac_site_file1=$prefix/share/config.site
   2.296    ac_site_file2=$prefix/etc/config.site
   2.297 @@ -1724,11 +1726,7 @@
   2.298      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   2.299  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   2.300      sed 's/^/| /' "$ac_site_file" >&5
   2.301 -    . "$ac_site_file" \
   2.302 -      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2.303 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2.304 -as_fn_error $? "failed to load site script $ac_site_file
   2.305 -See \`config.log' for more details" "$LINENO" 5 ; }
   2.306 +    . "$ac_site_file"
   2.307    fi
   2.308  done
   2.309  
   2.310 @@ -1804,7 +1802,7 @@
   2.311  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2.312    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   2.313  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   2.314 -  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 
   2.315 +  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   2.316  fi
   2.317  ## -------------------- ##
   2.318  ## Main body of script. ##
   2.319 @@ -1823,22 +1821,16 @@
   2.320  
   2.321  ac_aux_dir=
   2.322  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   2.323 -  if test -f "$ac_dir/install-sh"; then
   2.324 -    ac_aux_dir=$ac_dir
   2.325 -    ac_install_sh="$ac_aux_dir/install-sh -c"
   2.326 -    break
   2.327 -  elif test -f "$ac_dir/install.sh"; then
   2.328 -    ac_aux_dir=$ac_dir
   2.329 -    ac_install_sh="$ac_aux_dir/install.sh -c"
   2.330 -    break
   2.331 -  elif test -f "$ac_dir/shtool"; then
   2.332 -    ac_aux_dir=$ac_dir
   2.333 -    ac_install_sh="$ac_aux_dir/shtool install -c"
   2.334 -    break
   2.335 -  fi
   2.336 +  for ac_t in install-sh install.sh shtool; do
   2.337 +    if test -f "$ac_dir/$ac_t"; then
   2.338 +      ac_aux_dir=$ac_dir
   2.339 +      ac_install_sh="$ac_aux_dir/$ac_t -c"
   2.340 +      break 2
   2.341 +    fi
   2.342 +  done
   2.343  done
   2.344  if test -z "$ac_aux_dir"; then
   2.345 -  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 
   2.346 +  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   2.347  fi
   2.348  
   2.349  # These three variables are undocumented and unsupported,
   2.350 @@ -1954,11 +1946,11 @@
   2.351  '
   2.352  case `pwd` in
   2.353    *[\\\"\#\$\&\'\`$am_lf]*)
   2.354 -    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
   2.355 +    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
   2.356  esac
   2.357  case $srcdir in
   2.358    *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   2.359 -    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
   2.360 +    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   2.361  esac
   2.362  
   2.363  # Do `set' in a subshell so we don't clobber the current shell's
   2.364 @@ -1980,8 +1972,8 @@
   2.365        # if, for instance, CONFIG_SHELL is bash and it inherits a
   2.366        # broken ls alias from the environment.  This has actually
   2.367        # happened.  Such a system could not be considered "sane".
   2.368 -      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   2.369 -alias in your environment" "$LINENO" 5 
   2.370 +      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
   2.371 +alias in your environment" "$LINENO" 5
   2.372     fi
   2.373  
   2.374     test "$2" = conftest.file
   2.375 @@ -1990,8 +1982,8 @@
   2.376     # Ok.
   2.377     :
   2.378  else
   2.379 -   as_fn_error $? "newly created file is older than distributed files!
   2.380 -Check your system clock" "$LINENO" 5 
   2.381 +   as_fn_error "newly created file is older than distributed files!
   2.382 +Check your system clock" "$LINENO" 5
   2.383  fi
   2.384  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2.385  $as_echo "yes" >&6; }
   2.386 @@ -2228,7 +2220,7 @@
   2.387  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   2.388  set x ${MAKE-make}
   2.389  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   2.390 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
   2.391 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
   2.392    $as_echo_n "(cached) " >&6
   2.393  else
   2.394    cat >conftest.make <<\_ACEOF
   2.395 @@ -2236,7 +2228,7 @@
   2.396  all:
   2.397  	@echo '@@@%%%=$(MAKE)=@@@%%%'
   2.398  _ACEOF
   2.399 -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   2.400 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   2.401  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   2.402    *@@@%%%=?*=@@@%%%*)
   2.403      eval ac_cv_prog_make_${ac_make}_set=yes;;
   2.404 @@ -2270,7 +2262,7 @@
   2.405    am__isrc=' -I$(srcdir)'
   2.406    # test to see if srcdir already configured
   2.407    if test -f $srcdir/config.status; then
   2.408 -    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 
   2.409 +    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   2.410    fi
   2.411  fi
   2.412  
   2.413 @@ -2627,8 +2619,8 @@
   2.414  
   2.415  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2.416  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2.417 -as_fn_error $? "no acceptable C compiler found in \$PATH
   2.418 -See \`config.log' for more details" "$LINENO" 5 ; }
   2.419 +as_fn_error "no acceptable C compiler found in \$PATH
   2.420 +See \`config.log' for more details." "$LINENO" 5; }
   2.421  
   2.422  # Provide some information about the compiler.
   2.423  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   2.424 @@ -2742,8 +2734,9 @@
   2.425  
   2.426  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2.427  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2.428 -as_fn_error 77 "C compiler cannot create executables
   2.429 -See \`config.log' for more details" "$LINENO" 5 ; }
   2.430 +{ as_fn_set_status 77
   2.431 +as_fn_error "C compiler cannot create executables
   2.432 +See \`config.log' for more details." "$LINENO" 5; }; }
   2.433  else
   2.434    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2.435  $as_echo "yes" >&6; }
   2.436 @@ -2785,8 +2778,8 @@
   2.437  else
   2.438    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2.439  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2.440 -as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   2.441 -See \`config.log' for more details" "$LINENO" 5 ; }
   2.442 +as_fn_error "cannot compute suffix of executables: cannot compile and link
   2.443 +See \`config.log' for more details." "$LINENO" 5; }
   2.444  fi
   2.445  rm -f conftest conftest$ac_cv_exeext
   2.446  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   2.447 @@ -2843,9 +2836,9 @@
   2.448      else
   2.449  	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2.450  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2.451 -as_fn_error $? "cannot run C compiled programs.
   2.452 +as_fn_error "cannot run C compiled programs.
   2.453  If you meant to cross compile, use \`--host'.
   2.454 -See \`config.log' for more details" "$LINENO" 5 ; }
   2.455 +See \`config.log' for more details." "$LINENO" 5; }
   2.456      fi
   2.457    fi
   2.458  fi
   2.459 @@ -2896,8 +2889,8 @@
   2.460  
   2.461  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2.462  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2.463 -as_fn_error $? "cannot compute suffix of object files: cannot compile
   2.464 -See \`config.log' for more details" "$LINENO" 5 ; }
   2.465 +as_fn_error "cannot compute suffix of object files: cannot compile
   2.466 +See \`config.log' for more details." "$LINENO" 5; }
   2.467  fi
   2.468  rm -f conftest.$ac_cv_objext conftest.$ac_ext
   2.469  fi
   2.470 @@ -3827,7 +3820,7 @@
   2.471  
   2.472  # Make sure we can run config.sub.
   2.473  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   2.474 -  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 
   2.475 +  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   2.476  
   2.477  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   2.478  $as_echo_n "checking build system type... " >&6; }
   2.479 @@ -3838,16 +3831,16 @@
   2.480  test "x$ac_build_alias" = x &&
   2.481    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   2.482  test "x$ac_build_alias" = x &&
   2.483 -  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 
   2.484 +  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
   2.485  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   2.486 -  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 
   2.487 +  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   2.488  
   2.489  fi
   2.490  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   2.491  $as_echo "$ac_cv_build" >&6; }
   2.492  case $ac_cv_build in
   2.493  *-*-*) ;;
   2.494 -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
   2.495 +*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
   2.496  esac
   2.497  build=$ac_cv_build
   2.498  ac_save_IFS=$IFS; IFS='-'
   2.499 @@ -3872,7 +3865,7 @@
   2.500    ac_cv_host=$ac_cv_build
   2.501  else
   2.502    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   2.503 -    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 
   2.504 +    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   2.505  fi
   2.506  
   2.507  fi
   2.508 @@ -3880,7 +3873,7 @@
   2.509  $as_echo "$ac_cv_host" >&6; }
   2.510  case $ac_cv_host in
   2.511  *-*-*) ;;
   2.512 -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
   2.513 +*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
   2.514  esac
   2.515  host=$ac_cv_host
   2.516  ac_save_IFS=$IFS; IFS='-'
   2.517 @@ -4079,7 +4072,6 @@
   2.518  
   2.519  ac_libobjs=
   2.520  ac_ltlibobjs=
   2.521 -U=
   2.522  for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
   2.523    # 1. Remove the extension, and $U if already installed.
   2.524    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   2.525 @@ -4103,28 +4095,28 @@
   2.526  fi
   2.527  
   2.528  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   2.529 -  as_fn_error $? "conditional \"AMDEP\" was never defined.
   2.530 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   2.531 +  as_fn_error "conditional \"AMDEP\" was never defined.
   2.532 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   2.533  fi
   2.534  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   2.535 -  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   2.536 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   2.537 +  as_fn_error "conditional \"am__fastdepCC\" was never defined.
   2.538 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   2.539  fi
   2.540  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   2.541 -  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
   2.542 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   2.543 +  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
   2.544 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   2.545  fi
   2.546  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   2.547 -  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   2.548 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   2.549 +  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   2.550 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   2.551  fi
   2.552  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   2.553 -  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   2.554 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   2.555 +  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   2.556 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   2.557  fi
   2.558  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   2.559 -  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   2.560 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   2.561 +  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
   2.562 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   2.563  fi
   2.564  
   2.565  : ${CONFIG_STATUS=./config.status}
   2.566 @@ -4273,19 +4265,19 @@
   2.567  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   2.568  
   2.569  
   2.570 -@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
   2.571 -@%:@ ----------------------------------------
   2.572 +@%:@ as_fn_error ERROR [LINENO LOG_FD]
   2.573 +@%:@ ---------------------------------
   2.574  @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   2.575  @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   2.576 -@%:@ script with STATUS, using 1 if that was 0.
   2.577 +@%:@ script with status @S|@?, using 1 if that was 0.
   2.578  as_fn_error ()
   2.579  {
   2.580 -  as_status=$1; test $as_status -eq 0 && as_status=1
   2.581 -  if test "$4"; then
   2.582 -    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   2.583 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   2.584 +  as_status=$?; test $as_status -eq 0 && as_status=1
   2.585 +  if test "$3"; then
   2.586 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   2.587 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   2.588    fi
   2.589 -  $as_echo "$as_me: error: $2" >&2
   2.590 +  $as_echo "$as_me: error: $1" >&2
   2.591    as_fn_exit $as_status
   2.592  } @%:@ as_fn_error
   2.593  
   2.594 @@ -4481,7 +4473,7 @@
   2.595        test -d "$as_dir" && break
   2.596      done
   2.597      test -z "$as_dirs" || eval "mkdir $as_dirs"
   2.598 -  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   2.599 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   2.600  
   2.601  
   2.602  } @%:@ as_fn_mkdir_p
   2.603 @@ -4535,7 +4527,7 @@
   2.604  # values after options handling.
   2.605  ac_log="
   2.606  This file was extended by ltplib $as_me 0.1, which was
   2.607 -generated by GNU Autoconf 2.67.  Invocation command line was
   2.608 +generated by GNU Autoconf 2.65.  Invocation command line was
   2.609  
   2.610    CONFIG_FILES    = $CONFIG_FILES
   2.611    CONFIG_HEADERS  = $CONFIG_HEADERS
   2.612 @@ -4601,10 +4593,10 @@
   2.613  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   2.614  ac_cs_version="\\
   2.615  ltplib config.status 0.1
   2.616 -configured by $0, generated by GNU Autoconf 2.67,
   2.617 +configured by $0, generated by GNU Autoconf 2.65,
   2.618    with options \\"\$ac_cs_config\\"
   2.619  
   2.620 -Copyright (C) 2010 Free Software Foundation, Inc.
   2.621 +Copyright (C) 2009 Free Software Foundation, Inc.
   2.622  This config.status script is free software; the Free Software Foundation
   2.623  gives unlimited permission to copy, distribute and modify it."
   2.624  
   2.625 @@ -4622,16 +4614,11 @@
   2.626  while test $# != 0
   2.627  do
   2.628    case $1 in
   2.629 -  --*=?*)
   2.630 +  --*=*)
   2.631      ac_option=`expr "X$1" : 'X\([^=]*\)='`
   2.632      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   2.633      ac_shift=:
   2.634      ;;
   2.635 -  --*=)
   2.636 -    ac_option=`expr "X$1" : 'X\([^=]*\)='`
   2.637 -    ac_optarg=
   2.638 -    ac_shift=:
   2.639 -    ;;
   2.640    *)
   2.641      ac_option=$1
   2.642      ac_optarg=$2
   2.643 @@ -4653,7 +4640,6 @@
   2.644      $ac_shift
   2.645      case $ac_optarg in
   2.646      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   2.647 -    '') as_fn_error $? "missing file argument" ;;
   2.648      esac
   2.649      as_fn_append CONFIG_FILES " '$ac_optarg'"
   2.650      ac_need_defaults=false;;
   2.651 @@ -4666,7 +4652,7 @@
   2.652      ac_need_defaults=false;;
   2.653    --he | --h)
   2.654      # Conflict between --help and --header
   2.655 -    as_fn_error $? "ambiguous option: \`$1'
   2.656 +    as_fn_error "ambiguous option: \`$1'
   2.657  Try \`$0 --help' for more information.";;
   2.658    --help | --hel | -h )
   2.659      $as_echo "$ac_cs_usage"; exit ;;
   2.660 @@ -4675,7 +4661,7 @@
   2.661      ac_cs_silent=: ;;
   2.662  
   2.663    # This is an error.
   2.664 -  -*) as_fn_error $? "unrecognized option: \`$1'
   2.665 +  -*) as_fn_error "unrecognized option: \`$1'
   2.666  Try \`$0 --help' for more information." ;;
   2.667  
   2.668    *) as_fn_append ac_config_targets " $1"
   2.669 @@ -4737,7 +4723,7 @@
   2.670      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
   2.671      "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
   2.672  
   2.673 -  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
   2.674 +  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   2.675    esac
   2.676  done
   2.677  
   2.678 @@ -4775,7 +4761,7 @@
   2.679  {
   2.680    tmp=./conf$$-$RANDOM
   2.681    (umask 077 && mkdir "$tmp")
   2.682 -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 
   2.683 +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
   2.684  
   2.685  # Set up the scripts for CONFIG_FILES section.
   2.686  # No need to generate them if there are no CONFIG_FILES.
   2.687 @@ -4792,7 +4778,7 @@
   2.688  fi
   2.689  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   2.690  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   2.691 -  ac_cs_awk_cr='\\r'
   2.692 +  ac_cs_awk_cr='\r'
   2.693  else
   2.694    ac_cs_awk_cr=$ac_cr
   2.695  fi
   2.696 @@ -4806,18 +4792,18 @@
   2.697    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   2.698    echo "_ACEOF"
   2.699  } >conf$$subs.sh ||
   2.700 -  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 
   2.701 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
   2.702 +  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   2.703 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
   2.704  ac_delim='%!_!# '
   2.705  for ac_last_try in false false false false false :; do
   2.706    . ./conf$$subs.sh ||
   2.707 -    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 
   2.708 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   2.709  
   2.710    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   2.711    if test $ac_delim_n = $ac_delim_num; then
   2.712      break
   2.713    elif $ac_last_try; then
   2.714 -    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 
   2.715 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   2.716    else
   2.717      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   2.718    fi
   2.719 @@ -4906,28 +4892,20 @@
   2.720  else
   2.721    cat
   2.722  fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
   2.723 -  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 
   2.724 +  || as_fn_error "could not setup config files machinery" "$LINENO" 5
   2.725  _ACEOF
   2.726  
   2.727 -# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
   2.728 -# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
   2.729 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
   2.730 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
   2.731  # trailing colons and then remove the whole line if VPATH becomes empty
   2.732  # (actually we leave an empty line to preserve line numbers).
   2.733  if test "x$srcdir" = x.; then
   2.734 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
   2.735 -h
   2.736 -s///
   2.737 -s/^/:/
   2.738 -s/[	 ]*$/:/
   2.739 -s/:\$(srcdir):/:/g
   2.740 -s/:\${srcdir}:/:/g
   2.741 -s/:@srcdir@:/:/g
   2.742 -s/^:*//
   2.743 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
   2.744 +s/:*\$(srcdir):*/:/
   2.745 +s/:*\${srcdir}:*/:/
   2.746 +s/:*@srcdir@:*/:/
   2.747 +s/^\([^=]*=[	 ]*\):*/\1/
   2.748  s/:*$//
   2.749 -x
   2.750 -s/\(=[	 ]*\).*/\1/
   2.751 -G
   2.752 -s/\n//
   2.753  s/^[^=]*=[	 ]*$//
   2.754  }'
   2.755  fi
   2.756 @@ -4955,7 +4933,7 @@
   2.757    if test -z "$ac_t"; then
   2.758      break
   2.759    elif $ac_last_try; then
   2.760 -    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 
   2.761 +    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
   2.762    else
   2.763      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   2.764    fi
   2.765 @@ -5040,7 +5018,7 @@
   2.766  _ACAWK
   2.767  _ACEOF
   2.768  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   2.769 -  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 
   2.770 +  as_fn_error "could not setup config headers machinery" "$LINENO" 5
   2.771  fi # test -n "$CONFIG_HEADERS"
   2.772  
   2.773  
   2.774 @@ -5053,7 +5031,7 @@
   2.775    esac
   2.776    case $ac_mode$ac_tag in
   2.777    :[FHL]*:*);;
   2.778 -  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
   2.779 +  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
   2.780    :[FH]-) ac_tag=-:-;;
   2.781    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   2.782    esac
   2.783 @@ -5081,7 +5059,7 @@
   2.784  	   [\\/$]*) false;;
   2.785  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   2.786  	   esac ||
   2.787 -	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
   2.788 +	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
   2.789        esac
   2.790        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   2.791        as_fn_append ac_file_inputs " '$ac_f'"
   2.792 @@ -5108,7 +5086,7 @@
   2.793  
   2.794      case $ac_tag in
   2.795      *:-:* | *:-) cat >"$tmp/stdin" \
   2.796 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
   2.797 +      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
   2.798      esac
   2.799      ;;
   2.800    esac
   2.801 @@ -5245,22 +5223,22 @@
   2.802  $ac_datarootdir_hack
   2.803  "
   2.804  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
   2.805 -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5 
   2.806 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
   2.807  
   2.808  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   2.809    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   2.810    { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   2.811    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   2.812 -which seems to be undefined.  Please make sure it is defined" >&5
   2.813 +which seems to be undefined.  Please make sure it is defined." >&5
   2.814  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   2.815 -which seems to be undefined.  Please make sure it is defined" >&2;}
   2.816 +which seems to be undefined.  Please make sure it is defined." >&2;}
   2.817  
   2.818    rm -f "$tmp/stdin"
   2.819    case $ac_file in
   2.820    -) cat "$tmp/out" && rm -f "$tmp/out";;
   2.821    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
   2.822    esac \
   2.823 -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5 
   2.824 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
   2.825   ;;
   2.826    :H)
   2.827    #
   2.828 @@ -5271,19 +5249,19 @@
   2.829        $as_echo "/* $configure_input  */" \
   2.830        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
   2.831      } >"$tmp/config.h" \
   2.832 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 
   2.833 +      || as_fn_error "could not create $ac_file" "$LINENO" 5
   2.834      if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
   2.835        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
   2.836  $as_echo "$as_me: $ac_file is unchanged" >&6;}
   2.837      else
   2.838        rm -f "$ac_file"
   2.839        mv "$tmp/config.h" "$ac_file" \
   2.840 -	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 
   2.841 +	|| as_fn_error "could not create $ac_file" "$LINENO" 5
   2.842      fi
   2.843    else
   2.844      $as_echo "/* $configure_input  */" \
   2.845        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
   2.846 -      || as_fn_error $? "could not create -" "$LINENO" 5 
   2.847 +      || as_fn_error "could not create -" "$LINENO" 5
   2.848    fi
   2.849  # Compute "$ac_file"'s index in $config_headers.
   2.850  _am_arg="$ac_file"
   2.851 @@ -5433,7 +5411,7 @@
   2.852  ac_clean_files=$ac_clean_files_save
   2.853  
   2.854  test $ac_write_fail = 0 ||
   2.855 -  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 
   2.856 +  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
   2.857  
   2.858  
   2.859  # configure is writing to config.log, and then calls config.status.
   2.860 @@ -5454,7 +5432,7 @@
   2.861    exec 5>>config.log
   2.862    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   2.863    # would make configure fail if this is the last instruction.
   2.864 -  $ac_cs_success || as_fn_exit 1
   2.865 +  $ac_cs_success || as_fn_exit $?
   2.866  fi
   2.867  if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   2.868    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     3.1 --- a/autom4te.cache/output.1	Wed Mar 21 17:47:32 2012 +0000
     3.2 +++ b/autom4te.cache/output.1	Thu Mar 22 09:07:39 2012 +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.67 for ltplib 0.1.
     3.7 +@%:@ Generated by GNU Autoconf 2.65 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, 2010 Free Software
    3.14 -@%:@ Foundation, Inc.
    3.15 +@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    3.16 +@%:@ Inc.
    3.17  @%:@ 
    3.18  @%:@ 
    3.19  @%:@ This configure script is free software; the Free Software Foundation
    3.20 @@ -318,7 +318,7 @@
    3.21        test -d "$as_dir" && break
    3.22      done
    3.23      test -z "$as_dirs" || eval "mkdir $as_dirs"
    3.24 -  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    3.25 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
    3.26  
    3.27  
    3.28  } @%:@ as_fn_mkdir_p
    3.29 @@ -358,19 +358,19 @@
    3.30  fi # as_fn_arith
    3.31  
    3.32  
    3.33 -@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
    3.34 -@%:@ ----------------------------------------
    3.35 +@%:@ as_fn_error ERROR [LINENO LOG_FD]
    3.36 +@%:@ ---------------------------------
    3.37  @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    3.38  @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    3.39 -@%:@ script with STATUS, using 1 if that was 0.
    3.40 +@%:@ script with status @S|@?, using 1 if that was 0.
    3.41  as_fn_error ()
    3.42  {
    3.43 -  as_status=$1; test $as_status -eq 0 && as_status=1
    3.44 -  if test "$4"; then
    3.45 -    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    3.46 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    3.47 +  as_status=$?; test $as_status -eq 0 && as_status=1
    3.48 +  if test "$3"; then
    3.49 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    3.50 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    3.51    fi
    3.52 -  $as_echo "$as_me: error: $2" >&2
    3.53 +  $as_echo "$as_me: error: $1" >&2
    3.54    as_fn_exit $as_status
    3.55  } @%:@ as_fn_error
    3.56  
    3.57 @@ -532,7 +532,7 @@
    3.58  exec 6>&1
    3.59  
    3.60  # Name of the host.
    3.61 -# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    3.62 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    3.63  # so uname gets run too.
    3.64  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    3.65  
    3.66 @@ -736,9 +736,8 @@
    3.67    fi
    3.68  
    3.69    case $ac_option in
    3.70 -  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    3.71 -  *=)   ac_optarg= ;;
    3.72 -  *)    ac_optarg=yes ;;
    3.73 +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    3.74 +  *)	ac_optarg=yes ;;
    3.75    esac
    3.76  
    3.77    # Accept the important Cygnus configure options, so we can diagnose typos.
    3.78 @@ -783,7 +782,7 @@
    3.79      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    3.80      # Reject names that are not valid shell variable names.
    3.81      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    3.82 -      as_fn_error $? "invalid feature name: $ac_useropt"
    3.83 +      as_fn_error "invalid feature name: $ac_useropt"
    3.84      ac_useropt_orig=$ac_useropt
    3.85      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    3.86      case $ac_user_opts in
    3.87 @@ -809,7 +808,7 @@
    3.88      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    3.89      # Reject names that are not valid shell variable names.
    3.90      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    3.91 -      as_fn_error $? "invalid feature name: $ac_useropt"
    3.92 +      as_fn_error "invalid feature name: $ac_useropt"
    3.93      ac_useropt_orig=$ac_useropt
    3.94      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    3.95      case $ac_user_opts in
    3.96 @@ -1013,7 +1012,7 @@
    3.97      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    3.98      # Reject names that are not valid shell variable names.
    3.99      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   3.100 -      as_fn_error $? "invalid package name: $ac_useropt"
   3.101 +      as_fn_error "invalid package name: $ac_useropt"
   3.102      ac_useropt_orig=$ac_useropt
   3.103      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   3.104      case $ac_user_opts in
   3.105 @@ -1029,7 +1028,7 @@
   3.106      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   3.107      # Reject names that are not valid shell variable names.
   3.108      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   3.109 -      as_fn_error $? "invalid package name: $ac_useropt"
   3.110 +      as_fn_error "invalid package name: $ac_useropt"
   3.111      ac_useropt_orig=$ac_useropt
   3.112      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   3.113      case $ac_user_opts in
   3.114 @@ -1059,8 +1058,8 @@
   3.115    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   3.116      x_libraries=$ac_optarg ;;
   3.117  
   3.118 -  -*) as_fn_error $? "unrecognized option: \`$ac_option'
   3.119 -Try \`$0 --help' for more information"
   3.120 +  -*) as_fn_error "unrecognized option: \`$ac_option'
   3.121 +Try \`$0 --help' for more information."
   3.122      ;;
   3.123  
   3.124    *=*)
   3.125 @@ -1068,7 +1067,7 @@
   3.126      # Reject names that are not valid shell variable names.
   3.127      case $ac_envvar in #(
   3.128        '' | [0-9]* | *[!_$as_cr_alnum]* )
   3.129 -      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   3.130 +      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
   3.131      esac
   3.132      eval $ac_envvar=\$ac_optarg
   3.133      export $ac_envvar ;;
   3.134 @@ -1086,13 +1085,13 @@
   3.135  
   3.136  if test -n "$ac_prev"; then
   3.137    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   3.138 -  as_fn_error $? "missing argument to $ac_option"
   3.139 +  as_fn_error "missing argument to $ac_option"
   3.140  fi
   3.141  
   3.142  if test -n "$ac_unrecognized_opts"; then
   3.143    case $enable_option_checking in
   3.144      no) ;;
   3.145 -    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   3.146 +    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
   3.147      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   3.148    esac
   3.149  fi
   3.150 @@ -1115,7 +1114,7 @@
   3.151      [\\/$]* | ?:[\\/]* )  continue;;
   3.152      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   3.153    esac
   3.154 -  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   3.155 +  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
   3.156  done
   3.157  
   3.158  # There might be people who depend on the old broken behavior: `$host'
   3.159 @@ -1129,8 +1128,8 @@
   3.160  if test "x$host_alias" != x; then
   3.161    if test "x$build_alias" = x; then
   3.162      cross_compiling=maybe
   3.163 -    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
   3.164 -    If a cross compiler is detected then cross compile mode will be used" >&2
   3.165 +    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   3.166 +    If a cross compiler is detected then cross compile mode will be used." >&2
   3.167    elif test "x$build_alias" != "x$host_alias"; then
   3.168      cross_compiling=yes
   3.169    fi
   3.170 @@ -1145,9 +1144,9 @@
   3.171  ac_pwd=`pwd` && test -n "$ac_pwd" &&
   3.172  ac_ls_di=`ls -di .` &&
   3.173  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   3.174 -  as_fn_error $? "working directory cannot be determined"
   3.175 +  as_fn_error "working directory cannot be determined"
   3.176  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   3.177 -  as_fn_error $? "pwd does not report name of working directory"
   3.178 +  as_fn_error "pwd does not report name of working directory"
   3.179  
   3.180  
   3.181  # Find the source files, if location was not specified.
   3.182 @@ -1186,11 +1185,11 @@
   3.183  fi
   3.184  if test ! -r "$srcdir/$ac_unique_file"; then
   3.185    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   3.186 -  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   3.187 +  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
   3.188  fi
   3.189  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   3.190  ac_abs_confdir=`(
   3.191 -	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   3.192 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
   3.193  	pwd)`
   3.194  # When building in place, set srcdir=.
   3.195  if test "$ac_abs_confdir" = "$ac_pwd"; then
   3.196 @@ -1230,7 +1229,7 @@
   3.197        --help=short        display options specific to this package
   3.198        --help=recursive    display the short help of all the included packages
   3.199    -V, --version           display version information and exit
   3.200 -  -q, --quiet, --silent   do not print \`checking ...' messages
   3.201 +  -q, --quiet, --silent   do not print \`checking...' messages
   3.202        --cache-file=FILE   cache test results in FILE [disabled]
   3.203    -C, --config-cache      alias for \`--cache-file=config.cache'
   3.204    -n, --no-create         do not create output files
   3.205 @@ -1377,9 +1376,9 @@
   3.206  if $ac_init_version; then
   3.207    cat <<\_ACEOF
   3.208  ltplib configure 0.1
   3.209 -generated by GNU Autoconf 2.67
   3.210 -
   3.211 -Copyright (C) 2010 Free Software Foundation, Inc.
   3.212 +generated by GNU Autoconf 2.65
   3.213 +
   3.214 +Copyright (C) 2009 Free Software Foundation, Inc.
   3.215  This configure script is free software; the Free Software Foundation
   3.216  gives unlimited permission to copy, distribute and modify it.
   3.217  _ACEOF
   3.218 @@ -1470,7 +1469,7 @@
   3.219  running configure, to aid debugging if configure makes a mistake.
   3.220  
   3.221  It was created by ltplib $as_me 0.1, which was
   3.222 -generated by GNU Autoconf 2.67.  Invocation command line was
   3.223 +generated by GNU Autoconf 2.65.  Invocation command line was
   3.224  
   3.225    $ $0 $@
   3.226  
   3.227 @@ -1580,9 +1579,11 @@
   3.228    {
   3.229      echo
   3.230  
   3.231 -    $as_echo "## ---------------- ##
   3.232 +    cat <<\_ASBOX
   3.233 +## ---------------- ##
   3.234  ## Cache variables. ##
   3.235 -## ---------------- ##"
   3.236 +## ---------------- ##
   3.237 +_ASBOX
   3.238      echo
   3.239      # The following way of writing the cache mishandles newlines in values,
   3.240  (
   3.241 @@ -1616,9 +1617,11 @@
   3.242  )
   3.243      echo
   3.244  
   3.245 -    $as_echo "## ----------------- ##
   3.246 +    cat <<\_ASBOX
   3.247 +## ----------------- ##
   3.248  ## Output variables. ##
   3.249 -## ----------------- ##"
   3.250 +## ----------------- ##
   3.251 +_ASBOX
   3.252      echo
   3.253      for ac_var in $ac_subst_vars
   3.254      do
   3.255 @@ -1631,9 +1634,11 @@
   3.256      echo
   3.257  
   3.258      if test -n "$ac_subst_files"; then
   3.259 -      $as_echo "## ------------------- ##
   3.260 +      cat <<\_ASBOX
   3.261 +## ------------------- ##
   3.262  ## File substitutions. ##
   3.263 -## ------------------- ##"
   3.264 +## ------------------- ##
   3.265 +_ASBOX
   3.266        echo
   3.267        for ac_var in $ac_subst_files
   3.268        do
   3.269 @@ -1647,9 +1652,11 @@
   3.270      fi
   3.271  
   3.272      if test -s confdefs.h; then
   3.273 -      $as_echo "## ----------- ##
   3.274 +      cat <<\_ASBOX
   3.275 +## ----------- ##
   3.276  ## confdefs.h. ##
   3.277 -## ----------- ##"
   3.278 +## ----------- ##
   3.279 +_ASBOX
   3.280        echo
   3.281        cat confdefs.h
   3.282        echo
   3.283 @@ -1704,12 +1711,7 @@
   3.284  ac_site_file1=NONE
   3.285  ac_site_file2=NONE
   3.286  if test -n "$CONFIG_SITE"; then
   3.287 -  # We do not want a PATH search for config.site.
   3.288 -  case $CONFIG_SITE in @%:@((
   3.289 -    -*)  ac_site_file1=./$CONFIG_SITE;;
   3.290 -    */*) ac_site_file1=$CONFIG_SITE;;
   3.291 -    *)   ac_site_file1=./$CONFIG_SITE;;
   3.292 -  esac
   3.293 +  ac_site_file1=$CONFIG_SITE
   3.294  elif test "x$prefix" != xNONE; then
   3.295    ac_site_file1=$prefix/share/config.site
   3.296    ac_site_file2=$prefix/etc/config.site
   3.297 @@ -1724,11 +1726,7 @@
   3.298      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   3.299  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   3.300      sed 's/^/| /' "$ac_site_file" >&5
   3.301 -    . "$ac_site_file" \
   3.302 -      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.303 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.304 -as_fn_error $? "failed to load site script $ac_site_file
   3.305 -See \`config.log' for more details" "$LINENO" 5 ; }
   3.306 +    . "$ac_site_file"
   3.307    fi
   3.308  done
   3.309  
   3.310 @@ -1804,7 +1802,7 @@
   3.311  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.312    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   3.313  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   3.314 -  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 
   3.315 +  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   3.316  fi
   3.317  ## -------------------- ##
   3.318  ## Main body of script. ##
   3.319 @@ -1823,22 +1821,16 @@
   3.320  
   3.321  ac_aux_dir=
   3.322  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   3.323 -  if test -f "$ac_dir/install-sh"; then
   3.324 -    ac_aux_dir=$ac_dir
   3.325 -    ac_install_sh="$ac_aux_dir/install-sh -c"
   3.326 -    break
   3.327 -  elif test -f "$ac_dir/install.sh"; then
   3.328 -    ac_aux_dir=$ac_dir
   3.329 -    ac_install_sh="$ac_aux_dir/install.sh -c"
   3.330 -    break
   3.331 -  elif test -f "$ac_dir/shtool"; then
   3.332 -    ac_aux_dir=$ac_dir
   3.333 -    ac_install_sh="$ac_aux_dir/shtool install -c"
   3.334 -    break
   3.335 -  fi
   3.336 +  for ac_t in install-sh install.sh shtool; do
   3.337 +    if test -f "$ac_dir/$ac_t"; then
   3.338 +      ac_aux_dir=$ac_dir
   3.339 +      ac_install_sh="$ac_aux_dir/$ac_t -c"
   3.340 +      break 2
   3.341 +    fi
   3.342 +  done
   3.343  done
   3.344  if test -z "$ac_aux_dir"; then
   3.345 -  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 
   3.346 +  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   3.347  fi
   3.348  
   3.349  # These three variables are undocumented and unsupported,
   3.350 @@ -1954,11 +1946,11 @@
   3.351  '
   3.352  case `pwd` in
   3.353    *[\\\"\#\$\&\'\`$am_lf]*)
   3.354 -    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
   3.355 +    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
   3.356  esac
   3.357  case $srcdir in
   3.358    *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   3.359 -    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
   3.360 +    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   3.361  esac
   3.362  
   3.363  # Do `set' in a subshell so we don't clobber the current shell's
   3.364 @@ -1980,8 +1972,8 @@
   3.365        # if, for instance, CONFIG_SHELL is bash and it inherits a
   3.366        # broken ls alias from the environment.  This has actually
   3.367        # happened.  Such a system could not be considered "sane".
   3.368 -      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   3.369 -alias in your environment" "$LINENO" 5 
   3.370 +      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
   3.371 +alias in your environment" "$LINENO" 5
   3.372     fi
   3.373  
   3.374     test "$2" = conftest.file
   3.375 @@ -1990,8 +1982,8 @@
   3.376     # Ok.
   3.377     :
   3.378  else
   3.379 -   as_fn_error $? "newly created file is older than distributed files!
   3.380 -Check your system clock" "$LINENO" 5 
   3.381 +   as_fn_error "newly created file is older than distributed files!
   3.382 +Check your system clock" "$LINENO" 5
   3.383  fi
   3.384  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3.385  $as_echo "yes" >&6; }
   3.386 @@ -2228,7 +2220,7 @@
   3.387  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   3.388  set x ${MAKE-make}
   3.389  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   3.390 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
   3.391 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
   3.392    $as_echo_n "(cached) " >&6
   3.393  else
   3.394    cat >conftest.make <<\_ACEOF
   3.395 @@ -2236,7 +2228,7 @@
   3.396  all:
   3.397  	@echo '@@@%%%=$(MAKE)=@@@%%%'
   3.398  _ACEOF
   3.399 -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   3.400 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   3.401  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   3.402    *@@@%%%=?*=@@@%%%*)
   3.403      eval ac_cv_prog_make_${ac_make}_set=yes;;
   3.404 @@ -2270,7 +2262,7 @@
   3.405    am__isrc=' -I$(srcdir)'
   3.406    # test to see if srcdir already configured
   3.407    if test -f $srcdir/config.status; then
   3.408 -    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 
   3.409 +    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   3.410    fi
   3.411  fi
   3.412  
   3.413 @@ -2627,8 +2619,8 @@
   3.414  
   3.415  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.416  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.417 -as_fn_error $? "no acceptable C compiler found in \$PATH
   3.418 -See \`config.log' for more details" "$LINENO" 5 ; }
   3.419 +as_fn_error "no acceptable C compiler found in \$PATH
   3.420 +See \`config.log' for more details." "$LINENO" 5; }
   3.421  
   3.422  # Provide some information about the compiler.
   3.423  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   3.424 @@ -2742,8 +2734,9 @@
   3.425  
   3.426  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.427  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.428 -as_fn_error 77 "C compiler cannot create executables
   3.429 -See \`config.log' for more details" "$LINENO" 5 ; }
   3.430 +{ as_fn_set_status 77
   3.431 +as_fn_error "C compiler cannot create executables
   3.432 +See \`config.log' for more details." "$LINENO" 5; }; }
   3.433  else
   3.434    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3.435  $as_echo "yes" >&6; }
   3.436 @@ -2785,8 +2778,8 @@
   3.437  else
   3.438    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.439  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.440 -as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   3.441 -See \`config.log' for more details" "$LINENO" 5 ; }
   3.442 +as_fn_error "cannot compute suffix of executables: cannot compile and link
   3.443 +See \`config.log' for more details." "$LINENO" 5; }
   3.444  fi
   3.445  rm -f conftest conftest$ac_cv_exeext
   3.446  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   3.447 @@ -2843,9 +2836,9 @@
   3.448      else
   3.449  	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.450  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.451 -as_fn_error $? "cannot run C compiled programs.
   3.452 +as_fn_error "cannot run C compiled programs.
   3.453  If you meant to cross compile, use \`--host'.
   3.454 -See \`config.log' for more details" "$LINENO" 5 ; }
   3.455 +See \`config.log' for more details." "$LINENO" 5; }
   3.456      fi
   3.457    fi
   3.458  fi
   3.459 @@ -2896,8 +2889,8 @@
   3.460  
   3.461  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3.462  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3.463 -as_fn_error $? "cannot compute suffix of object files: cannot compile
   3.464 -See \`config.log' for more details" "$LINENO" 5 ; }
   3.465 +as_fn_error "cannot compute suffix of object files: cannot compile
   3.466 +See \`config.log' for more details." "$LINENO" 5; }
   3.467  fi
   3.468  rm -f conftest.$ac_cv_objext conftest.$ac_ext
   3.469  fi
   3.470 @@ -3827,7 +3820,7 @@
   3.471  
   3.472  # Make sure we can run config.sub.
   3.473  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   3.474 -  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 
   3.475 +  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   3.476  
   3.477  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   3.478  $as_echo_n "checking build system type... " >&6; }
   3.479 @@ -3838,16 +3831,16 @@
   3.480  test "x$ac_build_alias" = x &&
   3.481    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   3.482  test "x$ac_build_alias" = x &&
   3.483 -  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 
   3.484 +  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
   3.485  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   3.486 -  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 
   3.487 +  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   3.488  
   3.489  fi
   3.490  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   3.491  $as_echo "$ac_cv_build" >&6; }
   3.492  case $ac_cv_build in
   3.493  *-*-*) ;;
   3.494 -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
   3.495 +*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
   3.496  esac
   3.497  build=$ac_cv_build
   3.498  ac_save_IFS=$IFS; IFS='-'
   3.499 @@ -3872,7 +3865,7 @@
   3.500    ac_cv_host=$ac_cv_build
   3.501  else
   3.502    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   3.503 -    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 
   3.504 +    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   3.505  fi
   3.506  
   3.507  fi
   3.508 @@ -3880,7 +3873,7 @@
   3.509  $as_echo "$ac_cv_host" >&6; }
   3.510  case $ac_cv_host in
   3.511  *-*-*) ;;
   3.512 -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
   3.513 +*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
   3.514  esac
   3.515  host=$ac_cv_host
   3.516  ac_save_IFS=$IFS; IFS='-'
   3.517 @@ -4079,7 +4072,6 @@
   3.518  
   3.519  ac_libobjs=
   3.520  ac_ltlibobjs=
   3.521 -U=
   3.522  for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
   3.523    # 1. Remove the extension, and $U if already installed.
   3.524    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   3.525 @@ -4103,28 +4095,28 @@
   3.526  fi
   3.527  
   3.528  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   3.529 -  as_fn_error $? "conditional \"AMDEP\" was never defined.
   3.530 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   3.531 +  as_fn_error "conditional \"AMDEP\" was never defined.
   3.532 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.533  fi
   3.534  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   3.535 -  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   3.536 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   3.537 +  as_fn_error "conditional \"am__fastdepCC\" was never defined.
   3.538 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.539  fi
   3.540  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   3.541 -  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
   3.542 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   3.543 +  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
   3.544 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.545  fi
   3.546  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   3.547 -  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   3.548 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   3.549 +  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   3.550 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.551  fi
   3.552  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   3.553 -  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   3.554 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   3.555 +  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   3.556 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.557  fi
   3.558  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   3.559 -  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   3.560 -Usually this means the macro was only invoked conditionally." "$LINENO" 5 
   3.561 +  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
   3.562 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
   3.563  fi
   3.564  
   3.565  : ${CONFIG_STATUS=./config.status}
   3.566 @@ -4273,19 +4265,19 @@
   3.567  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   3.568  
   3.569  
   3.570 -@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
   3.571 -@%:@ ----------------------------------------
   3.572 +@%:@ as_fn_error ERROR [LINENO LOG_FD]
   3.573 +@%:@ ---------------------------------
   3.574  @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   3.575  @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   3.576 -@%:@ script with STATUS, using 1 if that was 0.
   3.577 +@%:@ script with status @S|@?, using 1 if that was 0.
   3.578  as_fn_error ()
   3.579  {
   3.580 -  as_status=$1; test $as_status -eq 0 && as_status=1
   3.581 -  if test "$4"; then
   3.582 -    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   3.583 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   3.584 +  as_status=$?; test $as_status -eq 0 && as_status=1
   3.585 +  if test "$3"; then
   3.586 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   3.587 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   3.588    fi
   3.589 -  $as_echo "$as_me: error: $2" >&2
   3.590 +  $as_echo "$as_me: error: $1" >&2
   3.591    as_fn_exit $as_status
   3.592  } @%:@ as_fn_error
   3.593  
   3.594 @@ -4481,7 +4473,7 @@
   3.595        test -d "$as_dir" && break
   3.596      done
   3.597      test -z "$as_dirs" || eval "mkdir $as_dirs"
   3.598 -  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   3.599 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   3.600  
   3.601  
   3.602  } @%:@ as_fn_mkdir_p
   3.603 @@ -4535,7 +4527,7 @@
   3.604  # values after options handling.
   3.605  ac_log="
   3.606  This file was extended by ltplib $as_me 0.1, which was
   3.607 -generated by GNU Autoconf 2.67.  Invocation command line was
   3.608 +generated by GNU Autoconf 2.65.  Invocation command line was
   3.609  
   3.610    CONFIG_FILES    = $CONFIG_FILES
   3.611    CONFIG_HEADERS  = $CONFIG_HEADERS
   3.612 @@ -4601,10 +4593,10 @@
   3.613  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   3.614  ac_cs_version="\\
   3.615  ltplib config.status 0.1
   3.616 -configured by $0, generated by GNU Autoconf 2.67,
   3.617 +configured by $0, generated by GNU Autoconf 2.65,
   3.618    with options \\"\$ac_cs_config\\"
   3.619  
   3.620 -Copyright (C) 2010 Free Software Foundation, Inc.
   3.621 +Copyright (C) 2009 Free Software Foundation, Inc.
   3.622  This config.status script is free software; the Free Software Foundation
   3.623  gives unlimited permission to copy, distribute and modify it."
   3.624  
   3.625 @@ -4622,16 +4614,11 @@
   3.626  while test $# != 0
   3.627  do
   3.628    case $1 in
   3.629 -  --*=?*)
   3.630 +  --*=*)
   3.631      ac_option=`expr "X$1" : 'X\([^=]*\)='`
   3.632      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   3.633      ac_shift=:
   3.634      ;;
   3.635 -  --*=)
   3.636 -    ac_option=`expr "X$1" : 'X\([^=]*\)='`
   3.637 -    ac_optarg=
   3.638 -    ac_shift=:
   3.639 -    ;;
   3.640    *)
   3.641      ac_option=$1
   3.642      ac_optarg=$2
   3.643 @@ -4653,7 +4640,6 @@
   3.644      $ac_shift
   3.645      case $ac_optarg in
   3.646      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   3.647 -    '') as_fn_error $? "missing file argument" ;;
   3.648      esac
   3.649      as_fn_append CONFIG_FILES " '$ac_optarg'"
   3.650      ac_need_defaults=false;;
   3.651 @@ -4666,7 +4652,7 @@
   3.652      ac_need_defaults=false;;
   3.653    --he | --h)
   3.654      # Conflict between --help and --header
   3.655 -    as_fn_error $? "ambiguous option: \`$1'
   3.656 +    as_fn_error "ambiguous option: \`$1'
   3.657  Try \`$0 --help' for more information.";;
   3.658    --help | --hel | -h )
   3.659      $as_echo "$ac_cs_usage"; exit ;;
   3.660 @@ -4675,7 +4661,7 @@
   3.661      ac_cs_silent=: ;;
   3.662  
   3.663    # This is an error.
   3.664 -  -*) as_fn_error $? "unrecognized option: \`$1'
   3.665 +  -*) as_fn_error "unrecognized option: \`$1'
   3.666  Try \`$0 --help' for more information." ;;
   3.667  
   3.668    *) as_fn_append ac_config_targets " $1"
   3.669 @@ -4737,7 +4723,7 @@
   3.670      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
   3.671      "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
   3.672  
   3.673 -  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
   3.674 +  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   3.675    esac
   3.676  done
   3.677  
   3.678 @@ -4775,7 +4761,7 @@
   3.679  {
   3.680    tmp=./conf$$-$RANDOM
   3.681    (umask 077 && mkdir "$tmp")
   3.682 -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 
   3.683 +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
   3.684  
   3.685  # Set up the scripts for CONFIG_FILES section.
   3.686  # No need to generate them if there are no CONFIG_FILES.
   3.687 @@ -4792,7 +4778,7 @@
   3.688  fi
   3.689  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   3.690  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   3.691 -  ac_cs_awk_cr='\\r'
   3.692 +  ac_cs_awk_cr='\r'
   3.693  else
   3.694    ac_cs_awk_cr=$ac_cr
   3.695  fi
   3.696 @@ -4806,18 +4792,18 @@
   3.697    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   3.698    echo "_ACEOF"
   3.699  } >conf$$subs.sh ||
   3.700 -  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 
   3.701 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
   3.702 +  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   3.703 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
   3.704  ac_delim='%!_!# '
   3.705  for ac_last_try in false false false false false :; do
   3.706    . ./conf$$subs.sh ||
   3.707 -    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 
   3.708 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   3.709  
   3.710    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   3.711    if test $ac_delim_n = $ac_delim_num; then
   3.712      break
   3.713    elif $ac_last_try; then
   3.714 -    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 
   3.715 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   3.716    else
   3.717      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   3.718    fi
   3.719 @@ -4906,28 +4892,20 @@
   3.720  else
   3.721    cat
   3.722  fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
   3.723 -  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 
   3.724 +  || as_fn_error "could not setup config files machinery" "$LINENO" 5
   3.725  _ACEOF
   3.726  
   3.727 -# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
   3.728 -# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
   3.729 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
   3.730 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
   3.731  # trailing colons and then remove the whole line if VPATH becomes empty
   3.732  # (actually we leave an empty line to preserve line numbers).
   3.733  if test "x$srcdir" = x.; then
   3.734 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
   3.735 -h
   3.736 -s///
   3.737 -s/^/:/
   3.738 -s/[	 ]*$/:/
   3.739 -s/:\$(srcdir):/:/g
   3.740 -s/:\${srcdir}:/:/g
   3.741 -s/:@srcdir@:/:/g
   3.742 -s/^:*//
   3.743 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
   3.744 +s/:*\$(srcdir):*/:/
   3.745 +s/:*\${srcdir}:*/:/
   3.746 +s/:*@srcdir@:*/:/
   3.747 +s/^\([^=]*=[	 ]*\):*/\1/
   3.748  s/:*$//
   3.749 -x
   3.750 -s/\(=[	 ]*\).*/\1/
   3.751 -G
   3.752 -s/\n//
   3.753  s/^[^=]*=[	 ]*$//
   3.754  }'
   3.755  fi
   3.756 @@ -4955,7 +4933,7 @@
   3.757    if test -z "$ac_t"; then
   3.758      break
   3.759    elif $ac_last_try; then
   3.760 -    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 
   3.761 +    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
   3.762    else
   3.763      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   3.764    fi
   3.765 @@ -5040,7 +5018,7 @@
   3.766  _ACAWK
   3.767  _ACEOF
   3.768  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   3.769 -  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 
   3.770 +  as_fn_error "could not setup config headers machinery" "$LINENO" 5
   3.771  fi # test -n "$CONFIG_HEADERS"
   3.772  
   3.773  
   3.774 @@ -5053,7 +5031,7 @@
   3.775    esac
   3.776    case $ac_mode$ac_tag in
   3.777    :[FHL]*:*);;
   3.778 -  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
   3.779 +  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
   3.780    :[FH]-) ac_tag=-:-;;
   3.781    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   3.782    esac
   3.783 @@ -5081,7 +5059,7 @@
   3.784  	   [\\/$]*) false;;
   3.785  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   3.786  	   esac ||
   3.787 -	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
   3.788 +	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
   3.789        esac
   3.790        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   3.791        as_fn_append ac_file_inputs " '$ac_f'"
   3.792 @@ -5108,7 +5086,7 @@
   3.793  
   3.794      case $ac_tag in
   3.795      *:-:* | *:-) cat >"$tmp/stdin" \
   3.796 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
   3.797 +      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
   3.798      esac
   3.799      ;;
   3.800    esac
   3.801 @@ -5245,22 +5223,22 @@
   3.802  $ac_datarootdir_hack
   3.803  "
   3.804  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
   3.805 -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5 
   3.806 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
   3.807  
   3.808  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   3.809    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   3.810    { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   3.811    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   3.812 -which seems to be undefined.  Please make sure it is defined" >&5
   3.813 +which seems to be undefined.  Please make sure it is defined." >&5
   3.814  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   3.815 -which seems to be undefined.  Please make sure it is defined" >&2;}
   3.816 +which seems to be undefined.  Please make sure it is defined." >&2;}
   3.817  
   3.818    rm -f "$tmp/stdin"
   3.819    case $ac_file in
   3.820    -) cat "$tmp/out" && rm -f "$tmp/out";;
   3.821    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
   3.822    esac \
   3.823 -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5 
   3.824 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
   3.825   ;;
   3.826    :H)
   3.827    #
   3.828 @@ -5271,19 +5249,19 @@
   3.829        $as_echo "/* $configure_input  */" \
   3.830        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
   3.831      } >"$tmp/config.h" \
   3.832 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 
   3.833 +      || as_fn_error "could not create $ac_file" "$LINENO" 5
   3.834      if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
   3.835        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
   3.836  $as_echo "$as_me: $ac_file is unchanged" >&6;}
   3.837      else
   3.838        rm -f "$ac_file"
   3.839        mv "$tmp/config.h" "$ac_file" \
   3.840 -	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 
   3.841 +	|| as_fn_error "could not create $ac_file" "$LINENO" 5
   3.842      fi
   3.843    else
   3.844      $as_echo "/* $configure_input  */" \
   3.845        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
   3.846 -      || as_fn_error $? "could not create -" "$LINENO" 5 
   3.847 +      || as_fn_error "could not create -" "$LINENO" 5
   3.848    fi
   3.849  # Compute "$ac_file"'s index in $config_headers.
   3.850  _am_arg="$ac_file"
   3.851 @@ -5433,7 +5411,7 @@
   3.852  ac_clean_files=$ac_clean_files_save
   3.853  
   3.854  test $ac_write_fail = 0 ||
   3.855 -  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 
   3.856 +  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
   3.857  
   3.858  
   3.859  # configure is writing to config.log, and then calls config.status.
   3.860 @@ -5454,7 +5432,7 @@
   3.861    exec 5>>config.log
   3.862    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   3.863    # would make configure fail if this is the last instruction.
   3.864 -  $ac_cs_success || as_fn_exit 1
   3.865 +  $ac_cs_success || as_fn_exit $?
   3.866  fi
   3.867  if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   3.868    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     4.1 --- a/autom4te.cache/requests	Wed Mar 21 17:47:32 2012 +0000
     4.2 +++ b/autom4te.cache/requests	Thu Mar 22 09:07:39 2012 +0000
     4.3 @@ -1,4 +1,4 @@
     4.4 -# This file was generated by Autom4te Thu Aug  5 21:29:16 UTC 2010.
     4.5 +# This file was generated by Autom4te Tue Dec 22 07:01:21 UTC 2009.
     4.6  # It contains the lists of macros which have been traced.
     4.7  # It can be safely removed.
     4.8  
     4.9 @@ -35,8 +35,8 @@
    4.10                        ],
    4.11                        {
    4.12                          'm4_pattern_forbid' => 1,
    4.13 +                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
    4.14                          'jm_MAINTAINER_MODE' => 1,
    4.15 -                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
    4.16                          '_AM_SET_OPTION' => 1,
    4.17                          'AC_DEFUN' => 1,
    4.18                          'AM_PROG_MKDIR_P' => 1,
    4.19 @@ -66,12 +66,12 @@
    4.20                          'm4_pattern_allow' => 1,
    4.21                          '_AM_AUTOCONF_VERSION' => 1,
    4.22                          '_AM_MANGLE_OPTION' => 1,
    4.23 +                        'AM_CONDITIONAL' => 1,
    4.24                          'AM_SET_LEADING_DOT' => 1,
    4.25 -                        'AM_CONDITIONAL' => 1,
    4.26                          'AM_SET_DEPDIR' => 1,
    4.27                          '_AM_DEPENDENCIES' => 1,
    4.28 +                        'AM_PROG_INSTALL_SH' => 1,
    4.29                          'm4_include' => 1,
    4.30 -                        'AM_PROG_INSTALL_SH' => 1,
    4.31                          '_AC_AM_CONFIG_HEADER_HOOK' => 1,
    4.32                          'AU_DEFUN' => 1,
    4.33                          'AM_MAKE_INCLUDE' => 1
    4.34 @@ -89,25 +89,25 @@
    4.35                          'configure.ac'
    4.36                        ],
    4.37                        {
    4.38 +                        '_LT_AC_TAGCONFIG' => 1,
    4.39                          'AM_PROG_F77_C_O' => 1,
    4.40 -                        '_LT_AC_TAGCONFIG' => 1,
    4.41 +                        'AC_INIT' => 1,
    4.42                          'm4_pattern_forbid' => 1,
    4.43 -                        'AC_INIT' => 1,
    4.44 +                        '_AM_COND_IF' => 1,
    4.45                          'AC_CANONICAL_TARGET' => 1,
    4.46 -                        '_AM_COND_IF' => 1,
    4.47 +                        'AC_SUBST' => 1,
    4.48                          'AC_CONFIG_LIBOBJ_DIR' => 1,
    4.49 -                        'AC_SUBST' => 1,
    4.50 +                        'AC_FC_SRCEXT' => 1,
    4.51                          'AC_CANONICAL_HOST' => 1,
    4.52 -                        'AC_FC_SRCEXT' => 1,
    4.53                          'AC_PROG_LIBTOOL' => 1,
    4.54                          'AM_INIT_AUTOMAKE' => 1,
    4.55                          'AC_CONFIG_SUBDIRS' => 1,
    4.56                          'AM_AUTOMAKE_VERSION' => 1,
    4.57                          'LT_CONFIG_LTDL_DIR' => 1,
    4.58 +                        'AC_REQUIRE_AUX_FILE' => 1,
    4.59                          'AC_CONFIG_LINKS' => 1,
    4.60 -                        'AC_REQUIRE_AUX_FILE' => 1,
    4.61 +                        'm4_sinclude' => 1,
    4.62                          'LT_SUPPORTED_TAG' => 1,
    4.63 -                        'm4_sinclude' => 1,
    4.64                          'AM_MAINTAINER_MODE' => 1,
    4.65                          'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
    4.66                          '_m4_warn' => 1,
    4.67 @@ -120,17 +120,17 @@
    4.68                          'LT_INIT' => 1,
    4.69                          'AM_GNU_GETTEXT' => 1,
    4.70                          'AC_LIBSOURCE' => 1,
    4.71 +                        'AM_PROG_FC_C_O' => 1,
    4.72                          'AC_CANONICAL_BUILD' => 1,
    4.73 -                        'AM_PROG_FC_C_O' => 1,
    4.74                          'AC_FC_FREEFORM' => 1,
    4.75                          'AH_OUTPUT' => 1,
    4.76 +                        '_AM_SUBST_NOTMAKE' => 1,
    4.77                          'AC_CONFIG_AUX_DIR' => 1,
    4.78 -                        '_AM_SUBST_NOTMAKE' => 1,
    4.79 +                        'sinclude' => 1,
    4.80 +                        'm4_pattern_allow' => 1,
    4.81                          'AM_PROG_CC_C_O' => 1,
    4.82 -                        'm4_pattern_allow' => 1,
    4.83 -                        'sinclude' => 1,
    4.84 +                        'AC_CANONICAL_SYSTEM' => 1,
    4.85                          'AM_CONDITIONAL' => 1,
    4.86 -                        'AC_CANONICAL_SYSTEM' => 1,
    4.87                          'AC_CONFIG_HEADERS' => 1,
    4.88                          'AC_DEFINE_TRACE_LITERAL' => 1,
    4.89                          'm4_include' => 1,
     5.1 --- a/autom4te.cache/traces.0	Wed Mar 21 17:47:32 2012 +0000
     5.2 +++ b/autom4te.cache/traces.0	Thu Mar 22 09:07:39 2012 +0000
     5.3 @@ -659,7 +659,7 @@
     5.4  m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
     5.5  m4trace:configure.ac:39: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
     5.6  m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.11.1])
     5.7 -m4trace:configure.ac:39: -1- _AM_AUTOCONF_VERSION([2.67])
     5.8 +m4trace:configure.ac:39: -1- _AM_AUTOCONF_VERSION([2.65])
     5.9  m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
    5.10  m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
    5.11  m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_DATA$])
     6.1 --- a/configure	Wed Mar 21 17:47:32 2012 +0000
     6.2 +++ b/configure	Thu Mar 22 09:07:39 2012 +0000
     6.3 @@ -1,13 +1,13 @@
     6.4  #! /bin/sh
     6.5  # Guess values for system-dependent variables and create Makefiles.
     6.6 -# Generated by GNU Autoconf 2.67 for ltplib 0.1.
     6.7 +# Generated by GNU Autoconf 2.65 for ltplib 0.1.
     6.8  #
     6.9  # Report bugs to <EMAIL PROTECTED>.
    6.10  #
    6.11  #
    6.12  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    6.13 -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
    6.14 -# Foundation, Inc.
    6.15 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    6.16 +# Inc.
    6.17  #
    6.18  #
    6.19  # This configure script is free software; the Free Software Foundation
    6.20 @@ -318,7 +318,7 @@
    6.21        test -d "$as_dir" && break
    6.22      done
    6.23      test -z "$as_dirs" || eval "mkdir $as_dirs"
    6.24 -  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    6.25 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
    6.26  
    6.27  
    6.28  } # as_fn_mkdir_p
    6.29 @@ -358,19 +358,19 @@
    6.30  fi # as_fn_arith
    6.31  
    6.32  
    6.33 -# as_fn_error STATUS ERROR [LINENO LOG_FD]
    6.34 -# ----------------------------------------
    6.35 +# as_fn_error ERROR [LINENO LOG_FD]
    6.36 +# ---------------------------------
    6.37  # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    6.38  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    6.39 -# script with STATUS, using 1 if that was 0.
    6.40 +# script with status $?, using 1 if that was 0.
    6.41  as_fn_error ()
    6.42  {
    6.43 -  as_status=$1; test $as_status -eq 0 && as_status=1
    6.44 -  if test "$4"; then
    6.45 -    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    6.46 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    6.47 +  as_status=$?; test $as_status -eq 0 && as_status=1
    6.48 +  if test "$3"; then
    6.49 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    6.50 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    6.51    fi
    6.52 -  $as_echo "$as_me: error: $2" >&2
    6.53 +  $as_echo "$as_me: error: $1" >&2
    6.54    as_fn_exit $as_status
    6.55  } # as_fn_error
    6.56  
    6.57 @@ -532,7 +532,7 @@
    6.58  exec 6>&1
    6.59  
    6.60  # Name of the host.
    6.61 -# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    6.62 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    6.63  # so uname gets run too.
    6.64  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    6.65  
    6.66 @@ -736,9 +736,8 @@
    6.67    fi
    6.68  
    6.69    case $ac_option in
    6.70 -  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    6.71 -  *=)   ac_optarg= ;;
    6.72 -  *)    ac_optarg=yes ;;
    6.73 +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    6.74 +  *)	ac_optarg=yes ;;
    6.75    esac
    6.76  
    6.77    # Accept the important Cygnus configure options, so we can diagnose typos.
    6.78 @@ -783,7 +782,7 @@
    6.79      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    6.80      # Reject names that are not valid shell variable names.
    6.81      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    6.82 -      as_fn_error $? "invalid feature name: $ac_useropt"
    6.83 +      as_fn_error "invalid feature name: $ac_useropt"
    6.84      ac_useropt_orig=$ac_useropt
    6.85      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    6.86      case $ac_user_opts in
    6.87 @@ -809,7 +808,7 @@
    6.88      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    6.89      # Reject names that are not valid shell variable names.
    6.90      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    6.91 -      as_fn_error $? "invalid feature name: $ac_useropt"
    6.92 +      as_fn_error "invalid feature name: $ac_useropt"
    6.93      ac_useropt_orig=$ac_useropt
    6.94      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    6.95      case $ac_user_opts in
    6.96 @@ -1013,7 +1012,7 @@
    6.97      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    6.98      # Reject names that are not valid shell variable names.
    6.99      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   6.100 -      as_fn_error $? "invalid package name: $ac_useropt"
   6.101 +      as_fn_error "invalid package name: $ac_useropt"
   6.102      ac_useropt_orig=$ac_useropt
   6.103      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   6.104      case $ac_user_opts in
   6.105 @@ -1029,7 +1028,7 @@
   6.106      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   6.107      # Reject names that are not valid shell variable names.
   6.108      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   6.109 -      as_fn_error $? "invalid package name: $ac_useropt"
   6.110 +      as_fn_error "invalid package name: $ac_useropt"
   6.111      ac_useropt_orig=$ac_useropt
   6.112      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   6.113      case $ac_user_opts in
   6.114 @@ -1059,8 +1058,8 @@
   6.115    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   6.116      x_libraries=$ac_optarg ;;
   6.117  
   6.118 -  -*) as_fn_error $? "unrecognized option: \`$ac_option'
   6.119 -Try \`$0 --help' for more information"
   6.120 +  -*) as_fn_error "unrecognized option: \`$ac_option'
   6.121 +Try \`$0 --help' for more information."
   6.122      ;;
   6.123  
   6.124    *=*)
   6.125 @@ -1068,7 +1067,7 @@
   6.126      # Reject names that are not valid shell variable names.
   6.127      case $ac_envvar in #(
   6.128        '' | [0-9]* | *[!_$as_cr_alnum]* )
   6.129 -      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   6.130 +      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
   6.131      esac
   6.132      eval $ac_envvar=\$ac_optarg
   6.133      export $ac_envvar ;;
   6.134 @@ -1086,13 +1085,13 @@
   6.135  
   6.136  if test -n "$ac_prev"; then
   6.137    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   6.138 -  as_fn_error $? "missing argument to $ac_option"
   6.139 +  as_fn_error "missing argument to $ac_option"
   6.140  fi
   6.141  
   6.142  if test -n "$ac_unrecognized_opts"; then
   6.143    case $enable_option_checking in
   6.144      no) ;;
   6.145 -    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   6.146 +    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
   6.147      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   6.148    esac
   6.149  fi
   6.150 @@ -1115,7 +1114,7 @@
   6.151      [\\/$]* | ?:[\\/]* )  continue;;
   6.152      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   6.153    esac
   6.154 -  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   6.155 +  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
   6.156  done
   6.157  
   6.158  # There might be people who depend on the old broken behavior: `$host'
   6.159 @@ -1129,8 +1128,8 @@
   6.160  if test "x$host_alias" != x; then
   6.161    if test "x$build_alias" = x; then
   6.162      cross_compiling=maybe
   6.163 -    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
   6.164 -    If a cross compiler is detected then cross compile mode will be used" >&2
   6.165 +    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   6.166 +    If a cross compiler is detected then cross compile mode will be used." >&2
   6.167    elif test "x$build_alias" != "x$host_alias"; then
   6.168      cross_compiling=yes
   6.169    fi
   6.170 @@ -1145,9 +1144,9 @@
   6.171  ac_pwd=`pwd` && test -n "$ac_pwd" &&
   6.172  ac_ls_di=`ls -di .` &&
   6.173  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   6.174 -  as_fn_error $? "working directory cannot be determined"
   6.175 +  as_fn_error "working directory cannot be determined"
   6.176  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   6.177 -  as_fn_error $? "pwd does not report name of working directory"
   6.178 +  as_fn_error "pwd does not report name of working directory"
   6.179  
   6.180  
   6.181  # Find the source files, if location was not specified.
   6.182 @@ -1186,11 +1185,11 @@
   6.183  fi
   6.184  if test ! -r "$srcdir/$ac_unique_file"; then
   6.185    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   6.186 -  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   6.187 +  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
   6.188  fi
   6.189  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   6.190  ac_abs_confdir=`(
   6.191 -	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   6.192 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
   6.193  	pwd)`
   6.194  # When building in place, set srcdir=.
   6.195  if test "$ac_abs_confdir" = "$ac_pwd"; then
   6.196 @@ -1230,7 +1229,7 @@
   6.197        --help=short        display options specific to this package
   6.198        --help=recursive    display the short help of all the included packages
   6.199    -V, --version           display version information and exit
   6.200 -  -q, --quiet, --silent   do not print \`checking ...' messages
   6.201 +  -q, --quiet, --silent   do not print \`checking...' messages
   6.202        --cache-file=FILE   cache test results in FILE [disabled]
   6.203    -C, --config-cache      alias for \`--cache-file=config.cache'
   6.204    -n, --no-create         do not create output files
   6.205 @@ -1377,9 +1376,9 @@
   6.206  if $ac_init_version; then
   6.207    cat <<\_ACEOF
   6.208  ltplib configure 0.1
   6.209 -generated by GNU Autoconf 2.67
   6.210 -
   6.211 -Copyright (C) 2010 Free Software Foundation, Inc.
   6.212 +generated by GNU Autoconf 2.65
   6.213 +
   6.214 +Copyright (C) 2009 Free Software Foundation, Inc.
   6.215  This configure script is free software; the Free Software Foundation
   6.216  gives unlimited permission to copy, distribute and modify it.
   6.217  _ACEOF
   6.218 @@ -1470,7 +1469,7 @@
   6.219  running configure, to aid debugging if configure makes a mistake.
   6.220  
   6.221  It was created by ltplib $as_me 0.1, which was
   6.222 -generated by GNU Autoconf 2.67.  Invocation command line was
   6.223 +generated by GNU Autoconf 2.65.  Invocation command line was
   6.224  
   6.225    $ $0 $@
   6.226  
   6.227 @@ -1580,9 +1579,11 @@
   6.228    {
   6.229      echo
   6.230  
   6.231 -    $as_echo "## ---------------- ##
   6.232 +    cat <<\_ASBOX
   6.233 +## ---------------- ##
   6.234  ## Cache variables. ##
   6.235 -## ---------------- ##"
   6.236 +## ---------------- ##
   6.237 +_ASBOX
   6.238      echo
   6.239      # The following way of writing the cache mishandles newlines in values,
   6.240  (
   6.241 @@ -1616,9 +1617,11 @@
   6.242  )
   6.243      echo
   6.244  
   6.245 -    $as_echo "## ----------------- ##
   6.246 +    cat <<\_ASBOX
   6.247 +## ----------------- ##
   6.248  ## Output variables. ##
   6.249 -## ----------------- ##"
   6.250 +## ----------------- ##
   6.251 +_ASBOX
   6.252      echo
   6.253      for ac_var in $ac_subst_vars
   6.254      do
   6.255 @@ -1631,9 +1634,11 @@
   6.256      echo
   6.257  
   6.258      if test -n "$ac_subst_files"; then
   6.259 -      $as_echo "## ------------------- ##
   6.260 +      cat <<\_ASBOX
   6.261 +## ------------------- ##
   6.262  ## File substitutions. ##
   6.263 -## ------------------- ##"
   6.264 +## ------------------- ##
   6.265 +_ASBOX
   6.266        echo
   6.267        for ac_var in $ac_subst_files
   6.268        do
   6.269 @@ -1647,9 +1652,11 @@
   6.270      fi
   6.271  
   6.272      if test -s confdefs.h; then
   6.273 -      $as_echo "## ----------- ##
   6.274 +      cat <<\_ASBOX
   6.275 +## ----------- ##
   6.276  ## confdefs.h. ##
   6.277 -## ----------- ##"
   6.278 +## ----------- ##
   6.279 +_ASBOX
   6.280        echo
   6.281        cat confdefs.h
   6.282        echo
   6.283 @@ -1704,12 +1711,7 @@
   6.284  ac_site_file1=NONE
   6.285  ac_site_file2=NONE
   6.286  if test -n "$CONFIG_SITE"; then
   6.287 -  # We do not want a PATH search for config.site.
   6.288 -  case $CONFIG_SITE in #((
   6.289 -    -*)  ac_site_file1=./$CONFIG_SITE;;
   6.290 -    */*) ac_site_file1=$CONFIG_SITE;;
   6.291 -    *)   ac_site_file1=./$CONFIG_SITE;;
   6.292 -  esac
   6.293 +  ac_site_file1=$CONFIG_SITE
   6.294  elif test "x$prefix" != xNONE; then
   6.295    ac_site_file1=$prefix/share/config.site
   6.296    ac_site_file2=$prefix/etc/config.site
   6.297 @@ -1724,11 +1726,7 @@
   6.298      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   6.299  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   6.300      sed 's/^/| /' "$ac_site_file" >&5
   6.301 -    . "$ac_site_file" \
   6.302 -      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   6.303 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   6.304 -as_fn_error $? "failed to load site script $ac_site_file
   6.305 -See \`config.log' for more details" "$LINENO" 5 ; }
   6.306 +    . "$ac_site_file"
   6.307    fi
   6.308  done
   6.309  
   6.310 @@ -1804,7 +1802,7 @@
   6.311  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   6.312    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   6.313  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   6.314 -  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   6.315 +  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   6.316  fi
   6.317  ## -------------------- ##
   6.318  ## Main body of script. ##
   6.319 @@ -1823,22 +1821,16 @@
   6.320  
   6.321  ac_aux_dir=
   6.322  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   6.323 -  if test -f "$ac_dir/install-sh"; then
   6.324 -    ac_aux_dir=$ac_dir
   6.325 -    ac_install_sh="$ac_aux_dir/install-sh -c"
   6.326 -    break
   6.327 -  elif test -f "$ac_dir/install.sh"; then
   6.328 -    ac_aux_dir=$ac_dir
   6.329 -    ac_install_sh="$ac_aux_dir/install.sh -c"
   6.330 -    break
   6.331 -  elif test -f "$ac_dir/shtool"; then
   6.332 -    ac_aux_dir=$ac_dir
   6.333 -    ac_install_sh="$ac_aux_dir/shtool install -c"
   6.334 -    break
   6.335 -  fi
   6.336 +  for ac_t in install-sh install.sh shtool; do
   6.337 +    if test -f "$ac_dir/$ac_t"; then
   6.338 +      ac_aux_dir=$ac_dir
   6.339 +      ac_install_sh="$ac_aux_dir/$ac_t -c"
   6.340 +      break 2
   6.341 +    fi
   6.342 +  done
   6.343  done
   6.344  if test -z "$ac_aux_dir"; then
   6.345 -  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   6.346 +  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   6.347  fi
   6.348  
   6.349  # These three variables are undocumented and unsupported,
   6.350 @@ -1954,11 +1946,11 @@
   6.351  '
   6.352  case `pwd` in
   6.353    *[\\\"\#\$\&\'\`$am_lf]*)
   6.354 -    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
   6.355 +    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
   6.356  esac
   6.357  case $srcdir in
   6.358    *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   6.359 -    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
   6.360 +    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   6.361  esac
   6.362  
   6.363  # Do `set' in a subshell so we don't clobber the current shell's
   6.364 @@ -1980,7 +1972,7 @@
   6.365        # if, for instance, CONFIG_SHELL is bash and it inherits a
   6.366        # broken ls alias from the environment.  This has actually
   6.367        # happened.  Such a system could not be considered "sane".
   6.368 -      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   6.369 +      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
   6.370  alias in your environment" "$LINENO" 5
   6.371     fi
   6.372  
   6.373 @@ -1990,7 +1982,7 @@
   6.374     # Ok.
   6.375     :
   6.376  else
   6.377 -   as_fn_error $? "newly created file is older than distributed files!
   6.378 +   as_fn_error "newly created file is older than distributed files!
   6.379  Check your system clock" "$LINENO" 5
   6.380  fi
   6.381  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   6.382 @@ -2228,7 +2220,7 @@
   6.383  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   6.384  set x ${MAKE-make}
   6.385  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   6.386 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
   6.387 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
   6.388    $as_echo_n "(cached) " >&6
   6.389  else
   6.390    cat >conftest.make <<\_ACEOF
   6.391 @@ -2236,7 +2228,7 @@
   6.392  all:
   6.393  	@echo '@@@%%%=$(MAKE)=@@@%%%'
   6.394  _ACEOF
   6.395 -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   6.396 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   6.397  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   6.398    *@@@%%%=?*=@@@%%%*)
   6.399      eval ac_cv_prog_make_${ac_make}_set=yes;;
   6.400 @@ -2270,7 +2262,7 @@
   6.401    am__isrc=' -I$(srcdir)'
   6.402    # test to see if srcdir already configured
   6.403    if test -f $srcdir/config.status; then
   6.404 -    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   6.405 +    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   6.406    fi
   6.407  fi
   6.408  
   6.409 @@ -2627,8 +2619,8 @@
   6.410  
   6.411  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   6.412  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   6.413 -as_fn_error $? "no acceptable C compiler found in \$PATH
   6.414 -See \`config.log' for more details" "$LINENO" 5 ; }
   6.415 +as_fn_error "no acceptable C compiler found in \$PATH
   6.416 +See \`config.log' for more details." "$LINENO" 5; }
   6.417  
   6.418  # Provide some information about the compiler.
   6.419  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   6.420 @@ -2742,8 +2734,9 @@
   6.421  
   6.422  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   6.423  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   6.424 -as_fn_error 77 "C compiler cannot create executables
   6.425 -See \`config.log' for more details" "$LINENO" 5 ; }
   6.426 +{ as_fn_set_status 77
   6.427 +as_fn_error "C compiler cannot create executables
   6.428 +See \`config.log' for more details." "$LINENO" 5; }; }
   6.429  else
   6.430    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   6.431  $as_echo "yes" >&6; }
   6.432 @@ -2785,8 +2778,8 @@
   6.433  else
   6.434    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   6.435  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   6.436 -as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   6.437 -See \`config.log' for more details" "$LINENO" 5 ; }
   6.438 +as_fn_error "cannot compute suffix of executables: cannot compile and link
   6.439 +See \`config.log' for more details." "$LINENO" 5; }
   6.440  fi
   6.441  rm -f conftest conftest$ac_cv_exeext
   6.442  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   6.443 @@ -2843,9 +2836,9 @@
   6.444      else
   6.445  	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   6.446  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   6.447 -as_fn_error $? "cannot run C compiled programs.
   6.448 +as_fn_error "cannot run C compiled programs.
   6.449  If you meant to cross compile, use \`--host'.
   6.450 -See \`config.log' for more details" "$LINENO" 5 ; }
   6.451 +See \`config.log' for more details." "$LINENO" 5; }
   6.452      fi
   6.453    fi
   6.454  fi
   6.455 @@ -2896,8 +2889,8 @@
   6.456  
   6.457  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   6.458  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   6.459 -as_fn_error $? "cannot compute suffix of object files: cannot compile
   6.460 -See \`config.log' for more details" "$LINENO" 5 ; }
   6.461 +as_fn_error "cannot compute suffix of object files: cannot compile
   6.462 +See \`config.log' for more details." "$LINENO" 5; }
   6.463  fi
   6.464  rm -f conftest.$ac_cv_objext conftest.$ac_ext
   6.465  fi
   6.466 @@ -3827,7 +3820,7 @@
   6.467  
   6.468  # Make sure we can run config.sub.
   6.469  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   6.470 -  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   6.471 +  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   6.472  
   6.473  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   6.474  $as_echo_n "checking build system type... " >&6; }
   6.475 @@ -3838,16 +3831,16 @@
   6.476  test "x$ac_build_alias" = x &&
   6.477    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   6.478  test "x$ac_build_alias" = x &&
   6.479 -  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
   6.480 +  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
   6.481  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   6.482 -  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   6.483 +  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   6.484  
   6.485  fi
   6.486  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   6.487  $as_echo "$ac_cv_build" >&6; }
   6.488  case $ac_cv_build in
   6.489  *-*-*) ;;
   6.490 -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
   6.491 +*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
   6.492  esac
   6.493  build=$ac_cv_build
   6.494  ac_save_IFS=$IFS; IFS='-'
   6.495 @@ -3872,7 +3865,7 @@
   6.496    ac_cv_host=$ac_cv_build
   6.497  else
   6.498    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   6.499 -    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   6.500 +    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   6.501  fi
   6.502  
   6.503  fi
   6.504 @@ -3880,7 +3873,7 @@
   6.505  $as_echo "$ac_cv_host" >&6; }
   6.506  case $ac_cv_host in
   6.507  *-*-*) ;;
   6.508 -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
   6.509 +*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
   6.510  esac
   6.511  host=$ac_cv_host
   6.512  ac_save_IFS=$IFS; IFS='-'
   6.513 @@ -4079,7 +4072,6 @@
   6.514  
   6.515  ac_libobjs=
   6.516  ac_ltlibobjs=
   6.517 -U=
   6.518  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   6.519    # 1. Remove the extension, and $U if already installed.
   6.520    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   6.521 @@ -4103,27 +4095,27 @@
   6.522  fi
   6.523  
   6.524  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   6.525 -  as_fn_error $? "conditional \"AMDEP\" was never defined.
   6.526 +  as_fn_error "conditional \"AMDEP\" was never defined.
   6.527  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   6.528  fi
   6.529  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   6.530 -  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   6.531 +  as_fn_error "conditional \"am__fastdepCC\" was never defined.
   6.532  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   6.533  fi
   6.534  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   6.535 -  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
   6.536 +  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
   6.537  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   6.538  fi
   6.539  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   6.540 -  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   6.541 +  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   6.542  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   6.543  fi
   6.544  if test -z "${MAKE_SENDT_CUES_TRUE}" && test -z "${MAKE_SENDT_CUES_FALSE}"; then
   6.545 -  as_fn_error $? "conditional \"MAKE_SENDT_CUES\" was never defined.
   6.546 +  as_fn_error "conditional \"MAKE_SENDT_CUES\" was never defined.
   6.547  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   6.548  fi
   6.549  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   6.550 -  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   6.551 +  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
   6.552  Usually this means the macro was only invoked conditionally." "$LINENO" 5
   6.553  fi
   6.554  
   6.555 @@ -4273,19 +4265,19 @@
   6.556  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   6.557  
   6.558  
   6.559 -# as_fn_error STATUS ERROR [LINENO LOG_FD]
   6.560 -# ----------------------------------------
   6.561 +# as_fn_error ERROR [LINENO LOG_FD]
   6.562 +# ---------------------------------
   6.563  # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   6.564  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   6.565 -# script with STATUS, using 1 if that was 0.
   6.566 +# script with status $?, using 1 if that was 0.
   6.567  as_fn_error ()
   6.568  {
   6.569 -  as_status=$1; test $as_status -eq 0 && as_status=1
   6.570 -  if test "$4"; then
   6.571 -    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   6.572 -    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   6.573 +  as_status=$?; test $as_status -eq 0 && as_status=1
   6.574 +  if test "$3"; then
   6.575 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   6.576 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   6.577    fi
   6.578 -  $as_echo "$as_me: error: $2" >&2
   6.579 +  $as_echo "$as_me: error: $1" >&2
   6.580    as_fn_exit $as_status
   6.581  } # as_fn_error
   6.582  
   6.583 @@ -4481,7 +4473,7 @@
   6.584        test -d "$as_dir" && break
   6.585      done
   6.586      test -z "$as_dirs" || eval "mkdir $as_dirs"
   6.587 -  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   6.588 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   6.589  
   6.590  
   6.591  } # as_fn_mkdir_p
   6.592 @@ -4535,7 +4527,7 @@
   6.593  # values after options handling.
   6.594  ac_log="
   6.595  This file was extended by ltplib $as_me 0.1, which was
   6.596 -generated by GNU Autoconf 2.67.  Invocation command line was
   6.597 +generated by GNU Autoconf 2.65.  Invocation command line was
   6.598  
   6.599    CONFIG_FILES    = $CONFIG_FILES
   6.600    CONFIG_HEADERS  = $CONFIG_HEADERS
   6.601 @@ -4601,10 +4593,10 @@
   6.602  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   6.603  ac_cs_version="\\
   6.604  ltplib config.status 0.1
   6.605 -configured by $0, generated by GNU Autoconf 2.67,
   6.606 +configured by $0, generated by GNU Autoconf 2.65,
   6.607    with options \\"\$ac_cs_config\\"
   6.608  
   6.609 -Copyright (C) 2010 Free Software Foundation, Inc.
   6.610 +Copyright (C) 2009 Free Software Foundation, Inc.
   6.611  This config.status script is free software; the Free Software Foundation
   6.612  gives unlimited permission to copy, distribute and modify it."
   6.613  
   6.614 @@ -4622,16 +4614,11 @@
   6.615  while test $# != 0
   6.616  do
   6.617    case $1 in
   6.618 -  --*=?*)
   6.619 +  --*=*)
   6.620      ac_option=`expr "X$1" : 'X\([^=]*\)='`
   6.621      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   6.622      ac_shift=:
   6.623      ;;
   6.624 -  --*=)
   6.625 -    ac_option=`expr "X$1" : 'X\([^=]*\)='`
   6.626 -    ac_optarg=
   6.627 -    ac_shift=:
   6.628 -    ;;
   6.629    *)
   6.630      ac_option=$1
   6.631      ac_optarg=$2
   6.632 @@ -4653,7 +4640,6 @@
   6.633      $ac_shift
   6.634      case $ac_optarg in
   6.635      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   6.636 -    '') as_fn_error $? "missing file argument" ;;
   6.637      esac
   6.638      as_fn_append CONFIG_FILES " '$ac_optarg'"
   6.639      ac_need_defaults=false;;
   6.640 @@ -4666,7 +4652,7 @@
   6.641      ac_need_defaults=false;;
   6.642    --he | --h)
   6.643      # Conflict between --help and --header
   6.644 -    as_fn_error $? "ambiguous option: \`$1'
   6.645 +    as_fn_error "ambiguous option: \`$1'
   6.646  Try \`$0 --help' for more information.";;
   6.647    --help | --hel | -h )
   6.648      $as_echo "$ac_cs_usage"; exit ;;
   6.649 @@ -4675,7 +4661,7 @@
   6.650      ac_cs_silent=: ;;
   6.651  
   6.652    # This is an error.
   6.653 -  -*) as_fn_error $? "unrecognized option: \`$1'
   6.654 +  -*) as_fn_error "unrecognized option: \`$1'
   6.655  Try \`$0 --help' for more information." ;;
   6.656  
   6.657    *) as_fn_append ac_config_targets " $1"
   6.658 @@ -4737,7 +4723,7 @@
   6.659      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
   6.660      "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
   6.661  
   6.662 -  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
   6.663 +  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   6.664    esac
   6.665  done
   6.666  
   6.667 @@ -4775,7 +4761,7 @@
   6.668  {
   6.669    tmp=./conf$$-$RANDOM
   6.670    (umask 077 && mkdir "$tmp")
   6.671 -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
   6.672 +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
   6.673  
   6.674  # Set up the scripts for CONFIG_FILES section.
   6.675  # No need to generate them if there are no CONFIG_FILES.
   6.676 @@ -4792,7 +4778,7 @@
   6.677  fi
   6.678  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   6.679  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   6.680 -  ac_cs_awk_cr='\\r'
   6.681 +  ac_cs_awk_cr='\r'
   6.682  else
   6.683    ac_cs_awk_cr=$ac_cr
   6.684  fi
   6.685 @@ -4806,18 +4792,18 @@
   6.686    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   6.687    echo "_ACEOF"
   6.688  } >conf$$subs.sh ||
   6.689 -  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   6.690 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
   6.691 +  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   6.692 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
   6.693  ac_delim='%!_!# '
   6.694  for ac_last_try in false false false false false :; do
   6.695    . ./conf$$subs.sh ||
   6.696 -    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   6.697 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   6.698  
   6.699    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   6.700    if test $ac_delim_n = $ac_delim_num; then
   6.701      break
   6.702    elif $ac_last_try; then
   6.703 -    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   6.704 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   6.705    else
   6.706      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   6.707    fi
   6.708 @@ -4906,28 +4892,20 @@
   6.709  else
   6.710    cat
   6.711  fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
   6.712 -  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
   6.713 +  || as_fn_error "could not setup config files machinery" "$LINENO" 5
   6.714  _ACEOF
   6.715  
   6.716 -# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
   6.717 -# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
   6.718 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
   6.719 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
   6.720  # trailing colons and then remove the whole line if VPATH becomes empty
   6.721  # (actually we leave an empty line to preserve line numbers).
   6.722  if test "x$srcdir" = x.; then
   6.723 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
   6.724 -h
   6.725 -s///
   6.726 -s/^/:/
   6.727 -s/[	 ]*$/:/
   6.728 -s/:\$(srcdir):/:/g
   6.729 -s/:\${srcdir}:/:/g
   6.730 -s/:@srcdir@:/:/g
   6.731 -s/^:*//
   6.732 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
   6.733 +s/:*\$(srcdir):*/:/
   6.734 +s/:*\${srcdir}:*/:/
   6.735 +s/:*@srcdir@:*/:/
   6.736 +s/^\([^=]*=[	 ]*\):*/\1/
   6.737  s/:*$//
   6.738 -x
   6.739 -s/\(=[	 ]*\).*/\1/
   6.740 -G
   6.741 -s/\n//
   6.742  s/^[^=]*=[	 ]*$//
   6.743  }'
   6.744  fi
   6.745 @@ -4955,7 +4933,7 @@
   6.746    if test -z "$ac_t"; then
   6.747      break
   6.748    elif $ac_last_try; then
   6.749 -    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
   6.750 +    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
   6.751    else
   6.752      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   6.753    fi
   6.754 @@ -5040,7 +5018,7 @@
   6.755  _ACAWK
   6.756  _ACEOF
   6.757  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   6.758 -  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
   6.759 +  as_fn_error "could not setup config headers machinery" "$LINENO" 5
   6.760  fi # test -n "$CONFIG_HEADERS"
   6.761  
   6.762  
   6.763 @@ -5053,7 +5031,7 @@
   6.764    esac
   6.765    case $ac_mode$ac_tag in
   6.766    :[FHL]*:*);;
   6.767 -  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
   6.768 +  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
   6.769    :[FH]-) ac_tag=-:-;;
   6.770    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   6.771    esac
   6.772 @@ -5081,7 +5059,7 @@
   6.773  	   [\\/$]*) false;;
   6.774  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   6.775  	   esac ||
   6.776 -	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
   6.777 +	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
   6.778        esac
   6.779        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   6.780        as_fn_append ac_file_inputs " '$ac_f'"
   6.781 @@ -5108,7 +5086,7 @@
   6.782  
   6.783      case $ac_tag in
   6.784      *:-:* | *:-) cat >"$tmp/stdin" \
   6.785 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
   6.786 +      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
   6.787      esac
   6.788      ;;
   6.789    esac
   6.790 @@ -5245,22 +5223,22 @@
   6.791  $ac_datarootdir_hack
   6.792  "
   6.793  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
   6.794 -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   6.795 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
   6.796  
   6.797  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   6.798    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   6.799    { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   6.800    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   6.801 -which seems to be undefined.  Please make sure it is defined" >&5
   6.802 +which seems to be undefined.  Please make sure it is defined." >&5
   6.803  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   6.804 -which seems to be undefined.  Please make sure it is defined" >&2;}
   6.805 +which seems to be undefined.  Please make sure it is defined." >&2;}
   6.806  
   6.807    rm -f "$tmp/stdin"
   6.808    case $ac_file in
   6.809    -) cat "$tmp/out" && rm -f "$tmp/out";;
   6.810    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
   6.811    esac \
   6.812 -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   6.813 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
   6.814   ;;
   6.815    :H)
   6.816    #
   6.817 @@ -5271,19 +5249,19 @@
   6.818        $as_echo "/* $configure_input  */" \
   6.819        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
   6.820      } >"$tmp/config.h" \
   6.821 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   6.822 +      || as_fn_error "could not create $ac_file" "$LINENO" 5
   6.823      if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
   6.824        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
   6.825  $as_echo "$as_me: $ac_file is unchanged" >&6;}
   6.826      else
   6.827        rm -f "$ac_file"
   6.828        mv "$tmp/config.h" "$ac_file" \
   6.829 -	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
   6.830 +	|| as_fn_error "could not create $ac_file" "$LINENO" 5
   6.831      fi
   6.832    else
   6.833      $as_echo "/* $configure_input  */" \
   6.834        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
   6.835 -      || as_fn_error $? "could not create -" "$LINENO" 5
   6.836 +      || as_fn_error "could not create -" "$LINENO" 5
   6.837    fi
   6.838  # Compute "$ac_file"'s index in $config_headers.
   6.839  _am_arg="$ac_file"
   6.840 @@ -5433,7 +5411,7 @@
   6.841  ac_clean_files=$ac_clean_files_save
   6.842  
   6.843  test $ac_write_fail = 0 ||
   6.844 -  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
   6.845 +  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
   6.846  
   6.847  
   6.848  # configure is writing to config.log, and then calls config.status.
   6.849 @@ -5454,7 +5432,7 @@
   6.850    exec 5>>config.log
   6.851    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   6.852    # would make configure fail if this is the last instruction.
   6.853 -  $ac_cs_success || as_fn_exit 1
   6.854 +  $ac_cs_success || as_fn_exit $?
   6.855  fi
   6.856  if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   6.857    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     7.1 --- a/include/ltp_int.h	Wed Mar 21 17:47:32 2012 +0000
     7.2 +++ b/include/ltp_int.h	Thu Mar 22 09:07:39 2012 +0000
     7.3 @@ -316,6 +316,8 @@
     7.4  	ltp_t_cfg_so		t_cfg; ///< the LTP-T configuration
     7.5  	bool				need_e2e_int; ///< Tell LTP-T that I insist on good e2e int on rx'd blocks
     7.6  	bool				nonblocking; ///< don't wait to see if sendto() finished
     7.7 +	int					mtu; ///< the MTU to use for this guy
     7.8 +	bool				mtu_set; ///< the MTU to use for this guy
     7.9  } ltp_sockopts;
    7.10  
    7.11  /// This is used to initialise new sockets with our default sockopts
    7.12 @@ -329,6 +331,7 @@
    7.13  	{ false, LTP_T_DEF_RELAY_SOCKETS, false, LTP_T_NO_PORT, LTP_T_NO_HOPCOUNT, false, { LTP_MIB_DEFAULT_CIPHER, 0, "" }, false },
    7.14  	false,
    7.15  	LTP_MIB_DEFAULT_NONBLOCK,
    7.16 +	0,false,
    7.17  	};
    7.18  
    7.19  /*!
     8.1 --- a/src/ltp.cc	Wed Mar 21 17:47:32 2012 +0000
     8.2 +++ b/src/ltp.cc	Thu Mar 22 09:07:39 2012 +0000
     8.3 @@ -385,12 +385,19 @@
     8.4   */
     8.5  static int latestmtu(ltp_block *block, ltp_socket_t *sock)
     8.6  {
     8.7 +	// Note: block can be NULL and that ought be ok, just take from sock then
     8.8  
     8.9  	// TODO: take mtu from socket option if provided
    8.10  	/// the layer 2 MTU less overhead 
    8.11  	static unsigned int l2mtuover;
    8.12  	// recalc - could have been changed via sockopt()
    8.13 -	l2mtuover=l2mtu-LTPC_DS_OVERHEAD; 
    8.14 +	if (sock && sock->opts.mtu_set) {
    8.15 +		l2mtuover=sock->opts.mtu-LTPC_DS_OVERHEAD; 
    8.16 +		snprintf(ltpstr,LTPSTR_LEN,"Overridden MTU is %d (from %d)\n",l2mtuover,sock->opts.mtu);
    8.17 +		ltp_log(LTP_LOG_MAX,ltpstr);
    8.18 +	} else {
    8.19 +		l2mtuover=l2mtu-LTPC_DS_OVERHEAD; 
    8.20 +	}
    8.21  	// adjust that based on the extensions we're using now
    8.22  	l2mtuover-=extensions_estimate(block,sock);
    8.23  #ifdef LTP_VERBOSE
    8.24 @@ -4413,7 +4420,7 @@
    8.25  	while (!ret) ret=(ltp_instance) ltp_rand(); // no zeros please
    8.26  	// feckin ION doesn't like all 32 bits used here in session numbers
    8.27  	// easiest fix is to zero the top bit here
    8.28 -	ret=(ret&0x7ffffff);
    8.29 +	ret&=0x7fffffff;
    8.30  	return ret;
    8.31  }
    8.32  
    8.33 @@ -4980,12 +4987,15 @@
    8.34  									{   // also have to fix the buffer ptr since we only store the block buffer once
    8.35  										rv=ltp_fixparent(&ltp_state_var,(void**)&segments[i].parent,segments[i].parentid,LTP_PARENT_BLOCK);
    8.36  										if (rv) LTPERR(rv);
    8.37 +										rv=ltp_fixparent(&ltp_state_var,(void**)&segments[i].parent->parent,segments[i].parent->parentid,LTP_PARENT_SOCKET);
    8.38 +										if (rv) LTPERR(rv);
    8.39  										if (
    8.40  											!segments[i].parent  // oops - orphaned
    8.41  						   				) {
    8.42  											LTPERR(LTP_MEMORY);
    8.43  										}
    8.44  										ltp_block *block=segments[i].parent;
    8.45 +										ltp_socket_t *sock=block->parent;
    8.46  										int offset=segments[i].seg.val.ds.offset;
    8.47  										int length=segments[i].seg.val.ds.bytes.len;
    8.48  										if (
    8.49 @@ -4995,9 +5005,8 @@
    8.50  						   				) {
    8.51  											LTPERR(LTP_MEMORY);
    8.52  										}
    8.53 -										// l2buf.len=length+LTPC_DS_OVERHEAD;
    8.54 -										// TODO: call latestmtu below
    8.55 -										l2buf.len=l2mtu; // over estimate
    8.56 +										// overestimate
    8.57 +										l2buf.len=latestmtu(block,sock)+LTPC_DS_OVERHEAD;
    8.58  										// pass segment info to codec
    8.59  										segments[i].seg.val.ds.bytes.val=segments[i].parent->decoded.val+offset;
    8.60  									}
    8.61 @@ -6841,8 +6850,8 @@
    8.62  	case LTP_SO_CLIENTONLY:
    8.63  		if (set) {
    8.64  			l2desiredstate=LTP_L2S_ON_TX;
    8.65 -			// TODO: call latestmtu below
    8.66 -			int rv=ltp_l2_on(&l2mtu,l2desiredstate);
    8.67 +			unsigned int lc_mtu=latestmtu(NULL,socksess);
    8.68 +			int rv=ltp_l2_on(&lc_mtu,l2desiredstate);
    8.69  			if (rv) LTPERR(rv);
    8.70  			l2state=ltp_l2_get_state();
    8.71  #ifdef LTP_VERBOSE
    8.72 @@ -6897,6 +6906,8 @@
    8.73  				l2mtu=*ov;
    8.74  				l2mtu_set=true;
    8.75  				// TODO: set mtu into socket option
    8.76 +				socksess->opts.mtu=l2mtu;
    8.77 +				socksess->opts.mtu_set=true;
    8.78  			}
    8.79  		} else {
    8.80  			if (optlen<sizeof(int)) {
    8.81 @@ -6913,7 +6924,11 @@
    8.82  				ltp_log(LTP_LOG_ADV,ltpstr);
    8.83  #endif
    8.84  				// TODO: read mtu from socket option
    8.85 -				memcpy(optval,&l2mtu,sizeof(int));
    8.86 +				unsigned int lc_mtu=l2mtu;
    8.87 +				if (socksess->opts.mtu_set) {
    8.88 +					lc_mtu=socksess->opts.mtu;	
    8.89 +				}
    8.90 +				memcpy(optval,&lc_mtu,sizeof(int));
    8.91  				*optlenp=sizeof(int);
    8.92  			}
    8.93  		}