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