1.1 --- a/aclocal.m4 Mon Mar 24 15:48:54 2014 +0000
1.2 +++ b/aclocal.m4 Thu Mar 27 14:51:47 2014 +0000
1.3 @@ -1,8 +1,7 @@
1.4 -# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
1.5 +# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
1.6
1.7 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
1.8 -# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
1.9 -# Inc.
1.10 +# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1.11 +
1.12 # This file is free software; the Free Software Foundation
1.13 # gives unlimited permission to copy and/or distribute it,
1.14 # with or without modifications, as long as this notice is preserved.
1.15 @@ -12,33 +11,31 @@
1.16 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1.17 # PARTICULAR PURPOSE.
1.18
1.19 +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1.20 m4_ifndef([AC_AUTOCONF_VERSION],
1.21 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1.22 -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
1.23 -[m4_warning([this file was generated for autoconf 2.68.
1.24 +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
1.25 +[m4_warning([this file was generated for autoconf 2.69.
1.26 You have another version of autoconf. It may work, but is not guaranteed to.
1.27 If you have problems, you may need to regenerate the build system entirely.
1.28 -To do so, use the procedure documented by the package, typically `autoreconf'.])])
1.29 +To do so, use the procedure documented by the package, typically 'autoreconf'.])])
1.30
1.31 -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
1.32 -# Foundation, Inc.
1.33 +# Copyright (C) 2002-2013 Free Software Foundation, Inc.
1.34 #
1.35 # This file is free software; the Free Software Foundation
1.36 # gives unlimited permission to copy and/or distribute it,
1.37 # with or without modifications, as long as this notice is preserved.
1.38
1.39 -# serial 1
1.40 -
1.41 # AM_AUTOMAKE_VERSION(VERSION)
1.42 # ----------------------------
1.43 # Automake X.Y traces this macro to ensure aclocal.m4 has been
1.44 # generated from the m4 files accompanying Automake X.Y.
1.45 # (This private macro should not be called outside this file.)
1.46 AC_DEFUN([AM_AUTOMAKE_VERSION],
1.47 -[am__api_version='1.11'
1.48 +[am__api_version='1.13'
1.49 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
1.50 dnl require some minimum version. Point them to the right macro.
1.51 -m4_if([$1], [1.11.3], [],
1.52 +m4_if([$1], [1.13.3], [],
1.53 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
1.54 ])
1.55
1.56 @@ -54,24 +51,22 @@
1.57 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
1.58 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
1.59 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1.60 -[AM_AUTOMAKE_VERSION([1.11.3])dnl
1.61 +[AM_AUTOMAKE_VERSION([1.13.3])dnl
1.62 m4_ifndef([AC_AUTOCONF_VERSION],
1.63 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1.64 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1.65
1.66 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
1.67
1.68 -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1.69 +# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1.70 #
1.71 # This file is free software; the Free Software Foundation
1.72 # gives unlimited permission to copy and/or distribute it,
1.73 # with or without modifications, as long as this notice is preserved.
1.74
1.75 -# serial 1
1.76 -
1.77 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
1.78 -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
1.79 -# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
1.80 +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
1.81 +# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
1.82 #
1.83 # Of course, Automake must honor this variable whenever it calls a
1.84 # tool from the auxiliary directory. The problem is that $srcdir (and
1.85 @@ -90,7 +85,7 @@
1.86 #
1.87 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
1.88 # are both prefixed by $srcdir. In an in-source build this is usually
1.89 -# harmless because $srcdir is `.', but things will broke when you
1.90 +# harmless because $srcdir is '.', but things will broke when you
1.91 # start a VPATH build or use an absolute $srcdir.
1.92 #
1.93 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
1.94 @@ -116,22 +111,19 @@
1.95
1.96 # AM_CONDITIONAL -*- Autoconf -*-
1.97
1.98 -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
1.99 -# Free Software Foundation, Inc.
1.100 +# Copyright (C) 1997-2013 Free Software Foundation, Inc.
1.101 #
1.102 # This file is free software; the Free Software Foundation
1.103 # gives unlimited permission to copy and/or distribute it,
1.104 # with or without modifications, as long as this notice is preserved.
1.105
1.106 -# serial 9
1.107 -
1.108 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
1.109 # -------------------------------------
1.110 # Define a conditional.
1.111 AC_DEFUN([AM_CONDITIONAL],
1.112 -[AC_PREREQ(2.52)dnl
1.113 - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
1.114 - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1.115 +[AC_PREREQ([2.52])dnl
1.116 + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
1.117 + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1.118 AC_SUBST([$1_TRUE])dnl
1.119 AC_SUBST([$1_FALSE])dnl
1.120 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
1.121 @@ -150,16 +142,14 @@
1.122 Usually this means the macro was only invoked conditionally.]])
1.123 fi])])
1.124
1.125 -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
1.126 -# 2010, 2011 Free Software Foundation, Inc.
1.127 +# Copyright (C) 1999-2013 Free Software Foundation, Inc.
1.128 #
1.129 # This file is free software; the Free Software Foundation
1.130 # gives unlimited permission to copy and/or distribute it,
1.131 # with or without modifications, as long as this notice is preserved.
1.132
1.133 -# serial 12
1.134
1.135 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
1.136 +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
1.137 # written in clear, in which case automake, when reading aclocal.m4,
1.138 # will think it sees a *use*, and therefore will trigger all it's
1.139 # C support machinery. Also note that it means that autoscan, seeing
1.140 @@ -169,7 +159,7 @@
1.141 # _AM_DEPENDENCIES(NAME)
1.142 # ----------------------
1.143 # See how the compiler implements dependency checking.
1.144 -# NAME is "CC", "CXX", "GCJ", or "OBJC".
1.145 +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
1.146 # We try a few techniques and use that to set a single cache variable.
1.147 #
1.148 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
1.149 @@ -182,12 +172,13 @@
1.150 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
1.151 AC_REQUIRE([AM_DEP_TRACK])dnl
1.152
1.153 -ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
1.154 - [$1], CXX, [depcc="$CXX" am_compiler_list=],
1.155 - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
1.156 - [$1], UPC, [depcc="$UPC" am_compiler_list=],
1.157 - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
1.158 - [depcc="$$1" am_compiler_list=])
1.159 +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
1.160 + [$1], [CXX], [depcc="$CXX" am_compiler_list=],
1.161 + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
1.162 + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
1.163 + [$1], [UPC], [depcc="$UPC" am_compiler_list=],
1.164 + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
1.165 + [depcc="$$1" am_compiler_list=])
1.166
1.167 AC_CACHE_CHECK([dependency style of $depcc],
1.168 [am_cv_$1_dependencies_compiler_type],
1.169 @@ -195,8 +186,8 @@
1.170 # We make a subdir and do the tests there. Otherwise we can end up
1.171 # making bogus files that we don't know about and never remove. For
1.172 # instance it was reported that on HP-UX the gcc test will end up
1.173 - # making a dummy file named `D' -- because `-MD' means `put the output
1.174 - # in D'.
1.175 + # making a dummy file named 'D' -- because '-MD' means "put the output
1.176 + # in D".
1.177 rm -rf conftest.dir
1.178 mkdir conftest.dir
1.179 # Copy depcomp to subdir because otherwise we won't find it if we're
1.180 @@ -236,16 +227,16 @@
1.181 : > sub/conftest.c
1.182 for i in 1 2 3 4 5 6; do
1.183 echo '#include "conftst'$i'.h"' >> sub/conftest.c
1.184 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
1.185 - # Solaris 8's {/usr,}/bin/sh.
1.186 - touch sub/conftst$i.h
1.187 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
1.188 + # Solaris 10 /bin/sh.
1.189 + echo '/* dummy */' > sub/conftst$i.h
1.190 done
1.191 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1.192
1.193 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
1.194 + # We check with '-c' and '-o' for the sake of the "dashmstdout"
1.195 # mode. It turns out that the SunPro C++ compiler does not properly
1.196 - # handle `-M -o', and we need to detect this. Also, some Intel
1.197 - # versions had trouble with output in subdirs
1.198 + # handle '-M -o', and we need to detect this. Also, some Intel
1.199 + # versions had trouble with output in subdirs.
1.200 am__obj=sub/conftest.${OBJEXT-o}
1.201 am__minus_obj="-o $am__obj"
1.202 case $depmode in
1.203 @@ -254,8 +245,8 @@
1.204 test "$am__universal" = false || continue
1.205 ;;
1.206 nosideeffect)
1.207 - # after this tag, mechanisms are not by side-effect, so they'll
1.208 - # only be used when explicitly requested
1.209 + # After this tag, mechanisms are not by side-effect, so they'll
1.210 + # only be used when explicitly requested.
1.211 if test "x$enable_dependency_tracking" = xyes; then
1.212 continue
1.213 else
1.214 @@ -263,7 +254,7 @@
1.215 fi
1.216 ;;
1.217 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
1.218 - # This compiler won't grok `-c -o', but also, the minuso test has
1.219 + # This compiler won't grok '-c -o', but also, the minuso test has
1.220 # not run yet. These depmodes are late enough in the game, and
1.221 # so weak that their functioning should not be impacted.
1.222 am__obj=conftest.${OBJEXT-o}
1.223 @@ -311,7 +302,7 @@
1.224 # AM_SET_DEPDIR
1.225 # -------------
1.226 # Choose a directory name for dependency files.
1.227 -# This macro is AC_REQUIREd in _AM_DEPENDENCIES
1.228 +# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
1.229 AC_DEFUN([AM_SET_DEPDIR],
1.230 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1.231 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
1.232 @@ -321,9 +312,13 @@
1.233 # AM_DEP_TRACK
1.234 # ------------
1.235 AC_DEFUN([AM_DEP_TRACK],
1.236 -[AC_ARG_ENABLE(dependency-tracking,
1.237 -[ --disable-dependency-tracking speeds up one-time build
1.238 - --enable-dependency-tracking do not reject slow dependency extractors])
1.239 +[AC_ARG_ENABLE([dependency-tracking], [dnl
1.240 +AS_HELP_STRING(
1.241 + [--enable-dependency-tracking],
1.242 + [do not reject slow dependency extractors])
1.243 +AS_HELP_STRING(
1.244 + [--disable-dependency-tracking],
1.245 + [speeds up one-time build])])
1.246 if test "x$enable_dependency_tracking" != xno; then
1.247 am_depcomp="$ac_aux_dir/depcomp"
1.248 AMDEPBACKSLASH='\'
1.249 @@ -338,20 +333,18 @@
1.250
1.251 # Generate code to set up dependency tracking. -*- Autoconf -*-
1.252
1.253 -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
1.254 -# Free Software Foundation, Inc.
1.255 +# Copyright (C) 1999-2013 Free Software Foundation, Inc.
1.256 #
1.257 # This file is free software; the Free Software Foundation
1.258 # gives unlimited permission to copy and/or distribute it,
1.259 # with or without modifications, as long as this notice is preserved.
1.260
1.261 -#serial 5
1.262
1.263 # _AM_OUTPUT_DEPENDENCY_COMMANDS
1.264 # ------------------------------
1.265 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
1.266 [{
1.267 - # Autoconf 2.62 quotes --file arguments for eval, but not when files
1.268 + # Older Autoconf quotes --file arguments for eval, but not when files
1.269 # are listed without --file. Let's play safe and only enable the eval
1.270 # if we detect the quoting.
1.271 case $CONFIG_FILES in
1.272 @@ -364,7 +357,7 @@
1.273 # Strip MF so we end up with the name of the file.
1.274 mf=`echo "$mf" | sed -e 's/:.*$//'`
1.275 # Check whether this is an Automake generated Makefile or not.
1.276 - # We used to match only the files named `Makefile.in', but
1.277 + # We used to match only the files named 'Makefile.in', but
1.278 # some people rename them; so instead we look at the file content.
1.279 # Grep'ing the first line is not enough: some people post-process
1.280 # each Makefile.in and add a new line on top of each file to say so.
1.281 @@ -376,21 +369,19 @@
1.282 continue
1.283 fi
1.284 # Extract the definition of DEPDIR, am__include, and am__quote
1.285 - # from the Makefile without running `make'.
1.286 + # from the Makefile without running 'make'.
1.287 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1.288 test -z "$DEPDIR" && continue
1.289 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1.290 - test -z "am__include" && continue
1.291 + test -z "$am__include" && continue
1.292 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1.293 - # When using ansi2knr, U may be empty or an underscore; expand it
1.294 - U=`sed -n 's/^U = //p' < "$mf"`
1.295 # Find all dependency output files, they are included files with
1.296 # $(DEPDIR) in their names. We invoke sed twice because it is the
1.297 # simplest approach to changing $(DEPDIR) to its actual value in the
1.298 # expansion.
1.299 for file in `sed -n "
1.300 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1.301 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1.302 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1.303 # Make sure the directory exists.
1.304 test -f "$dirpart/$file" && continue
1.305 fdir=`AS_DIRNAME(["$file"])`
1.306 @@ -408,7 +399,7 @@
1.307 # This macro should only be invoked once -- use via AC_REQUIRE.
1.308 #
1.309 # This code is only required when automatic dependency tracking
1.310 -# is enabled. FIXME. This creates each `.P' file that we will
1.311 +# is enabled. FIXME. This creates each '.P' file that we will
1.312 # need in order to bootstrap the dependency handling code.
1.313 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
1.314 [AC_CONFIG_COMMANDS([depfiles],
1.315 @@ -416,29 +407,14 @@
1.316 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1.317 ])
1.318
1.319 -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
1.320 -# Free Software Foundation, Inc.
1.321 +# Do all the work for Automake. -*- Autoconf -*-
1.322 +
1.323 +# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1.324 #
1.325 # This file is free software; the Free Software Foundation
1.326 # gives unlimited permission to copy and/or distribute it,
1.327 # with or without modifications, as long as this notice is preserved.
1.328
1.329 -# serial 8
1.330 -
1.331 -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
1.332 -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
1.333 -
1.334 -# Do all the work for Automake. -*- Autoconf -*-
1.335 -
1.336 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
1.337 -# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
1.338 -#
1.339 -# This file is free software; the Free Software Foundation
1.340 -# gives unlimited permission to copy and/or distribute it,
1.341 -# with or without modifications, as long as this notice is preserved.
1.342 -
1.343 -# serial 16
1.344 -
1.345 # This macro actually does too much. Some checks are only needed if
1.346 # your package does certain things. But this isn't really a big deal.
1.347
1.348 @@ -454,7 +430,7 @@
1.349 # arguments mandatory, and then we can depend on a new Autoconf
1.350 # release and drop the old call support.
1.351 AC_DEFUN([AM_INIT_AUTOMAKE],
1.352 -[AC_PREREQ([2.62])dnl
1.353 +[AC_PREREQ([2.65])dnl
1.354 dnl Autoconf wants to disallow AM_ names. We explicitly allow
1.355 dnl the ones we care about.
1.356 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1.357 @@ -483,31 +459,40 @@
1.358 # Define the identity of the package.
1.359 dnl Distinguish between old-style and new-style calls.
1.360 m4_ifval([$2],
1.361 -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1.362 +[AC_DIAGNOSE([obsolete],
1.363 + [$0: two- and three-arguments forms are deprecated.])
1.364 +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1.365 AC_SUBST([PACKAGE], [$1])dnl
1.366 AC_SUBST([VERSION], [$2])],
1.367 [_AM_SET_OPTIONS([$1])dnl
1.368 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
1.369 -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
1.370 +m4_if(
1.371 + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
1.372 + [ok:ok],,
1.373 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1.374 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1.375 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1.376
1.377 _AM_IF_OPTION([no-define],,
1.378 -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1.379 - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
1.380 +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1.381 + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
1.382
1.383 # Some tools Automake needs.
1.384 AC_REQUIRE([AM_SANITY_CHECK])dnl
1.385 AC_REQUIRE([AC_ARG_PROGRAM])dnl
1.386 -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
1.387 -AM_MISSING_PROG(AUTOCONF, autoconf)
1.388 -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
1.389 -AM_MISSING_PROG(AUTOHEADER, autoheader)
1.390 -AM_MISSING_PROG(MAKEINFO, makeinfo)
1.391 +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1.392 +AM_MISSING_PROG([AUTOCONF], [autoconf])
1.393 +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1.394 +AM_MISSING_PROG([AUTOHEADER], [autoheader])
1.395 +AM_MISSING_PROG([MAKEINFO], [makeinfo])
1.396 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1.397 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
1.398 -AC_REQUIRE([AM_PROG_MKDIR_P])dnl
1.399 +AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1.400 +# For better backward compatibility. To be removed once Automake 1.9.x
1.401 +# dies out for good. For more background, see:
1.402 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1.403 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1.404 +AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1.405 # We need awk for the "check" target. The system "awk" is bad on
1.406 # some platforms.
1.407 AC_REQUIRE([AC_PROG_AWK])dnl
1.408 @@ -518,28 +503,32 @@
1.409 [_AM_PROG_TAR([v7])])])
1.410 _AM_IF_OPTION([no-dependencies],,
1.411 [AC_PROVIDE_IFELSE([AC_PROG_CC],
1.412 - [_AM_DEPENDENCIES(CC)],
1.413 - [define([AC_PROG_CC],
1.414 - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1.415 + [_AM_DEPENDENCIES([CC])],
1.416 + [m4_define([AC_PROG_CC],
1.417 + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1.418 AC_PROVIDE_IFELSE([AC_PROG_CXX],
1.419 - [_AM_DEPENDENCIES(CXX)],
1.420 - [define([AC_PROG_CXX],
1.421 - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1.422 + [_AM_DEPENDENCIES([CXX])],
1.423 + [m4_define([AC_PROG_CXX],
1.424 + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
1.425 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1.426 - [_AM_DEPENDENCIES(OBJC)],
1.427 - [define([AC_PROG_OBJC],
1.428 - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1.429 + [_AM_DEPENDENCIES([OBJC])],
1.430 + [m4_define([AC_PROG_OBJC],
1.431 + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1.432 +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1.433 + [_AM_DEPENDENCIES([OBJCXX])],
1.434 + [m4_define([AC_PROG_OBJCXX],
1.435 + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1.436 ])
1.437 -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
1.438 -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
1.439 -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
1.440 -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
1.441 +AC_REQUIRE([AM_SILENT_RULES])dnl
1.442 +dnl The testsuite driver may need to know about EXEEXT, so add the
1.443 +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1.444 +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
1.445 AC_CONFIG_COMMANDS_PRE(dnl
1.446 [m4_provide_if([_AM_COMPILER_EXEEXT],
1.447 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1.448 ])
1.449
1.450 -dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
1.451 +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
1.452 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
1.453 dnl mangled by Autoconf and run in a shell conditional statement.
1.454 m4_define([_AC_COMPILER_EXEEXT],
1.455 @@ -567,15 +556,12 @@
1.456 done
1.457 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1.458
1.459 -# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
1.460 -# Inc.
1.461 +# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1.462 #
1.463 # This file is free software; the Free Software Foundation
1.464 # gives unlimited permission to copy and/or distribute it,
1.465 # with or without modifications, as long as this notice is preserved.
1.466
1.467 -# serial 1
1.468 -
1.469 # AM_PROG_INSTALL_SH
1.470 # ------------------
1.471 # Define $install_sh.
1.472 @@ -589,16 +575,14 @@
1.473 install_sh="\${SHELL} $am_aux_dir/install-sh"
1.474 esac
1.475 fi
1.476 -AC_SUBST(install_sh)])
1.477 +AC_SUBST([install_sh])])
1.478
1.479 -# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
1.480 +# Copyright (C) 2003-2013 Free Software Foundation, Inc.
1.481 #
1.482 # This file is free software; the Free Software Foundation
1.483 # gives unlimited permission to copy and/or distribute it,
1.484 # with or without modifications, as long as this notice is preserved.
1.485
1.486 -# serial 2
1.487 -
1.488 # Check whether the underlying file-system supports filenames
1.489 # with a leading dot. For instance MS-DOS doesn't.
1.490 AC_DEFUN([AM_SET_LEADING_DOT],
1.491 @@ -615,20 +599,17 @@
1.492 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
1.493 # From Jim Meyering
1.494
1.495 -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
1.496 -# 2011 Free Software Foundation, Inc.
1.497 +# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1.498 #
1.499 # This file is free software; the Free Software Foundation
1.500 # gives unlimited permission to copy and/or distribute it,
1.501 # with or without modifications, as long as this notice is preserved.
1.502
1.503 -# serial 5
1.504 -
1.505 # AM_MAINTAINER_MODE([DEFAULT-MODE])
1.506 # ----------------------------------
1.507 # Control maintainer-specific portions of Makefiles.
1.508 -# Default is to disable them, unless `enable' is passed literally.
1.509 -# For symmetry, `disable' may be passed as well. Anyway, the user
1.510 +# Default is to disable them, unless 'enable' is passed literally.
1.511 +# For symmetry, 'disable' may be passed as well. Anyway, the user
1.512 # can override the default with the --enable/--disable switch.
1.513 AC_DEFUN([AM_MAINTAINER_MODE],
1.514 [m4_case(m4_default([$1], [disable]),
1.515 @@ -639,10 +620,11 @@
1.516 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1.517 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
1.518 AC_ARG_ENABLE([maintainer-mode],
1.519 -[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
1.520 - (and sometimes confusing) to the casual installer],
1.521 - [USE_MAINTAINER_MODE=$enableval],
1.522 - [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
1.523 + [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
1.524 + am_maintainer_other[ make rules and dependencies not useful
1.525 + (and sometimes confusing) to the casual installer])],
1.526 + [USE_MAINTAINER_MODE=$enableval],
1.527 + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
1.528 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
1.529 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
1.530 MAINT=$MAINTAINER_MODE_TRUE
1.531 @@ -650,18 +632,14 @@
1.532 ]
1.533 )
1.534
1.535 -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
1.536 -
1.537 # Check to see how 'make' treats includes. -*- Autoconf -*-
1.538
1.539 -# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
1.540 +# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1.541 #
1.542 # This file is free software; the Free Software Foundation
1.543 # gives unlimited permission to copy and/or distribute it,
1.544 # with or without modifications, as long as this notice is preserved.
1.545
1.546 -# serial 4
1.547 -
1.548 # AM_MAKE_INCLUDE()
1.549 # -----------------
1.550 # Check to see how make treats includes.
1.551 @@ -679,7 +657,7 @@
1.552 _am_result=none
1.553 # First try GNU make style include.
1.554 echo "include confinc" > confmf
1.555 -# Ignore all kinds of additional output from `make'.
1.556 +# Ignore all kinds of additional output from 'make'.
1.557 case `$am_make -s -f confmf 2> /dev/null` in #(
1.558 *the\ am__doit\ target*)
1.559 am__include=include
1.560 @@ -706,15 +684,12 @@
1.561
1.562 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1.563
1.564 -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
1.565 -# Free Software Foundation, Inc.
1.566 +# Copyright (C) 1997-2013 Free Software Foundation, Inc.
1.567 #
1.568 # This file is free software; the Free Software Foundation
1.569 # gives unlimited permission to copy and/or distribute it,
1.570 # with or without modifications, as long as this notice is preserved.
1.571
1.572 -# serial 6
1.573 -
1.574 # AM_MISSING_PROG(NAME, PROGRAM)
1.575 # ------------------------------
1.576 AC_DEFUN([AM_MISSING_PROG],
1.577 @@ -722,11 +697,10 @@
1.578 $1=${$1-"${am_missing_run}$2"}
1.579 AC_SUBST($1)])
1.580
1.581 -
1.582 # AM_MISSING_HAS_RUN
1.583 # ------------------
1.584 -# Define MISSING if not defined so far and test if it supports --run.
1.585 -# If it does, set am_missing_run to use it, otherwise, to nothing.
1.586 +# Define MISSING if not defined so far and test if it is modern enough.
1.587 +# If it is, set am_missing_run to use it, otherwise, to nothing.
1.588 AC_DEFUN([AM_MISSING_HAS_RUN],
1.589 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1.590 AC_REQUIRE_AUX_FILE([missing])dnl
1.591 @@ -739,54 +713,51 @@
1.592 esac
1.593 fi
1.594 # Use eval to expand $SHELL
1.595 -if eval "$MISSING --run true"; then
1.596 - am_missing_run="$MISSING --run "
1.597 +if eval "$MISSING --is-lightweight"; then
1.598 + am_missing_run="$MISSING "
1.599 else
1.600 am_missing_run=
1.601 - AC_MSG_WARN([`missing' script is too old or missing])
1.602 + AC_MSG_WARN(['missing' script is too old or missing])
1.603 fi
1.604 ])
1.605
1.606 -# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
1.607 -# Inc.
1.608 +# -*- Autoconf -*-
1.609 +# Obsolete and "removed" macros, that must however still report explicit
1.610 +# error messages when used, to smooth transition.
1.611 +#
1.612 +# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1.613 #
1.614 # This file is free software; the Free Software Foundation
1.615 # gives unlimited permission to copy and/or distribute it,
1.616 # with or without modifications, as long as this notice is preserved.
1.617
1.618 -# serial 1
1.619 +AC_DEFUN([AM_CONFIG_HEADER],
1.620 +[AC_DIAGNOSE([obsolete],
1.621 +['$0': this macro is obsolete.
1.622 +You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
1.623 +AC_CONFIG_HEADERS($@)])
1.624
1.625 -# AM_PROG_MKDIR_P
1.626 -# ---------------
1.627 -# Check for `mkdir -p'.
1.628 -AC_DEFUN([AM_PROG_MKDIR_P],
1.629 -[AC_PREREQ([2.60])dnl
1.630 -AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1.631 -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
1.632 -dnl while keeping a definition of mkdir_p for backward compatibility.
1.633 -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
1.634 -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
1.635 -dnl Makefile.ins that do not define MKDIR_P, so we do our own
1.636 -dnl adjustment using top_builddir (which is defined more often than
1.637 -dnl MKDIR_P).
1.638 -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
1.639 -case $mkdir_p in
1.640 - [[\\/$]]* | ?:[[\\/]]*) ;;
1.641 - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1.642 -esac
1.643 -])
1.644 +AC_DEFUN([AM_PROG_CC_STDC],
1.645 +[AC_PROG_CC
1.646 +am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
1.647 +AC_DIAGNOSE([obsolete],
1.648 +['$0': this macro is obsolete.
1.649 +You should simply use the 'AC][_PROG_CC' macro instead.
1.650 +Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
1.651 +but upon 'ac_cv_prog_cc_stdc'.])])
1.652 +
1.653 +AC_DEFUN([AM_C_PROTOTYPES],
1.654 + [AC_FATAL([automatic de-ANSI-fication support has been removed])])
1.655 +AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
1.656
1.657 # Helper functions for option handling. -*- Autoconf -*-
1.658
1.659 -# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
1.660 -# Foundation, Inc.
1.661 +# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1.662 #
1.663 # This file is free software; the Free Software Foundation
1.664 # gives unlimited permission to copy and/or distribute it,
1.665 # with or without modifications, as long as this notice is preserved.
1.666
1.667 -# serial 5
1.668 -
1.669 # _AM_MANGLE_OPTION(NAME)
1.670 # -----------------------
1.671 AC_DEFUN([_AM_MANGLE_OPTION],
1.672 @@ -796,7 +767,7 @@
1.673 # --------------------
1.674 # Set option NAME. Presently that only means defining a flag for this option.
1.675 AC_DEFUN([_AM_SET_OPTION],
1.676 -[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
1.677 +[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1.678
1.679 # _AM_SET_OPTIONS(OPTIONS)
1.680 # ------------------------
1.681 @@ -812,22 +783,16 @@
1.682
1.683 # Check to make sure that the build environment is sane. -*- Autoconf -*-
1.684
1.685 -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
1.686 -# Free Software Foundation, Inc.
1.687 +# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1.688 #
1.689 # This file is free software; the Free Software Foundation
1.690 # gives unlimited permission to copy and/or distribute it,
1.691 # with or without modifications, as long as this notice is preserved.
1.692
1.693 -# serial 5
1.694 -
1.695 # AM_SANITY_CHECK
1.696 # ---------------
1.697 AC_DEFUN([AM_SANITY_CHECK],
1.698 [AC_MSG_CHECKING([whether build environment is sane])
1.699 -# Just in case
1.700 -sleep 1
1.701 -echo timestamp > conftest.file
1.702 # Reject unsafe characters in $srcdir or the absolute working directory
1.703 # name. Accept space and tab only in the latter.
1.704 am_lf='
1.705 @@ -838,32 +803,40 @@
1.706 esac
1.707 case $srcdir in
1.708 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1.709 - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
1.710 + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1.711 esac
1.712
1.713 -# Do `set' in a subshell so we don't clobber the current shell's
1.714 +# Do 'set' in a subshell so we don't clobber the current shell's
1.715 # arguments. Must try -L first in case configure is actually a
1.716 # symlink; some systems play weird games with the mod time of symlinks
1.717 # (eg FreeBSD returns the mod time of the symlink's containing
1.718 # directory).
1.719 if (
1.720 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1.721 - if test "$[*]" = "X"; then
1.722 - # -L didn't work.
1.723 - set X `ls -t "$srcdir/configure" conftest.file`
1.724 - fi
1.725 - rm -f conftest.file
1.726 - if test "$[*]" != "X $srcdir/configure conftest.file" \
1.727 - && test "$[*]" != "X conftest.file $srcdir/configure"; then
1.728 + am_has_slept=no
1.729 + for am_try in 1 2; do
1.730 + echo "timestamp, slept: $am_has_slept" > conftest.file
1.731 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1.732 + if test "$[*]" = "X"; then
1.733 + # -L didn't work.
1.734 + set X `ls -t "$srcdir/configure" conftest.file`
1.735 + fi
1.736 + if test "$[*]" != "X $srcdir/configure conftest.file" \
1.737 + && test "$[*]" != "X conftest.file $srcdir/configure"; then
1.738
1.739 - # If neither matched, then we have a broken ls. This can happen
1.740 - # if, for instance, CONFIG_SHELL is bash and it inherits a
1.741 - # broken ls alias from the environment. This has actually
1.742 - # happened. Such a system could not be considered "sane".
1.743 - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1.744 -alias in your environment])
1.745 - fi
1.746 -
1.747 + # If neither matched, then we have a broken ls. This can happen
1.748 + # if, for instance, CONFIG_SHELL is bash and it inherits a
1.749 + # broken ls alias from the environment. This has actually
1.750 + # happened. Such a system could not be considered "sane".
1.751 + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1.752 + alias in your environment])
1.753 + fi
1.754 + if test "$[2]" = conftest.file || test $am_try -eq 2; then
1.755 + break
1.756 + fi
1.757 + # Just in case.
1.758 + sleep 1
1.759 + am_has_slept=yes
1.760 + done
1.761 test "$[2]" = conftest.file
1.762 )
1.763 then
1.764 @@ -873,46 +846,118 @@
1.765 AC_MSG_ERROR([newly created file is older than distributed files!
1.766 Check your system clock])
1.767 fi
1.768 -AC_MSG_RESULT(yes)])
1.769 +AC_MSG_RESULT([yes])
1.770 +# If we didn't sleep, we still need to ensure time stamps of config.status and
1.771 +# generated files are strictly newer.
1.772 +am_sleep_pid=
1.773 +if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1.774 + ( sleep 1 ) &
1.775 + am_sleep_pid=$!
1.776 +fi
1.777 +AC_CONFIG_COMMANDS_PRE(
1.778 + [AC_MSG_CHECKING([that generated files are newer than configure])
1.779 + if test -n "$am_sleep_pid"; then
1.780 + # Hide warnings about reused PIDs.
1.781 + wait $am_sleep_pid 2>/dev/null
1.782 + fi
1.783 + AC_MSG_RESULT([done])])
1.784 +rm -f conftest.file
1.785 +])
1.786
1.787 -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1.788 +# Copyright (C) 2009-2013 Free Software Foundation, Inc.
1.789 #
1.790 # This file is free software; the Free Software Foundation
1.791 # gives unlimited permission to copy and/or distribute it,
1.792 # with or without modifications, as long as this notice is preserved.
1.793
1.794 -# serial 1
1.795 +# AM_SILENT_RULES([DEFAULT])
1.796 +# --------------------------
1.797 +# Enable less verbose build rules; with the default set to DEFAULT
1.798 +# ("yes" being less verbose, "no" or empty being verbose).
1.799 +AC_DEFUN([AM_SILENT_RULES],
1.800 +[AC_ARG_ENABLE([silent-rules], [dnl
1.801 +AS_HELP_STRING(
1.802 + [--enable-silent-rules],
1.803 + [less verbose build output (undo: "make V=1")])
1.804 +AS_HELP_STRING(
1.805 + [--disable-silent-rules],
1.806 + [verbose build output (undo: "make V=0")])dnl
1.807 +])
1.808 +case $enable_silent_rules in @%:@ (((
1.809 + yes) AM_DEFAULT_VERBOSITY=0;;
1.810 + no) AM_DEFAULT_VERBOSITY=1;;
1.811 + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1.812 +esac
1.813 +dnl
1.814 +dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1.815 +dnl do not support nested variable expansions.
1.816 +dnl See automake bug#9928 and bug#10237.
1.817 +am_make=${MAKE-make}
1.818 +AC_CACHE_CHECK([whether $am_make supports nested variables],
1.819 + [am_cv_make_support_nested_variables],
1.820 + [if AS_ECHO([['TRUE=$(BAR$(V))
1.821 +BAR0=false
1.822 +BAR1=true
1.823 +V=1
1.824 +am__doit:
1.825 + @$(TRUE)
1.826 +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1.827 + am_cv_make_support_nested_variables=yes
1.828 +else
1.829 + am_cv_make_support_nested_variables=no
1.830 +fi])
1.831 +if test $am_cv_make_support_nested_variables = yes; then
1.832 + dnl Using '$V' instead of '$(V)' breaks IRIX make.
1.833 + AM_V='$(V)'
1.834 + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1.835 +else
1.836 + AM_V=$AM_DEFAULT_VERBOSITY
1.837 + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1.838 +fi
1.839 +AC_SUBST([AM_V])dnl
1.840 +AM_SUBST_NOTMAKE([AM_V])dnl
1.841 +AC_SUBST([AM_DEFAULT_V])dnl
1.842 +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1.843 +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1.844 +AM_BACKSLASH='\'
1.845 +AC_SUBST([AM_BACKSLASH])dnl
1.846 +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1.847 +])
1.848 +
1.849 +# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1.850 +#
1.851 +# This file is free software; the Free Software Foundation
1.852 +# gives unlimited permission to copy and/or distribute it,
1.853 +# with or without modifications, as long as this notice is preserved.
1.854
1.855 # AM_PROG_INSTALL_STRIP
1.856 # ---------------------
1.857 -# One issue with vendor `install' (even GNU) is that you can't
1.858 +# One issue with vendor 'install' (even GNU) is that you can't
1.859 # specify the program used to strip binaries. This is especially
1.860 # annoying in cross-compiling environments, where the build's strip
1.861 # is unlikely to handle the host's binaries.
1.862 # Fortunately install-sh will honor a STRIPPROG variable, so we
1.863 -# always use install-sh in `make install-strip', and initialize
1.864 +# always use install-sh in "make install-strip", and initialize
1.865 # STRIPPROG with the value of the STRIP variable (set by the user).
1.866 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1.867 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1.868 -# Installed binaries are usually stripped using `strip' when the user
1.869 -# run `make install-strip'. However `strip' might not be the right
1.870 +# Installed binaries are usually stripped using 'strip' when the user
1.871 +# run "make install-strip". However 'strip' might not be the right
1.872 # tool to use in cross-compilation environments, therefore Automake
1.873 -# will honor the `STRIP' environment variable to overrule this program.
1.874 -dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1.875 +# will honor the 'STRIP' environment variable to overrule this program.
1.876 +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1.877 if test "$cross_compiling" != no; then
1.878 AC_CHECK_TOOL([STRIP], [strip], :)
1.879 fi
1.880 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1.881 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1.882
1.883 -# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1.884 +# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1.885 #
1.886 # This file is free software; the Free Software Foundation
1.887 # gives unlimited permission to copy and/or distribute it,
1.888 # with or without modifications, as long as this notice is preserved.
1.889
1.890 -# serial 3
1.891 -
1.892 # _AM_SUBST_NOTMAKE(VARIABLE)
1.893 # ---------------------------
1.894 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1.895 @@ -926,18 +971,16 @@
1.896
1.897 # Check how to create a tarball. -*- Autoconf -*-
1.898
1.899 -# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1.900 +# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1.901 #
1.902 # This file is free software; the Free Software Foundation
1.903 # gives unlimited permission to copy and/or distribute it,
1.904 # with or without modifications, as long as this notice is preserved.
1.905
1.906 -# serial 2
1.907 -
1.908 # _AM_PROG_TAR(FORMAT)
1.909 # --------------------
1.910 # Check how to create a tarball in format FORMAT.
1.911 -# FORMAT should be one of `v7', `ustar', or `pax'.
1.912 +# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1.913 #
1.914 # Substitute a variable $(am__tar) that is a command
1.915 # writing to stdout a FORMAT-tarball containing the directory
1.916 @@ -947,76 +990,114 @@
1.917 # Substitute a variable $(am__untar) that extract such
1.918 # a tarball read from stdin.
1.919 # $(am__untar) < result.tar
1.920 +#
1.921 AC_DEFUN([_AM_PROG_TAR],
1.922 [# Always define AMTAR for backward compatibility. Yes, it's still used
1.923 # in the wild :-( We should find a proper way to deprecate it ...
1.924 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1.925 +
1.926 +# We'll loop over all known methods to create a tar archive until one works.
1.927 +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1.928 +
1.929 m4_if([$1], [v7],
1.930 - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1.931 - [m4_case([$1], [ustar],, [pax],,
1.932 - [m4_fatal([Unknown tar format])])
1.933 -AC_MSG_CHECKING([how to create a $1 tar archive])
1.934 -# Loop over all known methods to create a tar archive until one works.
1.935 -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1.936 -_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1.937 -# Do not fold the above two line into one, because Tru64 sh and
1.938 -# Solaris sh will not grok spaces in the rhs of `-'.
1.939 -for _am_tool in $_am_tools
1.940 -do
1.941 - case $_am_tool in
1.942 - gnutar)
1.943 - for _am_tar in tar gnutar gtar;
1.944 - do
1.945 - AM_RUN_LOG([$_am_tar --version]) && break
1.946 - done
1.947 - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1.948 - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1.949 - am__untar="$_am_tar -xf -"
1.950 - ;;
1.951 - plaintar)
1.952 - # Must skip GNU tar: if it does not support --format= it doesn't create
1.953 - # ustar tarball either.
1.954 - (tar --version) >/dev/null 2>&1 && continue
1.955 - am__tar='tar chf - "$$tardir"'
1.956 - am__tar_='tar chf - "$tardir"'
1.957 - am__untar='tar xf -'
1.958 - ;;
1.959 - pax)
1.960 - am__tar='pax -L -x $1 -w "$$tardir"'
1.961 - am__tar_='pax -L -x $1 -w "$tardir"'
1.962 - am__untar='pax -r'
1.963 - ;;
1.964 - cpio)
1.965 - am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1.966 - am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1.967 - am__untar='cpio -i -H $1 -d'
1.968 - ;;
1.969 - none)
1.970 - am__tar=false
1.971 - am__tar_=false
1.972 - am__untar=false
1.973 - ;;
1.974 - esac
1.975 + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1.976
1.977 - # If the value was cached, stop now. We just wanted to have am__tar
1.978 - # and am__untar set.
1.979 - test -n "${am_cv_prog_tar_$1}" && break
1.980 + [m4_case([$1],
1.981 + [ustar],
1.982 + [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1.983 + # There is notably a 21 bits limit for the UID and the GID. In fact,
1.984 + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1.985 + # and bug#13588).
1.986 + am_max_uid=2097151 # 2^21 - 1
1.987 + am_max_gid=$am_max_uid
1.988 + # The $UID and $GID variables are not portable, so we need to resort
1.989 + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1.990 + # below are definitely unexpected, so allow the users to see them
1.991 + # (that is, avoid stderr redirection).
1.992 + am_uid=`id -u || echo unknown`
1.993 + am_gid=`id -g || echo unknown`
1.994 + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1.995 + if test $am_uid -le $am_max_uid; then
1.996 + AC_MSG_RESULT([yes])
1.997 + else
1.998 + AC_MSG_RESULT([no])
1.999 + _am_tools=none
1.1000 + fi
1.1001 + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1.1002 + if test $am_gid -le $am_max_gid; then
1.1003 + AC_MSG_RESULT([yes])
1.1004 + else
1.1005 + AC_MSG_RESULT([no])
1.1006 + _am_tools=none
1.1007 + fi],
1.1008
1.1009 - # tar/untar a dummy directory, and stop if the command works
1.1010 + [pax],
1.1011 + [],
1.1012 +
1.1013 + [m4_fatal([Unknown tar format])])
1.1014 +
1.1015 + AC_MSG_CHECKING([how to create a $1 tar archive])
1.1016 +
1.1017 + # Go ahead even if we have the value already cached. We do so because we
1.1018 + # need to set the values for the 'am__tar' and 'am__untar' variables.
1.1019 + _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1.1020 +
1.1021 + for _am_tool in $_am_tools; do
1.1022 + case $_am_tool in
1.1023 + gnutar)
1.1024 + for _am_tar in tar gnutar gtar; do
1.1025 + AM_RUN_LOG([$_am_tar --version]) && break
1.1026 + done
1.1027 + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1.1028 + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1.1029 + am__untar="$_am_tar -xf -"
1.1030 + ;;
1.1031 + plaintar)
1.1032 + # Must skip GNU tar: if it does not support --format= it doesn't create
1.1033 + # ustar tarball either.
1.1034 + (tar --version) >/dev/null 2>&1 && continue
1.1035 + am__tar='tar chf - "$$tardir"'
1.1036 + am__tar_='tar chf - "$tardir"'
1.1037 + am__untar='tar xf -'
1.1038 + ;;
1.1039 + pax)
1.1040 + am__tar='pax -L -x $1 -w "$$tardir"'
1.1041 + am__tar_='pax -L -x $1 -w "$tardir"'
1.1042 + am__untar='pax -r'
1.1043 + ;;
1.1044 + cpio)
1.1045 + am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1.1046 + am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1.1047 + am__untar='cpio -i -H $1 -d'
1.1048 + ;;
1.1049 + none)
1.1050 + am__tar=false
1.1051 + am__tar_=false
1.1052 + am__untar=false
1.1053 + ;;
1.1054 + esac
1.1055 +
1.1056 + # If the value was cached, stop now. We just wanted to have am__tar
1.1057 + # and am__untar set.
1.1058 + test -n "${am_cv_prog_tar_$1}" && break
1.1059 +
1.1060 + # tar/untar a dummy directory, and stop if the command works.
1.1061 + rm -rf conftest.dir
1.1062 + mkdir conftest.dir
1.1063 + echo GrepMe > conftest.dir/file
1.1064 + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1.1065 + rm -rf conftest.dir
1.1066 + if test -s conftest.tar; then
1.1067 + AM_RUN_LOG([$am__untar <conftest.tar])
1.1068 + AM_RUN_LOG([cat conftest.dir/file])
1.1069 + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1.1070 + fi
1.1071 + done
1.1072 rm -rf conftest.dir
1.1073 - mkdir conftest.dir
1.1074 - echo GrepMe > conftest.dir/file
1.1075 - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1.1076 - rm -rf conftest.dir
1.1077 - if test -s conftest.tar; then
1.1078 - AM_RUN_LOG([$am__untar <conftest.tar])
1.1079 - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1.1080 - fi
1.1081 -done
1.1082 -rm -rf conftest.dir
1.1083
1.1084 -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1.1085 -AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1.1086 + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1.1087 + AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1.1088 +
1.1089 AC_SUBST([am__tar])
1.1090 AC_SUBST([am__untar])
1.1091 ]) # _AM_PROG_TAR
2.1 --- a/autom4te.cache/output.0 Mon Mar 24 15:48:54 2014 +0000
2.2 +++ b/autom4te.cache/output.0 Thu Mar 27 14:51:47 2014 +0000
2.3 @@ -1,13 +1,11 @@
2.4 @%:@! /bin/sh
2.5 @%:@ Guess values for system-dependent variables and create Makefiles.
2.6 -@%:@ Generated by GNU Autoconf 2.68 for ltplib 0.1.
2.7 +@%:@ Generated by GNU Autoconf 2.69 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 +@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
2.16 @%:@
2.17 @%:@
2.18 @%:@ This configure script is free software; the Free Software Foundation
2.19 @@ -136,6 +134,31 @@
2.20 # CDPATH.
2.21 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2.22
2.23 +# Use a proper internal environment variable to ensure we don't fall
2.24 + # into an infinite loop, continuously re-executing ourselves.
2.25 + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
2.26 + _as_can_reexec=no; export _as_can_reexec;
2.27 + # We cannot yet assume a decent shell, so we have to provide a
2.28 +# neutralization value for shells without unset; and this also
2.29 +# works around shells that cannot unset nonexistent variables.
2.30 +# Preserve -v and -x to the replacement shell.
2.31 +BASH_ENV=/dev/null
2.32 +ENV=/dev/null
2.33 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
2.34 +case $- in @%:@ ((((
2.35 + *v*x* | *x*v* ) as_opts=-vx ;;
2.36 + *v* ) as_opts=-v ;;
2.37 + *x* ) as_opts=-x ;;
2.38 + * ) as_opts= ;;
2.39 +esac
2.40 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
2.41 +# Admittedly, this is quite paranoid, since all the known shells bail
2.42 +# out after a failed `exec'.
2.43 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
2.44 +as_fn_exit 255
2.45 + fi
2.46 + # We don't want this to propagate to other subprocesses.
2.47 + { _as_can_reexec=; unset _as_can_reexec;}
2.48 if test "x$CONFIG_SHELL" = x; then
2.49 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
2.50 emulate sh
2.51 @@ -169,7 +192,8 @@
2.52 else
2.53 exitcode=1; echo positional parameters were not saved.
2.54 fi
2.55 -test x\$exitcode = x0 || exit 1"
2.56 +test x\$exitcode = x0 || exit 1
2.57 +test -x / || exit 1"
2.58 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
2.59 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
2.60 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
2.61 @@ -213,21 +237,25 @@
2.62
2.63
2.64 if test "x$CONFIG_SHELL" != x; then :
2.65 - # We cannot yet assume a decent shell, so we have to provide a
2.66 - # neutralization value for shells without unset; and this also
2.67 - # works around shells that cannot unset nonexistent variables.
2.68 - # Preserve -v and -x to the replacement shell.
2.69 - BASH_ENV=/dev/null
2.70 - ENV=/dev/null
2.71 - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
2.72 - export CONFIG_SHELL
2.73 - case $- in @%:@ ((((
2.74 - *v*x* | *x*v* ) as_opts=-vx ;;
2.75 - *v* ) as_opts=-v ;;
2.76 - *x* ) as_opts=-x ;;
2.77 - * ) as_opts= ;;
2.78 - esac
2.79 - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
2.80 + export CONFIG_SHELL
2.81 + # We cannot yet assume a decent shell, so we have to provide a
2.82 +# neutralization value for shells without unset; and this also
2.83 +# works around shells that cannot unset nonexistent variables.
2.84 +# Preserve -v and -x to the replacement shell.
2.85 +BASH_ENV=/dev/null
2.86 +ENV=/dev/null
2.87 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
2.88 +case $- in @%:@ ((((
2.89 + *v*x* | *x*v* ) as_opts=-vx ;;
2.90 + *v* ) as_opts=-v ;;
2.91 + *x* ) as_opts=-x ;;
2.92 + * ) as_opts= ;;
2.93 +esac
2.94 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
2.95 +# Admittedly, this is quite paranoid, since all the known shells bail
2.96 +# out after a failed `exec'.
2.97 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
2.98 +exit 255
2.99 fi
2.100
2.101 if test x$as_have_required = xno; then :
2.102 @@ -330,6 +358,14 @@
2.103
2.104
2.105 } @%:@ as_fn_mkdir_p
2.106 +
2.107 +@%:@ as_fn_executable_p FILE
2.108 +@%:@ -----------------------
2.109 +@%:@ Test if FILE is an executable regular file.
2.110 +as_fn_executable_p ()
2.111 +{
2.112 + test -f "$1" && test -x "$1"
2.113 +} @%:@ as_fn_executable_p
2.114 @%:@ as_fn_append VAR VALUE
2.115 @%:@ ----------------------
2.116 @%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
2.117 @@ -451,6 +487,10 @@
2.118 chmod +x "$as_me.lineno" ||
2.119 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
2.120
2.121 + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
2.122 + # already done that, so ensure we don't try to do so again and fall
2.123 + # in an infinite loop. This has already happened in practice.
2.124 + _as_can_reexec=no; export _as_can_reexec
2.125 # Don't try to exec as it changes $[0], causing all sort of problems
2.126 # (the dirname of $[0] is not the place where we might find the
2.127 # original and so on. Autoconf is especially sensitive to this).
2.128 @@ -485,16 +525,16 @@
2.129 # ... but there are two gotchas:
2.130 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2.131 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2.132 - # In both cases, we have to default to `cp -p'.
2.133 + # In both cases, we have to default to `cp -pR'.
2.134 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2.135 - as_ln_s='cp -p'
2.136 + as_ln_s='cp -pR'
2.137 elif ln conf$$.file conf$$ 2>/dev/null; then
2.138 as_ln_s=ln
2.139 else
2.140 - as_ln_s='cp -p'
2.141 + as_ln_s='cp -pR'
2.142 fi
2.143 else
2.144 - as_ln_s='cp -p'
2.145 + as_ln_s='cp -pR'
2.146 fi
2.147 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2.148 rmdir conf$$.dir 2>/dev/null
2.149 @@ -506,28 +546,8 @@
2.150 as_mkdir_p=false
2.151 fi
2.152
2.153 -if test -x / >/dev/null 2>&1; then
2.154 - as_test_x='test -x'
2.155 -else
2.156 - if ls -dL / >/dev/null 2>&1; then
2.157 - as_ls_L_option=L
2.158 - else
2.159 - as_ls_L_option=
2.160 - fi
2.161 - as_test_x='
2.162 - eval sh -c '\''
2.163 - if test -d "$1"; then
2.164 - test -d "$1/.";
2.165 - else
2.166 - case $1 in @%:@(
2.167 - -*)set "./$1";;
2.168 - esac;
2.169 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
2.170 - ???[sx]*):;;*)false;;esac;fi
2.171 - '\'' sh
2.172 - '
2.173 -fi
2.174 -as_executable_p=$as_test_x
2.175 +as_test_x='test -x'
2.176 +as_executable_p=as_fn_executable_p
2.177
2.178 # Sed expression to map a string onto a valid CPP name.
2.179 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2.180 @@ -605,6 +625,10 @@
2.181 LDFLAGS
2.182 CFLAGS
2.183 CC
2.184 +AM_BACKSLASH
2.185 +AM_DEFAULT_VERBOSITY
2.186 +AM_DEFAULT_V
2.187 +AM_V
2.188 am__untar
2.189 am__tar
2.190 AMTAR
2.191 @@ -669,6 +693,7 @@
2.192 ac_subst_files=''
2.193 ac_user_opts='
2.194 enable_option_checking
2.195 +enable_silent_rules
2.196 enable_dependency_tracking
2.197 enable_maintainer_mode
2.198 '
2.199 @@ -1138,8 +1163,6 @@
2.200 if test "x$host_alias" != x; then
2.201 if test "x$build_alias" = x; then
2.202 cross_compiling=maybe
2.203 - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
2.204 - If a cross compiler is detected then cross compile mode will be used" >&2
2.205 elif test "x$build_alias" != "x$host_alias"; then
2.206 cross_compiling=yes
2.207 fi
2.208 @@ -1303,10 +1326,15 @@
2.209 --disable-option-checking ignore unrecognized --enable/--with options
2.210 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2.211 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2.212 - --disable-dependency-tracking speeds up one-time build
2.213 - --enable-dependency-tracking do not reject slow dependency extractors
2.214 - --enable-maintainer-mode enable make rules and dependencies not useful
2.215 - (and sometimes confusing) to the casual installer
2.216 + --enable-silent-rules less verbose build output (undo: "make V=1")
2.217 + --disable-silent-rules verbose build output (undo: "make V=0")
2.218 + --enable-dependency-tracking
2.219 + do not reject slow dependency extractors
2.220 + --disable-dependency-tracking
2.221 + speeds up one-time build
2.222 + --enable-maintainer-mode
2.223 + enable make rules and dependencies not useful (and
2.224 + sometimes confusing) to the casual installer
2.225
2.226 Some influential environment variables:
2.227 CC C compiler command
2.228 @@ -1386,9 +1414,9 @@
2.229 if $ac_init_version; then
2.230 cat <<\_ACEOF
2.231 ltplib configure 0.1
2.232 -generated by GNU Autoconf 2.68
2.233 -
2.234 -Copyright (C) 2010 Free Software Foundation, Inc.
2.235 +generated by GNU Autoconf 2.69
2.236 +
2.237 +Copyright (C) 2012 Free Software Foundation, Inc.
2.238 This configure script is free software; the Free Software Foundation
2.239 gives unlimited permission to copy, distribute and modify it.
2.240 _ACEOF
2.241 @@ -1479,7 +1507,7 @@
2.242 running configure, to aid debugging if configure makes a mistake.
2.243
2.244 It was created by ltplib $as_me 0.1, which was
2.245 -generated by GNU Autoconf 2.68. Invocation command line was
2.246 +generated by GNU Autoconf 2.69. Invocation command line was
2.247
2.248 $ $0 $@
2.249
2.250 @@ -1828,7 +1856,7 @@
2.251
2.252 ac_config_headers="$ac_config_headers config.h"
2.253
2.254 -am__api_version='1.11'
2.255 +am__api_version='1.13'
2.256
2.257 ac_aux_dir=
2.258 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2.259 @@ -1896,7 +1924,7 @@
2.260 # by default.
2.261 for ac_prog in ginstall scoinst install; do
2.262 for ac_exec_ext in '' $ac_executable_extensions; do
2.263 - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2.264 + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2.265 if test $ac_prog = install &&
2.266 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2.267 # AIX install. It has an incompatible calling convention.
2.268 @@ -1954,9 +1982,6 @@
2.269
2.270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2.271 $as_echo_n "checking whether build environment is sane... " >&6; }
2.272 -# Just in case
2.273 -sleep 1
2.274 -echo timestamp > conftest.file
2.275 # Reject unsafe characters in $srcdir or the absolute working directory
2.276 # name. Accept space and tab only in the latter.
2.277 am_lf='
2.278 @@ -1967,32 +1992,40 @@
2.279 esac
2.280 case $srcdir in
2.281 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2.282 - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2.283 + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2.284 esac
2.285
2.286 -# Do `set' in a subshell so we don't clobber the current shell's
2.287 +# Do 'set' in a subshell so we don't clobber the current shell's
2.288 # arguments. Must try -L first in case configure is actually a
2.289 # symlink; some systems play weird games with the mod time of symlinks
2.290 # (eg FreeBSD returns the mod time of the symlink's containing
2.291 # directory).
2.292 if (
2.293 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2.294 - if test "$*" = "X"; then
2.295 - # -L didn't work.
2.296 - set X `ls -t "$srcdir/configure" conftest.file`
2.297 - fi
2.298 - rm -f conftest.file
2.299 - if test "$*" != "X $srcdir/configure conftest.file" \
2.300 - && test "$*" != "X conftest.file $srcdir/configure"; then
2.301 -
2.302 - # If neither matched, then we have a broken ls. This can happen
2.303 - # if, for instance, CONFIG_SHELL is bash and it inherits a
2.304 - # broken ls alias from the environment. This has actually
2.305 - # happened. Such a system could not be considered "sane".
2.306 - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2.307 -alias in your environment" "$LINENO" 5
2.308 - fi
2.309 -
2.310 + am_has_slept=no
2.311 + for am_try in 1 2; do
2.312 + echo "timestamp, slept: $am_has_slept" > conftest.file
2.313 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2.314 + if test "$*" = "X"; then
2.315 + # -L didn't work.
2.316 + set X `ls -t "$srcdir/configure" conftest.file`
2.317 + fi
2.318 + if test "$*" != "X $srcdir/configure conftest.file" \
2.319 + && test "$*" != "X conftest.file $srcdir/configure"; then
2.320 +
2.321 + # If neither matched, then we have a broken ls. This can happen
2.322 + # if, for instance, CONFIG_SHELL is bash and it inherits a
2.323 + # broken ls alias from the environment. This has actually
2.324 + # happened. Such a system could not be considered "sane".
2.325 + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2.326 + alias in your environment" "$LINENO" 5
2.327 + fi
2.328 + if test "$2" = conftest.file || test $am_try -eq 2; then
2.329 + break
2.330 + fi
2.331 + # Just in case.
2.332 + sleep 1
2.333 + am_has_slept=yes
2.334 + done
2.335 test "$2" = conftest.file
2.336 )
2.337 then
2.338 @@ -2004,6 +2037,16 @@
2.339 fi
2.340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2.341 $as_echo "yes" >&6; }
2.342 +# If we didn't sleep, we still need to ensure time stamps of config.status and
2.343 +# generated files are strictly newer.
2.344 +am_sleep_pid=
2.345 +if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2.346 + ( sleep 1 ) &
2.347 + am_sleep_pid=$!
2.348 +fi
2.349 +
2.350 +rm -f conftest.file
2.351 +
2.352 test "$program_prefix" != NONE &&
2.353 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2.354 # Use a double $ so make ignores it.
2.355 @@ -2026,12 +2069,12 @@
2.356 esac
2.357 fi
2.358 # Use eval to expand $SHELL
2.359 -if eval "$MISSING --run true"; then
2.360 - am_missing_run="$MISSING --run "
2.361 +if eval "$MISSING --is-lightweight"; then
2.362 + am_missing_run="$MISSING "
2.363 else
2.364 am_missing_run=
2.365 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2.366 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2.367 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2.368 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2.369 fi
2.370
2.371 if test x"${install_sh}" != xset; then
2.372 @@ -2043,10 +2086,10 @@
2.373 esac
2.374 fi
2.375
2.376 -# Installed binaries are usually stripped using `strip' when the user
2.377 -# run `make install-strip'. However `strip' might not be the right
2.378 +# Installed binaries are usually stripped using 'strip' when the user
2.379 +# run "make install-strip". However 'strip' might not be the right
2.380 # tool to use in cross-compilation environments, therefore Automake
2.381 -# will honor the `STRIP' environment variable to overrule this program.
2.382 +# will honor the 'STRIP' environment variable to overrule this program.
2.383 if test "$cross_compiling" != no; then
2.384 if test -n "$ac_tool_prefix"; then
2.385 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2.386 @@ -2065,7 +2108,7 @@
2.387 IFS=$as_save_IFS
2.388 test -z "$as_dir" && as_dir=.
2.389 for ac_exec_ext in '' $ac_executable_extensions; do
2.390 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.391 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.392 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2.393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.394 break 2
2.395 @@ -2105,7 +2148,7 @@
2.396 IFS=$as_save_IFS
2.397 test -z "$as_dir" && as_dir=.
2.398 for ac_exec_ext in '' $ac_executable_extensions; do
2.399 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.400 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.401 ac_cv_prog_ac_ct_STRIP="strip"
2.402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.403 break 2
2.404 @@ -2156,7 +2199,7 @@
2.405 test -z "$as_dir" && as_dir=.
2.406 for ac_prog in mkdir gmkdir; do
2.407 for ac_exec_ext in '' $ac_executable_extensions; do
2.408 - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2.409 + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2.410 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2.411 'mkdir (GNU coreutils) '* | \
2.412 'mkdir (coreutils) '* | \
2.413 @@ -2185,12 +2228,6 @@
2.414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2.415 $as_echo "$MKDIR_P" >&6; }
2.416
2.417 -mkdir_p="$MKDIR_P"
2.418 -case $mkdir_p in
2.419 - [\\/$]* | ?:[\\/]*) ;;
2.420 - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2.421 -esac
2.422 -
2.423 for ac_prog in gawk mawk nawk awk
2.424 do
2.425 # Extract the first word of "$ac_prog", so it can be a program name with args.
2.426 @@ -2209,7 +2246,7 @@
2.427 IFS=$as_save_IFS
2.428 test -z "$as_dir" && as_dir=.
2.429 for ac_exec_ext in '' $ac_executable_extensions; do
2.430 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.431 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.432 ac_cv_prog_AWK="$ac_prog"
2.433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.434 break 2
2.435 @@ -2273,6 +2310,45 @@
2.436 fi
2.437 rmdir .tst 2>/dev/null
2.438
2.439 +@%:@ Check whether --enable-silent-rules was given.
2.440 +if test "${enable_silent_rules+set}" = set; then :
2.441 + enableval=$enable_silent_rules;
2.442 +fi
2.443 +
2.444 +case $enable_silent_rules in @%:@ (((
2.445 + yes) AM_DEFAULT_VERBOSITY=0;;
2.446 + no) AM_DEFAULT_VERBOSITY=1;;
2.447 + *) AM_DEFAULT_VERBOSITY=1;;
2.448 +esac
2.449 +am_make=${MAKE-make}
2.450 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2.451 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2.452 +if ${am_cv_make_support_nested_variables+:} false; then :
2.453 + $as_echo_n "(cached) " >&6
2.454 +else
2.455 + if $as_echo 'TRUE=$(BAR$(V))
2.456 +BAR0=false
2.457 +BAR1=true
2.458 +V=1
2.459 +am__doit:
2.460 + @$(TRUE)
2.461 +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2.462 + am_cv_make_support_nested_variables=yes
2.463 +else
2.464 + am_cv_make_support_nested_variables=no
2.465 +fi
2.466 +fi
2.467 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2.468 +$as_echo "$am_cv_make_support_nested_variables" >&6; }
2.469 +if test $am_cv_make_support_nested_variables = yes; then
2.470 + AM_V='$(V)'
2.471 + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2.472 +else
2.473 + AM_V=$AM_DEFAULT_VERBOSITY
2.474 + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2.475 +fi
2.476 +AM_BACKSLASH='\'
2.477 +
2.478 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2.479 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2.480 # is not polluted with repeated "-I."
2.481 @@ -2323,17 +2399,28 @@
2.482
2.483 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2.484
2.485 +# For better backward compatibility. To be removed once Automake 1.9.x
2.486 +# dies out for good. For more background, see:
2.487 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2.488 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2.489 +mkdir_p='$(MKDIR_P)'
2.490 +
2.491 # We need awk for the "check" target. The system "awk" is bad on
2.492 # some platforms.
2.493 # Always define AMTAR for backward compatibility. Yes, it's still used
2.494 # in the wild :-( We should find a proper way to deprecate it ...
2.495 AMTAR='$${TAR-tar}'
2.496
2.497 +
2.498 +# We'll loop over all known methods to create a tar archive until one works.
2.499 +_am_tools='gnutar pax cpio none'
2.500 +
2.501 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2.502
2.503
2.504
2.505
2.506 +
2.507
2.508
2.509 ac_ext=c
2.510 @@ -2358,7 +2445,7 @@
2.511 IFS=$as_save_IFS
2.512 test -z "$as_dir" && as_dir=.
2.513 for ac_exec_ext in '' $ac_executable_extensions; do
2.514 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.515 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.516 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2.517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.518 break 2
2.519 @@ -2398,7 +2485,7 @@
2.520 IFS=$as_save_IFS
2.521 test -z "$as_dir" && as_dir=.
2.522 for ac_exec_ext in '' $ac_executable_extensions; do
2.523 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.524 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.525 ac_cv_prog_ac_ct_CC="gcc"
2.526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.527 break 2
2.528 @@ -2451,7 +2538,7 @@
2.529 IFS=$as_save_IFS
2.530 test -z "$as_dir" && as_dir=.
2.531 for ac_exec_ext in '' $ac_executable_extensions; do
2.532 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.533 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.534 ac_cv_prog_CC="${ac_tool_prefix}cc"
2.535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.536 break 2
2.537 @@ -2492,7 +2579,7 @@
2.538 IFS=$as_save_IFS
2.539 test -z "$as_dir" && as_dir=.
2.540 for ac_exec_ext in '' $ac_executable_extensions; do
2.541 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.542 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.543 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2.544 ac_prog_rejected=yes
2.545 continue
2.546 @@ -2550,7 +2637,7 @@
2.547 IFS=$as_save_IFS
2.548 test -z "$as_dir" && as_dir=.
2.549 for ac_exec_ext in '' $ac_executable_extensions; do
2.550 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.551 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.552 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2.553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.554 break 2
2.555 @@ -2594,7 +2681,7 @@
2.556 IFS=$as_save_IFS
2.557 test -z "$as_dir" && as_dir=.
2.558 for ac_exec_ext in '' $ac_executable_extensions; do
2.559 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.560 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.561 ac_cv_prog_ac_ct_CC="$ac_prog"
2.562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.563 break 2
2.564 @@ -3040,8 +3127,7 @@
2.565 /* end confdefs.h. */
2.566 #include <stdarg.h>
2.567 #include <stdio.h>
2.568 -#include <sys/types.h>
2.569 -#include <sys/stat.h>
2.570 +struct stat;
2.571 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2.572 struct buf { int x; };
2.573 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2.574 @@ -3144,7 +3230,7 @@
2.575 _am_result=none
2.576 # First try GNU make style include.
2.577 echo "include confinc" > confmf
2.578 -# Ignore all kinds of additional output from `make'.
2.579 +# Ignore all kinds of additional output from 'make'.
2.580 case `$am_make -s -f confmf 2> /dev/null` in #(
2.581 *the\ am__doit\ target*)
2.582 am__include=include
2.583 @@ -3200,8 +3286,8 @@
2.584 # We make a subdir and do the tests there. Otherwise we can end up
2.585 # making bogus files that we don't know about and never remove. For
2.586 # instance it was reported that on HP-UX the gcc test will end up
2.587 - # making a dummy file named `D' -- because `-MD' means `put the output
2.588 - # in D'.
2.589 + # making a dummy file named 'D' -- because '-MD' means "put the output
2.590 + # in D".
2.591 rm -rf conftest.dir
2.592 mkdir conftest.dir
2.593 # Copy depcomp to subdir because otherwise we won't find it if we're
2.594 @@ -3236,16 +3322,16 @@
2.595 : > sub/conftest.c
2.596 for i in 1 2 3 4 5 6; do
2.597 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2.598 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2.599 - # Solaris 8's {/usr,}/bin/sh.
2.600 - touch sub/conftst$i.h
2.601 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
2.602 + # Solaris 10 /bin/sh.
2.603 + echo '/* dummy */' > sub/conftst$i.h
2.604 done
2.605 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2.606
2.607 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
2.608 + # We check with '-c' and '-o' for the sake of the "dashmstdout"
2.609 # mode. It turns out that the SunPro C++ compiler does not properly
2.610 - # handle `-M -o', and we need to detect this. Also, some Intel
2.611 - # versions had trouble with output in subdirs
2.612 + # handle '-M -o', and we need to detect this. Also, some Intel
2.613 + # versions had trouble with output in subdirs.
2.614 am__obj=sub/conftest.${OBJEXT-o}
2.615 am__minus_obj="-o $am__obj"
2.616 case $depmode in
2.617 @@ -3254,8 +3340,8 @@
2.618 test "$am__universal" = false || continue
2.619 ;;
2.620 nosideeffect)
2.621 - # after this tag, mechanisms are not by side-effect, so they'll
2.622 - # only be used when explicitly requested
2.623 + # After this tag, mechanisms are not by side-effect, so they'll
2.624 + # only be used when explicitly requested.
2.625 if test "x$enable_dependency_tracking" = xyes; then
2.626 continue
2.627 else
2.628 @@ -3263,7 +3349,7 @@
2.629 fi
2.630 ;;
2.631 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
2.632 - # This compiler won't grok `-c -o', but also, the minuso test has
2.633 + # This compiler won't grok '-c -o', but also, the minuso test has
2.634 # not run yet. These depmodes are late enough in the game, and
2.635 # so weak that their functioning should not be impacted.
2.636 am__obj=conftest.${OBJEXT-o}
2.637 @@ -3345,7 +3431,7 @@
2.638 IFS=$as_save_IFS
2.639 test -z "$as_dir" && as_dir=.
2.640 for ac_exec_ext in '' $ac_executable_extensions; do
2.641 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.642 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.643 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2.644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.645 break 2
2.646 @@ -3389,7 +3475,7 @@
2.647 IFS=$as_save_IFS
2.648 test -z "$as_dir" && as_dir=.
2.649 for ac_exec_ext in '' $ac_executable_extensions; do
2.650 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.651 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.652 ac_cv_prog_ac_ct_CXX="$ac_prog"
2.653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.654 break 2
2.655 @@ -3585,8 +3671,8 @@
2.656 # We make a subdir and do the tests there. Otherwise we can end up
2.657 # making bogus files that we don't know about and never remove. For
2.658 # instance it was reported that on HP-UX the gcc test will end up
2.659 - # making a dummy file named `D' -- because `-MD' means `put the output
2.660 - # in D'.
2.661 + # making a dummy file named 'D' -- because '-MD' means "put the output
2.662 + # in D".
2.663 rm -rf conftest.dir
2.664 mkdir conftest.dir
2.665 # Copy depcomp to subdir because otherwise we won't find it if we're
2.666 @@ -3621,16 +3707,16 @@
2.667 : > sub/conftest.c
2.668 for i in 1 2 3 4 5 6; do
2.669 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2.670 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2.671 - # Solaris 8's {/usr,}/bin/sh.
2.672 - touch sub/conftst$i.h
2.673 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
2.674 + # Solaris 10 /bin/sh.
2.675 + echo '/* dummy */' > sub/conftst$i.h
2.676 done
2.677 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2.678
2.679 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
2.680 + # We check with '-c' and '-o' for the sake of the "dashmstdout"
2.681 # mode. It turns out that the SunPro C++ compiler does not properly
2.682 - # handle `-M -o', and we need to detect this. Also, some Intel
2.683 - # versions had trouble with output in subdirs
2.684 + # handle '-M -o', and we need to detect this. Also, some Intel
2.685 + # versions had trouble with output in subdirs.
2.686 am__obj=sub/conftest.${OBJEXT-o}
2.687 am__minus_obj="-o $am__obj"
2.688 case $depmode in
2.689 @@ -3639,8 +3725,8 @@
2.690 test "$am__universal" = false || continue
2.691 ;;
2.692 nosideeffect)
2.693 - # after this tag, mechanisms are not by side-effect, so they'll
2.694 - # only be used when explicitly requested
2.695 + # After this tag, mechanisms are not by side-effect, so they'll
2.696 + # only be used when explicitly requested.
2.697 if test "x$enable_dependency_tracking" = xyes; then
2.698 continue
2.699 else
2.700 @@ -3648,7 +3734,7 @@
2.701 fi
2.702 ;;
2.703 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
2.704 - # This compiler won't grok `-c -o', but also, the minuso test has
2.705 + # This compiler won't grok '-c -o', but also, the minuso test has
2.706 # not run yet. These depmodes are late enough in the game, and
2.707 # so weak that their functioning should not be impacted.
2.708 am__obj=conftest.${OBJEXT-o}
2.709 @@ -3719,7 +3805,7 @@
2.710 IFS=$as_save_IFS
2.711 test -z "$as_dir" && as_dir=.
2.712 for ac_exec_ext in '' $ac_executable_extensions; do
2.713 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.714 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.715 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2.716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.717 break 2
2.718 @@ -3759,7 +3845,7 @@
2.719 IFS=$as_save_IFS
2.720 test -z "$as_dir" && as_dir=.
2.721 for ac_exec_ext in '' $ac_executable_extensions; do
2.722 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2.723 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2.724 ac_cv_prog_ac_ct_RANLIB="ranlib"
2.725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2.726 break 2
2.727 @@ -4102,7 +4188,6 @@
2.728
2.729 ac_libobjs=
2.730 ac_ltlibobjs=
2.731 -U=
2.732 for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
2.733 # 1. Remove the extension, and $U if already installed.
2.734 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2.735 @@ -4117,6 +4202,14 @@
2.736 LTLIBOBJS=$ac_ltlibobjs
2.737
2.738
2.739 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
2.740 +$as_echo_n "checking that generated files are newer than configure... " >&6; }
2.741 + if test -n "$am_sleep_pid"; then
2.742 + # Hide warnings about reused PIDs.
2.743 + wait $am_sleep_pid 2>/dev/null
2.744 + fi
2.745 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
2.746 +$as_echo "done" >&6; }
2.747 if test -n "$EXEEXT"; then
2.748 am__EXEEXT_TRUE=
2.749 am__EXEEXT_FALSE='#'
2.750 @@ -4447,16 +4540,16 @@
2.751 # ... but there are two gotchas:
2.752 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2.753 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2.754 - # In both cases, we have to default to `cp -p'.
2.755 + # In both cases, we have to default to `cp -pR'.
2.756 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2.757 - as_ln_s='cp -p'
2.758 + as_ln_s='cp -pR'
2.759 elif ln conf$$.file conf$$ 2>/dev/null; then
2.760 as_ln_s=ln
2.761 else
2.762 - as_ln_s='cp -p'
2.763 + as_ln_s='cp -pR'
2.764 fi
2.765 else
2.766 - as_ln_s='cp -p'
2.767 + as_ln_s='cp -pR'
2.768 fi
2.769 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2.770 rmdir conf$$.dir 2>/dev/null
2.771 @@ -4516,28 +4609,16 @@
2.772 as_mkdir_p=false
2.773 fi
2.774
2.775 -if test -x / >/dev/null 2>&1; then
2.776 - as_test_x='test -x'
2.777 -else
2.778 - if ls -dL / >/dev/null 2>&1; then
2.779 - as_ls_L_option=L
2.780 - else
2.781 - as_ls_L_option=
2.782 - fi
2.783 - as_test_x='
2.784 - eval sh -c '\''
2.785 - if test -d "$1"; then
2.786 - test -d "$1/.";
2.787 - else
2.788 - case $1 in @%:@(
2.789 - -*)set "./$1";;
2.790 - esac;
2.791 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
2.792 - ???[sx]*):;;*)false;;esac;fi
2.793 - '\'' sh
2.794 - '
2.795 -fi
2.796 -as_executable_p=$as_test_x
2.797 +
2.798 +@%:@ as_fn_executable_p FILE
2.799 +@%:@ -----------------------
2.800 +@%:@ Test if FILE is an executable regular file.
2.801 +as_fn_executable_p ()
2.802 +{
2.803 + test -f "$1" && test -x "$1"
2.804 +} @%:@ as_fn_executable_p
2.805 +as_test_x='test -x'
2.806 +as_executable_p=as_fn_executable_p
2.807
2.808 # Sed expression to map a string onto a valid CPP name.
2.809 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2.810 @@ -4559,7 +4640,7 @@
2.811 # values after options handling.
2.812 ac_log="
2.813 This file was extended by ltplib $as_me 0.1, which was
2.814 -generated by GNU Autoconf 2.68. Invocation command line was
2.815 +generated by GNU Autoconf 2.69. Invocation command line was
2.816
2.817 CONFIG_FILES = $CONFIG_FILES
2.818 CONFIG_HEADERS = $CONFIG_HEADERS
2.819 @@ -4625,10 +4706,10 @@
2.820 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2.821 ac_cs_version="\\
2.822 ltplib config.status 0.1
2.823 -configured by $0, generated by GNU Autoconf 2.68,
2.824 +configured by $0, generated by GNU Autoconf 2.69,
2.825 with options \\"\$ac_cs_config\\"
2.826
2.827 -Copyright (C) 2010 Free Software Foundation, Inc.
2.828 +Copyright (C) 2012 Free Software Foundation, Inc.
2.829 This config.status script is free software; the Free Software Foundation
2.830 gives unlimited permission to copy, distribute and modify it."
2.831
2.832 @@ -4719,7 +4800,7 @@
2.833 _ACEOF
2.834 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2.835 if \$ac_cs_recheck; then
2.836 - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2.837 + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2.838 shift
2.839 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2.840 CONFIG_SHELL='$SHELL'
2.841 @@ -5356,7 +5437,7 @@
2.842
2.843 case $ac_file$ac_mode in
2.844 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
2.845 - # Autoconf 2.62 quotes --file arguments for eval, but not when files
2.846 + # Older Autoconf quotes --file arguments for eval, but not when files
2.847 # are listed without --file. Let's play safe and only enable the eval
2.848 # if we detect the quoting.
2.849 case $CONFIG_FILES in
2.850 @@ -5369,7 +5450,7 @@
2.851 # Strip MF so we end up with the name of the file.
2.852 mf=`echo "$mf" | sed -e 's/:.*$//'`
2.853 # Check whether this is an Automake generated Makefile or not.
2.854 - # We used to match only the files named `Makefile.in', but
2.855 + # We used to match only the files named 'Makefile.in', but
2.856 # some people rename them; so instead we look at the file content.
2.857 # Grep'ing the first line is not enough: some people post-process
2.858 # each Makefile.in and add a new line on top of each file to say so.
2.859 @@ -5403,21 +5484,19 @@
2.860 continue
2.861 fi
2.862 # Extract the definition of DEPDIR, am__include, and am__quote
2.863 - # from the Makefile without running `make'.
2.864 + # from the Makefile without running 'make'.
2.865 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
2.866 test -z "$DEPDIR" && continue
2.867 am__include=`sed -n 's/^am__include = //p' < "$mf"`
2.868 - test -z "am__include" && continue
2.869 + test -z "$am__include" && continue
2.870 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2.871 - # When using ansi2knr, U may be empty or an underscore; expand it
2.872 - U=`sed -n 's/^U = //p' < "$mf"`
2.873 # Find all dependency output files, they are included files with
2.874 # $(DEPDIR) in their names. We invoke sed twice because it is the
2.875 # simplest approach to changing $(DEPDIR) to its actual value in the
2.876 # expansion.
2.877 for file in `sed -n "
2.878 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2.879 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
2.880 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
2.881 # Make sure the directory exists.
2.882 test -f "$dirpart/$file" && continue
2.883 fdir=`$as_dirname -- "$file" ||
3.1 --- a/autom4te.cache/output.1 Mon Mar 24 15:48:54 2014 +0000
3.2 +++ b/autom4te.cache/output.1 Thu Mar 27 14:51:47 2014 +0000
3.3 @@ -1,13 +1,11 @@
3.4 @%:@! /bin/sh
3.5 @%:@ Guess values for system-dependent variables and create Makefiles.
3.6 -@%:@ Generated by GNU Autoconf 2.68 for ltplib 0.1.
3.7 +@%:@ Generated by GNU Autoconf 2.69 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 +@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
3.16 @%:@
3.17 @%:@
3.18 @%:@ This configure script is free software; the Free Software Foundation
3.19 @@ -136,6 +134,31 @@
3.20 # CDPATH.
3.21 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3.22
3.23 +# Use a proper internal environment variable to ensure we don't fall
3.24 + # into an infinite loop, continuously re-executing ourselves.
3.25 + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
3.26 + _as_can_reexec=no; export _as_can_reexec;
3.27 + # We cannot yet assume a decent shell, so we have to provide a
3.28 +# neutralization value for shells without unset; and this also
3.29 +# works around shells that cannot unset nonexistent variables.
3.30 +# Preserve -v and -x to the replacement shell.
3.31 +BASH_ENV=/dev/null
3.32 +ENV=/dev/null
3.33 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
3.34 +case $- in @%:@ ((((
3.35 + *v*x* | *x*v* ) as_opts=-vx ;;
3.36 + *v* ) as_opts=-v ;;
3.37 + *x* ) as_opts=-x ;;
3.38 + * ) as_opts= ;;
3.39 +esac
3.40 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
3.41 +# Admittedly, this is quite paranoid, since all the known shells bail
3.42 +# out after a failed `exec'.
3.43 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
3.44 +as_fn_exit 255
3.45 + fi
3.46 + # We don't want this to propagate to other subprocesses.
3.47 + { _as_can_reexec=; unset _as_can_reexec;}
3.48 if test "x$CONFIG_SHELL" = x; then
3.49 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
3.50 emulate sh
3.51 @@ -169,7 +192,8 @@
3.52 else
3.53 exitcode=1; echo positional parameters were not saved.
3.54 fi
3.55 -test x\$exitcode = x0 || exit 1"
3.56 +test x\$exitcode = x0 || exit 1
3.57 +test -x / || exit 1"
3.58 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
3.59 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
3.60 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
3.61 @@ -213,21 +237,25 @@
3.62
3.63
3.64 if test "x$CONFIG_SHELL" != x; then :
3.65 - # We cannot yet assume a decent shell, so we have to provide a
3.66 - # neutralization value for shells without unset; and this also
3.67 - # works around shells that cannot unset nonexistent variables.
3.68 - # Preserve -v and -x to the replacement shell.
3.69 - BASH_ENV=/dev/null
3.70 - ENV=/dev/null
3.71 - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
3.72 - export CONFIG_SHELL
3.73 - case $- in @%:@ ((((
3.74 - *v*x* | *x*v* ) as_opts=-vx ;;
3.75 - *v* ) as_opts=-v ;;
3.76 - *x* ) as_opts=-x ;;
3.77 - * ) as_opts= ;;
3.78 - esac
3.79 - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
3.80 + export CONFIG_SHELL
3.81 + # We cannot yet assume a decent shell, so we have to provide a
3.82 +# neutralization value for shells without unset; and this also
3.83 +# works around shells that cannot unset nonexistent variables.
3.84 +# Preserve -v and -x to the replacement shell.
3.85 +BASH_ENV=/dev/null
3.86 +ENV=/dev/null
3.87 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
3.88 +case $- in @%:@ ((((
3.89 + *v*x* | *x*v* ) as_opts=-vx ;;
3.90 + *v* ) as_opts=-v ;;
3.91 + *x* ) as_opts=-x ;;
3.92 + * ) as_opts= ;;
3.93 +esac
3.94 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
3.95 +# Admittedly, this is quite paranoid, since all the known shells bail
3.96 +# out after a failed `exec'.
3.97 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
3.98 +exit 255
3.99 fi
3.100
3.101 if test x$as_have_required = xno; then :
3.102 @@ -330,6 +358,14 @@
3.103
3.104
3.105 } @%:@ as_fn_mkdir_p
3.106 +
3.107 +@%:@ as_fn_executable_p FILE
3.108 +@%:@ -----------------------
3.109 +@%:@ Test if FILE is an executable regular file.
3.110 +as_fn_executable_p ()
3.111 +{
3.112 + test -f "$1" && test -x "$1"
3.113 +} @%:@ as_fn_executable_p
3.114 @%:@ as_fn_append VAR VALUE
3.115 @%:@ ----------------------
3.116 @%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
3.117 @@ -451,6 +487,10 @@
3.118 chmod +x "$as_me.lineno" ||
3.119 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
3.120
3.121 + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
3.122 + # already done that, so ensure we don't try to do so again and fall
3.123 + # in an infinite loop. This has already happened in practice.
3.124 + _as_can_reexec=no; export _as_can_reexec
3.125 # Don't try to exec as it changes $[0], causing all sort of problems
3.126 # (the dirname of $[0] is not the place where we might find the
3.127 # original and so on. Autoconf is especially sensitive to this).
3.128 @@ -485,16 +525,16 @@
3.129 # ... but there are two gotchas:
3.130 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3.131 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3.132 - # In both cases, we have to default to `cp -p'.
3.133 + # In both cases, we have to default to `cp -pR'.
3.134 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3.135 - as_ln_s='cp -p'
3.136 + as_ln_s='cp -pR'
3.137 elif ln conf$$.file conf$$ 2>/dev/null; then
3.138 as_ln_s=ln
3.139 else
3.140 - as_ln_s='cp -p'
3.141 + as_ln_s='cp -pR'
3.142 fi
3.143 else
3.144 - as_ln_s='cp -p'
3.145 + as_ln_s='cp -pR'
3.146 fi
3.147 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3.148 rmdir conf$$.dir 2>/dev/null
3.149 @@ -506,28 +546,8 @@
3.150 as_mkdir_p=false
3.151 fi
3.152
3.153 -if test -x / >/dev/null 2>&1; then
3.154 - as_test_x='test -x'
3.155 -else
3.156 - if ls -dL / >/dev/null 2>&1; then
3.157 - as_ls_L_option=L
3.158 - else
3.159 - as_ls_L_option=
3.160 - fi
3.161 - as_test_x='
3.162 - eval sh -c '\''
3.163 - if test -d "$1"; then
3.164 - test -d "$1/.";
3.165 - else
3.166 - case $1 in @%:@(
3.167 - -*)set "./$1";;
3.168 - esac;
3.169 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
3.170 - ???[sx]*):;;*)false;;esac;fi
3.171 - '\'' sh
3.172 - '
3.173 -fi
3.174 -as_executable_p=$as_test_x
3.175 +as_test_x='test -x'
3.176 +as_executable_p=as_fn_executable_p
3.177
3.178 # Sed expression to map a string onto a valid CPP name.
3.179 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3.180 @@ -605,6 +625,10 @@
3.181 LDFLAGS
3.182 CFLAGS
3.183 CC
3.184 +AM_BACKSLASH
3.185 +AM_DEFAULT_VERBOSITY
3.186 +AM_DEFAULT_V
3.187 +AM_V
3.188 am__untar
3.189 am__tar
3.190 AMTAR
3.191 @@ -669,6 +693,7 @@
3.192 ac_subst_files=''
3.193 ac_user_opts='
3.194 enable_option_checking
3.195 +enable_silent_rules
3.196 enable_dependency_tracking
3.197 enable_maintainer_mode
3.198 '
3.199 @@ -1138,8 +1163,6 @@
3.200 if test "x$host_alias" != x; then
3.201 if test "x$build_alias" = x; then
3.202 cross_compiling=maybe
3.203 - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
3.204 - If a cross compiler is detected then cross compile mode will be used" >&2
3.205 elif test "x$build_alias" != "x$host_alias"; then
3.206 cross_compiling=yes
3.207 fi
3.208 @@ -1303,10 +1326,15 @@
3.209 --disable-option-checking ignore unrecognized --enable/--with options
3.210 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
3.211 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
3.212 - --disable-dependency-tracking speeds up one-time build
3.213 - --enable-dependency-tracking do not reject slow dependency extractors
3.214 - --enable-maintainer-mode enable make rules and dependencies not useful
3.215 - (and sometimes confusing) to the casual installer
3.216 + --enable-silent-rules less verbose build output (undo: "make V=1")
3.217 + --disable-silent-rules verbose build output (undo: "make V=0")
3.218 + --enable-dependency-tracking
3.219 + do not reject slow dependency extractors
3.220 + --disable-dependency-tracking
3.221 + speeds up one-time build
3.222 + --enable-maintainer-mode
3.223 + enable make rules and dependencies not useful (and
3.224 + sometimes confusing) to the casual installer
3.225
3.226 Some influential environment variables:
3.227 CC C compiler command
3.228 @@ -1386,9 +1414,9 @@
3.229 if $ac_init_version; then
3.230 cat <<\_ACEOF
3.231 ltplib configure 0.1
3.232 -generated by GNU Autoconf 2.68
3.233 -
3.234 -Copyright (C) 2010 Free Software Foundation, Inc.
3.235 +generated by GNU Autoconf 2.69
3.236 +
3.237 +Copyright (C) 2012 Free Software Foundation, Inc.
3.238 This configure script is free software; the Free Software Foundation
3.239 gives unlimited permission to copy, distribute and modify it.
3.240 _ACEOF
3.241 @@ -1479,7 +1507,7 @@
3.242 running configure, to aid debugging if configure makes a mistake.
3.243
3.244 It was created by ltplib $as_me 0.1, which was
3.245 -generated by GNU Autoconf 2.68. Invocation command line was
3.246 +generated by GNU Autoconf 2.69. Invocation command line was
3.247
3.248 $ $0 $@
3.249
3.250 @@ -1828,7 +1856,7 @@
3.251
3.252 ac_config_headers="$ac_config_headers config.h"
3.253
3.254 -am__api_version='1.11'
3.255 +am__api_version='1.13'
3.256
3.257 ac_aux_dir=
3.258 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3.259 @@ -1896,7 +1924,7 @@
3.260 # by default.
3.261 for ac_prog in ginstall scoinst install; do
3.262 for ac_exec_ext in '' $ac_executable_extensions; do
3.263 - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3.264 + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3.265 if test $ac_prog = install &&
3.266 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3.267 # AIX install. It has an incompatible calling convention.
3.268 @@ -1954,9 +1982,6 @@
3.269
3.270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3.271 $as_echo_n "checking whether build environment is sane... " >&6; }
3.272 -# Just in case
3.273 -sleep 1
3.274 -echo timestamp > conftest.file
3.275 # Reject unsafe characters in $srcdir or the absolute working directory
3.276 # name. Accept space and tab only in the latter.
3.277 am_lf='
3.278 @@ -1967,32 +1992,40 @@
3.279 esac
3.280 case $srcdir in
3.281 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3.282 - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3.283 + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3.284 esac
3.285
3.286 -# Do `set' in a subshell so we don't clobber the current shell's
3.287 +# Do 'set' in a subshell so we don't clobber the current shell's
3.288 # arguments. Must try -L first in case configure is actually a
3.289 # symlink; some systems play weird games with the mod time of symlinks
3.290 # (eg FreeBSD returns the mod time of the symlink's containing
3.291 # directory).
3.292 if (
3.293 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3.294 - if test "$*" = "X"; then
3.295 - # -L didn't work.
3.296 - set X `ls -t "$srcdir/configure" conftest.file`
3.297 - fi
3.298 - rm -f conftest.file
3.299 - if test "$*" != "X $srcdir/configure conftest.file" \
3.300 - && test "$*" != "X conftest.file $srcdir/configure"; then
3.301 -
3.302 - # If neither matched, then we have a broken ls. This can happen
3.303 - # if, for instance, CONFIG_SHELL is bash and it inherits a
3.304 - # broken ls alias from the environment. This has actually
3.305 - # happened. Such a system could not be considered "sane".
3.306 - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3.307 -alias in your environment" "$LINENO" 5
3.308 - fi
3.309 -
3.310 + am_has_slept=no
3.311 + for am_try in 1 2; do
3.312 + echo "timestamp, slept: $am_has_slept" > conftest.file
3.313 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3.314 + if test "$*" = "X"; then
3.315 + # -L didn't work.
3.316 + set X `ls -t "$srcdir/configure" conftest.file`
3.317 + fi
3.318 + if test "$*" != "X $srcdir/configure conftest.file" \
3.319 + && test "$*" != "X conftest.file $srcdir/configure"; then
3.320 +
3.321 + # If neither matched, then we have a broken ls. This can happen
3.322 + # if, for instance, CONFIG_SHELL is bash and it inherits a
3.323 + # broken ls alias from the environment. This has actually
3.324 + # happened. Such a system could not be considered "sane".
3.325 + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3.326 + alias in your environment" "$LINENO" 5
3.327 + fi
3.328 + if test "$2" = conftest.file || test $am_try -eq 2; then
3.329 + break
3.330 + fi
3.331 + # Just in case.
3.332 + sleep 1
3.333 + am_has_slept=yes
3.334 + done
3.335 test "$2" = conftest.file
3.336 )
3.337 then
3.338 @@ -2004,6 +2037,16 @@
3.339 fi
3.340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3.341 $as_echo "yes" >&6; }
3.342 +# If we didn't sleep, we still need to ensure time stamps of config.status and
3.343 +# generated files are strictly newer.
3.344 +am_sleep_pid=
3.345 +if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3.346 + ( sleep 1 ) &
3.347 + am_sleep_pid=$!
3.348 +fi
3.349 +
3.350 +rm -f conftest.file
3.351 +
3.352 test "$program_prefix" != NONE &&
3.353 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3.354 # Use a double $ so make ignores it.
3.355 @@ -2026,12 +2069,12 @@
3.356 esac
3.357 fi
3.358 # Use eval to expand $SHELL
3.359 -if eval "$MISSING --run true"; then
3.360 - am_missing_run="$MISSING --run "
3.361 +if eval "$MISSING --is-lightweight"; then
3.362 + am_missing_run="$MISSING "
3.363 else
3.364 am_missing_run=
3.365 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3.366 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3.367 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3.368 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3.369 fi
3.370
3.371 if test x"${install_sh}" != xset; then
3.372 @@ -2043,10 +2086,10 @@
3.373 esac
3.374 fi
3.375
3.376 -# Installed binaries are usually stripped using `strip' when the user
3.377 -# run `make install-strip'. However `strip' might not be the right
3.378 +# Installed binaries are usually stripped using 'strip' when the user
3.379 +# run "make install-strip". However 'strip' might not be the right
3.380 # tool to use in cross-compilation environments, therefore Automake
3.381 -# will honor the `STRIP' environment variable to overrule this program.
3.382 +# will honor the 'STRIP' environment variable to overrule this program.
3.383 if test "$cross_compiling" != no; then
3.384 if test -n "$ac_tool_prefix"; then
3.385 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3.386 @@ -2065,7 +2108,7 @@
3.387 IFS=$as_save_IFS
3.388 test -z "$as_dir" && as_dir=.
3.389 for ac_exec_ext in '' $ac_executable_extensions; do
3.390 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.391 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.392 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3.393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.394 break 2
3.395 @@ -2105,7 +2148,7 @@
3.396 IFS=$as_save_IFS
3.397 test -z "$as_dir" && as_dir=.
3.398 for ac_exec_ext in '' $ac_executable_extensions; do
3.399 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.400 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.401 ac_cv_prog_ac_ct_STRIP="strip"
3.402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.403 break 2
3.404 @@ -2156,7 +2199,7 @@
3.405 test -z "$as_dir" && as_dir=.
3.406 for ac_prog in mkdir gmkdir; do
3.407 for ac_exec_ext in '' $ac_executable_extensions; do
3.408 - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3.409 + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3.410 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3.411 'mkdir (GNU coreutils) '* | \
3.412 'mkdir (coreutils) '* | \
3.413 @@ -2185,12 +2228,6 @@
3.414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3.415 $as_echo "$MKDIR_P" >&6; }
3.416
3.417 -mkdir_p="$MKDIR_P"
3.418 -case $mkdir_p in
3.419 - [\\/$]* | ?:[\\/]*) ;;
3.420 - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3.421 -esac
3.422 -
3.423 for ac_prog in gawk mawk nawk awk
3.424 do
3.425 # Extract the first word of "$ac_prog", so it can be a program name with args.
3.426 @@ -2209,7 +2246,7 @@
3.427 IFS=$as_save_IFS
3.428 test -z "$as_dir" && as_dir=.
3.429 for ac_exec_ext in '' $ac_executable_extensions; do
3.430 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.431 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.432 ac_cv_prog_AWK="$ac_prog"
3.433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.434 break 2
3.435 @@ -2273,6 +2310,45 @@
3.436 fi
3.437 rmdir .tst 2>/dev/null
3.438
3.439 +@%:@ Check whether --enable-silent-rules was given.
3.440 +if test "${enable_silent_rules+set}" = set; then :
3.441 + enableval=$enable_silent_rules;
3.442 +fi
3.443 +
3.444 +case $enable_silent_rules in @%:@ (((
3.445 + yes) AM_DEFAULT_VERBOSITY=0;;
3.446 + no) AM_DEFAULT_VERBOSITY=1;;
3.447 + *) AM_DEFAULT_VERBOSITY=1;;
3.448 +esac
3.449 +am_make=${MAKE-make}
3.450 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3.451 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3.452 +if ${am_cv_make_support_nested_variables+:} false; then :
3.453 + $as_echo_n "(cached) " >&6
3.454 +else
3.455 + if $as_echo 'TRUE=$(BAR$(V))
3.456 +BAR0=false
3.457 +BAR1=true
3.458 +V=1
3.459 +am__doit:
3.460 + @$(TRUE)
3.461 +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3.462 + am_cv_make_support_nested_variables=yes
3.463 +else
3.464 + am_cv_make_support_nested_variables=no
3.465 +fi
3.466 +fi
3.467 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3.468 +$as_echo "$am_cv_make_support_nested_variables" >&6; }
3.469 +if test $am_cv_make_support_nested_variables = yes; then
3.470 + AM_V='$(V)'
3.471 + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3.472 +else
3.473 + AM_V=$AM_DEFAULT_VERBOSITY
3.474 + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3.475 +fi
3.476 +AM_BACKSLASH='\'
3.477 +
3.478 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3.479 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3.480 # is not polluted with repeated "-I."
3.481 @@ -2323,17 +2399,28 @@
3.482
3.483 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3.484
3.485 +# For better backward compatibility. To be removed once Automake 1.9.x
3.486 +# dies out for good. For more background, see:
3.487 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3.488 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3.489 +mkdir_p='$(MKDIR_P)'
3.490 +
3.491 # We need awk for the "check" target. The system "awk" is bad on
3.492 # some platforms.
3.493 # Always define AMTAR for backward compatibility. Yes, it's still used
3.494 # in the wild :-( We should find a proper way to deprecate it ...
3.495 AMTAR='$${TAR-tar}'
3.496
3.497 +
3.498 +# We'll loop over all known methods to create a tar archive until one works.
3.499 +_am_tools='gnutar pax cpio none'
3.500 +
3.501 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3.502
3.503
3.504
3.505
3.506 +
3.507
3.508
3.509 ac_ext=c
3.510 @@ -2358,7 +2445,7 @@
3.511 IFS=$as_save_IFS
3.512 test -z "$as_dir" && as_dir=.
3.513 for ac_exec_ext in '' $ac_executable_extensions; do
3.514 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.515 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.516 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3.517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.518 break 2
3.519 @@ -2398,7 +2485,7 @@
3.520 IFS=$as_save_IFS
3.521 test -z "$as_dir" && as_dir=.
3.522 for ac_exec_ext in '' $ac_executable_extensions; do
3.523 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.524 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.525 ac_cv_prog_ac_ct_CC="gcc"
3.526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.527 break 2
3.528 @@ -2451,7 +2538,7 @@
3.529 IFS=$as_save_IFS
3.530 test -z "$as_dir" && as_dir=.
3.531 for ac_exec_ext in '' $ac_executable_extensions; do
3.532 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.533 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.534 ac_cv_prog_CC="${ac_tool_prefix}cc"
3.535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.536 break 2
3.537 @@ -2492,7 +2579,7 @@
3.538 IFS=$as_save_IFS
3.539 test -z "$as_dir" && as_dir=.
3.540 for ac_exec_ext in '' $ac_executable_extensions; do
3.541 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.542 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.543 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3.544 ac_prog_rejected=yes
3.545 continue
3.546 @@ -2550,7 +2637,7 @@
3.547 IFS=$as_save_IFS
3.548 test -z "$as_dir" && as_dir=.
3.549 for ac_exec_ext in '' $ac_executable_extensions; do
3.550 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.551 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.552 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3.553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.554 break 2
3.555 @@ -2594,7 +2681,7 @@
3.556 IFS=$as_save_IFS
3.557 test -z "$as_dir" && as_dir=.
3.558 for ac_exec_ext in '' $ac_executable_extensions; do
3.559 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.560 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.561 ac_cv_prog_ac_ct_CC="$ac_prog"
3.562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.563 break 2
3.564 @@ -3040,8 +3127,7 @@
3.565 /* end confdefs.h. */
3.566 #include <stdarg.h>
3.567 #include <stdio.h>
3.568 -#include <sys/types.h>
3.569 -#include <sys/stat.h>
3.570 +struct stat;
3.571 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3.572 struct buf { int x; };
3.573 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3.574 @@ -3144,7 +3230,7 @@
3.575 _am_result=none
3.576 # First try GNU make style include.
3.577 echo "include confinc" > confmf
3.578 -# Ignore all kinds of additional output from `make'.
3.579 +# Ignore all kinds of additional output from 'make'.
3.580 case `$am_make -s -f confmf 2> /dev/null` in #(
3.581 *the\ am__doit\ target*)
3.582 am__include=include
3.583 @@ -3200,8 +3286,8 @@
3.584 # We make a subdir and do the tests there. Otherwise we can end up
3.585 # making bogus files that we don't know about and never remove. For
3.586 # instance it was reported that on HP-UX the gcc test will end up
3.587 - # making a dummy file named `D' -- because `-MD' means `put the output
3.588 - # in D'.
3.589 + # making a dummy file named 'D' -- because '-MD' means "put the output
3.590 + # in D".
3.591 rm -rf conftest.dir
3.592 mkdir conftest.dir
3.593 # Copy depcomp to subdir because otherwise we won't find it if we're
3.594 @@ -3236,16 +3322,16 @@
3.595 : > sub/conftest.c
3.596 for i in 1 2 3 4 5 6; do
3.597 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3.598 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3.599 - # Solaris 8's {/usr,}/bin/sh.
3.600 - touch sub/conftst$i.h
3.601 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3.602 + # Solaris 10 /bin/sh.
3.603 + echo '/* dummy */' > sub/conftst$i.h
3.604 done
3.605 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3.606
3.607 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
3.608 + # We check with '-c' and '-o' for the sake of the "dashmstdout"
3.609 # mode. It turns out that the SunPro C++ compiler does not properly
3.610 - # handle `-M -o', and we need to detect this. Also, some Intel
3.611 - # versions had trouble with output in subdirs
3.612 + # handle '-M -o', and we need to detect this. Also, some Intel
3.613 + # versions had trouble with output in subdirs.
3.614 am__obj=sub/conftest.${OBJEXT-o}
3.615 am__minus_obj="-o $am__obj"
3.616 case $depmode in
3.617 @@ -3254,8 +3340,8 @@
3.618 test "$am__universal" = false || continue
3.619 ;;
3.620 nosideeffect)
3.621 - # after this tag, mechanisms are not by side-effect, so they'll
3.622 - # only be used when explicitly requested
3.623 + # After this tag, mechanisms are not by side-effect, so they'll
3.624 + # only be used when explicitly requested.
3.625 if test "x$enable_dependency_tracking" = xyes; then
3.626 continue
3.627 else
3.628 @@ -3263,7 +3349,7 @@
3.629 fi
3.630 ;;
3.631 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3.632 - # This compiler won't grok `-c -o', but also, the minuso test has
3.633 + # This compiler won't grok '-c -o', but also, the minuso test has
3.634 # not run yet. These depmodes are late enough in the game, and
3.635 # so weak that their functioning should not be impacted.
3.636 am__obj=conftest.${OBJEXT-o}
3.637 @@ -3345,7 +3431,7 @@
3.638 IFS=$as_save_IFS
3.639 test -z "$as_dir" && as_dir=.
3.640 for ac_exec_ext in '' $ac_executable_extensions; do
3.641 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.642 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.643 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3.644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.645 break 2
3.646 @@ -3389,7 +3475,7 @@
3.647 IFS=$as_save_IFS
3.648 test -z "$as_dir" && as_dir=.
3.649 for ac_exec_ext in '' $ac_executable_extensions; do
3.650 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.651 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.652 ac_cv_prog_ac_ct_CXX="$ac_prog"
3.653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.654 break 2
3.655 @@ -3585,8 +3671,8 @@
3.656 # We make a subdir and do the tests there. Otherwise we can end up
3.657 # making bogus files that we don't know about and never remove. For
3.658 # instance it was reported that on HP-UX the gcc test will end up
3.659 - # making a dummy file named `D' -- because `-MD' means `put the output
3.660 - # in D'.
3.661 + # making a dummy file named 'D' -- because '-MD' means "put the output
3.662 + # in D".
3.663 rm -rf conftest.dir
3.664 mkdir conftest.dir
3.665 # Copy depcomp to subdir because otherwise we won't find it if we're
3.666 @@ -3621,16 +3707,16 @@
3.667 : > sub/conftest.c
3.668 for i in 1 2 3 4 5 6; do
3.669 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3.670 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3.671 - # Solaris 8's {/usr,}/bin/sh.
3.672 - touch sub/conftst$i.h
3.673 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3.674 + # Solaris 10 /bin/sh.
3.675 + echo '/* dummy */' > sub/conftst$i.h
3.676 done
3.677 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3.678
3.679 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
3.680 + # We check with '-c' and '-o' for the sake of the "dashmstdout"
3.681 # mode. It turns out that the SunPro C++ compiler does not properly
3.682 - # handle `-M -o', and we need to detect this. Also, some Intel
3.683 - # versions had trouble with output in subdirs
3.684 + # handle '-M -o', and we need to detect this. Also, some Intel
3.685 + # versions had trouble with output in subdirs.
3.686 am__obj=sub/conftest.${OBJEXT-o}
3.687 am__minus_obj="-o $am__obj"
3.688 case $depmode in
3.689 @@ -3639,8 +3725,8 @@
3.690 test "$am__universal" = false || continue
3.691 ;;
3.692 nosideeffect)
3.693 - # after this tag, mechanisms are not by side-effect, so they'll
3.694 - # only be used when explicitly requested
3.695 + # After this tag, mechanisms are not by side-effect, so they'll
3.696 + # only be used when explicitly requested.
3.697 if test "x$enable_dependency_tracking" = xyes; then
3.698 continue
3.699 else
3.700 @@ -3648,7 +3734,7 @@
3.701 fi
3.702 ;;
3.703 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3.704 - # This compiler won't grok `-c -o', but also, the minuso test has
3.705 + # This compiler won't grok '-c -o', but also, the minuso test has
3.706 # not run yet. These depmodes are late enough in the game, and
3.707 # so weak that their functioning should not be impacted.
3.708 am__obj=conftest.${OBJEXT-o}
3.709 @@ -3719,7 +3805,7 @@
3.710 IFS=$as_save_IFS
3.711 test -z "$as_dir" && as_dir=.
3.712 for ac_exec_ext in '' $ac_executable_extensions; do
3.713 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.714 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.715 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3.716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.717 break 2
3.718 @@ -3759,7 +3845,7 @@
3.719 IFS=$as_save_IFS
3.720 test -z "$as_dir" && as_dir=.
3.721 for ac_exec_ext in '' $ac_executable_extensions; do
3.722 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3.723 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3.724 ac_cv_prog_ac_ct_RANLIB="ranlib"
3.725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3.726 break 2
3.727 @@ -4102,7 +4188,6 @@
3.728
3.729 ac_libobjs=
3.730 ac_ltlibobjs=
3.731 -U=
3.732 for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
3.733 # 1. Remove the extension, and $U if already installed.
3.734 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3.735 @@ -4117,6 +4202,14 @@
3.736 LTLIBOBJS=$ac_ltlibobjs
3.737
3.738
3.739 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3.740 +$as_echo_n "checking that generated files are newer than configure... " >&6; }
3.741 + if test -n "$am_sleep_pid"; then
3.742 + # Hide warnings about reused PIDs.
3.743 + wait $am_sleep_pid 2>/dev/null
3.744 + fi
3.745 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
3.746 +$as_echo "done" >&6; }
3.747 if test -n "$EXEEXT"; then
3.748 am__EXEEXT_TRUE=
3.749 am__EXEEXT_FALSE='#'
3.750 @@ -4447,16 +4540,16 @@
3.751 # ... but there are two gotchas:
3.752 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3.753 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3.754 - # In both cases, we have to default to `cp -p'.
3.755 + # In both cases, we have to default to `cp -pR'.
3.756 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3.757 - as_ln_s='cp -p'
3.758 + as_ln_s='cp -pR'
3.759 elif ln conf$$.file conf$$ 2>/dev/null; then
3.760 as_ln_s=ln
3.761 else
3.762 - as_ln_s='cp -p'
3.763 + as_ln_s='cp -pR'
3.764 fi
3.765 else
3.766 - as_ln_s='cp -p'
3.767 + as_ln_s='cp -pR'
3.768 fi
3.769 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3.770 rmdir conf$$.dir 2>/dev/null
3.771 @@ -4516,28 +4609,16 @@
3.772 as_mkdir_p=false
3.773 fi
3.774
3.775 -if test -x / >/dev/null 2>&1; then
3.776 - as_test_x='test -x'
3.777 -else
3.778 - if ls -dL / >/dev/null 2>&1; then
3.779 - as_ls_L_option=L
3.780 - else
3.781 - as_ls_L_option=
3.782 - fi
3.783 - as_test_x='
3.784 - eval sh -c '\''
3.785 - if test -d "$1"; then
3.786 - test -d "$1/.";
3.787 - else
3.788 - case $1 in @%:@(
3.789 - -*)set "./$1";;
3.790 - esac;
3.791 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
3.792 - ???[sx]*):;;*)false;;esac;fi
3.793 - '\'' sh
3.794 - '
3.795 -fi
3.796 -as_executable_p=$as_test_x
3.797 +
3.798 +@%:@ as_fn_executable_p FILE
3.799 +@%:@ -----------------------
3.800 +@%:@ Test if FILE is an executable regular file.
3.801 +as_fn_executable_p ()
3.802 +{
3.803 + test -f "$1" && test -x "$1"
3.804 +} @%:@ as_fn_executable_p
3.805 +as_test_x='test -x'
3.806 +as_executable_p=as_fn_executable_p
3.807
3.808 # Sed expression to map a string onto a valid CPP name.
3.809 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3.810 @@ -4559,7 +4640,7 @@
3.811 # values after options handling.
3.812 ac_log="
3.813 This file was extended by ltplib $as_me 0.1, which was
3.814 -generated by GNU Autoconf 2.68. Invocation command line was
3.815 +generated by GNU Autoconf 2.69. Invocation command line was
3.816
3.817 CONFIG_FILES = $CONFIG_FILES
3.818 CONFIG_HEADERS = $CONFIG_HEADERS
3.819 @@ -4625,10 +4706,10 @@
3.820 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3.821 ac_cs_version="\\
3.822 ltplib config.status 0.1
3.823 -configured by $0, generated by GNU Autoconf 2.68,
3.824 +configured by $0, generated by GNU Autoconf 2.69,
3.825 with options \\"\$ac_cs_config\\"
3.826
3.827 -Copyright (C) 2010 Free Software Foundation, Inc.
3.828 +Copyright (C) 2012 Free Software Foundation, Inc.
3.829 This config.status script is free software; the Free Software Foundation
3.830 gives unlimited permission to copy, distribute and modify it."
3.831
3.832 @@ -4719,7 +4800,7 @@
3.833 _ACEOF
3.834 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3.835 if \$ac_cs_recheck; then
3.836 - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3.837 + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3.838 shift
3.839 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3.840 CONFIG_SHELL='$SHELL'
3.841 @@ -5356,7 +5437,7 @@
3.842
3.843 case $ac_file$ac_mode in
3.844 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
3.845 - # Autoconf 2.62 quotes --file arguments for eval, but not when files
3.846 + # Older Autoconf quotes --file arguments for eval, but not when files
3.847 # are listed without --file. Let's play safe and only enable the eval
3.848 # if we detect the quoting.
3.849 case $CONFIG_FILES in
3.850 @@ -5369,7 +5450,7 @@
3.851 # Strip MF so we end up with the name of the file.
3.852 mf=`echo "$mf" | sed -e 's/:.*$//'`
3.853 # Check whether this is an Automake generated Makefile or not.
3.854 - # We used to match only the files named `Makefile.in', but
3.855 + # We used to match only the files named 'Makefile.in', but
3.856 # some people rename them; so instead we look at the file content.
3.857 # Grep'ing the first line is not enough: some people post-process
3.858 # each Makefile.in and add a new line on top of each file to say so.
3.859 @@ -5403,21 +5484,19 @@
3.860 continue
3.861 fi
3.862 # Extract the definition of DEPDIR, am__include, and am__quote
3.863 - # from the Makefile without running `make'.
3.864 + # from the Makefile without running 'make'.
3.865 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3.866 test -z "$DEPDIR" && continue
3.867 am__include=`sed -n 's/^am__include = //p' < "$mf"`
3.868 - test -z "am__include" && continue
3.869 + test -z "$am__include" && continue
3.870 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3.871 - # When using ansi2knr, U may be empty or an underscore; expand it
3.872 - U=`sed -n 's/^U = //p' < "$mf"`
3.873 # Find all dependency output files, they are included files with
3.874 # $(DEPDIR) in their names. We invoke sed twice because it is the
3.875 # simplest approach to changing $(DEPDIR) to its actual value in the
3.876 # expansion.
3.877 for file in `sed -n "
3.878 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
3.879 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
3.880 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
3.881 # Make sure the directory exists.
3.882 test -f "$dirpart/$file" && continue
3.883 fdir=`$as_dirname -- "$file" ||
4.1 --- a/autom4te.cache/requests Mon Mar 24 15:48:54 2014 +0000
4.2 +++ b/autom4te.cache/requests Thu Mar 27 14:51:47 2014 +0000
4.3 @@ -1,4 +1,4 @@
4.4 -# This file was generated by Autom4te Sun Nov 6 20:57:04 UTC 2011.
4.5 +# This file was generated by Autom4te Wed Aug 21 09:31:00 UTC 2013.
4.6 # It contains the lists of macros which have been traced.
4.7 # It can be safely removed.
4.8
4.9 @@ -11,35 +11,34 @@
4.10 ],
4.11 [
4.12 '/usr/share/autoconf/autoconf/autoconf.m4f',
4.13 - '/usr/share/aclocal-1.11/amversion.m4',
4.14 - '/usr/share/aclocal-1.11/auxdir.m4',
4.15 - '/usr/share/aclocal-1.11/cond.m4',
4.16 - '/usr/share/aclocal-1.11/depend.m4',
4.17 - '/usr/share/aclocal-1.11/depout.m4',
4.18 - '/usr/share/aclocal-1.11/header.m4',
4.19 - '/usr/share/aclocal-1.11/init.m4',
4.20 - '/usr/share/aclocal-1.11/install-sh.m4',
4.21 - '/usr/share/aclocal-1.11/lead-dot.m4',
4.22 - '/usr/share/aclocal-1.11/maintainer.m4',
4.23 - '/usr/share/aclocal-1.11/make.m4',
4.24 - '/usr/share/aclocal-1.11/missing.m4',
4.25 - '/usr/share/aclocal-1.11/mkdirp.m4',
4.26 - '/usr/share/aclocal-1.11/options.m4',
4.27 - '/usr/share/aclocal-1.11/runlog.m4',
4.28 - '/usr/share/aclocal-1.11/sanity.m4',
4.29 - '/usr/share/aclocal-1.11/silent.m4',
4.30 - '/usr/share/aclocal-1.11/strip.m4',
4.31 - '/usr/share/aclocal-1.11/substnot.m4',
4.32 - '/usr/share/aclocal-1.11/tar.m4',
4.33 + '-',
4.34 + '/usr/share/aclocal-1.13/internal/ac-config-macro-dirs.m4',
4.35 + '/usr/share/aclocal-1.13/amversion.m4',
4.36 + '/usr/share/aclocal-1.13/auxdir.m4',
4.37 + '/usr/share/aclocal-1.13/cond.m4',
4.38 + '/usr/share/aclocal-1.13/depend.m4',
4.39 + '/usr/share/aclocal-1.13/depout.m4',
4.40 + '/usr/share/aclocal-1.13/init.m4',
4.41 + '/usr/share/aclocal-1.13/install-sh.m4',
4.42 + '/usr/share/aclocal-1.13/lead-dot.m4',
4.43 + '/usr/share/aclocal-1.13/maintainer.m4',
4.44 + '/usr/share/aclocal-1.13/make.m4',
4.45 + '/usr/share/aclocal-1.13/missing.m4',
4.46 + '/usr/share/aclocal-1.13/obsolete.m4',
4.47 + '/usr/share/aclocal-1.13/options.m4',
4.48 + '/usr/share/aclocal-1.13/runlog.m4',
4.49 + '/usr/share/aclocal-1.13/sanity.m4',
4.50 + '/usr/share/aclocal-1.13/silent.m4',
4.51 + '/usr/share/aclocal-1.13/strip.m4',
4.52 + '/usr/share/aclocal-1.13/substnot.m4',
4.53 + '/usr/share/aclocal-1.13/tar.m4',
4.54 'configure.ac'
4.55 ],
4.56 {
4.57 'm4_pattern_forbid' => 1,
4.58 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
4.59 - 'jm_MAINTAINER_MODE' => 1,
4.60 '_AM_SET_OPTION' => 1,
4.61 'AC_DEFUN' => 1,
4.62 - 'AM_PROG_MKDIR_P' => 1,
4.63 'AM_INIT_AUTOMAKE' => 1,
4.64 'AM_AUTOMAKE_VERSION' => 1,
4.65 'AM_MISSING_HAS_RUN' => 1,
4.66 @@ -48,6 +47,7 @@
4.67 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
4.68 'AM_MAINTAINER_MODE' => 1,
4.69 'AC_DEFUN_ONCE' => 1,
4.70 + '_AM_CONFIG_MACRO_DIRS' => 1,
4.71 'AM_PROG_INSTALL_STRIP' => 1,
4.72 '_m4_warn' => 1,
4.73 'AM_SANITY_CHECK' => 1,
4.74 @@ -58,8 +58,11 @@
4.75 'AM_DEP_TRACK' => 1,
4.76 'AM_CONFIG_HEADER' => 1,
4.77 '_AM_SET_OPTIONS' => 1,
4.78 + 'AM_PROG_CC_STDC' => 1,
4.79 'AM_RUN_LOG' => 1,
4.80 '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
4.81 + 'AC_CONFIG_MACRO_DIR' => 1,
4.82 + 'AM_C_PROTOTYPES' => 1,
4.83 '_AM_IF_OPTION' => 1,
4.84 '_AM_SUBST_NOTMAKE' => 1,
4.85 'ACX_PTHREAD' => 1,
4.86 @@ -68,10 +71,12 @@
4.87 '_AM_MANGLE_OPTION' => 1,
4.88 'AM_CONDITIONAL' => 1,
4.89 'AM_SET_LEADING_DOT' => 1,
4.90 + 'AC_CONFIG_MACRO_DIR_TRACE' => 1,
4.91 'AM_SET_DEPDIR' => 1,
4.92 '_AM_DEPENDENCIES' => 1,
4.93 + 'm4_include' => 1,
4.94 + 'fp_C_PROTOTYPES' => 1,
4.95 'AM_PROG_INSTALL_SH' => 1,
4.96 - 'm4_include' => 1,
4.97 '_AC_AM_CONFIG_HEADER_HOOK' => 1,
4.98 'AU_DEFUN' => 1,
4.99 'AM_MAKE_INCLUDE' => 1
4.100 @@ -89,55 +94,59 @@
4.101 'configure.ac'
4.102 ],
4.103 {
4.104 + 'AM_PROG_F77_C_O' => 1,
4.105 '_LT_AC_TAGCONFIG' => 1,
4.106 - 'AM_PROG_F77_C_O' => 1,
4.107 + 'm4_pattern_forbid' => 1,
4.108 'AC_INIT' => 1,
4.109 - 'm4_pattern_forbid' => 1,
4.110 + 'AC_CANONICAL_TARGET' => 1,
4.111 '_AM_COND_IF' => 1,
4.112 - 'AC_CANONICAL_TARGET' => 1,
4.113 + 'AC_CONFIG_LIBOBJ_DIR' => 1,
4.114 'AC_SUBST' => 1,
4.115 - 'AC_CONFIG_LIBOBJ_DIR' => 1,
4.116 + 'AM_EXTRA_RECURSIVE_TARGETS' => 1,
4.117 + 'AC_CANONICAL_HOST' => 1,
4.118 'AC_FC_SRCEXT' => 1,
4.119 - 'AC_CANONICAL_HOST' => 1,
4.120 'AC_PROG_LIBTOOL' => 1,
4.121 + 'AM_PROG_MKDIR_P' => 1,
4.122 'AM_INIT_AUTOMAKE' => 1,
4.123 + 'AC_CONFIG_SUBDIRS' => 1,
4.124 'AM_PATH_GUILE' => 1,
4.125 - 'AC_CONFIG_SUBDIRS' => 1,
4.126 'AM_AUTOMAKE_VERSION' => 1,
4.127 'LT_CONFIG_LTDL_DIR' => 1,
4.128 + 'AC_CONFIG_LINKS' => 1,
4.129 'AC_REQUIRE_AUX_FILE' => 1,
4.130 - 'AC_CONFIG_LINKS' => 1,
4.131 + 'LT_SUPPORTED_TAG' => 1,
4.132 'm4_sinclude' => 1,
4.133 - 'LT_SUPPORTED_TAG' => 1,
4.134 'AM_MAINTAINER_MODE' => 1,
4.135 'AM_NLS' => 1,
4.136 + 'AC_FC_PP_DEFINE' => 1,
4.137 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
4.138 + '_m4_warn' => 1,
4.139 'AM_MAKEFILE_INCLUDE' => 1,
4.140 - '_m4_warn' => 1,
4.141 'AM_PROG_CXX_C_O' => 1,
4.142 + '_AM_MAKEFILE_INCLUDE' => 1,
4.143 '_AM_COND_ENDIF' => 1,
4.144 - '_AM_MAKEFILE_INCLUDE' => 1,
4.145 'AM_ENABLE_MULTILIB' => 1,
4.146 + 'AM_PROG_MOC' => 1,
4.147 'AM_SILENT_RULES' => 1,
4.148 - 'AM_PROG_MOC' => 1,
4.149 'AC_CONFIG_FILES' => 1,
4.150 + 'LT_INIT' => 1,
4.151 'include' => 1,
4.152 - 'LT_INIT' => 1,
4.153 + 'AM_GNU_GETTEXT' => 1,
4.154 'AM_PROG_AR' => 1,
4.155 - 'AM_GNU_GETTEXT' => 1,
4.156 'AC_LIBSOURCE' => 1,
4.157 + 'AC_CANONICAL_BUILD' => 1,
4.158 'AM_PROG_FC_C_O' => 1,
4.159 - 'AC_CANONICAL_BUILD' => 1,
4.160 'AC_FC_FREEFORM' => 1,
4.161 + 'AC_FC_PP_SRCEXT' => 1,
4.162 'AH_OUTPUT' => 1,
4.163 + 'AC_CONFIG_AUX_DIR' => 1,
4.164 '_AM_SUBST_NOTMAKE' => 1,
4.165 - 'AC_CONFIG_AUX_DIR' => 1,
4.166 + 'm4_pattern_allow' => 1,
4.167 + 'AM_PROG_CC_C_O' => 1,
4.168 'sinclude' => 1,
4.169 - 'AM_PROG_CC_C_O' => 1,
4.170 - 'm4_pattern_allow' => 1,
4.171 + 'AM_CONDITIONAL' => 1,
4.172 + 'AC_CANONICAL_SYSTEM' => 1,
4.173 'AM_XGETTEXT_OPTION' => 1,
4.174 - 'AC_CANONICAL_SYSTEM' => 1,
4.175 - 'AM_CONDITIONAL' => 1,
4.176 'AC_CONFIG_HEADERS' => 1,
4.177 'AC_DEFINE_TRACE_LITERAL' => 1,
4.178 'AM_POT_TOOLS' => 1,
5.1 --- a/autom4te.cache/traces.0 Mon Mar 24 15:48:54 2014 +0000
5.2 +++ b/autom4te.cache/traces.0 Thu Mar 27 14:51:47 2014 +0000
5.3 @@ -1,21 +1,21 @@
5.4 -m4trace:/usr/share/aclocal-1.11/amversion.m4:17: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
5.5 +m4trace:/usr/share/aclocal-1.13/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13'
5.6 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
5.7 dnl require some minimum version. Point them to the right macro.
5.8 -m4_if([$1], [1.11.3], [],
5.9 +m4_if([$1], [1.13.3], [],
5.10 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
5.11 ])
5.12 -m4trace:/usr/share/aclocal-1.11/amversion.m4:36: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.3])dnl
5.13 +m4trace:/usr/share/aclocal-1.13/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.3])dnl
5.14 m4_ifndef([AC_AUTOCONF_VERSION],
5.15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5.16 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
5.17 -m4trace:/usr/share/aclocal-1.11/auxdir.m4:49: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5.18 +m4trace:/usr/share/aclocal-1.13/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5.19 AC_PREREQ([2.50])dnl
5.20 # expand $ac_aux_dir to an absolute path
5.21 am_aux_dir=`cd $ac_aux_dir && pwd`
5.22 ])
5.23 -m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5.24 - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
5.25 - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5.26 +m4trace:/usr/share/aclocal-1.13/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
5.27 + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
5.28 + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5.29 AC_SUBST([$1_TRUE])dnl
5.30 AC_SUBST([$1_FALSE])dnl
5.31 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
5.32 @@ -33,17 +33,18 @@
5.33 AC_MSG_ERROR([[conditional "$1" was never defined.
5.34 Usually this means the macro was only invoked conditionally.]])
5.35 fi])])
5.36 -m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5.37 +m4trace:/usr/share/aclocal-1.13/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5.38 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5.39 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5.40 AC_REQUIRE([AM_DEP_TRACK])dnl
5.41
5.42 -ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
5.43 - [$1], CXX, [depcc="$CXX" am_compiler_list=],
5.44 - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5.45 - [$1], UPC, [depcc="$UPC" am_compiler_list=],
5.46 - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
5.47 - [depcc="$$1" am_compiler_list=])
5.48 +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
5.49 + [$1], [CXX], [depcc="$CXX" am_compiler_list=],
5.50 + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5.51 + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
5.52 + [$1], [UPC], [depcc="$UPC" am_compiler_list=],
5.53 + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
5.54 + [depcc="$$1" am_compiler_list=])
5.55
5.56 AC_CACHE_CHECK([dependency style of $depcc],
5.57 [am_cv_$1_dependencies_compiler_type],
5.58 @@ -51,8 +52,8 @@
5.59 # We make a subdir and do the tests there. Otherwise we can end up
5.60 # making bogus files that we don't know about and never remove. For
5.61 # instance it was reported that on HP-UX the gcc test will end up
5.62 - # making a dummy file named `D' -- because `-MD' means `put the output
5.63 - # in D'.
5.64 + # making a dummy file named 'D' -- because '-MD' means "put the output
5.65 + # in D".
5.66 rm -rf conftest.dir
5.67 mkdir conftest.dir
5.68 # Copy depcomp to subdir because otherwise we won't find it if we're
5.69 @@ -92,16 +93,16 @@
5.70 : > sub/conftest.c
5.71 for i in 1 2 3 4 5 6; do
5.72 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5.73 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5.74 - # Solaris 8's {/usr,}/bin/sh.
5.75 - touch sub/conftst$i.h
5.76 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5.77 + # Solaris 10 /bin/sh.
5.78 + echo '/* dummy */' > sub/conftst$i.h
5.79 done
5.80 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5.81
5.82 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
5.83 + # We check with '-c' and '-o' for the sake of the "dashmstdout"
5.84 # mode. It turns out that the SunPro C++ compiler does not properly
5.85 - # handle `-M -o', and we need to detect this. Also, some Intel
5.86 - # versions had trouble with output in subdirs
5.87 + # handle '-M -o', and we need to detect this. Also, some Intel
5.88 + # versions had trouble with output in subdirs.
5.89 am__obj=sub/conftest.${OBJEXT-o}
5.90 am__minus_obj="-o $am__obj"
5.91 case $depmode in
5.92 @@ -110,8 +111,8 @@
5.93 test "$am__universal" = false || continue
5.94 ;;
5.95 nosideeffect)
5.96 - # after this tag, mechanisms are not by side-effect, so they'll
5.97 - # only be used when explicitly requested
5.98 + # After this tag, mechanisms are not by side-effect, so they'll
5.99 + # only be used when explicitly requested.
5.100 if test "x$enable_dependency_tracking" = xyes; then
5.101 continue
5.102 else
5.103 @@ -119,7 +120,7 @@
5.104 fi
5.105 ;;
5.106 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
5.107 - # This compiler won't grok `-c -o', but also, the minuso test has
5.108 + # This compiler won't grok '-c -o', but also, the minuso test has
5.109 # not run yet. These depmodes are late enough in the game, and
5.110 # so weak that their functioning should not be impacted.
5.111 am__obj=conftest.${OBJEXT-o}
5.112 @@ -162,12 +163,16 @@
5.113 test "x$enable_dependency_tracking" != xno \
5.114 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
5.115 ])
5.116 -m4trace:/usr/share/aclocal-1.11/depend.m4:164: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5.117 +m4trace:/usr/share/aclocal-1.13/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5.118 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
5.119 ])
5.120 -m4trace:/usr/share/aclocal-1.11/depend.m4:172: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
5.121 -[ --disable-dependency-tracking speeds up one-time build
5.122 - --enable-dependency-tracking do not reject slow dependency extractors])
5.123 +m4trace:/usr/share/aclocal-1.13/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
5.124 +AS_HELP_STRING(
5.125 + [--enable-dependency-tracking],
5.126 + [do not reject slow dependency extractors])
5.127 +AS_HELP_STRING(
5.128 + [--disable-dependency-tracking],
5.129 + [speeds up one-time build])])
5.130 if test "x$enable_dependency_tracking" != xno; then
5.131 am_depcomp="$ac_aux_dir/depcomp"
5.132 AMDEPBACKSLASH='\'
5.133 @@ -179,8 +184,8 @@
5.134 AC_SUBST([am__nodep])dnl
5.135 _AM_SUBST_NOTMAKE([am__nodep])dnl
5.136 ])
5.137 -m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
5.138 - # Autoconf 2.62 quotes --file arguments for eval, but not when files
5.139 +m4trace:/usr/share/aclocal-1.13/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
5.140 + # Older Autoconf quotes --file arguments for eval, but not when files
5.141 # are listed without --file. Let's play safe and only enable the eval
5.142 # if we detect the quoting.
5.143 case $CONFIG_FILES in
5.144 @@ -193,7 +198,7 @@
5.145 # Strip MF so we end up with the name of the file.
5.146 mf=`echo "$mf" | sed -e 's/:.*$//'`
5.147 # Check whether this is an Automake generated Makefile or not.
5.148 - # We used to match only the files named `Makefile.in', but
5.149 + # We used to match only the files named 'Makefile.in', but
5.150 # some people rename them; so instead we look at the file content.
5.151 # Grep'ing the first line is not enough: some people post-process
5.152 # each Makefile.in and add a new line on top of each file to say so.
5.153 @@ -205,21 +210,19 @@
5.154 continue
5.155 fi
5.156 # Extract the definition of DEPDIR, am__include, and am__quote
5.157 - # from the Makefile without running `make'.
5.158 + # from the Makefile without running 'make'.
5.159 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5.160 test -z "$DEPDIR" && continue
5.161 am__include=`sed -n 's/^am__include = //p' < "$mf"`
5.162 - test -z "am__include" && continue
5.163 + test -z "$am__include" && continue
5.164 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5.165 - # When using ansi2knr, U may be empty or an underscore; expand it
5.166 - U=`sed -n 's/^U = //p' < "$mf"`
5.167 # Find all dependency output files, they are included files with
5.168 # $(DEPDIR) in their names. We invoke sed twice because it is the
5.169 # simplest approach to changing $(DEPDIR) to its actual value in the
5.170 # expansion.
5.171 for file in `sed -n "
5.172 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5.173 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5.174 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
5.175 # Make sure the directory exists.
5.176 test -f "$dirpart/$file" && continue
5.177 fdir=`AS_DIRNAME(["$file"])`
5.178 @@ -230,15 +233,11 @@
5.179 done
5.180 }
5.181 ])
5.182 -m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
5.183 +m4trace:/usr/share/aclocal-1.13/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
5.184 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
5.185 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
5.186 ])
5.187 -m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
5.188 -m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
5.189 -You should run autoupdate.])dnl
5.190 -AC_CONFIG_HEADERS($@)])
5.191 -m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
5.192 +m4trace:/usr/share/aclocal-1.13/init.m4:23: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
5.193 dnl Autoconf wants to disallow AM_ names. We explicitly allow
5.194 dnl the ones we care about.
5.195 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
5.196 @@ -267,31 +266,40 @@
5.197 # Define the identity of the package.
5.198 dnl Distinguish between old-style and new-style calls.
5.199 m4_ifval([$2],
5.200 -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
5.201 +[AC_DIAGNOSE([obsolete],
5.202 + [$0: two- and three-arguments forms are deprecated.])
5.203 +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
5.204 AC_SUBST([PACKAGE], [$1])dnl
5.205 AC_SUBST([VERSION], [$2])],
5.206 [_AM_SET_OPTIONS([$1])dnl
5.207 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
5.208 -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
5.209 +m4_if(
5.210 + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
5.211 + [ok:ok],,
5.212 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
5.213 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
5.214 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
5.215
5.216 _AM_IF_OPTION([no-define],,
5.217 -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
5.218 - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
5.219 +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
5.220 + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
5.221
5.222 # Some tools Automake needs.
5.223 AC_REQUIRE([AM_SANITY_CHECK])dnl
5.224 AC_REQUIRE([AC_ARG_PROGRAM])dnl
5.225 -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
5.226 -AM_MISSING_PROG(AUTOCONF, autoconf)
5.227 -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
5.228 -AM_MISSING_PROG(AUTOHEADER, autoheader)
5.229 -AM_MISSING_PROG(MAKEINFO, makeinfo)
5.230 +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
5.231 +AM_MISSING_PROG([AUTOCONF], [autoconf])
5.232 +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
5.233 +AM_MISSING_PROG([AUTOHEADER], [autoheader])
5.234 +AM_MISSING_PROG([MAKEINFO], [makeinfo])
5.235 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
5.236 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
5.237 -AC_REQUIRE([AM_PROG_MKDIR_P])dnl
5.238 +AC_REQUIRE([AC_PROG_MKDIR_P])dnl
5.239 +# For better backward compatibility. To be removed once Automake 1.9.x
5.240 +# dies out for good. For more background, see:
5.241 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
5.242 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
5.243 +AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
5.244 # We need awk for the "check" target. The system "awk" is bad on
5.245 # some platforms.
5.246 AC_REQUIRE([AC_PROG_AWK])dnl
5.247 @@ -302,27 +310,31 @@
5.248 [_AM_PROG_TAR([v7])])])
5.249 _AM_IF_OPTION([no-dependencies],,
5.250 [AC_PROVIDE_IFELSE([AC_PROG_CC],
5.251 - [_AM_DEPENDENCIES(CC)],
5.252 - [define([AC_PROG_CC],
5.253 - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
5.254 + [_AM_DEPENDENCIES([CC])],
5.255 + [m4_define([AC_PROG_CC],
5.256 + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
5.257 AC_PROVIDE_IFELSE([AC_PROG_CXX],
5.258 - [_AM_DEPENDENCIES(CXX)],
5.259 - [define([AC_PROG_CXX],
5.260 - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
5.261 + [_AM_DEPENDENCIES([CXX])],
5.262 + [m4_define([AC_PROG_CXX],
5.263 + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
5.264 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
5.265 - [_AM_DEPENDENCIES(OBJC)],
5.266 - [define([AC_PROG_OBJC],
5.267 - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
5.268 + [_AM_DEPENDENCIES([OBJC])],
5.269 + [m4_define([AC_PROG_OBJC],
5.270 + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
5.271 +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
5.272 + [_AM_DEPENDENCIES([OBJCXX])],
5.273 + [m4_define([AC_PROG_OBJCXX],
5.274 + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
5.275 ])
5.276 -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
5.277 -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
5.278 -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
5.279 -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
5.280 +AC_REQUIRE([AM_SILENT_RULES])dnl
5.281 +dnl The testsuite driver may need to know about EXEEXT, so add the
5.282 +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
5.283 +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
5.284 AC_CONFIG_COMMANDS_PRE(dnl
5.285 [m4_provide_if([_AM_COMPILER_EXEEXT],
5.286 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
5.287 ])
5.288 -m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
5.289 +m4trace:/usr/share/aclocal-1.13/init.m4:136: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
5.290 _am_arg=$1
5.291 _am_stamp_count=1
5.292 for _am_header in $config_headers :; do
5.293 @@ -334,7 +346,7 @@
5.294 esac
5.295 done
5.296 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
5.297 -m4trace:/usr/share/aclocal-1.11/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5.298 +m4trace:/usr/share/aclocal-1.13/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5.299 if test x"${install_sh}" != xset; then
5.300 case $am_aux_dir in
5.301 *\ * | *\ *)
5.302 @@ -343,8 +355,8 @@
5.303 install_sh="\${SHELL} $am_aux_dir/install-sh"
5.304 esac
5.305 fi
5.306 -AC_SUBST(install_sh)])
5.307 -m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
5.308 +AC_SUBST([install_sh])])
5.309 +m4trace:/usr/share/aclocal-1.13/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
5.310 mkdir .tst 2>/dev/null
5.311 if test -d .tst; then
5.312 am__leading_dot=.
5.313 @@ -353,7 +365,7 @@
5.314 fi
5.315 rmdir .tst 2>/dev/null
5.316 AC_SUBST([am__leading_dot])])
5.317 -m4trace:/usr/share/aclocal-1.11/maintainer.m4:19: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
5.318 +m4trace:/usr/share/aclocal-1.13/maintainer.m4:16: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
5.319 [enable], [m4_define([am_maintainer_other], [disable])],
5.320 [disable], [m4_define([am_maintainer_other], [enable])],
5.321 [m4_define([am_maintainer_other], [enable])
5.322 @@ -361,21 +373,18 @@
5.323 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
5.324 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
5.325 AC_ARG_ENABLE([maintainer-mode],
5.326 -[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
5.327 - (and sometimes confusing) to the casual installer],
5.328 - [USE_MAINTAINER_MODE=$enableval],
5.329 - [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
5.330 + [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
5.331 + am_maintainer_other[ make rules and dependencies not useful
5.332 + (and sometimes confusing) to the casual installer])],
5.333 + [USE_MAINTAINER_MODE=$enableval],
5.334 + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
5.335 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
5.336 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
5.337 MAINT=$MAINTAINER_MODE_TRUE
5.338 AC_SUBST([MAINT])dnl
5.339
5.340 ])
5.341 -m4trace:/usr/share/aclocal-1.11/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
5.342 -m4trace:/usr/share/aclocal-1.11/maintainer.m4:39: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
5.343 -You should run autoupdate.])dnl
5.344 -AM_MAINTAINER_MODE])
5.345 -m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
5.346 +m4trace:/usr/share/aclocal-1.13/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
5.347 cat > confinc << 'END'
5.348 am__doit:
5.349 @echo this is the am__doit target
5.350 @@ -388,7 +397,7 @@
5.351 _am_result=none
5.352 # First try GNU make style include.
5.353 echo "include confinc" > confmf
5.354 -# Ignore all kinds of additional output from `make'.
5.355 +# Ignore all kinds of additional output from 'make'.
5.356 case `$am_make -s -f confmf 2> /dev/null` in #(
5.357 *the\ am__doit\ target*)
5.358 am__include=include
5.359 @@ -412,10 +421,10 @@
5.360 AC_MSG_RESULT([$_am_result])
5.361 rm -f confinc confmf
5.362 ])
5.363 -m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
5.364 +m4trace:/usr/share/aclocal-1.13/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
5.365 $1=${$1-"${am_missing_run}$2"}
5.366 AC_SUBST($1)])
5.367 -m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5.368 +m4trace:/usr/share/aclocal-1.13/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5.369 AC_REQUIRE_AUX_FILE([missing])dnl
5.370 if test x"${MISSING+set}" != xset; then
5.371 case $am_aux_dir in
5.372 @@ -426,41 +435,39 @@
5.373 esac
5.374 fi
5.375 # Use eval to expand $SHELL
5.376 -if eval "$MISSING --run true"; then
5.377 - am_missing_run="$MISSING --run "
5.378 +if eval "$MISSING --is-lightweight"; then
5.379 + am_missing_run="$MISSING "
5.380 else
5.381 am_missing_run=
5.382 - AC_MSG_WARN([`missing' script is too old or missing])
5.383 + AC_MSG_WARN(['missing' script is too old or missing])
5.384 fi
5.385 ])
5.386 -m4trace:/usr/share/aclocal-1.11/mkdirp.m4:14: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
5.387 -AC_REQUIRE([AC_PROG_MKDIR_P])dnl
5.388 -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
5.389 -dnl while keeping a definition of mkdir_p for backward compatibility.
5.390 -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
5.391 -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
5.392 -dnl Makefile.ins that do not define MKDIR_P, so we do our own
5.393 -dnl adjustment using top_builddir (which is defined more often than
5.394 -dnl MKDIR_P).
5.395 -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
5.396 -case $mkdir_p in
5.397 - [[\\/$]]* | ?:[[\\/]]*) ;;
5.398 - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
5.399 -esac
5.400 -])
5.401 -m4trace:/usr/share/aclocal-1.11/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
5.402 -m4trace:/usr/share/aclocal-1.11/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
5.403 -m4trace:/usr/share/aclocal-1.11/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
5.404 -m4trace:/usr/share/aclocal-1.11/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
5.405 -m4trace:/usr/share/aclocal-1.11/runlog.m4:14: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
5.406 +m4trace:/usr/share/aclocal-1.13/obsolete.m4:11: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete],
5.407 +['$0': this macro is obsolete.
5.408 +You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
5.409 +AC_CONFIG_HEADERS($@)])
5.410 +m4trace:/usr/share/aclocal-1.13/obsolete.m4:17: -1- AC_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC
5.411 +am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
5.412 +AC_DIAGNOSE([obsolete],
5.413 +['$0': this macro is obsolete.
5.414 +You should simply use the 'AC][_PROG_CC' macro instead.
5.415 +Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
5.416 +but upon 'ac_cv_prog_cc_stdc'.])])
5.417 +m4trace:/usr/share/aclocal-1.13/obsolete.m4:26: -1- AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])])
5.418 +m4trace:/usr/share/aclocal-1.13/obsolete.m4:28: -1- AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
5.419 +m4trace:/usr/share/aclocal-1.13/obsolete.m4:28: -1- AC_DEFUN([fp_C_PROTOTYPES], [AC_DIAGNOSE([obsolete], [The macro `fp_C_PROTOTYPES' is obsolete.
5.420 +You should run autoupdate.])dnl
5.421 +AM_C_PROTOTYPES])
5.422 +m4trace:/usr/share/aclocal-1.13/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
5.423 +m4trace:/usr/share/aclocal-1.13/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
5.424 +m4trace:/usr/share/aclocal-1.13/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
5.425 +m4trace:/usr/share/aclocal-1.13/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
5.426 +m4trace:/usr/share/aclocal-1.13/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
5.427 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
5.428 ac_status=$?
5.429 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
5.430 (exit $ac_status); }])
5.431 -m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
5.432 -# Just in case
5.433 -sleep 1
5.434 -echo timestamp > conftest.file
5.435 +m4trace:/usr/share/aclocal-1.13/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
5.436 # Reject unsafe characters in $srcdir or the absolute working directory
5.437 # name. Accept space and tab only in the latter.
5.438 am_lf='
5.439 @@ -471,32 +478,40 @@
5.440 esac
5.441 case $srcdir in
5.442 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
5.443 - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
5.444 + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
5.445 esac
5.446
5.447 -# Do `set' in a subshell so we don't clobber the current shell's
5.448 +# Do 'set' in a subshell so we don't clobber the current shell's
5.449 # arguments. Must try -L first in case configure is actually a
5.450 # symlink; some systems play weird games with the mod time of symlinks
5.451 # (eg FreeBSD returns the mod time of the symlink's containing
5.452 # directory).
5.453 if (
5.454 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
5.455 - if test "$[*]" = "X"; then
5.456 - # -L didn't work.
5.457 - set X `ls -t "$srcdir/configure" conftest.file`
5.458 - fi
5.459 - rm -f conftest.file
5.460 - if test "$[*]" != "X $srcdir/configure conftest.file" \
5.461 - && test "$[*]" != "X conftest.file $srcdir/configure"; then
5.462 + am_has_slept=no
5.463 + for am_try in 1 2; do
5.464 + echo "timestamp, slept: $am_has_slept" > conftest.file
5.465 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
5.466 + if test "$[*]" = "X"; then
5.467 + # -L didn't work.
5.468 + set X `ls -t "$srcdir/configure" conftest.file`
5.469 + fi
5.470 + if test "$[*]" != "X $srcdir/configure conftest.file" \
5.471 + && test "$[*]" != "X conftest.file $srcdir/configure"; then
5.472
5.473 - # If neither matched, then we have a broken ls. This can happen
5.474 - # if, for instance, CONFIG_SHELL is bash and it inherits a
5.475 - # broken ls alias from the environment. This has actually
5.476 - # happened. Such a system could not be considered "sane".
5.477 - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
5.478 -alias in your environment])
5.479 - fi
5.480 -
5.481 + # If neither matched, then we have a broken ls. This can happen
5.482 + # if, for instance, CONFIG_SHELL is bash and it inherits a
5.483 + # broken ls alias from the environment. This has actually
5.484 + # happened. Such a system could not be considered "sane".
5.485 + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
5.486 + alias in your environment])
5.487 + fi
5.488 + if test "$[2]" = conftest.file || test $am_try -eq 2; then
5.489 + break
5.490 + fi
5.491 + # Just in case.
5.492 + sleep 1
5.493 + am_has_slept=yes
5.494 + done
5.495 test "$[2]" = conftest.file
5.496 )
5.497 then
5.498 @@ -506,17 +521,38 @@
5.499 AC_MSG_ERROR([newly created file is older than distributed files!
5.500 Check your system clock])
5.501 fi
5.502 -AC_MSG_RESULT(yes)])
5.503 -m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
5.504 -[ --enable-silent-rules less verbose build output (undo: `make V=1')
5.505 - --disable-silent-rules verbose build output (undo: `make V=0')])
5.506 -case $enable_silent_rules in
5.507 -yes) AM_DEFAULT_VERBOSITY=0;;
5.508 -no) AM_DEFAULT_VERBOSITY=1;;
5.509 -*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
5.510 +AC_MSG_RESULT([yes])
5.511 +# If we didn't sleep, we still need to ensure time stamps of config.status and
5.512 +# generated files are strictly newer.
5.513 +am_sleep_pid=
5.514 +if grep 'slept: no' conftest.file >/dev/null 2>&1; then
5.515 + ( sleep 1 ) &
5.516 + am_sleep_pid=$!
5.517 +fi
5.518 +AC_CONFIG_COMMANDS_PRE(
5.519 + [AC_MSG_CHECKING([that generated files are newer than configure])
5.520 + if test -n "$am_sleep_pid"; then
5.521 + # Hide warnings about reused PIDs.
5.522 + wait $am_sleep_pid 2>/dev/null
5.523 + fi
5.524 + AC_MSG_RESULT([done])])
5.525 +rm -f conftest.file
5.526 +])
5.527 +m4trace:/usr/share/aclocal-1.13/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
5.528 +AS_HELP_STRING(
5.529 + [--enable-silent-rules],
5.530 + [less verbose build output (undo: "make V=1")])
5.531 +AS_HELP_STRING(
5.532 + [--disable-silent-rules],
5.533 + [verbose build output (undo: "make V=0")])dnl
5.534 +])
5.535 +case $enable_silent_rules in @%:@ (((
5.536 + yes) AM_DEFAULT_VERBOSITY=0;;
5.537 + no) AM_DEFAULT_VERBOSITY=1;;
5.538 + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
5.539 esac
5.540 dnl
5.541 -dnl A few `make' implementations (e.g., NonStop OS and NextStep)
5.542 +dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
5.543 dnl do not support nested variable expansions.
5.544 dnl See automake bug#9928 and bug#10237.
5.545 am_make=${MAKE-make}
5.546 @@ -534,7 +570,7 @@
5.547 am_cv_make_support_nested_variables=no
5.548 fi])
5.549 if test $am_cv_make_support_nested_variables = yes; then
5.550 - dnl Using `$V' instead of `$(V)' breaks IRIX make.
5.551 + dnl Using '$V' instead of '$(V)' breaks IRIX make.
5.552 AM_V='$(V)'
5.553 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
5.554 else
5.555 @@ -550,88 +586,125 @@
5.556 AC_SUBST([AM_BACKSLASH])dnl
5.557 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
5.558 ])
5.559 -m4trace:/usr/share/aclocal-1.11/strip.m4:19: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
5.560 -# Installed binaries are usually stripped using `strip' when the user
5.561 -# run `make install-strip'. However `strip' might not be the right
5.562 +m4trace:/usr/share/aclocal-1.13/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
5.563 +# Installed binaries are usually stripped using 'strip' when the user
5.564 +# run "make install-strip". However 'strip' might not be the right
5.565 # tool to use in cross-compilation environments, therefore Automake
5.566 -# will honor the `STRIP' environment variable to overrule this program.
5.567 -dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
5.568 +# will honor the 'STRIP' environment variable to overrule this program.
5.569 +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
5.570 if test "$cross_compiling" != no; then
5.571 AC_CHECK_TOOL([STRIP], [strip], :)
5.572 fi
5.573 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
5.574 AC_SUBST([INSTALL_STRIP_PROGRAM])])
5.575 -m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
5.576 -m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
5.577 -m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
5.578 +m4trace:/usr/share/aclocal-1.13/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
5.579 +m4trace:/usr/share/aclocal-1.13/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
5.580 +m4trace:/usr/share/aclocal-1.13/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
5.581 # in the wild :-( We should find a proper way to deprecate it ...
5.582 AC_SUBST([AMTAR], ['$${TAR-tar}'])
5.583 +
5.584 +# We'll loop over all known methods to create a tar archive until one works.
5.585 +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
5.586 +
5.587 m4_if([$1], [v7],
5.588 - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
5.589 - [m4_case([$1], [ustar],, [pax],,
5.590 - [m4_fatal([Unknown tar format])])
5.591 -AC_MSG_CHECKING([how to create a $1 tar archive])
5.592 -# Loop over all known methods to create a tar archive until one works.
5.593 -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
5.594 -_am_tools=${am_cv_prog_tar_$1-$_am_tools}
5.595 -# Do not fold the above two line into one, because Tru64 sh and
5.596 -# Solaris sh will not grok spaces in the rhs of `-'.
5.597 -for _am_tool in $_am_tools
5.598 -do
5.599 - case $_am_tool in
5.600 - gnutar)
5.601 - for _am_tar in tar gnutar gtar;
5.602 - do
5.603 - AM_RUN_LOG([$_am_tar --version]) && break
5.604 - done
5.605 - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
5.606 - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
5.607 - am__untar="$_am_tar -xf -"
5.608 - ;;
5.609 - plaintar)
5.610 - # Must skip GNU tar: if it does not support --format= it doesn't create
5.611 - # ustar tarball either.
5.612 - (tar --version) >/dev/null 2>&1 && continue
5.613 - am__tar='tar chf - "$$tardir"'
5.614 - am__tar_='tar chf - "$tardir"'
5.615 - am__untar='tar xf -'
5.616 - ;;
5.617 - pax)
5.618 - am__tar='pax -L -x $1 -w "$$tardir"'
5.619 - am__tar_='pax -L -x $1 -w "$tardir"'
5.620 - am__untar='pax -r'
5.621 - ;;
5.622 - cpio)
5.623 - am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
5.624 - am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
5.625 - am__untar='cpio -i -H $1 -d'
5.626 - ;;
5.627 - none)
5.628 - am__tar=false
5.629 - am__tar_=false
5.630 - am__untar=false
5.631 - ;;
5.632 - esac
5.633 + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
5.634
5.635 - # If the value was cached, stop now. We just wanted to have am__tar
5.636 - # and am__untar set.
5.637 - test -n "${am_cv_prog_tar_$1}" && break
5.638 + [m4_case([$1],
5.639 + [ustar],
5.640 + [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
5.641 + # There is notably a 21 bits limit for the UID and the GID. In fact,
5.642 + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
5.643 + # and bug#13588).
5.644 + am_max_uid=2097151 # 2^21 - 1
5.645 + am_max_gid=$am_max_uid
5.646 + # The $UID and $GID variables are not portable, so we need to resort
5.647 + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
5.648 + # below are definitely unexpected, so allow the users to see them
5.649 + # (that is, avoid stderr redirection).
5.650 + am_uid=`id -u || echo unknown`
5.651 + am_gid=`id -g || echo unknown`
5.652 + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
5.653 + if test $am_uid -le $am_max_uid; then
5.654 + AC_MSG_RESULT([yes])
5.655 + else
5.656 + AC_MSG_RESULT([no])
5.657 + _am_tools=none
5.658 + fi
5.659 + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
5.660 + if test $am_gid -le $am_max_gid; then
5.661 + AC_MSG_RESULT([yes])
5.662 + else
5.663 + AC_MSG_RESULT([no])
5.664 + _am_tools=none
5.665 + fi],
5.666
5.667 - # tar/untar a dummy directory, and stop if the command works
5.668 + [pax],
5.669 + [],
5.670 +
5.671 + [m4_fatal([Unknown tar format])])
5.672 +
5.673 + AC_MSG_CHECKING([how to create a $1 tar archive])
5.674 +
5.675 + # Go ahead even if we have the value already cached. We do so because we
5.676 + # need to set the values for the 'am__tar' and 'am__untar' variables.
5.677 + _am_tools=${am_cv_prog_tar_$1-$_am_tools}
5.678 +
5.679 + for _am_tool in $_am_tools; do
5.680 + case $_am_tool in
5.681 + gnutar)
5.682 + for _am_tar in tar gnutar gtar; do
5.683 + AM_RUN_LOG([$_am_tar --version]) && break
5.684 + done
5.685 + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
5.686 + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
5.687 + am__untar="$_am_tar -xf -"
5.688 + ;;
5.689 + plaintar)
5.690 + # Must skip GNU tar: if it does not support --format= it doesn't create
5.691 + # ustar tarball either.
5.692 + (tar --version) >/dev/null 2>&1 && continue
5.693 + am__tar='tar chf - "$$tardir"'
5.694 + am__tar_='tar chf - "$tardir"'
5.695 + am__untar='tar xf -'
5.696 + ;;
5.697 + pax)
5.698 + am__tar='pax -L -x $1 -w "$$tardir"'
5.699 + am__tar_='pax -L -x $1 -w "$tardir"'
5.700 + am__untar='pax -r'
5.701 + ;;
5.702 + cpio)
5.703 + am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
5.704 + am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
5.705 + am__untar='cpio -i -H $1 -d'
5.706 + ;;
5.707 + none)
5.708 + am__tar=false
5.709 + am__tar_=false
5.710 + am__untar=false
5.711 + ;;
5.712 + esac
5.713 +
5.714 + # If the value was cached, stop now. We just wanted to have am__tar
5.715 + # and am__untar set.
5.716 + test -n "${am_cv_prog_tar_$1}" && break
5.717 +
5.718 + # tar/untar a dummy directory, and stop if the command works.
5.719 + rm -rf conftest.dir
5.720 + mkdir conftest.dir
5.721 + echo GrepMe > conftest.dir/file
5.722 + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
5.723 + rm -rf conftest.dir
5.724 + if test -s conftest.tar; then
5.725 + AM_RUN_LOG([$am__untar <conftest.tar])
5.726 + AM_RUN_LOG([cat conftest.dir/file])
5.727 + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
5.728 + fi
5.729 + done
5.730 rm -rf conftest.dir
5.731 - mkdir conftest.dir
5.732 - echo GrepMe > conftest.dir/file
5.733 - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
5.734 - rm -rf conftest.dir
5.735 - if test -s conftest.tar; then
5.736 - AM_RUN_LOG([$am__untar <conftest.tar])
5.737 - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
5.738 - fi
5.739 -done
5.740 -rm -rf conftest.dir
5.741
5.742 -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
5.743 -AC_MSG_RESULT([$am_cv_prog_tar_$1])])
5.744 + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
5.745 + AC_MSG_RESULT([$am_cv_prog_tar_$1])])
5.746 +
5.747 AC_SUBST([am__tar])
5.748 AC_SUBST([am__untar])
5.749 ])
5.750 @@ -687,14 +760,14 @@
5.751 m4trace:configure.ac:37: -1- m4_pattern_allow([^host_alias$])
5.752 m4trace:configure.ac:37: -1- m4_pattern_allow([^target_alias$])
5.753 m4trace:configure.ac:38: -1- AM_CONFIG_HEADER([config.h])
5.754 -m4trace:configure.ac:38: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
5.755 -You should run autoupdate.], [/usr/share/aclocal-1.11/header.m4:12: AM_CONFIG_HEADER is expanded from...
5.756 +m4trace:configure.ac:38: -1- _m4_warn([obsolete], ['AM_CONFIG_HEADER': this macro is obsolete.
5.757 +You should use the 'AC_CONFIG_HEADERS' macro instead.], [/usr/share/aclocal-1.13/obsolete.m4:11: AM_CONFIG_HEADER is expanded from...
5.758 configure.ac:38: the top level])
5.759 m4trace:configure.ac:39: -1- AM_INIT_AUTOMAKE
5.760 m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
5.761 m4trace:configure.ac:39: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
5.762 -m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.11.3])
5.763 -m4trace:configure.ac:39: -1- _AM_AUTOCONF_VERSION([2.68])
5.764 +m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.13.3])
5.765 +m4trace:configure.ac:39: -1- _AM_AUTOCONF_VERSION([2.69])
5.766 m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
5.767 m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
5.768 m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_DATA$])
5.769 @@ -704,8 +777,8 @@
5.770 m4trace:configure.ac:39: -1- _AM_SET_OPTIONS([])
5.771 m4trace:configure.ac:39: -1- m4_pattern_allow([^PACKAGE$])
5.772 m4trace:configure.ac:39: -1- m4_pattern_allow([^VERSION$])
5.773 -m4trace:configure.ac:39: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
5.774 - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
5.775 +m4trace:configure.ac:39: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
5.776 + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
5.777 m4trace:configure.ac:39: -2- _AM_MANGLE_OPTION([no-define])
5.778 m4trace:configure.ac:39: -1- m4_pattern_allow([^PACKAGE$])
5.779 m4trace:configure.ac:39: -1- m4_pattern_allow([^VERSION$])
5.780 @@ -727,7 +800,6 @@
5.781 m4trace:configure.ac:39: -1- AM_PROG_INSTALL_STRIP
5.782 m4trace:configure.ac:39: -1- m4_pattern_allow([^STRIP$])
5.783 m4trace:configure.ac:39: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
5.784 -m4trace:configure.ac:39: -1- AM_PROG_MKDIR_P
5.785 m4trace:configure.ac:39: -1- m4_pattern_allow([^MKDIR_P$])
5.786 m4trace:configure.ac:39: -1- m4_pattern_allow([^mkdir_p$])
5.787 m4trace:configure.ac:39: -1- m4_pattern_allow([^AWK$])
5.788 @@ -744,21 +816,33 @@
5.789 m4trace:configure.ac:39: -1- m4_pattern_allow([^am__tar$])
5.790 m4trace:configure.ac:39: -1- m4_pattern_allow([^am__untar$])
5.791 m4trace:configure.ac:39: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
5.792 - [_AM_DEPENDENCIES(CC)],
5.793 - [define([AC_PROG_CC],
5.794 - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
5.795 + [_AM_DEPENDENCIES([CC])],
5.796 + [m4_define([AC_PROG_CC],
5.797 + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
5.798 AC_PROVIDE_IFELSE([AC_PROG_CXX],
5.799 - [_AM_DEPENDENCIES(CXX)],
5.800 - [define([AC_PROG_CXX],
5.801 - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
5.802 + [_AM_DEPENDENCIES([CXX])],
5.803 + [m4_define([AC_PROG_CXX],
5.804 + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
5.805 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
5.806 - [_AM_DEPENDENCIES(OBJC)],
5.807 - [define([AC_PROG_OBJC],
5.808 - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
5.809 + [_AM_DEPENDENCIES([OBJC])],
5.810 + [m4_define([AC_PROG_OBJC],
5.811 + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
5.812 +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
5.813 + [_AM_DEPENDENCIES([OBJCXX])],
5.814 + [m4_define([AC_PROG_OBJCXX],
5.815 + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
5.816 ])
5.817 m4trace:configure.ac:39: -2- _AM_MANGLE_OPTION([no-dependencies])
5.818 -m4trace:configure.ac:39: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
5.819 -m4trace:configure.ac:39: -2- _AM_MANGLE_OPTION([silent-rules])
5.820 +m4trace:configure.ac:39: -1- AM_SILENT_RULES
5.821 +m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_V$])
5.822 +m4trace:configure.ac:39: -1- AM_SUBST_NOTMAKE([AM_V])
5.823 +m4trace:configure.ac:39: -1- _AM_SUBST_NOTMAKE([AM_V])
5.824 +m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_DEFAULT_V$])
5.825 +m4trace:configure.ac:39: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
5.826 +m4trace:configure.ac:39: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
5.827 +m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
5.828 +m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_BACKSLASH$])
5.829 +m4trace:configure.ac:39: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
5.830 m4trace:configure.ac:41: -1- m4_pattern_allow([^CC$])
5.831 m4trace:configure.ac:41: -1- m4_pattern_allow([^CFLAGS$])
5.832 m4trace:configure.ac:41: -1- m4_pattern_allow([^LDFLAGS$])
6.1 --- a/autom4te.cache/traces.1 Mon Mar 24 15:48:54 2014 +0000
6.2 +++ b/autom4te.cache/traces.1 Thu Mar 27 14:51:47 2014 +0000
6.3 @@ -146,13 +146,13 @@
6.4 m4trace:configure.ac:37: -1- AC_SUBST([target_alias])
6.5 m4trace:configure.ac:37: -1- AC_SUBST_TRACE([target_alias])
6.6 m4trace:configure.ac:37: -1- m4_pattern_allow([^target_alias$])
6.7 -m4trace:configure.ac:38: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6.8 -You should run autoupdate.], [aclocal.m4:429: AM_CONFIG_HEADER is expanded from...
6.9 +m4trace:configure.ac:38: -1- _m4_warn([obsolete], ['AM_CONFIG_HEADER': this macro is obsolete.
6.10 +You should use the 'AC_CONFIG_HEADERS' macro instead.], [aclocal.m4:734: AM_CONFIG_HEADER is expanded from...
6.11 configure.ac:38: the top level])
6.12 m4trace:configure.ac:38: -1- AC_CONFIG_HEADERS([config.h])
6.13 m4trace:configure.ac:39: -1- AM_INIT_AUTOMAKE
6.14 m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6.15 -m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.11.3])
6.16 +m4trace:configure.ac:39: -1- AM_AUTOMAKE_VERSION([1.13.3])
6.17 m4trace:configure.ac:39: -1- AC_REQUIRE_AUX_FILE([install-sh])
6.18 m4trace:configure.ac:39: -1- AC_SUBST([INSTALL_PROGRAM])
6.19 m4trace:configure.ac:39: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
6.20 @@ -213,7 +213,7 @@
6.21 m4trace:configure.ac:39: -1- AC_SUBST([MKDIR_P])
6.22 m4trace:configure.ac:39: -1- AC_SUBST_TRACE([MKDIR_P])
6.23 m4trace:configure.ac:39: -1- m4_pattern_allow([^MKDIR_P$])
6.24 -m4trace:configure.ac:39: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"])
6.25 +m4trace:configure.ac:39: -1- AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
6.26 m4trace:configure.ac:39: -1- AC_SUBST_TRACE([mkdir_p])
6.27 m4trace:configure.ac:39: -1- m4_pattern_allow([^mkdir_p$])
6.28 m4trace:configure.ac:39: -1- AC_SUBST([AWK])
6.29 @@ -234,6 +234,22 @@
6.30 m4trace:configure.ac:39: -1- AC_SUBST([am__untar])
6.31 m4trace:configure.ac:39: -1- AC_SUBST_TRACE([am__untar])
6.32 m4trace:configure.ac:39: -1- m4_pattern_allow([^am__untar$])
6.33 +m4trace:configure.ac:39: -1- AM_SILENT_RULES
6.34 +m4trace:configure.ac:39: -1- AC_SUBST([AM_V])
6.35 +m4trace:configure.ac:39: -1- AC_SUBST_TRACE([AM_V])
6.36 +m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_V$])
6.37 +m4trace:configure.ac:39: -1- _AM_SUBST_NOTMAKE([AM_V])
6.38 +m4trace:configure.ac:39: -1- AC_SUBST([AM_DEFAULT_V])
6.39 +m4trace:configure.ac:39: -1- AC_SUBST_TRACE([AM_DEFAULT_V])
6.40 +m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_DEFAULT_V$])
6.41 +m4trace:configure.ac:39: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
6.42 +m4trace:configure.ac:39: -1- AC_SUBST([AM_DEFAULT_VERBOSITY])
6.43 +m4trace:configure.ac:39: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY])
6.44 +m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
6.45 +m4trace:configure.ac:39: -1- AC_SUBST([AM_BACKSLASH])
6.46 +m4trace:configure.ac:39: -1- AC_SUBST_TRACE([AM_BACKSLASH])
6.47 +m4trace:configure.ac:39: -1- m4_pattern_allow([^AM_BACKSLASH$])
6.48 +m4trace:configure.ac:39: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
6.49 m4trace:configure.ac:41: -1- AC_SUBST([CC])
6.50 m4trace:configure.ac:41: -1- AC_SUBST_TRACE([CC])
6.51 m4trace:configure.ac:41: -1- m4_pattern_allow([^CC$])
7.1 --- a/client/ltpd.crypt Mon Mar 24 15:48:54 2014 +0000
7.2 +++ b/client/ltpd.crypt Thu Mar 27 14:51:47 2014 +0000
7.3 @@ -34,5 +34,6 @@
7.4 # should be useful for debugging
7.5
7.6 0,s,127.0.0/24,mac-127.key
7.7 +1,s,foo,mycert.pem,mykey.pem
7.8 1,s,127.0/16,mycert.pem,mykey.pem
7.9 1,s,130.129/16,mycert.pem,mykey.pem
8.1 --- a/configure Mon Mar 24 15:48:54 2014 +0000
8.2 +++ b/configure Thu Mar 27 14:51:47 2014 +0000
8.3 @@ -1,13 +1,11 @@
8.4 #! /bin/sh
8.5 # Guess values for system-dependent variables and create Makefiles.
8.6 -# Generated by GNU Autoconf 2.68 for ltplib 0.1.
8.7 +# Generated by GNU Autoconf 2.69 for ltplib 0.1.
8.8 #
8.9 # Report bugs to <EMAIL PROTECTED>.
8.10 #
8.11 #
8.12 -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8.13 -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8.14 -# Foundation, Inc.
8.15 +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
8.16 #
8.17 #
8.18 # This configure script is free software; the Free Software Foundation
8.19 @@ -136,6 +134,31 @@
8.20 # CDPATH.
8.21 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
8.22
8.23 +# Use a proper internal environment variable to ensure we don't fall
8.24 + # into an infinite loop, continuously re-executing ourselves.
8.25 + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
8.26 + _as_can_reexec=no; export _as_can_reexec;
8.27 + # We cannot yet assume a decent shell, so we have to provide a
8.28 +# neutralization value for shells without unset; and this also
8.29 +# works around shells that cannot unset nonexistent variables.
8.30 +# Preserve -v and -x to the replacement shell.
8.31 +BASH_ENV=/dev/null
8.32 +ENV=/dev/null
8.33 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
8.34 +case $- in # ((((
8.35 + *v*x* | *x*v* ) as_opts=-vx ;;
8.36 + *v* ) as_opts=-v ;;
8.37 + *x* ) as_opts=-x ;;
8.38 + * ) as_opts= ;;
8.39 +esac
8.40 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
8.41 +# Admittedly, this is quite paranoid, since all the known shells bail
8.42 +# out after a failed `exec'.
8.43 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
8.44 +as_fn_exit 255
8.45 + fi
8.46 + # We don't want this to propagate to other subprocesses.
8.47 + { _as_can_reexec=; unset _as_can_reexec;}
8.48 if test "x$CONFIG_SHELL" = x; then
8.49 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
8.50 emulate sh
8.51 @@ -169,7 +192,8 @@
8.52 else
8.53 exitcode=1; echo positional parameters were not saved.
8.54 fi
8.55 -test x\$exitcode = x0 || exit 1"
8.56 +test x\$exitcode = x0 || exit 1
8.57 +test -x / || exit 1"
8.58 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
8.59 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
8.60 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
8.61 @@ -213,21 +237,25 @@
8.62
8.63
8.64 if test "x$CONFIG_SHELL" != x; then :
8.65 - # We cannot yet assume a decent shell, so we have to provide a
8.66 - # neutralization value for shells without unset; and this also
8.67 - # works around shells that cannot unset nonexistent variables.
8.68 - # Preserve -v and -x to the replacement shell.
8.69 - BASH_ENV=/dev/null
8.70 - ENV=/dev/null
8.71 - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
8.72 - export CONFIG_SHELL
8.73 - case $- in # ((((
8.74 - *v*x* | *x*v* ) as_opts=-vx ;;
8.75 - *v* ) as_opts=-v ;;
8.76 - *x* ) as_opts=-x ;;
8.77 - * ) as_opts= ;;
8.78 - esac
8.79 - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
8.80 + export CONFIG_SHELL
8.81 + # We cannot yet assume a decent shell, so we have to provide a
8.82 +# neutralization value for shells without unset; and this also
8.83 +# works around shells that cannot unset nonexistent variables.
8.84 +# Preserve -v and -x to the replacement shell.
8.85 +BASH_ENV=/dev/null
8.86 +ENV=/dev/null
8.87 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
8.88 +case $- in # ((((
8.89 + *v*x* | *x*v* ) as_opts=-vx ;;
8.90 + *v* ) as_opts=-v ;;
8.91 + *x* ) as_opts=-x ;;
8.92 + * ) as_opts= ;;
8.93 +esac
8.94 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
8.95 +# Admittedly, this is quite paranoid, since all the known shells bail
8.96 +# out after a failed `exec'.
8.97 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
8.98 +exit 255
8.99 fi
8.100
8.101 if test x$as_have_required = xno; then :
8.102 @@ -330,6 +358,14 @@
8.103
8.104
8.105 } # as_fn_mkdir_p
8.106 +
8.107 +# as_fn_executable_p FILE
8.108 +# -----------------------
8.109 +# Test if FILE is an executable regular file.
8.110 +as_fn_executable_p ()
8.111 +{
8.112 + test -f "$1" && test -x "$1"
8.113 +} # as_fn_executable_p
8.114 # as_fn_append VAR VALUE
8.115 # ----------------------
8.116 # Append the text in VALUE to the end of the definition contained in VAR. Take
8.117 @@ -451,6 +487,10 @@
8.118 chmod +x "$as_me.lineno" ||
8.119 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
8.120
8.121 + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
8.122 + # already done that, so ensure we don't try to do so again and fall
8.123 + # in an infinite loop. This has already happened in practice.
8.124 + _as_can_reexec=no; export _as_can_reexec
8.125 # Don't try to exec as it changes $[0], causing all sort of problems
8.126 # (the dirname of $[0] is not the place where we might find the
8.127 # original and so on. Autoconf is especially sensitive to this).
8.128 @@ -485,16 +525,16 @@
8.129 # ... but there are two gotchas:
8.130 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
8.131 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
8.132 - # In both cases, we have to default to `cp -p'.
8.133 + # In both cases, we have to default to `cp -pR'.
8.134 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
8.135 - as_ln_s='cp -p'
8.136 + as_ln_s='cp -pR'
8.137 elif ln conf$$.file conf$$ 2>/dev/null; then
8.138 as_ln_s=ln
8.139 else
8.140 - as_ln_s='cp -p'
8.141 + as_ln_s='cp -pR'
8.142 fi
8.143 else
8.144 - as_ln_s='cp -p'
8.145 + as_ln_s='cp -pR'
8.146 fi
8.147 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
8.148 rmdir conf$$.dir 2>/dev/null
8.149 @@ -506,28 +546,8 @@
8.150 as_mkdir_p=false
8.151 fi
8.152
8.153 -if test -x / >/dev/null 2>&1; then
8.154 - as_test_x='test -x'
8.155 -else
8.156 - if ls -dL / >/dev/null 2>&1; then
8.157 - as_ls_L_option=L
8.158 - else
8.159 - as_ls_L_option=
8.160 - fi
8.161 - as_test_x='
8.162 - eval sh -c '\''
8.163 - if test -d "$1"; then
8.164 - test -d "$1/.";
8.165 - else
8.166 - case $1 in #(
8.167 - -*)set "./$1";;
8.168 - esac;
8.169 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
8.170 - ???[sx]*):;;*)false;;esac;fi
8.171 - '\'' sh
8.172 - '
8.173 -fi
8.174 -as_executable_p=$as_test_x
8.175 +as_test_x='test -x'
8.176 +as_executable_p=as_fn_executable_p
8.177
8.178 # Sed expression to map a string onto a valid CPP name.
8.179 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8.180 @@ -605,6 +625,10 @@
8.181 LDFLAGS
8.182 CFLAGS
8.183 CC
8.184 +AM_BACKSLASH
8.185 +AM_DEFAULT_VERBOSITY
8.186 +AM_DEFAULT_V
8.187 +AM_V
8.188 am__untar
8.189 am__tar
8.190 AMTAR
8.191 @@ -669,6 +693,7 @@
8.192 ac_subst_files=''
8.193 ac_user_opts='
8.194 enable_option_checking
8.195 +enable_silent_rules
8.196 enable_dependency_tracking
8.197 enable_maintainer_mode
8.198 '
8.199 @@ -1138,8 +1163,6 @@
8.200 if test "x$host_alias" != x; then
8.201 if test "x$build_alias" = x; then
8.202 cross_compiling=maybe
8.203 - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
8.204 - If a cross compiler is detected then cross compile mode will be used" >&2
8.205 elif test "x$build_alias" != "x$host_alias"; then
8.206 cross_compiling=yes
8.207 fi
8.208 @@ -1303,10 +1326,15 @@
8.209 --disable-option-checking ignore unrecognized --enable/--with options
8.210 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
8.211 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
8.212 - --disable-dependency-tracking speeds up one-time build
8.213 - --enable-dependency-tracking do not reject slow dependency extractors
8.214 - --enable-maintainer-mode enable make rules and dependencies not useful
8.215 - (and sometimes confusing) to the casual installer
8.216 + --enable-silent-rules less verbose build output (undo: "make V=1")
8.217 + --disable-silent-rules verbose build output (undo: "make V=0")
8.218 + --enable-dependency-tracking
8.219 + do not reject slow dependency extractors
8.220 + --disable-dependency-tracking
8.221 + speeds up one-time build
8.222 + --enable-maintainer-mode
8.223 + enable make rules and dependencies not useful (and
8.224 + sometimes confusing) to the casual installer
8.225
8.226 Some influential environment variables:
8.227 CC C compiler command
8.228 @@ -1386,9 +1414,9 @@
8.229 if $ac_init_version; then
8.230 cat <<\_ACEOF
8.231 ltplib configure 0.1
8.232 -generated by GNU Autoconf 2.68
8.233 -
8.234 -Copyright (C) 2010 Free Software Foundation, Inc.
8.235 +generated by GNU Autoconf 2.69
8.236 +
8.237 +Copyright (C) 2012 Free Software Foundation, Inc.
8.238 This configure script is free software; the Free Software Foundation
8.239 gives unlimited permission to copy, distribute and modify it.
8.240 _ACEOF
8.241 @@ -1479,7 +1507,7 @@
8.242 running configure, to aid debugging if configure makes a mistake.
8.243
8.244 It was created by ltplib $as_me 0.1, which was
8.245 -generated by GNU Autoconf 2.68. Invocation command line was
8.246 +generated by GNU Autoconf 2.69. Invocation command line was
8.247
8.248 $ $0 $@
8.249
8.250 @@ -1828,7 +1856,7 @@
8.251
8.252 ac_config_headers="$ac_config_headers config.h"
8.253
8.254 -am__api_version='1.11'
8.255 +am__api_version='1.13'
8.256
8.257 ac_aux_dir=
8.258 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
8.259 @@ -1896,7 +1924,7 @@
8.260 # by default.
8.261 for ac_prog in ginstall scoinst install; do
8.262 for ac_exec_ext in '' $ac_executable_extensions; do
8.263 - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
8.264 + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
8.265 if test $ac_prog = install &&
8.266 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
8.267 # AIX install. It has an incompatible calling convention.
8.268 @@ -1954,9 +1982,6 @@
8.269
8.270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
8.271 $as_echo_n "checking whether build environment is sane... " >&6; }
8.272 -# Just in case
8.273 -sleep 1
8.274 -echo timestamp > conftest.file
8.275 # Reject unsafe characters in $srcdir or the absolute working directory
8.276 # name. Accept space and tab only in the latter.
8.277 am_lf='
8.278 @@ -1967,32 +1992,40 @@
8.279 esac
8.280 case $srcdir in
8.281 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
8.282 - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
8.283 + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
8.284 esac
8.285
8.286 -# Do `set' in a subshell so we don't clobber the current shell's
8.287 +# Do 'set' in a subshell so we don't clobber the current shell's
8.288 # arguments. Must try -L first in case configure is actually a
8.289 # symlink; some systems play weird games with the mod time of symlinks
8.290 # (eg FreeBSD returns the mod time of the symlink's containing
8.291 # directory).
8.292 if (
8.293 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
8.294 - if test "$*" = "X"; then
8.295 - # -L didn't work.
8.296 - set X `ls -t "$srcdir/configure" conftest.file`
8.297 - fi
8.298 - rm -f conftest.file
8.299 - if test "$*" != "X $srcdir/configure conftest.file" \
8.300 - && test "$*" != "X conftest.file $srcdir/configure"; then
8.301 -
8.302 - # If neither matched, then we have a broken ls. This can happen
8.303 - # if, for instance, CONFIG_SHELL is bash and it inherits a
8.304 - # broken ls alias from the environment. This has actually
8.305 - # happened. Such a system could not be considered "sane".
8.306 - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
8.307 -alias in your environment" "$LINENO" 5
8.308 - fi
8.309 -
8.310 + am_has_slept=no
8.311 + for am_try in 1 2; do
8.312 + echo "timestamp, slept: $am_has_slept" > conftest.file
8.313 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
8.314 + if test "$*" = "X"; then
8.315 + # -L didn't work.
8.316 + set X `ls -t "$srcdir/configure" conftest.file`
8.317 + fi
8.318 + if test "$*" != "X $srcdir/configure conftest.file" \
8.319 + && test "$*" != "X conftest.file $srcdir/configure"; then
8.320 +
8.321 + # If neither matched, then we have a broken ls. This can happen
8.322 + # if, for instance, CONFIG_SHELL is bash and it inherits a
8.323 + # broken ls alias from the environment. This has actually
8.324 + # happened. Such a system could not be considered "sane".
8.325 + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
8.326 + alias in your environment" "$LINENO" 5
8.327 + fi
8.328 + if test "$2" = conftest.file || test $am_try -eq 2; then
8.329 + break
8.330 + fi
8.331 + # Just in case.
8.332 + sleep 1
8.333 + am_has_slept=yes
8.334 + done
8.335 test "$2" = conftest.file
8.336 )
8.337 then
8.338 @@ -2004,6 +2037,16 @@
8.339 fi
8.340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8.341 $as_echo "yes" >&6; }
8.342 +# If we didn't sleep, we still need to ensure time stamps of config.status and
8.343 +# generated files are strictly newer.
8.344 +am_sleep_pid=
8.345 +if grep 'slept: no' conftest.file >/dev/null 2>&1; then
8.346 + ( sleep 1 ) &
8.347 + am_sleep_pid=$!
8.348 +fi
8.349 +
8.350 +rm -f conftest.file
8.351 +
8.352 test "$program_prefix" != NONE &&
8.353 program_transform_name="s&^&$program_prefix&;$program_transform_name"
8.354 # Use a double $ so make ignores it.
8.355 @@ -2026,12 +2069,12 @@
8.356 esac
8.357 fi
8.358 # Use eval to expand $SHELL
8.359 -if eval "$MISSING --run true"; then
8.360 - am_missing_run="$MISSING --run "
8.361 +if eval "$MISSING --is-lightweight"; then
8.362 + am_missing_run="$MISSING "
8.363 else
8.364 am_missing_run=
8.365 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
8.366 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
8.367 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
8.368 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
8.369 fi
8.370
8.371 if test x"${install_sh}" != xset; then
8.372 @@ -2043,10 +2086,10 @@
8.373 esac
8.374 fi
8.375
8.376 -# Installed binaries are usually stripped using `strip' when the user
8.377 -# run `make install-strip'. However `strip' might not be the right
8.378 +# Installed binaries are usually stripped using 'strip' when the user
8.379 +# run "make install-strip". However 'strip' might not be the right
8.380 # tool to use in cross-compilation environments, therefore Automake
8.381 -# will honor the `STRIP' environment variable to overrule this program.
8.382 +# will honor the 'STRIP' environment variable to overrule this program.
8.383 if test "$cross_compiling" != no; then
8.384 if test -n "$ac_tool_prefix"; then
8.385 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
8.386 @@ -2065,7 +2108,7 @@
8.387 IFS=$as_save_IFS
8.388 test -z "$as_dir" && as_dir=.
8.389 for ac_exec_ext in '' $ac_executable_extensions; do
8.390 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.391 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.392 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
8.393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.394 break 2
8.395 @@ -2105,7 +2148,7 @@
8.396 IFS=$as_save_IFS
8.397 test -z "$as_dir" && as_dir=.
8.398 for ac_exec_ext in '' $ac_executable_extensions; do
8.399 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.400 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.401 ac_cv_prog_ac_ct_STRIP="strip"
8.402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.403 break 2
8.404 @@ -2156,7 +2199,7 @@
8.405 test -z "$as_dir" && as_dir=.
8.406 for ac_prog in mkdir gmkdir; do
8.407 for ac_exec_ext in '' $ac_executable_extensions; do
8.408 - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
8.409 + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
8.410 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
8.411 'mkdir (GNU coreutils) '* | \
8.412 'mkdir (coreutils) '* | \
8.413 @@ -2185,12 +2228,6 @@
8.414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
8.415 $as_echo "$MKDIR_P" >&6; }
8.416
8.417 -mkdir_p="$MKDIR_P"
8.418 -case $mkdir_p in
8.419 - [\\/$]* | ?:[\\/]*) ;;
8.420 - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
8.421 -esac
8.422 -
8.423 for ac_prog in gawk mawk nawk awk
8.424 do
8.425 # Extract the first word of "$ac_prog", so it can be a program name with args.
8.426 @@ -2209,7 +2246,7 @@
8.427 IFS=$as_save_IFS
8.428 test -z "$as_dir" && as_dir=.
8.429 for ac_exec_ext in '' $ac_executable_extensions; do
8.430 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.431 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.432 ac_cv_prog_AWK="$ac_prog"
8.433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.434 break 2
8.435 @@ -2273,6 +2310,45 @@
8.436 fi
8.437 rmdir .tst 2>/dev/null
8.438
8.439 +# Check whether --enable-silent-rules was given.
8.440 +if test "${enable_silent_rules+set}" = set; then :
8.441 + enableval=$enable_silent_rules;
8.442 +fi
8.443 +
8.444 +case $enable_silent_rules in # (((
8.445 + yes) AM_DEFAULT_VERBOSITY=0;;
8.446 + no) AM_DEFAULT_VERBOSITY=1;;
8.447 + *) AM_DEFAULT_VERBOSITY=1;;
8.448 +esac
8.449 +am_make=${MAKE-make}
8.450 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
8.451 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
8.452 +if ${am_cv_make_support_nested_variables+:} false; then :
8.453 + $as_echo_n "(cached) " >&6
8.454 +else
8.455 + if $as_echo 'TRUE=$(BAR$(V))
8.456 +BAR0=false
8.457 +BAR1=true
8.458 +V=1
8.459 +am__doit:
8.460 + @$(TRUE)
8.461 +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
8.462 + am_cv_make_support_nested_variables=yes
8.463 +else
8.464 + am_cv_make_support_nested_variables=no
8.465 +fi
8.466 +fi
8.467 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
8.468 +$as_echo "$am_cv_make_support_nested_variables" >&6; }
8.469 +if test $am_cv_make_support_nested_variables = yes; then
8.470 + AM_V='$(V)'
8.471 + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
8.472 +else
8.473 + AM_V=$AM_DEFAULT_VERBOSITY
8.474 + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
8.475 +fi
8.476 +AM_BACKSLASH='\'
8.477 +
8.478 if test "`cd $srcdir && pwd`" != "`pwd`"; then
8.479 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
8.480 # is not polluted with repeated "-I."
8.481 @@ -2323,12 +2399,22 @@
8.482
8.483 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
8.484
8.485 +# For better backward compatibility. To be removed once Automake 1.9.x
8.486 +# dies out for good. For more background, see:
8.487 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
8.488 +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
8.489 +mkdir_p='$(MKDIR_P)'
8.490 +
8.491 # We need awk for the "check" target. The system "awk" is bad on
8.492 # some platforms.
8.493 # Always define AMTAR for backward compatibility. Yes, it's still used
8.494 # in the wild :-( We should find a proper way to deprecate it ...
8.495 AMTAR='$${TAR-tar}'
8.496
8.497 +
8.498 +# We'll loop over all known methods to create a tar archive until one works.
8.499 +_am_tools='gnutar pax cpio none'
8.500 +
8.501 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
8.502
8.503
8.504 @@ -2336,6 +2422,7 @@
8.505
8.506
8.507
8.508 +
8.509 ac_ext=c
8.510 ac_cpp='$CPP $CPPFLAGS'
8.511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8.512 @@ -2358,7 +2445,7 @@
8.513 IFS=$as_save_IFS
8.514 test -z "$as_dir" && as_dir=.
8.515 for ac_exec_ext in '' $ac_executable_extensions; do
8.516 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.517 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.518 ac_cv_prog_CC="${ac_tool_prefix}gcc"
8.519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.520 break 2
8.521 @@ -2398,7 +2485,7 @@
8.522 IFS=$as_save_IFS
8.523 test -z "$as_dir" && as_dir=.
8.524 for ac_exec_ext in '' $ac_executable_extensions; do
8.525 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.526 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.527 ac_cv_prog_ac_ct_CC="gcc"
8.528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.529 break 2
8.530 @@ -2451,7 +2538,7 @@
8.531 IFS=$as_save_IFS
8.532 test -z "$as_dir" && as_dir=.
8.533 for ac_exec_ext in '' $ac_executable_extensions; do
8.534 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.535 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.536 ac_cv_prog_CC="${ac_tool_prefix}cc"
8.537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.538 break 2
8.539 @@ -2492,7 +2579,7 @@
8.540 IFS=$as_save_IFS
8.541 test -z "$as_dir" && as_dir=.
8.542 for ac_exec_ext in '' $ac_executable_extensions; do
8.543 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.544 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.545 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
8.546 ac_prog_rejected=yes
8.547 continue
8.548 @@ -2550,7 +2637,7 @@
8.549 IFS=$as_save_IFS
8.550 test -z "$as_dir" && as_dir=.
8.551 for ac_exec_ext in '' $ac_executable_extensions; do
8.552 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.553 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.554 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
8.555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.556 break 2
8.557 @@ -2594,7 +2681,7 @@
8.558 IFS=$as_save_IFS
8.559 test -z "$as_dir" && as_dir=.
8.560 for ac_exec_ext in '' $ac_executable_extensions; do
8.561 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.562 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.563 ac_cv_prog_ac_ct_CC="$ac_prog"
8.564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.565 break 2
8.566 @@ -3040,8 +3127,7 @@
8.567 /* end confdefs.h. */
8.568 #include <stdarg.h>
8.569 #include <stdio.h>
8.570 -#include <sys/types.h>
8.571 -#include <sys/stat.h>
8.572 +struct stat;
8.573 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
8.574 struct buf { int x; };
8.575 FILE * (*rcsopen) (struct buf *, struct stat *, int);
8.576 @@ -3144,7 +3230,7 @@
8.577 _am_result=none
8.578 # First try GNU make style include.
8.579 echo "include confinc" > confmf
8.580 -# Ignore all kinds of additional output from `make'.
8.581 +# Ignore all kinds of additional output from 'make'.
8.582 case `$am_make -s -f confmf 2> /dev/null` in #(
8.583 *the\ am__doit\ target*)
8.584 am__include=include
8.585 @@ -3200,8 +3286,8 @@
8.586 # We make a subdir and do the tests there. Otherwise we can end up
8.587 # making bogus files that we don't know about and never remove. For
8.588 # instance it was reported that on HP-UX the gcc test will end up
8.589 - # making a dummy file named `D' -- because `-MD' means `put the output
8.590 - # in D'.
8.591 + # making a dummy file named 'D' -- because '-MD' means "put the output
8.592 + # in D".
8.593 rm -rf conftest.dir
8.594 mkdir conftest.dir
8.595 # Copy depcomp to subdir because otherwise we won't find it if we're
8.596 @@ -3236,16 +3322,16 @@
8.597 : > sub/conftest.c
8.598 for i in 1 2 3 4 5 6; do
8.599 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8.600 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8.601 - # Solaris 8's {/usr,}/bin/sh.
8.602 - touch sub/conftst$i.h
8.603 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
8.604 + # Solaris 10 /bin/sh.
8.605 + echo '/* dummy */' > sub/conftst$i.h
8.606 done
8.607 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
8.608
8.609 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
8.610 + # We check with '-c' and '-o' for the sake of the "dashmstdout"
8.611 # mode. It turns out that the SunPro C++ compiler does not properly
8.612 - # handle `-M -o', and we need to detect this. Also, some Intel
8.613 - # versions had trouble with output in subdirs
8.614 + # handle '-M -o', and we need to detect this. Also, some Intel
8.615 + # versions had trouble with output in subdirs.
8.616 am__obj=sub/conftest.${OBJEXT-o}
8.617 am__minus_obj="-o $am__obj"
8.618 case $depmode in
8.619 @@ -3254,8 +3340,8 @@
8.620 test "$am__universal" = false || continue
8.621 ;;
8.622 nosideeffect)
8.623 - # after this tag, mechanisms are not by side-effect, so they'll
8.624 - # only be used when explicitly requested
8.625 + # After this tag, mechanisms are not by side-effect, so they'll
8.626 + # only be used when explicitly requested.
8.627 if test "x$enable_dependency_tracking" = xyes; then
8.628 continue
8.629 else
8.630 @@ -3263,7 +3349,7 @@
8.631 fi
8.632 ;;
8.633 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
8.634 - # This compiler won't grok `-c -o', but also, the minuso test has
8.635 + # This compiler won't grok '-c -o', but also, the minuso test has
8.636 # not run yet. These depmodes are late enough in the game, and
8.637 # so weak that their functioning should not be impacted.
8.638 am__obj=conftest.${OBJEXT-o}
8.639 @@ -3345,7 +3431,7 @@
8.640 IFS=$as_save_IFS
8.641 test -z "$as_dir" && as_dir=.
8.642 for ac_exec_ext in '' $ac_executable_extensions; do
8.643 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.644 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.645 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
8.646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.647 break 2
8.648 @@ -3389,7 +3475,7 @@
8.649 IFS=$as_save_IFS
8.650 test -z "$as_dir" && as_dir=.
8.651 for ac_exec_ext in '' $ac_executable_extensions; do
8.652 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.653 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.654 ac_cv_prog_ac_ct_CXX="$ac_prog"
8.655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.656 break 2
8.657 @@ -3585,8 +3671,8 @@
8.658 # We make a subdir and do the tests there. Otherwise we can end up
8.659 # making bogus files that we don't know about and never remove. For
8.660 # instance it was reported that on HP-UX the gcc test will end up
8.661 - # making a dummy file named `D' -- because `-MD' means `put the output
8.662 - # in D'.
8.663 + # making a dummy file named 'D' -- because '-MD' means "put the output
8.664 + # in D".
8.665 rm -rf conftest.dir
8.666 mkdir conftest.dir
8.667 # Copy depcomp to subdir because otherwise we won't find it if we're
8.668 @@ -3621,16 +3707,16 @@
8.669 : > sub/conftest.c
8.670 for i in 1 2 3 4 5 6; do
8.671 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8.672 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8.673 - # Solaris 8's {/usr,}/bin/sh.
8.674 - touch sub/conftst$i.h
8.675 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
8.676 + # Solaris 10 /bin/sh.
8.677 + echo '/* dummy */' > sub/conftst$i.h
8.678 done
8.679 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
8.680
8.681 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
8.682 + # We check with '-c' and '-o' for the sake of the "dashmstdout"
8.683 # mode. It turns out that the SunPro C++ compiler does not properly
8.684 - # handle `-M -o', and we need to detect this. Also, some Intel
8.685 - # versions had trouble with output in subdirs
8.686 + # handle '-M -o', and we need to detect this. Also, some Intel
8.687 + # versions had trouble with output in subdirs.
8.688 am__obj=sub/conftest.${OBJEXT-o}
8.689 am__minus_obj="-o $am__obj"
8.690 case $depmode in
8.691 @@ -3639,8 +3725,8 @@
8.692 test "$am__universal" = false || continue
8.693 ;;
8.694 nosideeffect)
8.695 - # after this tag, mechanisms are not by side-effect, so they'll
8.696 - # only be used when explicitly requested
8.697 + # After this tag, mechanisms are not by side-effect, so they'll
8.698 + # only be used when explicitly requested.
8.699 if test "x$enable_dependency_tracking" = xyes; then
8.700 continue
8.701 else
8.702 @@ -3648,7 +3734,7 @@
8.703 fi
8.704 ;;
8.705 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
8.706 - # This compiler won't grok `-c -o', but also, the minuso test has
8.707 + # This compiler won't grok '-c -o', but also, the minuso test has
8.708 # not run yet. These depmodes are late enough in the game, and
8.709 # so weak that their functioning should not be impacted.
8.710 am__obj=conftest.${OBJEXT-o}
8.711 @@ -3719,7 +3805,7 @@
8.712 IFS=$as_save_IFS
8.713 test -z "$as_dir" && as_dir=.
8.714 for ac_exec_ext in '' $ac_executable_extensions; do
8.715 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.716 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.717 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8.718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.719 break 2
8.720 @@ -3759,7 +3845,7 @@
8.721 IFS=$as_save_IFS
8.722 test -z "$as_dir" && as_dir=.
8.723 for ac_exec_ext in '' $ac_executable_extensions; do
8.724 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8.725 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8.726 ac_cv_prog_ac_ct_RANLIB="ranlib"
8.727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8.728 break 2
8.729 @@ -4102,7 +4188,6 @@
8.730
8.731 ac_libobjs=
8.732 ac_ltlibobjs=
8.733 -U=
8.734 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
8.735 # 1. Remove the extension, and $U if already installed.
8.736 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
8.737 @@ -4117,6 +4202,14 @@
8.738 LTLIBOBJS=$ac_ltlibobjs
8.739
8.740
8.741 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
8.742 +$as_echo_n "checking that generated files are newer than configure... " >&6; }
8.743 + if test -n "$am_sleep_pid"; then
8.744 + # Hide warnings about reused PIDs.
8.745 + wait $am_sleep_pid 2>/dev/null
8.746 + fi
8.747 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
8.748 +$as_echo "done" >&6; }
8.749 if test -n "$EXEEXT"; then
8.750 am__EXEEXT_TRUE=
8.751 am__EXEEXT_FALSE='#'
8.752 @@ -4447,16 +4540,16 @@
8.753 # ... but there are two gotchas:
8.754 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
8.755 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
8.756 - # In both cases, we have to default to `cp -p'.
8.757 + # In both cases, we have to default to `cp -pR'.
8.758 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
8.759 - as_ln_s='cp -p'
8.760 + as_ln_s='cp -pR'
8.761 elif ln conf$$.file conf$$ 2>/dev/null; then
8.762 as_ln_s=ln
8.763 else
8.764 - as_ln_s='cp -p'
8.765 + as_ln_s='cp -pR'
8.766 fi
8.767 else
8.768 - as_ln_s='cp -p'
8.769 + as_ln_s='cp -pR'
8.770 fi
8.771 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
8.772 rmdir conf$$.dir 2>/dev/null
8.773 @@ -4516,28 +4609,16 @@
8.774 as_mkdir_p=false
8.775 fi
8.776
8.777 -if test -x / >/dev/null 2>&1; then
8.778 - as_test_x='test -x'
8.779 -else
8.780 - if ls -dL / >/dev/null 2>&1; then
8.781 - as_ls_L_option=L
8.782 - else
8.783 - as_ls_L_option=
8.784 - fi
8.785 - as_test_x='
8.786 - eval sh -c '\''
8.787 - if test -d "$1"; then
8.788 - test -d "$1/.";
8.789 - else
8.790 - case $1 in #(
8.791 - -*)set "./$1";;
8.792 - esac;
8.793 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
8.794 - ???[sx]*):;;*)false;;esac;fi
8.795 - '\'' sh
8.796 - '
8.797 -fi
8.798 -as_executable_p=$as_test_x
8.799 +
8.800 +# as_fn_executable_p FILE
8.801 +# -----------------------
8.802 +# Test if FILE is an executable regular file.
8.803 +as_fn_executable_p ()
8.804 +{
8.805 + test -f "$1" && test -x "$1"
8.806 +} # as_fn_executable_p
8.807 +as_test_x='test -x'
8.808 +as_executable_p=as_fn_executable_p
8.809
8.810 # Sed expression to map a string onto a valid CPP name.
8.811 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8.812 @@ -4559,7 +4640,7 @@
8.813 # values after options handling.
8.814 ac_log="
8.815 This file was extended by ltplib $as_me 0.1, which was
8.816 -generated by GNU Autoconf 2.68. Invocation command line was
8.817 +generated by GNU Autoconf 2.69. Invocation command line was
8.818
8.819 CONFIG_FILES = $CONFIG_FILES
8.820 CONFIG_HEADERS = $CONFIG_HEADERS
8.821 @@ -4625,10 +4706,10 @@
8.822 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8.823 ac_cs_version="\\
8.824 ltplib config.status 0.1
8.825 -configured by $0, generated by GNU Autoconf 2.68,
8.826 +configured by $0, generated by GNU Autoconf 2.69,
8.827 with options \\"\$ac_cs_config\\"
8.828
8.829 -Copyright (C) 2010 Free Software Foundation, Inc.
8.830 +Copyright (C) 2012 Free Software Foundation, Inc.
8.831 This config.status script is free software; the Free Software Foundation
8.832 gives unlimited permission to copy, distribute and modify it."
8.833
8.834 @@ -4719,7 +4800,7 @@
8.835 _ACEOF
8.836 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8.837 if \$ac_cs_recheck; then
8.838 - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8.839 + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8.840 shift
8.841 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8.842 CONFIG_SHELL='$SHELL'
8.843 @@ -5356,7 +5437,7 @@
8.844
8.845 case $ac_file$ac_mode in
8.846 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
8.847 - # Autoconf 2.62 quotes --file arguments for eval, but not when files
8.848 + # Older Autoconf quotes --file arguments for eval, but not when files
8.849 # are listed without --file. Let's play safe and only enable the eval
8.850 # if we detect the quoting.
8.851 case $CONFIG_FILES in
8.852 @@ -5369,7 +5450,7 @@
8.853 # Strip MF so we end up with the name of the file.
8.854 mf=`echo "$mf" | sed -e 's/:.*$//'`
8.855 # Check whether this is an Automake generated Makefile or not.
8.856 - # We used to match only the files named `Makefile.in', but
8.857 + # We used to match only the files named 'Makefile.in', but
8.858 # some people rename them; so instead we look at the file content.
8.859 # Grep'ing the first line is not enough: some people post-process
8.860 # each Makefile.in and add a new line on top of each file to say so.
8.861 @@ -5403,21 +5484,19 @@
8.862 continue
8.863 fi
8.864 # Extract the definition of DEPDIR, am__include, and am__quote
8.865 - # from the Makefile without running `make'.
8.866 + # from the Makefile without running 'make'.
8.867 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8.868 test -z "$DEPDIR" && continue
8.869 am__include=`sed -n 's/^am__include = //p' < "$mf"`
8.870 - test -z "am__include" && continue
8.871 + test -z "$am__include" && continue
8.872 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8.873 - # When using ansi2knr, U may be empty or an underscore; expand it
8.874 - U=`sed -n 's/^U = //p' < "$mf"`
8.875 # Find all dependency output files, they are included files with
8.876 # $(DEPDIR) in their names. We invoke sed twice because it is the
8.877 # simplest approach to changing $(DEPDIR) to its actual value in the
8.878 # expansion.
8.879 for file in `sed -n "
8.880 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8.881 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8.882 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
8.883 # Make sure the directory exists.
8.884 test -f "$dirpart/$file" && continue
8.885 fdir=`$as_dirname -- "$file" ||
9.1 --- a/install-sh Mon Mar 24 15:48:54 2014 +0000
9.2 +++ b/install-sh Thu Mar 27 14:51:47 2014 +0000
9.3 @@ -1,1 +1,1 @@
9.4 -/usr/share/automake-1.11/install-sh
9.5 \ No newline at end of file
9.6 +/usr/share/automake-1.13/install-sh
9.7 \ No newline at end of file
10.1 --- a/server/ltpd.crypt Mon Mar 24 15:48:54 2014 +0000
10.2 +++ b/server/ltpd.crypt Thu Mar 27 14:51:47 2014 +0000
10.3 @@ -34,5 +34,6 @@
10.4 # should be useful for debugging
10.5
10.6 0,s,127.0.0/24,mac-127.key
10.7 +1,s,foo,mycert.pem,mykey.pem
10.8 1,s,127.0/16,mycert.pem,mykey.pem
10.9 1,s,130.129/16,mycert.pem,mykey.pem
11.1 --- a/src/ltp_crypt.cc Mon Mar 24 15:48:54 2014 +0000
11.2 +++ b/src/ltp_crypt.cc Thu Mar 27 14:51:47 2014 +0000
11.3 @@ -267,6 +267,10 @@
11.4 */
11.5 int ltp_crypt_setup(char *fname)
11.6 {
11.7 +#ifdef LTP_VERBOSE
11.8 + snprintf(ltpstr,LTPSTR_LEN,"Entering %s\n",__FUNCTION__);
11.9 + ltp_log(LTP_LOG_MAX,ltpstr);
11.10 +#endif
11.11 // just copy the thing and set a flag to re-read @ next interesting time
11.12 if (!fname || fname[0]=='\0') { // ok to call with a NULL
11.13 snprintf(ltp_crypt_fname,MAXPATH,"%s",fname);
11.14 @@ -797,6 +801,10 @@
11.15 ltp_log(LTP_LOG_MAX,ltpstr);
11.16 LTPERR(LTP_BAD_VALUE);
11.17 }
11.18 +#ifdef LTP_VERBOSE
11.19 + snprintf(ltpstr,LTPSTR_LEN,"Signature check succeeded\n");
11.20 + ltp_log(LTP_LOG_MAX,ltpstr);
11.21 +#endif
11.22 *result=true; // its a good sig!!!
11.23 }
11.24 break;
12.1 --- a/src/ltpd.cc Mon Mar 24 15:48:54 2014 +0000
12.2 +++ b/src/ltpd.cc Thu Mar 27 14:51:47 2014 +0000
12.3 @@ -333,7 +333,7 @@
12.4 LTPD_DEF_SLEEPTIME);
12.5 printf("\t\t - a value of \"b\" makes the sending socket block until the session is complete, i.e. \"-w b\"\n");
12.6 printf("Protocol parameters:\n");
12.7 - printf("\t[-A ciphersuite] specifies which LTP-Auth ciphersuite to use [\"Off\"/0; \"MAC\"/1, \"Signature\"/2, \"NULL\",3 ] default is none\n");
12.8 + printf("\t[-A ciphersuite] specifies which LTP-Auth ciphersuite to use [\"MAC\"/0, \"Signature\"/1, \"NULL\",255 ] default is none\n");
12.9 printf("\t[-C len] turn on cookies of len bytes (cookies are off by default, same as len=0)\n");
12.10 printf("\t[-D dest[:port]] sets the destination IP address or DNS name [%s]\n",ltpaddr2str(&dest));
12.11 printf("\t[-G cookie-grace-period] specifies the number of seconds before cookies must be seen in responses [%d]\n",LTPD_DEF_CGL);
12.12 @@ -879,6 +879,12 @@
12.13 ltp_log(LTP_LOG_MAX,ltpstr);
12.14 inbuf=(unsigned char*)calloc(insize,1);
12.15 if (!inbuf) { LTPERR(LTP_MEMORY);}
12.16 +
12.17 + // setup crypto maps if necessary
12.18 + if (auth_ciphersuite_given) {
12.19 + rv=ltp_crypt_setup(ccfg_fname);
12.20 + if (rv) LTPERR(rv);
12.21 + }
12.22 #undef ONESOCK
12.23 #ifdef ONESOCK
12.24 sock=ltp_socket(AF_LTP,SOCK_LTP_SESSION,0);