1# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
4
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15m4_ifndef([AC_AUTOCONF_VERSION],
16  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18[m4_warning([this file was generated for autoconf 2.69.
19You have another version of autoconf.  It may work, but is not guaranteed to.
20If you have problems, you may need to regenerate the build system entirely.
21To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22
23# Copyright (C) 2002-2013 Free Software Foundation, Inc.
24#
25# This file is free software; the Free Software Foundation
26# gives unlimited permission to copy and/or distribute it,
27# with or without modifications, as long as this notice is preserved.
28
29# AM_AUTOMAKE_VERSION(VERSION)
30# ----------------------------
31# Automake X.Y traces this macro to ensure aclocal.m4 has been
32# generated from the m4 files accompanying Automake X.Y.
33# (This private macro should not be called outside this file.)
34AC_DEFUN([AM_AUTOMAKE_VERSION],
35[am__api_version='1.14'
36dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
37dnl require some minimum version.  Point them to the right macro.
38m4_if([$1], [1.14.1], [],
39      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
40])
41
42# _AM_AUTOCONF_VERSION(VERSION)
43# -----------------------------
44# aclocal traces this macro to find the Autoconf version.
45# This is a private macro too.  Using m4_define simplifies
46# the logic in aclocal, which can simply ignore this definition.
47m4_define([_AM_AUTOCONF_VERSION], [])
48
49# AM_SET_CURRENT_AUTOMAKE_VERSION
50# -------------------------------
51# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
52# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
53AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54[AM_AUTOMAKE_VERSION([1.14.1])dnl
55m4_ifndef([AC_AUTOCONF_VERSION],
56  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
57_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
58
59# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
60
61# Copyright (C) 2001-2013 Free Software Foundation, Inc.
62#
63# This file is free software; the Free Software Foundation
64# gives unlimited permission to copy and/or distribute it,
65# with or without modifications, as long as this notice is preserved.
66
67# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
68# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
69# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
70#
71# Of course, Automake must honor this variable whenever it calls a
72# tool from the auxiliary directory.  The problem is that $srcdir (and
73# therefore $ac_aux_dir as well) can be either absolute or relative,
74# depending on how configure is run.  This is pretty annoying, since
75# it makes $ac_aux_dir quite unusable in subdirectories: in the top
76# source directory, any form will work fine, but in subdirectories a
77# relative path needs to be adjusted first.
78#
79# $ac_aux_dir/missing
80#    fails when called from a subdirectory if $ac_aux_dir is relative
81# $top_srcdir/$ac_aux_dir/missing
82#    fails if $ac_aux_dir is absolute,
83#    fails when called from a subdirectory in a VPATH build with
84#          a relative $ac_aux_dir
85#
86# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
87# are both prefixed by $srcdir.  In an in-source build this is usually
88# harmless because $srcdir is '.', but things will broke when you
89# start a VPATH build or use an absolute $srcdir.
90#
91# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
92# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
93#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
94# and then we would define $MISSING as
95#   MISSING="\${SHELL} $am_aux_dir/missing"
96# This will work as long as MISSING is not called from configure, because
97# unfortunately $(top_srcdir) has no meaning in configure.
98# However there are other variables, like CC, which are often used in
99# configure, and could therefore not use this "fixed" $ac_aux_dir.
100#
101# Another solution, used here, is to always expand $ac_aux_dir to an
102# absolute PATH.  The drawback is that using absolute paths prevent a
103# configured tree to be moved without reconfiguration.
104
105AC_DEFUN([AM_AUX_DIR_EXPAND],
106[dnl Rely on autoconf to set up CDPATH properly.
107AC_PREREQ([2.50])dnl
108# expand $ac_aux_dir to an absolute path
109am_aux_dir=`cd $ac_aux_dir && pwd`
110])
111
112# Do all the work for Automake.                             -*- Autoconf -*-
113
114# Copyright (C) 1996-2013 Free Software Foundation, Inc.
115#
116# This file is free software; the Free Software Foundation
117# gives unlimited permission to copy and/or distribute it,
118# with or without modifications, as long as this notice is preserved.
119
120# This macro actually does too much.  Some checks are only needed if
121# your package does certain things.  But this isn't really a big deal.
122
123dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
124m4_define([AC_PROG_CC],
125m4_defn([AC_PROG_CC])
126[_AM_PROG_CC_C_O
127])
128
129# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
130# AM_INIT_AUTOMAKE([OPTIONS])
131# -----------------------------------------------
132# The call with PACKAGE and VERSION arguments is the old style
133# call (pre autoconf-2.50), which is being phased out.  PACKAGE
134# and VERSION should now be passed to AC_INIT and removed from
135# the call to AM_INIT_AUTOMAKE.
136# We support both call styles for the transition.  After
137# the next Automake release, Autoconf can make the AC_INIT
138# arguments mandatory, and then we can depend on a new Autoconf
139# release and drop the old call support.
140AC_DEFUN([AM_INIT_AUTOMAKE],
141[AC_PREREQ([2.65])dnl
142dnl Autoconf wants to disallow AM_ names.  We explicitly allow
143dnl the ones we care about.
144m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
145AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
146AC_REQUIRE([AC_PROG_INSTALL])dnl
147if test "`cd $srcdir && pwd`" != "`pwd`"; then
148  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
149  # is not polluted with repeated "-I."
150  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
151  # test to see if srcdir already configured
152  if test -f $srcdir/config.status; then
153    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
154  fi
155fi
156
157# test whether we have cygpath
158if test -z "$CYGPATH_W"; then
159  if (cygpath --version) >/dev/null 2>/dev/null; then
160    CYGPATH_W='cygpath -w'
161  else
162    CYGPATH_W=echo
163  fi
164fi
165AC_SUBST([CYGPATH_W])
166
167# Define the identity of the package.
168dnl Distinguish between old-style and new-style calls.
169m4_ifval([$2],
170[AC_DIAGNOSE([obsolete],
171             [$0: two- and three-arguments forms are deprecated.])
172m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
173 AC_SUBST([PACKAGE], [$1])dnl
174 AC_SUBST([VERSION], [$2])],
175[_AM_SET_OPTIONS([$1])dnl
176dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
177m4_if(
178  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
179  [ok:ok],,
180  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
181 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
182 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
183
184_AM_IF_OPTION([no-define],,
185[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
186 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
187
188# Some tools Automake needs.
189AC_REQUIRE([AM_SANITY_CHECK])dnl
190AC_REQUIRE([AC_ARG_PROGRAM])dnl
191AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
192AM_MISSING_PROG([AUTOCONF], [autoconf])
193AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
194AM_MISSING_PROG([AUTOHEADER], [autoheader])
195AM_MISSING_PROG([MAKEINFO], [makeinfo])
196AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
197AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
198AC_REQUIRE([AC_PROG_MKDIR_P])dnl
199# For better backward compatibility.  To be removed once Automake 1.9.x
200# dies out for good.  For more background, see:
201# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
202# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
203AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
204# We need awk for the "check" target.  The system "awk" is bad on
205# some platforms.
206AC_REQUIRE([AC_PROG_AWK])dnl
207AC_REQUIRE([AC_PROG_MAKE_SET])dnl
208AC_REQUIRE([AM_SET_LEADING_DOT])dnl
209_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
210	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
211			     [_AM_PROG_TAR([v7])])])
212_AM_IF_OPTION([no-dependencies],,
213[AC_PROVIDE_IFELSE([AC_PROG_CC],
214		  [_AM_DEPENDENCIES([CC])],
215		  [m4_define([AC_PROG_CC],
216			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
217AC_PROVIDE_IFELSE([AC_PROG_CXX],
218		  [_AM_DEPENDENCIES([CXX])],
219		  [m4_define([AC_PROG_CXX],
220			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
221AC_PROVIDE_IFELSE([AC_PROG_OBJC],
222		  [_AM_DEPENDENCIES([OBJC])],
223		  [m4_define([AC_PROG_OBJC],
224			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
225AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
226		  [_AM_DEPENDENCIES([OBJCXX])],
227		  [m4_define([AC_PROG_OBJCXX],
228			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
229])
230AC_REQUIRE([AM_SILENT_RULES])dnl
231dnl The testsuite driver may need to know about EXEEXT, so add the
232dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
233dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
234AC_CONFIG_COMMANDS_PRE(dnl
235[m4_provide_if([_AM_COMPILER_EXEEXT],
236  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
237
238# POSIX will say in a future version that running "rm -f" with no argument
239# is OK; and we want to be able to make that assumption in our Makefile
240# recipes.  So use an aggressive probe to check that the usage we want is
241# actually supported "in the wild" to an acceptable degree.
242# See automake bug#10828.
243# To make any issue more visible, cause the running configure to be aborted
244# by default if the 'rm' program in use doesn't match our expectations; the
245# user can still override this though.
246if rm -f && rm -fr && rm -rf; then : OK; else
247  cat >&2 <<'END'
248Oops!
249
250Your 'rm' program seems unable to run without file operands specified
251on the command line, even when the '-f' option is present.  This is contrary
252to the behaviour of most rm programs out there, and not conforming with
253the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
254
255Please tell bug-automake@gnu.org about your system, including the value
256of your $PATH and any error possibly output before this message.  This
257can help us improve future automake versions.
258
259END
260  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
261    echo 'Configuration will proceed anyway, since you have set the' >&2
262    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
263    echo >&2
264  else
265    cat >&2 <<'END'
266Aborting the configuration process, to ensure you take notice of the issue.
267
268You can download and install GNU coreutils to get an 'rm' implementation
269that behaves properly: <http://www.gnu.org/software/coreutils/>.
270
271If you want to complete the configuration process using your problematic
272'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
273to "yes", and re-run configure.
274
275END
276    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
277  fi
278fi])
279
280dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
281dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
282dnl mangled by Autoconf and run in a shell conditional statement.
283m4_define([_AC_COMPILER_EXEEXT],
284m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
285
286# When config.status generates a header, we must update the stamp-h file.
287# This file resides in the same directory as the config header
288# that is generated.  The stamp files are numbered to have different names.
289
290# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
291# loop where config.status creates the headers, so we can generate
292# our stamp files there.
293AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
294[# Compute $1's index in $config_headers.
295_am_arg=$1
296_am_stamp_count=1
297for _am_header in $config_headers :; do
298  case $_am_header in
299    $_am_arg | $_am_arg:* )
300      break ;;
301    * )
302      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
303  esac
304done
305echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
306
307# Copyright (C) 2001-2013 Free Software Foundation, Inc.
308#
309# This file is free software; the Free Software Foundation
310# gives unlimited permission to copy and/or distribute it,
311# with or without modifications, as long as this notice is preserved.
312
313# AM_PROG_INSTALL_SH
314# ------------------
315# Define $install_sh.
316AC_DEFUN([AM_PROG_INSTALL_SH],
317[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
318if test x"${install_sh}" != xset; then
319  case $am_aux_dir in
320  *\ * | *\	*)
321    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
322  *)
323    install_sh="\${SHELL} $am_aux_dir/install-sh"
324  esac
325fi
326AC_SUBST([install_sh])])
327
328# Copyright (C) 2003-2013 Free Software Foundation, Inc.
329#
330# This file is free software; the Free Software Foundation
331# gives unlimited permission to copy and/or distribute it,
332# with or without modifications, as long as this notice is preserved.
333
334# Check whether the underlying file-system supports filenames
335# with a leading dot.  For instance MS-DOS doesn't.
336AC_DEFUN([AM_SET_LEADING_DOT],
337[rm -rf .tst 2>/dev/null
338mkdir .tst 2>/dev/null
339if test -d .tst; then
340  am__leading_dot=.
341else
342  am__leading_dot=_
343fi
344rmdir .tst 2>/dev/null
345AC_SUBST([am__leading_dot])])
346
347# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
348
349# Copyright (C) 1997-2013 Free Software Foundation, Inc.
350#
351# This file is free software; the Free Software Foundation
352# gives unlimited permission to copy and/or distribute it,
353# with or without modifications, as long as this notice is preserved.
354
355# AM_MISSING_PROG(NAME, PROGRAM)
356# ------------------------------
357AC_DEFUN([AM_MISSING_PROG],
358[AC_REQUIRE([AM_MISSING_HAS_RUN])
359$1=${$1-"${am_missing_run}$2"}
360AC_SUBST($1)])
361
362# AM_MISSING_HAS_RUN
363# ------------------
364# Define MISSING if not defined so far and test if it is modern enough.
365# If it is, set am_missing_run to use it, otherwise, to nothing.
366AC_DEFUN([AM_MISSING_HAS_RUN],
367[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
368AC_REQUIRE_AUX_FILE([missing])dnl
369if test x"${MISSING+set}" != xset; then
370  case $am_aux_dir in
371  *\ * | *\	*)
372    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
373  *)
374    MISSING="\${SHELL} $am_aux_dir/missing" ;;
375  esac
376fi
377# Use eval to expand $SHELL
378if eval "$MISSING --is-lightweight"; then
379  am_missing_run="$MISSING "
380else
381  am_missing_run=
382  AC_MSG_WARN(['missing' script is too old or missing])
383fi
384])
385
386# Helper functions for option handling.                     -*- Autoconf -*-
387
388# Copyright (C) 2001-2013 Free Software Foundation, Inc.
389#
390# This file is free software; the Free Software Foundation
391# gives unlimited permission to copy and/or distribute it,
392# with or without modifications, as long as this notice is preserved.
393
394# _AM_MANGLE_OPTION(NAME)
395# -----------------------
396AC_DEFUN([_AM_MANGLE_OPTION],
397[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
398
399# _AM_SET_OPTION(NAME)
400# --------------------
401# Set option NAME.  Presently that only means defining a flag for this option.
402AC_DEFUN([_AM_SET_OPTION],
403[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
404
405# _AM_SET_OPTIONS(OPTIONS)
406# ------------------------
407# OPTIONS is a space-separated list of Automake options.
408AC_DEFUN([_AM_SET_OPTIONS],
409[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
410
411# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
412# -------------------------------------------
413# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
414AC_DEFUN([_AM_IF_OPTION],
415[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
416
417# Check to make sure that the build environment is sane.    -*- Autoconf -*-
418
419# Copyright (C) 1996-2013 Free Software Foundation, Inc.
420#
421# This file is free software; the Free Software Foundation
422# gives unlimited permission to copy and/or distribute it,
423# with or without modifications, as long as this notice is preserved.
424
425# AM_SANITY_CHECK
426# ---------------
427AC_DEFUN([AM_SANITY_CHECK],
428[AC_MSG_CHECKING([whether build environment is sane])
429# Reject unsafe characters in $srcdir or the absolute working directory
430# name.  Accept space and tab only in the latter.
431am_lf='
432'
433case `pwd` in
434  *[[\\\"\#\$\&\'\`$am_lf]]*)
435    AC_MSG_ERROR([unsafe absolute working directory name]);;
436esac
437case $srcdir in
438  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
439    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
440esac
441
442# Do 'set' in a subshell so we don't clobber the current shell's
443# arguments.  Must try -L first in case configure is actually a
444# symlink; some systems play weird games with the mod time of symlinks
445# (eg FreeBSD returns the mod time of the symlink's containing
446# directory).
447if (
448   am_has_slept=no
449   for am_try in 1 2; do
450     echo "timestamp, slept: $am_has_slept" > conftest.file
451     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
452     if test "$[*]" = "X"; then
453	# -L didn't work.
454	set X `ls -t "$srcdir/configure" conftest.file`
455     fi
456     if test "$[*]" != "X $srcdir/configure conftest.file" \
457	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
458
459	# If neither matched, then we have a broken ls.  This can happen
460	# if, for instance, CONFIG_SHELL is bash and it inherits a
461	# broken ls alias from the environment.  This has actually
462	# happened.  Such a system could not be considered "sane".
463	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
464  alias in your environment])
465     fi
466     if test "$[2]" = conftest.file || test $am_try -eq 2; then
467       break
468     fi
469     # Just in case.
470     sleep 1
471     am_has_slept=yes
472   done
473   test "$[2]" = conftest.file
474   )
475then
476   # Ok.
477   :
478else
479   AC_MSG_ERROR([newly created file is older than distributed files!
480Check your system clock])
481fi
482AC_MSG_RESULT([yes])
483# If we didn't sleep, we still need to ensure time stamps of config.status and
484# generated files are strictly newer.
485am_sleep_pid=
486if grep 'slept: no' conftest.file >/dev/null 2>&1; then
487  ( sleep 1 ) &
488  am_sleep_pid=$!
489fi
490AC_CONFIG_COMMANDS_PRE(
491  [AC_MSG_CHECKING([that generated files are newer than configure])
492   if test -n "$am_sleep_pid"; then
493     # Hide warnings about reused PIDs.
494     wait $am_sleep_pid 2>/dev/null
495   fi
496   AC_MSG_RESULT([done])])
497rm -f conftest.file
498])
499
500# Copyright (C) 2009-2013 Free Software Foundation, Inc.
501#
502# This file is free software; the Free Software Foundation
503# gives unlimited permission to copy and/or distribute it,
504# with or without modifications, as long as this notice is preserved.
505
506# AM_SILENT_RULES([DEFAULT])
507# --------------------------
508# Enable less verbose build rules; with the default set to DEFAULT
509# ("yes" being less verbose, "no" or empty being verbose).
510AC_DEFUN([AM_SILENT_RULES],
511[AC_ARG_ENABLE([silent-rules], [dnl
512AS_HELP_STRING(
513  [--enable-silent-rules],
514  [less verbose build output (undo: "make V=1")])
515AS_HELP_STRING(
516  [--disable-silent-rules],
517  [verbose build output (undo: "make V=0")])dnl
518])
519case $enable_silent_rules in @%:@ (((
520  yes) AM_DEFAULT_VERBOSITY=0;;
521   no) AM_DEFAULT_VERBOSITY=1;;
522    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
523esac
524dnl
525dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
526dnl do not support nested variable expansions.
527dnl See automake bug#9928 and bug#10237.
528am_make=${MAKE-make}
529AC_CACHE_CHECK([whether $am_make supports nested variables],
530   [am_cv_make_support_nested_variables],
531   [if AS_ECHO([['TRUE=$(BAR$(V))
532BAR0=false
533BAR1=true
534V=1
535am__doit:
536	@$(TRUE)
537.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
538  am_cv_make_support_nested_variables=yes
539else
540  am_cv_make_support_nested_variables=no
541fi])
542if test $am_cv_make_support_nested_variables = yes; then
543  dnl Using '$V' instead of '$(V)' breaks IRIX make.
544  AM_V='$(V)'
545  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
546else
547  AM_V=$AM_DEFAULT_VERBOSITY
548  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
549fi
550AC_SUBST([AM_V])dnl
551AM_SUBST_NOTMAKE([AM_V])dnl
552AC_SUBST([AM_DEFAULT_V])dnl
553AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
554AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
555AM_BACKSLASH='\'
556AC_SUBST([AM_BACKSLASH])dnl
557_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
558])
559
560# Copyright (C) 2001-2013 Free Software Foundation, Inc.
561#
562# This file is free software; the Free Software Foundation
563# gives unlimited permission to copy and/or distribute it,
564# with or without modifications, as long as this notice is preserved.
565
566# AM_PROG_INSTALL_STRIP
567# ---------------------
568# One issue with vendor 'install' (even GNU) is that you can't
569# specify the program used to strip binaries.  This is especially
570# annoying in cross-compiling environments, where the build's strip
571# is unlikely to handle the host's binaries.
572# Fortunately install-sh will honor a STRIPPROG variable, so we
573# always use install-sh in "make install-strip", and initialize
574# STRIPPROG with the value of the STRIP variable (set by the user).
575AC_DEFUN([AM_PROG_INSTALL_STRIP],
576[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
577# Installed binaries are usually stripped using 'strip' when the user
578# run "make install-strip".  However 'strip' might not be the right
579# tool to use in cross-compilation environments, therefore Automake
580# will honor the 'STRIP' environment variable to overrule this program.
581dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
582if test "$cross_compiling" != no; then
583  AC_CHECK_TOOL([STRIP], [strip], :)
584fi
585INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
586AC_SUBST([INSTALL_STRIP_PROGRAM])])
587
588# Copyright (C) 2006-2013 Free Software Foundation, Inc.
589#
590# This file is free software; the Free Software Foundation
591# gives unlimited permission to copy and/or distribute it,
592# with or without modifications, as long as this notice is preserved.
593
594# _AM_SUBST_NOTMAKE(VARIABLE)
595# ---------------------------
596# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
597# This macro is traced by Automake.
598AC_DEFUN([_AM_SUBST_NOTMAKE])
599
600# AM_SUBST_NOTMAKE(VARIABLE)
601# --------------------------
602# Public sister of _AM_SUBST_NOTMAKE.
603AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
604
605# Check how to create a tarball.                            -*- Autoconf -*-
606
607# Copyright (C) 2004-2013 Free Software Foundation, Inc.
608#
609# This file is free software; the Free Software Foundation
610# gives unlimited permission to copy and/or distribute it,
611# with or without modifications, as long as this notice is preserved.
612
613# _AM_PROG_TAR(FORMAT)
614# --------------------
615# Check how to create a tarball in format FORMAT.
616# FORMAT should be one of 'v7', 'ustar', or 'pax'.
617#
618# Substitute a variable $(am__tar) that is a command
619# writing to stdout a FORMAT-tarball containing the directory
620# $tardir.
621#     tardir=directory && $(am__tar) > result.tar
622#
623# Substitute a variable $(am__untar) that extract such
624# a tarball read from stdin.
625#     $(am__untar) < result.tar
626#
627AC_DEFUN([_AM_PROG_TAR],
628[# Always define AMTAR for backward compatibility.  Yes, it's still used
629# in the wild :-(  We should find a proper way to deprecate it ...
630AC_SUBST([AMTAR], ['$${TAR-tar}'])
631
632# We'll loop over all known methods to create a tar archive until one works.
633_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
634
635m4_if([$1], [v7],
636  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
637
638  [m4_case([$1],
639    [ustar],
640     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
641      # There is notably a 21 bits limit for the UID and the GID.  In fact,
642      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
643      # and bug#13588).
644      am_max_uid=2097151 # 2^21 - 1
645      am_max_gid=$am_max_uid
646      # The $UID and $GID variables are not portable, so we need to resort
647      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
648      # below are definitely unexpected, so allow the users to see them
649      # (that is, avoid stderr redirection).
650      am_uid=`id -u || echo unknown`
651      am_gid=`id -g || echo unknown`
652      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
653      if test $am_uid -le $am_max_uid; then
654         AC_MSG_RESULT([yes])
655      else
656         AC_MSG_RESULT([no])
657         _am_tools=none
658      fi
659      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
660      if test $am_gid -le $am_max_gid; then
661         AC_MSG_RESULT([yes])
662      else
663        AC_MSG_RESULT([no])
664        _am_tools=none
665      fi],
666
667  [pax],
668    [],
669
670  [m4_fatal([Unknown tar format])])
671
672  AC_MSG_CHECKING([how to create a $1 tar archive])
673
674  # Go ahead even if we have the value already cached.  We do so because we
675  # need to set the values for the 'am__tar' and 'am__untar' variables.
676  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
677
678  for _am_tool in $_am_tools; do
679    case $_am_tool in
680    gnutar)
681      for _am_tar in tar gnutar gtar; do
682        AM_RUN_LOG([$_am_tar --version]) && break
683      done
684      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
685      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
686      am__untar="$_am_tar -xf -"
687      ;;
688    plaintar)
689      # Must skip GNU tar: if it does not support --format= it doesn't create
690      # ustar tarball either.
691      (tar --version) >/dev/null 2>&1 && continue
692      am__tar='tar chf - "$$tardir"'
693      am__tar_='tar chf - "$tardir"'
694      am__untar='tar xf -'
695      ;;
696    pax)
697      am__tar='pax -L -x $1 -w "$$tardir"'
698      am__tar_='pax -L -x $1 -w "$tardir"'
699      am__untar='pax -r'
700      ;;
701    cpio)
702      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
703      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
704      am__untar='cpio -i -H $1 -d'
705      ;;
706    none)
707      am__tar=false
708      am__tar_=false
709      am__untar=false
710      ;;
711    esac
712
713    # If the value was cached, stop now.  We just wanted to have am__tar
714    # and am__untar set.
715    test -n "${am_cv_prog_tar_$1}" && break
716
717    # tar/untar a dummy directory, and stop if the command works.
718    rm -rf conftest.dir
719    mkdir conftest.dir
720    echo GrepMe > conftest.dir/file
721    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
722    rm -rf conftest.dir
723    if test -s conftest.tar; then
724      AM_RUN_LOG([$am__untar <conftest.tar])
725      AM_RUN_LOG([cat conftest.dir/file])
726      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
727    fi
728  done
729  rm -rf conftest.dir
730
731  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
732  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
733
734AC_SUBST([am__tar])
735AC_SUBST([am__untar])
736]) # _AM_PROG_TAR
737
738