aclocal.m4 32 KB

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