aclocal.m4 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157
  1. # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
  2. # Copyright (C) 1996-2021 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.71],,
  14. [m4_warning([this file was generated for autoconf 2.71.
  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-2021 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.16'
  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.16.5], [],
  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.16.5])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. # AM_AUX_DIR_EXPAND -*- Autoconf -*-
  51. # Copyright (C) 2001-2021 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. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
  57. # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
  58. # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
  59. #
  60. # Of course, Automake must honor this variable whenever it calls a
  61. # tool from the auxiliary directory. The problem is that $srcdir (and
  62. # therefore $ac_aux_dir as well) can be either absolute or relative,
  63. # depending on how configure is run. This is pretty annoying, since
  64. # it makes $ac_aux_dir quite unusable in subdirectories: in the top
  65. # source directory, any form will work fine, but in subdirectories a
  66. # relative path needs to be adjusted first.
  67. #
  68. # $ac_aux_dir/missing
  69. # fails when called from a subdirectory if $ac_aux_dir is relative
  70. # $top_srcdir/$ac_aux_dir/missing
  71. # fails if $ac_aux_dir is absolute,
  72. # fails when called from a subdirectory in a VPATH build with
  73. # a relative $ac_aux_dir
  74. #
  75. # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
  76. # are both prefixed by $srcdir. In an in-source build this is usually
  77. # harmless because $srcdir is '.', but things will broke when you
  78. # start a VPATH build or use an absolute $srcdir.
  79. #
  80. # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
  81. # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
  82. # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
  83. # and then we would define $MISSING as
  84. # MISSING="\${SHELL} $am_aux_dir/missing"
  85. # This will work as long as MISSING is not called from configure, because
  86. # unfortunately $(top_srcdir) has no meaning in configure.
  87. # However there are other variables, like CC, which are often used in
  88. # configure, and could therefore not use this "fixed" $ac_aux_dir.
  89. #
  90. # Another solution, used here, is to always expand $ac_aux_dir to an
  91. # absolute PATH. The drawback is that using absolute paths prevent a
  92. # configured tree to be moved without reconfiguration.
  93. AC_DEFUN([AM_AUX_DIR_EXPAND],
  94. [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
  95. # Expand $ac_aux_dir to an absolute path.
  96. am_aux_dir=`cd "$ac_aux_dir" && pwd`
  97. ])
  98. # AM_CONDITIONAL -*- Autoconf -*-
  99. # Copyright (C) 1997-2021 Free Software Foundation, Inc.
  100. #
  101. # This file is free software; the Free Software Foundation
  102. # gives unlimited permission to copy and/or distribute it,
  103. # with or without modifications, as long as this notice is preserved.
  104. # AM_CONDITIONAL(NAME, SHELL-CONDITION)
  105. # -------------------------------------
  106. # Define a conditional.
  107. AC_DEFUN([AM_CONDITIONAL],
  108. [AC_PREREQ([2.52])dnl
  109. m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
  110. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  111. AC_SUBST([$1_TRUE])dnl
  112. AC_SUBST([$1_FALSE])dnl
  113. _AM_SUBST_NOTMAKE([$1_TRUE])dnl
  114. _AM_SUBST_NOTMAKE([$1_FALSE])dnl
  115. m4_define([_AM_COND_VALUE_$1], [$2])dnl
  116. if $2; then
  117. $1_TRUE=
  118. $1_FALSE='#'
  119. else
  120. $1_TRUE='#'
  121. $1_FALSE=
  122. fi
  123. AC_CONFIG_COMMANDS_PRE(
  124. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  125. AC_MSG_ERROR([[conditional "$1" was never defined.
  126. Usually this means the macro was only invoked conditionally.]])
  127. fi])])
  128. # Copyright (C) 1999-2021 Free Software Foundation, Inc.
  129. #
  130. # This file is free software; the Free Software Foundation
  131. # gives unlimited permission to copy and/or distribute it,
  132. # with or without modifications, as long as this notice is preserved.
  133. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
  134. # written in clear, in which case automake, when reading aclocal.m4,
  135. # will think it sees a *use*, and therefore will trigger all it's
  136. # C support machinery. Also note that it means that autoscan, seeing
  137. # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
  138. # _AM_DEPENDENCIES(NAME)
  139. # ----------------------
  140. # See how the compiler implements dependency checking.
  141. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
  142. # We try a few techniques and use that to set a single cache variable.
  143. #
  144. # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
  145. # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
  146. # dependency, and given that the user is not expected to run this macro,
  147. # just rely on AC_PROG_CC.
  148. AC_DEFUN([_AM_DEPENDENCIES],
  149. [AC_REQUIRE([AM_SET_DEPDIR])dnl
  150. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  151. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  152. AC_REQUIRE([AM_DEP_TRACK])dnl
  153. m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
  154. [$1], [CXX], [depcc="$CXX" am_compiler_list=],
  155. [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
  156. [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
  157. [$1], [UPC], [depcc="$UPC" am_compiler_list=],
  158. [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
  159. [depcc="$$1" am_compiler_list=])
  160. AC_CACHE_CHECK([dependency style of $depcc],
  161. [am_cv_$1_dependencies_compiler_type],
  162. [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  163. # We make a subdir and do the tests there. Otherwise we can end up
  164. # making bogus files that we don't know about and never remove. For
  165. # instance it was reported that on HP-UX the gcc test will end up
  166. # making a dummy file named 'D' -- because '-MD' means "put the output
  167. # in D".
  168. rm -rf conftest.dir
  169. mkdir conftest.dir
  170. # Copy depcomp to subdir because otherwise we won't find it if we're
  171. # using a relative directory.
  172. cp "$am_depcomp" conftest.dir
  173. cd conftest.dir
  174. # We will build objects and dependencies in a subdirectory because
  175. # it helps to detect inapplicable dependency modes. For instance
  176. # both Tru64's cc and ICC support -MD to output dependencies as a
  177. # side effect of compilation, but ICC will put the dependencies in
  178. # the current directory while Tru64 will put them in the object
  179. # directory.
  180. mkdir sub
  181. am_cv_$1_dependencies_compiler_type=none
  182. if test "$am_compiler_list" = ""; then
  183. am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
  184. fi
  185. am__universal=false
  186. m4_case([$1], [CC],
  187. [case " $depcc " in #(
  188. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  189. esac],
  190. [CXX],
  191. [case " $depcc " in #(
  192. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  193. esac])
  194. for depmode in $am_compiler_list; do
  195. # Setup a source with many dependencies, because some compilers
  196. # like to wrap large dependency lists on column 80 (with \), and
  197. # we should not choose a depcomp mode which is confused by this.
  198. #
  199. # We need to recreate these files for each test, as the compiler may
  200. # overwrite some of them when testing with obscure command lines.
  201. # This happens at least with the AIX C compiler.
  202. : > sub/conftest.c
  203. for i in 1 2 3 4 5 6; do
  204. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  205. # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
  206. # Solaris 10 /bin/sh.
  207. echo '/* dummy */' > sub/conftst$i.h
  208. done
  209. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  210. # We check with '-c' and '-o' for the sake of the "dashmstdout"
  211. # mode. It turns out that the SunPro C++ compiler does not properly
  212. # handle '-M -o', and we need to detect this. Also, some Intel
  213. # versions had trouble with output in subdirs.
  214. am__obj=sub/conftest.${OBJEXT-o}
  215. am__minus_obj="-o $am__obj"
  216. case $depmode in
  217. gcc)
  218. # This depmode causes a compiler race in universal mode.
  219. test "$am__universal" = false || continue
  220. ;;
  221. nosideeffect)
  222. # After this tag, mechanisms are not by side-effect, so they'll
  223. # only be used when explicitly requested.
  224. if test "x$enable_dependency_tracking" = xyes; then
  225. continue
  226. else
  227. break
  228. fi
  229. ;;
  230. msvc7 | msvc7msys | msvisualcpp | msvcmsys)
  231. # This compiler won't grok '-c -o', but also, the minuso test has
  232. # not run yet. These depmodes are late enough in the game, and
  233. # so weak that their functioning should not be impacted.
  234. am__obj=conftest.${OBJEXT-o}
  235. am__minus_obj=
  236. ;;
  237. none) break ;;
  238. esac
  239. if depmode=$depmode \
  240. source=sub/conftest.c object=$am__obj \
  241. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  242. $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  243. >/dev/null 2>conftest.err &&
  244. grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  245. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  246. grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  247. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  248. # icc doesn't choke on unknown options, it will just issue warnings
  249. # or remarks (even with -Werror). So we grep stderr for any message
  250. # that says an option was ignored or not supported.
  251. # When given -MP, icc 7.0 and 7.1 complain thusly:
  252. # icc: Command line warning: ignoring option '-M'; no argument required
  253. # The diagnosis changed in icc 8.0:
  254. # icc: Command line remark: option '-MP' not supported
  255. if (grep 'ignoring option' conftest.err ||
  256. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  257. am_cv_$1_dependencies_compiler_type=$depmode
  258. break
  259. fi
  260. fi
  261. done
  262. cd ..
  263. rm -rf conftest.dir
  264. else
  265. am_cv_$1_dependencies_compiler_type=none
  266. fi
  267. ])
  268. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  269. AM_CONDITIONAL([am__fastdep$1], [
  270. test "x$enable_dependency_tracking" != xno \
  271. && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  272. ])
  273. # AM_SET_DEPDIR
  274. # -------------
  275. # Choose a directory name for dependency files.
  276. # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
  277. AC_DEFUN([AM_SET_DEPDIR],
  278. [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  279. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  280. ])
  281. # AM_DEP_TRACK
  282. # ------------
  283. AC_DEFUN([AM_DEP_TRACK],
  284. [AC_ARG_ENABLE([dependency-tracking], [dnl
  285. AS_HELP_STRING(
  286. [--enable-dependency-tracking],
  287. [do not reject slow dependency extractors])
  288. AS_HELP_STRING(
  289. [--disable-dependency-tracking],
  290. [speeds up one-time build])])
  291. if test "x$enable_dependency_tracking" != xno; then
  292. am_depcomp="$ac_aux_dir/depcomp"
  293. AMDEPBACKSLASH='\'
  294. am__nodep='_no'
  295. fi
  296. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  297. AC_SUBST([AMDEPBACKSLASH])dnl
  298. _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
  299. AC_SUBST([am__nodep])dnl
  300. _AM_SUBST_NOTMAKE([am__nodep])dnl
  301. ])
  302. # Generate code to set up dependency tracking. -*- Autoconf -*-
  303. # Copyright (C) 1999-2021 Free Software Foundation, Inc.
  304. #
  305. # This file is free software; the Free Software Foundation
  306. # gives unlimited permission to copy and/or distribute it,
  307. # with or without modifications, as long as this notice is preserved.
  308. # _AM_OUTPUT_DEPENDENCY_COMMANDS
  309. # ------------------------------
  310. AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
  311. [{
  312. # Older Autoconf quotes --file arguments for eval, but not when files
  313. # are listed without --file. Let's play safe and only enable the eval
  314. # if we detect the quoting.
  315. # TODO: see whether this extra hack can be removed once we start
  316. # requiring Autoconf 2.70 or later.
  317. AS_CASE([$CONFIG_FILES],
  318. [*\'*], [eval set x "$CONFIG_FILES"],
  319. [*], [set x $CONFIG_FILES])
  320. shift
  321. # Used to flag and report bootstrapping failures.
  322. am_rc=0
  323. for am_mf
  324. do
  325. # Strip MF so we end up with the name of the file.
  326. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
  327. # Check whether this is an Automake generated Makefile which includes
  328. # dependency-tracking related rules and includes.
  329. # Grep'ing the whole file directly is not great: AIX grep has a line
  330. # limit of 2048, but all sed's we know have understand at least 4000.
  331. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
  332. || continue
  333. am_dirpart=`AS_DIRNAME(["$am_mf"])`
  334. am_filepart=`AS_BASENAME(["$am_mf"])`
  335. AM_RUN_LOG([cd "$am_dirpart" \
  336. && sed -e '/# am--include-marker/d' "$am_filepart" \
  337. | $MAKE -f - am--depfiles]) || am_rc=$?
  338. done
  339. if test $am_rc -ne 0; then
  340. AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
  341. for automatic dependency tracking. If GNU make was not used, consider
  342. re-running the configure script with MAKE="gmake" (or whatever is
  343. necessary). You can also try re-running configure with the
  344. '--disable-dependency-tracking' option to at least be able to build
  345. the package (albeit without support for automatic dependency tracking).])
  346. fi
  347. AS_UNSET([am_dirpart])
  348. AS_UNSET([am_filepart])
  349. AS_UNSET([am_mf])
  350. AS_UNSET([am_rc])
  351. rm -f conftest-deps.mk
  352. }
  353. ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
  354. # AM_OUTPUT_DEPENDENCY_COMMANDS
  355. # -----------------------------
  356. # This macro should only be invoked once -- use via AC_REQUIRE.
  357. #
  358. # This code is only required when automatic dependency tracking is enabled.
  359. # This creates each '.Po' and '.Plo' makefile fragment that we'll need in
  360. # order to bootstrap the dependency handling code.
  361. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
  362. [AC_CONFIG_COMMANDS([depfiles],
  363. [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  364. [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
  365. # Do all the work for Automake. -*- Autoconf -*-
  366. # Copyright (C) 1996-2021 Free Software Foundation, Inc.
  367. #
  368. # This file is free software; the Free Software Foundation
  369. # gives unlimited permission to copy and/or distribute it,
  370. # with or without modifications, as long as this notice is preserved.
  371. # This macro actually does too much. Some checks are only needed if
  372. # your package does certain things. But this isn't really a big deal.
  373. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
  374. m4_define([AC_PROG_CC],
  375. m4_defn([AC_PROG_CC])
  376. [_AM_PROG_CC_C_O
  377. ])
  378. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
  379. # AM_INIT_AUTOMAKE([OPTIONS])
  380. # -----------------------------------------------
  381. # The call with PACKAGE and VERSION arguments is the old style
  382. # call (pre autoconf-2.50), which is being phased out. PACKAGE
  383. # and VERSION should now be passed to AC_INIT and removed from
  384. # the call to AM_INIT_AUTOMAKE.
  385. # We support both call styles for the transition. After
  386. # the next Automake release, Autoconf can make the AC_INIT
  387. # arguments mandatory, and then we can depend on a new Autoconf
  388. # release and drop the old call support.
  389. AC_DEFUN([AM_INIT_AUTOMAKE],
  390. [AC_PREREQ([2.65])dnl
  391. m4_ifdef([_$0_ALREADY_INIT],
  392. [m4_fatal([$0 expanded multiple times
  393. ]m4_defn([_$0_ALREADY_INIT]))],
  394. [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
  395. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  396. dnl the ones we care about.
  397. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  398. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  399. AC_REQUIRE([AC_PROG_INSTALL])dnl
  400. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  401. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  402. # is not polluted with repeated "-I."
  403. AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
  404. # test to see if srcdir already configured
  405. if test -f $srcdir/config.status; then
  406. AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  407. fi
  408. fi
  409. # test whether we have cygpath
  410. if test -z "$CYGPATH_W"; then
  411. if (cygpath --version) >/dev/null 2>/dev/null; then
  412. CYGPATH_W='cygpath -w'
  413. else
  414. CYGPATH_W=echo
  415. fi
  416. fi
  417. AC_SUBST([CYGPATH_W])
  418. # Define the identity of the package.
  419. dnl Distinguish between old-style and new-style calls.
  420. m4_ifval([$2],
  421. [AC_DIAGNOSE([obsolete],
  422. [$0: two- and three-arguments forms are deprecated.])
  423. m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  424. AC_SUBST([PACKAGE], [$1])dnl
  425. AC_SUBST([VERSION], [$2])],
  426. [_AM_SET_OPTIONS([$1])dnl
  427. dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
  428. m4_if(
  429. m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
  430. [ok:ok],,
  431. [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  432. AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  433. AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  434. _AM_IF_OPTION([no-define],,
  435. [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
  436. AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
  437. # Some tools Automake needs.
  438. AC_REQUIRE([AM_SANITY_CHECK])dnl
  439. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  440. AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
  441. AM_MISSING_PROG([AUTOCONF], [autoconf])
  442. AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
  443. AM_MISSING_PROG([AUTOHEADER], [autoheader])
  444. AM_MISSING_PROG([MAKEINFO], [makeinfo])
  445. AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  446. AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  447. AC_REQUIRE([AC_PROG_MKDIR_P])dnl
  448. # For better backward compatibility. To be removed once Automake 1.9.x
  449. # dies out for good. For more background, see:
  450. # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
  451. # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
  452. AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
  453. # We need awk for the "check" target (and possibly the TAP driver). The
  454. # system "awk" is bad on some platforms.
  455. AC_REQUIRE([AC_PROG_AWK])dnl
  456. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  457. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  458. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  459. [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  460. [_AM_PROG_TAR([v7])])])
  461. _AM_IF_OPTION([no-dependencies],,
  462. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  463. [_AM_DEPENDENCIES([CC])],
  464. [m4_define([AC_PROG_CC],
  465. m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
  466. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  467. [_AM_DEPENDENCIES([CXX])],
  468. [m4_define([AC_PROG_CXX],
  469. m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
  470. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  471. [_AM_DEPENDENCIES([OBJC])],
  472. [m4_define([AC_PROG_OBJC],
  473. m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
  474. AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
  475. [_AM_DEPENDENCIES([OBJCXX])],
  476. [m4_define([AC_PROG_OBJCXX],
  477. m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
  478. ])
  479. # Variables for tags utilities; see am/tags.am
  480. if test -z "$CTAGS"; then
  481. CTAGS=ctags
  482. fi
  483. AC_SUBST([CTAGS])
  484. if test -z "$ETAGS"; then
  485. ETAGS=etags
  486. fi
  487. AC_SUBST([ETAGS])
  488. if test -z "$CSCOPE"; then
  489. CSCOPE=cscope
  490. fi
  491. AC_SUBST([CSCOPE])
  492. AC_REQUIRE([AM_SILENT_RULES])dnl
  493. dnl The testsuite driver may need to know about EXEEXT, so add the
  494. dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
  495. dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
  496. AC_CONFIG_COMMANDS_PRE(dnl
  497. [m4_provide_if([_AM_COMPILER_EXEEXT],
  498. [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
  499. # POSIX will say in a future version that running "rm -f" with no argument
  500. # is OK; and we want to be able to make that assumption in our Makefile
  501. # recipes. So use an aggressive probe to check that the usage we want is
  502. # actually supported "in the wild" to an acceptable degree.
  503. # See automake bug#10828.
  504. # To make any issue more visible, cause the running configure to be aborted
  505. # by default if the 'rm' program in use doesn't match our expectations; the
  506. # user can still override this though.
  507. if rm -f && rm -fr && rm -rf; then : OK; else
  508. cat >&2 <<'END'
  509. Oops!
  510. Your 'rm' program seems unable to run without file operands specified
  511. on the command line, even when the '-f' option is present. This is contrary
  512. to the behaviour of most rm programs out there, and not conforming with
  513. the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
  514. Please tell bug-automake@gnu.org about your system, including the value
  515. of your $PATH and any error possibly output before this message. This
  516. can help us improve future automake versions.
  517. END
  518. if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
  519. echo 'Configuration will proceed anyway, since you have set the' >&2
  520. echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
  521. echo >&2
  522. else
  523. cat >&2 <<'END'
  524. Aborting the configuration process, to ensure you take notice of the issue.
  525. You can download and install GNU coreutils to get an 'rm' implementation
  526. that behaves properly: <https://www.gnu.org/software/coreutils/>.
  527. If you want to complete the configuration process using your problematic
  528. 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
  529. to "yes", and re-run configure.
  530. END
  531. AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
  532. fi
  533. fi
  534. dnl The trailing newline in this macro's definition is deliberate, for
  535. dnl backward compatibility and to allow trailing 'dnl'-style comments
  536. dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
  537. ])
  538. dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
  539. dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
  540. dnl mangled by Autoconf and run in a shell conditional statement.
  541. m4_define([_AC_COMPILER_EXEEXT],
  542. m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
  543. # When config.status generates a header, we must update the stamp-h file.
  544. # This file resides in the same directory as the config header
  545. # that is generated. The stamp files are numbered to have different names.
  546. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
  547. # loop where config.status creates the headers, so we can generate
  548. # our stamp files there.
  549. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
  550. [# Compute $1's index in $config_headers.
  551. _am_arg=$1
  552. _am_stamp_count=1
  553. for _am_header in $config_headers :; do
  554. case $_am_header in
  555. $_am_arg | $_am_arg:* )
  556. break ;;
  557. * )
  558. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  559. esac
  560. done
  561. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  562. # Copyright (C) 2001-2021 Free Software Foundation, Inc.
  563. #
  564. # This file is free software; the Free Software Foundation
  565. # gives unlimited permission to copy and/or distribute it,
  566. # with or without modifications, as long as this notice is preserved.
  567. # AM_PROG_INSTALL_SH
  568. # ------------------
  569. # Define $install_sh.
  570. AC_DEFUN([AM_PROG_INSTALL_SH],
  571. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  572. if test x"${install_sh+set}" != xset; then
  573. case $am_aux_dir in
  574. *\ * | *\ *)
  575. install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  576. *)
  577. install_sh="\${SHELL} $am_aux_dir/install-sh"
  578. esac
  579. fi
  580. AC_SUBST([install_sh])])
  581. # Copyright (C) 2003-2021 Free Software Foundation, Inc.
  582. #
  583. # This file is free software; the Free Software Foundation
  584. # gives unlimited permission to copy and/or distribute it,
  585. # with or without modifications, as long as this notice is preserved.
  586. # Check whether the underlying file-system supports filenames
  587. # with a leading dot. For instance MS-DOS doesn't.
  588. AC_DEFUN([AM_SET_LEADING_DOT],
  589. [rm -rf .tst 2>/dev/null
  590. mkdir .tst 2>/dev/null
  591. if test -d .tst; then
  592. am__leading_dot=.
  593. else
  594. am__leading_dot=_
  595. fi
  596. rmdir .tst 2>/dev/null
  597. AC_SUBST([am__leading_dot])])
  598. # Check to see how 'make' treats includes. -*- Autoconf -*-
  599. # Copyright (C) 2001-2021 Free Software Foundation, Inc.
  600. #
  601. # This file is free software; the Free Software Foundation
  602. # gives unlimited permission to copy and/or distribute it,
  603. # with or without modifications, as long as this notice is preserved.
  604. # AM_MAKE_INCLUDE()
  605. # -----------------
  606. # Check whether make has an 'include' directive that can support all
  607. # the idioms we need for our automatic dependency tracking code.
  608. AC_DEFUN([AM_MAKE_INCLUDE],
  609. [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
  610. cat > confinc.mk << 'END'
  611. am__doit:
  612. @echo this is the am__doit target >confinc.out
  613. .PHONY: am__doit
  614. END
  615. am__include="#"
  616. am__quote=
  617. # BSD make does it like this.
  618. echo '.include "confinc.mk" # ignored' > confmf.BSD
  619. # Other make implementations (GNU, Solaris 10, AIX) do it like this.
  620. echo 'include confinc.mk # ignored' > confmf.GNU
  621. _am_result=no
  622. for s in GNU BSD; do
  623. AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
  624. AS_CASE([$?:`cat confinc.out 2>/dev/null`],
  625. ['0:this is the am__doit target'],
  626. [AS_CASE([$s],
  627. [BSD], [am__include='.include' am__quote='"'],
  628. [am__include='include' am__quote=''])])
  629. if test "$am__include" != "#"; then
  630. _am_result="yes ($s style)"
  631. break
  632. fi
  633. done
  634. rm -f confinc.* confmf.*
  635. AC_MSG_RESULT([${_am_result}])
  636. AC_SUBST([am__include])])
  637. AC_SUBST([am__quote])])
  638. # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
  639. # Copyright (C) 1997-2021 Free Software Foundation, Inc.
  640. #
  641. # This file is free software; the Free Software Foundation
  642. # gives unlimited permission to copy and/or distribute it,
  643. # with or without modifications, as long as this notice is preserved.
  644. # AM_MISSING_PROG(NAME, PROGRAM)
  645. # ------------------------------
  646. AC_DEFUN([AM_MISSING_PROG],
  647. [AC_REQUIRE([AM_MISSING_HAS_RUN])
  648. $1=${$1-"${am_missing_run}$2"}
  649. AC_SUBST($1)])
  650. # AM_MISSING_HAS_RUN
  651. # ------------------
  652. # Define MISSING if not defined so far and test if it is modern enough.
  653. # If it is, set am_missing_run to use it, otherwise, to nothing.
  654. AC_DEFUN([AM_MISSING_HAS_RUN],
  655. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  656. AC_REQUIRE_AUX_FILE([missing])dnl
  657. if test x"${MISSING+set}" != xset; then
  658. MISSING="\${SHELL} '$am_aux_dir/missing'"
  659. fi
  660. # Use eval to expand $SHELL
  661. if eval "$MISSING --is-lightweight"; then
  662. am_missing_run="$MISSING "
  663. else
  664. am_missing_run=
  665. AC_MSG_WARN(['missing' script is too old or missing])
  666. fi
  667. ])
  668. # Helper functions for option handling. -*- Autoconf -*-
  669. # Copyright (C) 2001-2021 Free Software Foundation, Inc.
  670. #
  671. # This file is free software; the Free Software Foundation
  672. # gives unlimited permission to copy and/or distribute it,
  673. # with or without modifications, as long as this notice is preserved.
  674. # _AM_MANGLE_OPTION(NAME)
  675. # -----------------------
  676. AC_DEFUN([_AM_MANGLE_OPTION],
  677. [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  678. # _AM_SET_OPTION(NAME)
  679. # --------------------
  680. # Set option NAME. Presently that only means defining a flag for this option.
  681. AC_DEFUN([_AM_SET_OPTION],
  682. [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
  683. # _AM_SET_OPTIONS(OPTIONS)
  684. # ------------------------
  685. # OPTIONS is a space-separated list of Automake options.
  686. AC_DEFUN([_AM_SET_OPTIONS],
  687. [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  688. # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
  689. # -------------------------------------------
  690. # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
  691. AC_DEFUN([_AM_IF_OPTION],
  692. [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  693. # Copyright (C) 1999-2021 Free Software Foundation, Inc.
  694. #
  695. # This file is free software; the Free Software Foundation
  696. # gives unlimited permission to copy and/or distribute it,
  697. # with or without modifications, as long as this notice is preserved.
  698. # _AM_PROG_CC_C_O
  699. # ---------------
  700. # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
  701. # to automatically call this.
  702. AC_DEFUN([_AM_PROG_CC_C_O],
  703. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  704. AC_REQUIRE_AUX_FILE([compile])dnl
  705. AC_LANG_PUSH([C])dnl
  706. AC_CACHE_CHECK(
  707. [whether $CC understands -c and -o together],
  708. [am_cv_prog_cc_c_o],
  709. [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
  710. # Make sure it works both with $CC and with simple cc.
  711. # Following AC_PROG_CC_C_O, we do the test twice because some
  712. # compilers refuse to overwrite an existing .o file with -o,
  713. # though they will create one.
  714. am_cv_prog_cc_c_o=yes
  715. for am_i in 1 2; do
  716. if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
  717. && test -f conftest2.$ac_objext; then
  718. : OK
  719. else
  720. am_cv_prog_cc_c_o=no
  721. break
  722. fi
  723. done
  724. rm -f core conftest*
  725. unset am_i])
  726. if test "$am_cv_prog_cc_c_o" != yes; then
  727. # Losing compiler, so override with the script.
  728. # FIXME: It is wrong to rewrite CC.
  729. # But if we don't then we get into trouble of one sort or another.
  730. # A longer-term fix would be to have automake use am__CC in this case,
  731. # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
  732. CC="$am_aux_dir/compile $CC"
  733. fi
  734. AC_LANG_POP([C])])
  735. # For backward compatibility.
  736. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
  737. # Copyright (C) 2001-2021 Free Software Foundation, Inc.
  738. #
  739. # This file is free software; the Free Software Foundation
  740. # gives unlimited permission to copy and/or distribute it,
  741. # with or without modifications, as long as this notice is preserved.
  742. # AM_RUN_LOG(COMMAND)
  743. # -------------------
  744. # Run COMMAND, save the exit status in ac_status, and log it.
  745. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
  746. AC_DEFUN([AM_RUN_LOG],
  747. [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
  748. ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
  749. ac_status=$?
  750. echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  751. (exit $ac_status); }])
  752. # Check to make sure that the build environment is sane. -*- Autoconf -*-
  753. # Copyright (C) 1996-2021 Free Software Foundation, Inc.
  754. #
  755. # This file is free software; the Free Software Foundation
  756. # gives unlimited permission to copy and/or distribute it,
  757. # with or without modifications, as long as this notice is preserved.
  758. # AM_SANITY_CHECK
  759. # ---------------
  760. AC_DEFUN([AM_SANITY_CHECK],
  761. [AC_MSG_CHECKING([whether build environment is sane])
  762. # Reject unsafe characters in $srcdir or the absolute working directory
  763. # name. Accept space and tab only in the latter.
  764. am_lf='
  765. '
  766. case `pwd` in
  767. *[[\\\"\#\$\&\'\`$am_lf]]*)
  768. AC_MSG_ERROR([unsafe absolute working directory name]);;
  769. esac
  770. case $srcdir in
  771. *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
  772. AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
  773. esac
  774. # Do 'set' in a subshell so we don't clobber the current shell's
  775. # arguments. Must try -L first in case configure is actually a
  776. # symlink; some systems play weird games with the mod time of symlinks
  777. # (eg FreeBSD returns the mod time of the symlink's containing
  778. # directory).
  779. if (
  780. am_has_slept=no
  781. for am_try in 1 2; do
  782. echo "timestamp, slept: $am_has_slept" > conftest.file
  783. set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  784. if test "$[*]" = "X"; then
  785. # -L didn't work.
  786. set X `ls -t "$srcdir/configure" conftest.file`
  787. fi
  788. if test "$[*]" != "X $srcdir/configure conftest.file" \
  789. && test "$[*]" != "X conftest.file $srcdir/configure"; then
  790. # If neither matched, then we have a broken ls. This can happen
  791. # if, for instance, CONFIG_SHELL is bash and it inherits a
  792. # broken ls alias from the environment. This has actually
  793. # happened. Such a system could not be considered "sane".
  794. AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
  795. alias in your environment])
  796. fi
  797. if test "$[2]" = conftest.file || test $am_try -eq 2; then
  798. break
  799. fi
  800. # Just in case.
  801. sleep 1
  802. am_has_slept=yes
  803. done
  804. test "$[2]" = conftest.file
  805. )
  806. then
  807. # Ok.
  808. :
  809. else
  810. AC_MSG_ERROR([newly created file is older than distributed files!
  811. Check your system clock])
  812. fi
  813. AC_MSG_RESULT([yes])
  814. # If we didn't sleep, we still need to ensure time stamps of config.status and
  815. # generated files are strictly newer.
  816. am_sleep_pid=
  817. if grep 'slept: no' conftest.file >/dev/null 2>&1; then
  818. ( sleep 1 ) &
  819. am_sleep_pid=$!
  820. fi
  821. AC_CONFIG_COMMANDS_PRE(
  822. [AC_MSG_CHECKING([that generated files are newer than configure])
  823. if test -n "$am_sleep_pid"; then
  824. # Hide warnings about reused PIDs.
  825. wait $am_sleep_pid 2>/dev/null
  826. fi
  827. AC_MSG_RESULT([done])])
  828. rm -f conftest.file
  829. ])
  830. # Copyright (C) 2009-2021 Free Software Foundation, Inc.
  831. #
  832. # This file is free software; the Free Software Foundation
  833. # gives unlimited permission to copy and/or distribute it,
  834. # with or without modifications, as long as this notice is preserved.
  835. # AM_SILENT_RULES([DEFAULT])
  836. # --------------------------
  837. # Enable less verbose build rules; with the default set to DEFAULT
  838. # ("yes" being less verbose, "no" or empty being verbose).
  839. AC_DEFUN([AM_SILENT_RULES],
  840. [AC_ARG_ENABLE([silent-rules], [dnl
  841. AS_HELP_STRING(
  842. [--enable-silent-rules],
  843. [less verbose build output (undo: "make V=1")])
  844. AS_HELP_STRING(
  845. [--disable-silent-rules],
  846. [verbose build output (undo: "make V=0")])dnl
  847. ])
  848. case $enable_silent_rules in @%:@ (((
  849. yes) AM_DEFAULT_VERBOSITY=0;;
  850. no) AM_DEFAULT_VERBOSITY=1;;
  851. *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
  852. esac
  853. dnl
  854. dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
  855. dnl do not support nested variable expansions.
  856. dnl See automake bug#9928 and bug#10237.
  857. am_make=${MAKE-make}
  858. AC_CACHE_CHECK([whether $am_make supports nested variables],
  859. [am_cv_make_support_nested_variables],
  860. [if AS_ECHO([['TRUE=$(BAR$(V))
  861. BAR0=false
  862. BAR1=true
  863. V=1
  864. am__doit:
  865. @$(TRUE)
  866. .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
  867. am_cv_make_support_nested_variables=yes
  868. else
  869. am_cv_make_support_nested_variables=no
  870. fi])
  871. if test $am_cv_make_support_nested_variables = yes; then
  872. dnl Using '$V' instead of '$(V)' breaks IRIX make.
  873. AM_V='$(V)'
  874. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  875. else
  876. AM_V=$AM_DEFAULT_VERBOSITY
  877. AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
  878. fi
  879. AC_SUBST([AM_V])dnl
  880. AM_SUBST_NOTMAKE([AM_V])dnl
  881. AC_SUBST([AM_DEFAULT_V])dnl
  882. AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
  883. AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
  884. AM_BACKSLASH='\'
  885. AC_SUBST([AM_BACKSLASH])dnl
  886. _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
  887. ])
  888. # Copyright (C) 2001-2021 Free Software Foundation, Inc.
  889. #
  890. # This file is free software; the Free Software Foundation
  891. # gives unlimited permission to copy and/or distribute it,
  892. # with or without modifications, as long as this notice is preserved.
  893. # AM_PROG_INSTALL_STRIP
  894. # ---------------------
  895. # One issue with vendor 'install' (even GNU) is that you can't
  896. # specify the program used to strip binaries. This is especially
  897. # annoying in cross-compiling environments, where the build's strip
  898. # is unlikely to handle the host's binaries.
  899. # Fortunately install-sh will honor a STRIPPROG variable, so we
  900. # always use install-sh in "make install-strip", and initialize
  901. # STRIPPROG with the value of the STRIP variable (set by the user).
  902. AC_DEFUN([AM_PROG_INSTALL_STRIP],
  903. [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  904. # Installed binaries are usually stripped using 'strip' when the user
  905. # run "make install-strip". However 'strip' might not be the right
  906. # tool to use in cross-compilation environments, therefore Automake
  907. # will honor the 'STRIP' environment variable to overrule this program.
  908. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
  909. if test "$cross_compiling" != no; then
  910. AC_CHECK_TOOL([STRIP], [strip], :)
  911. fi
  912. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  913. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  914. # Copyright (C) 2006-2021 Free Software Foundation, Inc.
  915. #
  916. # This file is free software; the Free Software Foundation
  917. # gives unlimited permission to copy and/or distribute it,
  918. # with or without modifications, as long as this notice is preserved.
  919. # _AM_SUBST_NOTMAKE(VARIABLE)
  920. # ---------------------------
  921. # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
  922. # This macro is traced by Automake.
  923. AC_DEFUN([_AM_SUBST_NOTMAKE])
  924. # AM_SUBST_NOTMAKE(VARIABLE)
  925. # --------------------------
  926. # Public sister of _AM_SUBST_NOTMAKE.
  927. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  928. # Check how to create a tarball. -*- Autoconf -*-
  929. # Copyright (C) 2004-2021 Free Software Foundation, Inc.
  930. #
  931. # This file is free software; the Free Software Foundation
  932. # gives unlimited permission to copy and/or distribute it,
  933. # with or without modifications, as long as this notice is preserved.
  934. # _AM_PROG_TAR(FORMAT)
  935. # --------------------
  936. # Check how to create a tarball in format FORMAT.
  937. # FORMAT should be one of 'v7', 'ustar', or 'pax'.
  938. #
  939. # Substitute a variable $(am__tar) that is a command
  940. # writing to stdout a FORMAT-tarball containing the directory
  941. # $tardir.
  942. # tardir=directory && $(am__tar) > result.tar
  943. #
  944. # Substitute a variable $(am__untar) that extract such
  945. # a tarball read from stdin.
  946. # $(am__untar) < result.tar
  947. #
  948. AC_DEFUN([_AM_PROG_TAR],
  949. [# Always define AMTAR for backward compatibility. Yes, it's still used
  950. # in the wild :-( We should find a proper way to deprecate it ...
  951. AC_SUBST([AMTAR], ['$${TAR-tar}'])
  952. # We'll loop over all known methods to create a tar archive until one works.
  953. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  954. m4_if([$1], [v7],
  955. [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
  956. [m4_case([$1],
  957. [ustar],
  958. [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
  959. # There is notably a 21 bits limit for the UID and the GID. In fact,
  960. # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
  961. # and bug#13588).
  962. am_max_uid=2097151 # 2^21 - 1
  963. am_max_gid=$am_max_uid
  964. # The $UID and $GID variables are not portable, so we need to resort
  965. # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
  966. # below are definitely unexpected, so allow the users to see them
  967. # (that is, avoid stderr redirection).
  968. am_uid=`id -u || echo unknown`
  969. am_gid=`id -g || echo unknown`
  970. AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
  971. if test $am_uid -le $am_max_uid; then
  972. AC_MSG_RESULT([yes])
  973. else
  974. AC_MSG_RESULT([no])
  975. _am_tools=none
  976. fi
  977. AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
  978. if test $am_gid -le $am_max_gid; then
  979. AC_MSG_RESULT([yes])
  980. else
  981. AC_MSG_RESULT([no])
  982. _am_tools=none
  983. fi],
  984. [pax],
  985. [],
  986. [m4_fatal([Unknown tar format])])
  987. AC_MSG_CHECKING([how to create a $1 tar archive])
  988. # Go ahead even if we have the value already cached. We do so because we
  989. # need to set the values for the 'am__tar' and 'am__untar' variables.
  990. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  991. for _am_tool in $_am_tools; do
  992. case $_am_tool in
  993. gnutar)
  994. for _am_tar in tar gnutar gtar; do
  995. AM_RUN_LOG([$_am_tar --version]) && break
  996. done
  997. am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  998. am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  999. am__untar="$_am_tar -xf -"
  1000. ;;
  1001. plaintar)
  1002. # Must skip GNU tar: if it does not support --format= it doesn't create
  1003. # ustar tarball either.
  1004. (tar --version) >/dev/null 2>&1 && continue
  1005. am__tar='tar chf - "$$tardir"'
  1006. am__tar_='tar chf - "$tardir"'
  1007. am__untar='tar xf -'
  1008. ;;
  1009. pax)
  1010. am__tar='pax -L -x $1 -w "$$tardir"'
  1011. am__tar_='pax -L -x $1 -w "$tardir"'
  1012. am__untar='pax -r'
  1013. ;;
  1014. cpio)
  1015. am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  1016. am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  1017. am__untar='cpio -i -H $1 -d'
  1018. ;;
  1019. none)
  1020. am__tar=false
  1021. am__tar_=false
  1022. am__untar=false
  1023. ;;
  1024. esac
  1025. # If the value was cached, stop now. We just wanted to have am__tar
  1026. # and am__untar set.
  1027. test -n "${am_cv_prog_tar_$1}" && break
  1028. # tar/untar a dummy directory, and stop if the command works.
  1029. rm -rf conftest.dir
  1030. mkdir conftest.dir
  1031. echo GrepMe > conftest.dir/file
  1032. AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  1033. rm -rf conftest.dir
  1034. if test -s conftest.tar; then
  1035. AM_RUN_LOG([$am__untar <conftest.tar])
  1036. AM_RUN_LOG([cat conftest.dir/file])
  1037. grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  1038. fi
  1039. done
  1040. rm -rf conftest.dir
  1041. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  1042. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  1043. AC_SUBST([am__tar])
  1044. AC_SUBST([am__untar])
  1045. ]) # _AM_PROG_TAR
  1046. m4_include([m4/libtool.m4])
  1047. m4_include([m4/ltoptions.m4])
  1048. m4_include([m4/ltsugar.m4])
  1049. m4_include([m4/ltversion.m4])
  1050. m4_include([m4/lt~obsolete.m4])
  1051. m4_include([m4/visibility.m4])
  1052. m4_include([acinclude.m4])