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