aclocal.m4 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  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. # AM_AUX_DIR_EXPAND -*- 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. # 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-2017 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-2017 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-2017 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. case $CONFIG_FILES in
  316. *\'*) eval set x "$CONFIG_FILES" ;;
  317. *) set x $CONFIG_FILES ;;
  318. esac
  319. shift
  320. for mf
  321. do
  322. # Strip MF so we end up with the name of the file.
  323. mf=`echo "$mf" | sed -e 's/:.*$//'`
  324. # Check whether this is an Automake generated Makefile or not.
  325. # We used to match only the files named 'Makefile.in', but
  326. # some people rename them; so instead we look at the file content.
  327. # Grep'ing the first line is not enough: some people post-process
  328. # each Makefile.in and add a new line on top of each file to say so.
  329. # Grep'ing the whole file is not good either: AIX grep has a line
  330. # limit of 2048, but all sed's we know have understand at least 4000.
  331. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  332. dirpart=`AS_DIRNAME("$mf")`
  333. else
  334. continue
  335. fi
  336. # Extract the definition of DEPDIR, am__include, and am__quote
  337. # from the Makefile without running 'make'.
  338. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  339. test -z "$DEPDIR" && continue
  340. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  341. test -z "$am__include" && continue
  342. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  343. # Find all dependency output files, they are included files with
  344. # $(DEPDIR) in their names. We invoke sed twice because it is the
  345. # simplest approach to changing $(DEPDIR) to its actual value in the
  346. # expansion.
  347. for file in `sed -n "
  348. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  349. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
  350. # Make sure the directory exists.
  351. test -f "$dirpart/$file" && continue
  352. fdir=`AS_DIRNAME(["$file"])`
  353. AS_MKDIR_P([$dirpart/$fdir])
  354. # echo "creating $dirpart/$file"
  355. echo '# dummy' > "$dirpart/$file"
  356. done
  357. done
  358. }
  359. ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
  360. # AM_OUTPUT_DEPENDENCY_COMMANDS
  361. # -----------------------------
  362. # This macro should only be invoked once -- use via AC_REQUIRE.
  363. #
  364. # This code is only required when automatic dependency tracking
  365. # is enabled. FIXME. This creates each '.P' file that we will
  366. # need in order to bootstrap the dependency handling code.
  367. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
  368. [AC_CONFIG_COMMANDS([depfiles],
  369. [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  370. [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  371. ])
  372. # Do all the work for Automake. -*- Autoconf -*-
  373. # Copyright (C) 1996-2017 Free Software Foundation, Inc.
  374. #
  375. # This file is free software; the Free Software Foundation
  376. # gives unlimited permission to copy and/or distribute it,
  377. # with or without modifications, as long as this notice is preserved.
  378. # This macro actually does too much. Some checks are only needed if
  379. # your package does certain things. But this isn't really a big deal.
  380. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
  381. m4_define([AC_PROG_CC],
  382. m4_defn([AC_PROG_CC])
  383. [_AM_PROG_CC_C_O
  384. ])
  385. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
  386. # AM_INIT_AUTOMAKE([OPTIONS])
  387. # -----------------------------------------------
  388. # The call with PACKAGE and VERSION arguments is the old style
  389. # call (pre autoconf-2.50), which is being phased out. PACKAGE
  390. # and VERSION should now be passed to AC_INIT and removed from
  391. # the call to AM_INIT_AUTOMAKE.
  392. # We support both call styles for the transition. After
  393. # the next Automake release, Autoconf can make the AC_INIT
  394. # arguments mandatory, and then we can depend on a new Autoconf
  395. # release and drop the old call support.
  396. AC_DEFUN([AM_INIT_AUTOMAKE],
  397. [AC_PREREQ([2.65])dnl
  398. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  399. dnl the ones we care about.
  400. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  401. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  402. AC_REQUIRE([AC_PROG_INSTALL])dnl
  403. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  404. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  405. # is not polluted with repeated "-I."
  406. AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
  407. # test to see if srcdir already configured
  408. if test -f $srcdir/config.status; then
  409. AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  410. fi
  411. fi
  412. # test whether we have cygpath
  413. if test -z "$CYGPATH_W"; then
  414. if (cygpath --version) >/dev/null 2>/dev/null; then
  415. CYGPATH_W='cygpath -w'
  416. else
  417. CYGPATH_W=echo
  418. fi
  419. fi
  420. AC_SUBST([CYGPATH_W])
  421. # Define the identity of the package.
  422. dnl Distinguish between old-style and new-style calls.
  423. m4_ifval([$2],
  424. [AC_DIAGNOSE([obsolete],
  425. [$0: two- and three-arguments forms are deprecated.])
  426. m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  427. AC_SUBST([PACKAGE], [$1])dnl
  428. AC_SUBST([VERSION], [$2])],
  429. [_AM_SET_OPTIONS([$1])dnl
  430. dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
  431. m4_if(
  432. m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
  433. [ok:ok],,
  434. [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  435. AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  436. AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  437. _AM_IF_OPTION([no-define],,
  438. [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
  439. AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
  440. # Some tools Automake needs.
  441. AC_REQUIRE([AM_SANITY_CHECK])dnl
  442. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  443. AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
  444. AM_MISSING_PROG([AUTOCONF], [autoconf])
  445. AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
  446. AM_MISSING_PROG([AUTOHEADER], [autoheader])
  447. AM_MISSING_PROG([MAKEINFO], [makeinfo])
  448. AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  449. AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  450. AC_REQUIRE([AC_PROG_MKDIR_P])dnl
  451. # For better backward compatibility. To be removed once Automake 1.9.x
  452. # dies out for good. For more background, see:
  453. # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
  454. # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
  455. AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
  456. # We need awk for the "check" target (and possibly the TAP driver). The
  457. # system "awk" is bad on some platforms.
  458. AC_REQUIRE([AC_PROG_AWK])dnl
  459. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  460. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  461. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  462. [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  463. [_AM_PROG_TAR([v7])])])
  464. _AM_IF_OPTION([no-dependencies],,
  465. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  466. [_AM_DEPENDENCIES([CC])],
  467. [m4_define([AC_PROG_CC],
  468. m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
  469. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  470. [_AM_DEPENDENCIES([CXX])],
  471. [m4_define([AC_PROG_CXX],
  472. m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
  473. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  474. [_AM_DEPENDENCIES([OBJC])],
  475. [m4_define([AC_PROG_OBJC],
  476. m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
  477. AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
  478. [_AM_DEPENDENCIES([OBJCXX])],
  479. [m4_define([AC_PROG_OBJCXX],
  480. m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
  481. ])
  482. AC_REQUIRE([AM_SILENT_RULES])dnl
  483. dnl The testsuite driver may need to know about EXEEXT, so add the
  484. dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
  485. dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
  486. AC_CONFIG_COMMANDS_PRE(dnl
  487. [m4_provide_if([_AM_COMPILER_EXEEXT],
  488. [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
  489. # POSIX will say in a future version that running "rm -f" with no argument
  490. # is OK; and we want to be able to make that assumption in our Makefile
  491. # recipes. So use an aggressive probe to check that the usage we want is
  492. # actually supported "in the wild" to an acceptable degree.
  493. # See automake bug#10828.
  494. # To make any issue more visible, cause the running configure to be aborted
  495. # by default if the 'rm' program in use doesn't match our expectations; the
  496. # user can still override this though.
  497. if rm -f && rm -fr && rm -rf; then : OK; else
  498. cat >&2 <<'END'
  499. Oops!
  500. Your 'rm' program seems unable to run without file operands specified
  501. on the command line, even when the '-f' option is present. This is contrary
  502. to the behaviour of most rm programs out there, and not conforming with
  503. the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
  504. Please tell bug-automake@gnu.org about your system, including the value
  505. of your $PATH and any error possibly output before this message. This
  506. can help us improve future automake versions.
  507. END
  508. if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
  509. echo 'Configuration will proceed anyway, since you have set the' >&2
  510. echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
  511. echo >&2
  512. else
  513. cat >&2 <<'END'
  514. Aborting the configuration process, to ensure you take notice of the issue.
  515. You can download and install GNU coreutils to get an 'rm' implementation
  516. that behaves properly: <http://www.gnu.org/software/coreutils/>.
  517. If you want to complete the configuration process using your problematic
  518. 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
  519. to "yes", and re-run configure.
  520. END
  521. AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
  522. fi
  523. fi
  524. dnl The trailing newline in this macro's definition is deliberate, for
  525. dnl backward compatibility and to allow trailing 'dnl'-style comments
  526. dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
  527. ])
  528. dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
  529. dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
  530. dnl mangled by Autoconf and run in a shell conditional statement.
  531. m4_define([_AC_COMPILER_EXEEXT],
  532. m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
  533. # When config.status generates a header, we must update the stamp-h file.
  534. # This file resides in the same directory as the config header
  535. # that is generated. The stamp files are numbered to have different names.
  536. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
  537. # loop where config.status creates the headers, so we can generate
  538. # our stamp files there.
  539. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
  540. [# Compute $1's index in $config_headers.
  541. _am_arg=$1
  542. _am_stamp_count=1
  543. for _am_header in $config_headers :; do
  544. case $_am_header in
  545. $_am_arg | $_am_arg:* )
  546. break ;;
  547. * )
  548. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  549. esac
  550. done
  551. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  552. # Copyright (C) 2001-2017 Free Software Foundation, Inc.
  553. #
  554. # This file is free software; the Free Software Foundation
  555. # gives unlimited permission to copy and/or distribute it,
  556. # with or without modifications, as long as this notice is preserved.
  557. # AM_PROG_INSTALL_SH
  558. # ------------------
  559. # Define $install_sh.
  560. AC_DEFUN([AM_PROG_INSTALL_SH],
  561. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  562. if test x"${install_sh+set}" != xset; then
  563. case $am_aux_dir in
  564. *\ * | *\ *)
  565. install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  566. *)
  567. install_sh="\${SHELL} $am_aux_dir/install-sh"
  568. esac
  569. fi
  570. AC_SUBST([install_sh])])
  571. # Copyright (C) 2003-2017 Free Software Foundation, Inc.
  572. #
  573. # This file is free software; the Free Software Foundation
  574. # gives unlimited permission to copy and/or distribute it,
  575. # with or without modifications, as long as this notice is preserved.
  576. # Check whether the underlying file-system supports filenames
  577. # with a leading dot. For instance MS-DOS doesn't.
  578. AC_DEFUN([AM_SET_LEADING_DOT],
  579. [rm -rf .tst 2>/dev/null
  580. mkdir .tst 2>/dev/null
  581. if test -d .tst; then
  582. am__leading_dot=.
  583. else
  584. am__leading_dot=_
  585. fi
  586. rmdir .tst 2>/dev/null
  587. AC_SUBST([am__leading_dot])])
  588. # Check to see how 'make' treats includes. -*- Autoconf -*-
  589. # Copyright (C) 2001-2017 Free Software Foundation, Inc.
  590. #
  591. # This file is free software; the Free Software Foundation
  592. # gives unlimited permission to copy and/or distribute it,
  593. # with or without modifications, as long as this notice is preserved.
  594. # AM_MAKE_INCLUDE()
  595. # -----------------
  596. # Check to see how make treats includes.
  597. AC_DEFUN([AM_MAKE_INCLUDE],
  598. [am_make=${MAKE-make}
  599. cat > confinc << 'END'
  600. am__doit:
  601. @echo this is the am__doit target
  602. .PHONY: am__doit
  603. END
  604. # If we don't find an include directive, just comment out the code.
  605. AC_MSG_CHECKING([for style of include used by $am_make])
  606. am__include="#"
  607. am__quote=
  608. _am_result=none
  609. # First try GNU make style include.
  610. echo "include confinc" > confmf
  611. # Ignore all kinds of additional output from 'make'.
  612. case `$am_make -s -f confmf 2> /dev/null` in #(
  613. *the\ am__doit\ target*)
  614. am__include=include
  615. am__quote=
  616. _am_result=GNU
  617. ;;
  618. esac
  619. # Now try BSD make style include.
  620. if test "$am__include" = "#"; then
  621. echo '.include "confinc"' > confmf
  622. case `$am_make -s -f confmf 2> /dev/null` in #(
  623. *the\ am__doit\ target*)
  624. am__include=.include
  625. am__quote="\""
  626. _am_result=BSD
  627. ;;
  628. esac
  629. fi
  630. AC_SUBST([am__include])
  631. AC_SUBST([am__quote])
  632. AC_MSG_RESULT([$_am_result])
  633. rm -f confinc confmf
  634. ])
  635. # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
  636. # Copyright (C) 1997-2017 Free Software Foundation, Inc.
  637. #
  638. # This file is free software; the Free Software Foundation
  639. # gives unlimited permission to copy and/or distribute it,
  640. # with or without modifications, as long as this notice is preserved.
  641. # AM_MISSING_PROG(NAME, PROGRAM)
  642. # ------------------------------
  643. AC_DEFUN([AM_MISSING_PROG],
  644. [AC_REQUIRE([AM_MISSING_HAS_RUN])
  645. $1=${$1-"${am_missing_run}$2"}
  646. AC_SUBST($1)])
  647. # AM_MISSING_HAS_RUN
  648. # ------------------
  649. # Define MISSING if not defined so far and test if it is modern enough.
  650. # If it is, set am_missing_run to use it, otherwise, to nothing.
  651. AC_DEFUN([AM_MISSING_HAS_RUN],
  652. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  653. AC_REQUIRE_AUX_FILE([missing])dnl
  654. if test x"${MISSING+set}" != xset; then
  655. case $am_aux_dir in
  656. *\ * | *\ *)
  657. MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  658. *)
  659. MISSING="\${SHELL} $am_aux_dir/missing" ;;
  660. esac
  661. fi
  662. # Use eval to expand $SHELL
  663. if eval "$MISSING --is-lightweight"; then
  664. am_missing_run="$MISSING "
  665. else
  666. am_missing_run=
  667. AC_MSG_WARN(['missing' script is too old or missing])
  668. fi
  669. ])
  670. # Helper functions for option handling. -*- Autoconf -*-
  671. # Copyright (C) 2001-2017 Free Software Foundation, Inc.
  672. #
  673. # This file is free software; the Free Software Foundation
  674. # gives unlimited permission to copy and/or distribute it,
  675. # with or without modifications, as long as this notice is preserved.
  676. # _AM_MANGLE_OPTION(NAME)
  677. # -----------------------
  678. AC_DEFUN([_AM_MANGLE_OPTION],
  679. [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  680. # _AM_SET_OPTION(NAME)
  681. # --------------------
  682. # Set option NAME. Presently that only means defining a flag for this option.
  683. AC_DEFUN([_AM_SET_OPTION],
  684. [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
  685. # _AM_SET_OPTIONS(OPTIONS)
  686. # ------------------------
  687. # OPTIONS is a space-separated list of Automake options.
  688. AC_DEFUN([_AM_SET_OPTIONS],
  689. [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  690. # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
  691. # -------------------------------------------
  692. # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
  693. AC_DEFUN([_AM_IF_OPTION],
  694. [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  695. # Copyright (C) 1999-2017 Free Software Foundation, Inc.
  696. #
  697. # This file is free software; the Free Software Foundation
  698. # gives unlimited permission to copy and/or distribute it,
  699. # with or without modifications, as long as this notice is preserved.
  700. # _AM_PROG_CC_C_O
  701. # ---------------
  702. # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
  703. # to automatically call this.
  704. AC_DEFUN([_AM_PROG_CC_C_O],
  705. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  706. AC_REQUIRE_AUX_FILE([compile])dnl
  707. AC_LANG_PUSH([C])dnl
  708. AC_CACHE_CHECK(
  709. [whether $CC understands -c and -o together],
  710. [am_cv_prog_cc_c_o],
  711. [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
  712. # Make sure it works both with $CC and with simple cc.
  713. # Following AC_PROG_CC_C_O, we do the test twice because some
  714. # compilers refuse to overwrite an existing .o file with -o,
  715. # though they will create one.
  716. am_cv_prog_cc_c_o=yes
  717. for am_i in 1 2; do
  718. if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
  719. && test -f conftest2.$ac_objext; then
  720. : OK
  721. else
  722. am_cv_prog_cc_c_o=no
  723. break
  724. fi
  725. done
  726. rm -f core conftest*
  727. unset am_i])
  728. if test "$am_cv_prog_cc_c_o" != yes; then
  729. # Losing compiler, so override with the script.
  730. # FIXME: It is wrong to rewrite CC.
  731. # But if we don't then we get into trouble of one sort or another.
  732. # A longer-term fix would be to have automake use am__CC in this case,
  733. # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
  734. CC="$am_aux_dir/compile $CC"
  735. fi
  736. AC_LANG_POP([C])])
  737. # For backward compatibility.
  738. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
  739. # Copyright (C) 2001-2017 Free Software Foundation, Inc.
  740. #
  741. # This file is free software; the Free Software Foundation
  742. # gives unlimited permission to copy and/or distribute it,
  743. # with or without modifications, as long as this notice is preserved.
  744. # AM_RUN_LOG(COMMAND)
  745. # -------------------
  746. # Run COMMAND, save the exit status in ac_status, and log it.
  747. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
  748. AC_DEFUN([AM_RUN_LOG],
  749. [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
  750. ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
  751. ac_status=$?
  752. echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  753. (exit $ac_status); }])
  754. # Check to make sure that the build environment is sane. -*- Autoconf -*-
  755. # Copyright (C) 1996-2017 Free Software Foundation, Inc.
  756. #
  757. # This file is free software; the Free Software Foundation
  758. # gives unlimited permission to copy and/or distribute it,
  759. # with or without modifications, as long as this notice is preserved.
  760. # AM_SANITY_CHECK
  761. # ---------------
  762. AC_DEFUN([AM_SANITY_CHECK],
  763. [AC_MSG_CHECKING([whether build environment is sane])
  764. # Reject unsafe characters in $srcdir or the absolute working directory
  765. # name. Accept space and tab only in the latter.
  766. am_lf='
  767. '
  768. case `pwd` in
  769. *[[\\\"\#\$\&\'\`$am_lf]]*)
  770. AC_MSG_ERROR([unsafe absolute working directory name]);;
  771. esac
  772. case $srcdir in
  773. *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
  774. AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
  775. esac
  776. # Do 'set' in a subshell so we don't clobber the current shell's
  777. # arguments. Must try -L first in case configure is actually a
  778. # symlink; some systems play weird games with the mod time of symlinks
  779. # (eg FreeBSD returns the mod time of the symlink's containing
  780. # directory).
  781. if (
  782. am_has_slept=no
  783. for am_try in 1 2; do
  784. echo "timestamp, slept: $am_has_slept" > conftest.file
  785. set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  786. if test "$[*]" = "X"; then
  787. # -L didn't work.
  788. set X `ls -t "$srcdir/configure" conftest.file`
  789. fi
  790. if test "$[*]" != "X $srcdir/configure conftest.file" \
  791. && test "$[*]" != "X conftest.file $srcdir/configure"; then
  792. # If neither matched, then we have a broken ls. This can happen
  793. # if, for instance, CONFIG_SHELL is bash and it inherits a
  794. # broken ls alias from the environment. This has actually
  795. # happened. Such a system could not be considered "sane".
  796. AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
  797. alias in your environment])
  798. fi
  799. if test "$[2]" = conftest.file || test $am_try -eq 2; then
  800. break
  801. fi
  802. # Just in case.
  803. sleep 1
  804. am_has_slept=yes
  805. done
  806. test "$[2]" = conftest.file
  807. )
  808. then
  809. # Ok.
  810. :
  811. else
  812. AC_MSG_ERROR([newly created file is older than distributed files!
  813. Check your system clock])
  814. fi
  815. AC_MSG_RESULT([yes])
  816. # If we didn't sleep, we still need to ensure time stamps of config.status and
  817. # generated files are strictly newer.
  818. am_sleep_pid=
  819. if grep 'slept: no' conftest.file >/dev/null 2>&1; then
  820. ( sleep 1 ) &
  821. am_sleep_pid=$!
  822. fi
  823. AC_CONFIG_COMMANDS_PRE(
  824. [AC_MSG_CHECKING([that generated files are newer than configure])
  825. if test -n "$am_sleep_pid"; then
  826. # Hide warnings about reused PIDs.
  827. wait $am_sleep_pid 2>/dev/null
  828. fi
  829. AC_MSG_RESULT([done])])
  830. rm -f conftest.file
  831. ])
  832. # Copyright (C) 2009-2017 Free Software Foundation, Inc.
  833. #
  834. # This file is free software; the Free Software Foundation
  835. # gives unlimited permission to copy and/or distribute it,
  836. # with or without modifications, as long as this notice is preserved.
  837. # AM_SILENT_RULES([DEFAULT])
  838. # --------------------------
  839. # Enable less verbose build rules; with the default set to DEFAULT
  840. # ("yes" being less verbose, "no" or empty being verbose).
  841. AC_DEFUN([AM_SILENT_RULES],
  842. [AC_ARG_ENABLE([silent-rules], [dnl
  843. AS_HELP_STRING(
  844. [--enable-silent-rules],
  845. [less verbose build output (undo: "make V=1")])
  846. AS_HELP_STRING(
  847. [--disable-silent-rules],
  848. [verbose build output (undo: "make V=0")])dnl
  849. ])
  850. case $enable_silent_rules in @%:@ (((
  851. yes) AM_DEFAULT_VERBOSITY=0;;
  852. no) AM_DEFAULT_VERBOSITY=1;;
  853. *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
  854. esac
  855. dnl
  856. dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
  857. dnl do not support nested variable expansions.
  858. dnl See automake bug#9928 and bug#10237.
  859. am_make=${MAKE-make}
  860. AC_CACHE_CHECK([whether $am_make supports nested variables],
  861. [am_cv_make_support_nested_variables],
  862. [if AS_ECHO([['TRUE=$(BAR$(V))
  863. BAR0=false
  864. BAR1=true
  865. V=1
  866. am__doit:
  867. @$(TRUE)
  868. .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
  869. am_cv_make_support_nested_variables=yes
  870. else
  871. am_cv_make_support_nested_variables=no
  872. fi])
  873. if test $am_cv_make_support_nested_variables = yes; then
  874. dnl Using '$V' instead of '$(V)' breaks IRIX make.
  875. AM_V='$(V)'
  876. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  877. else
  878. AM_V=$AM_DEFAULT_VERBOSITY
  879. AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
  880. fi
  881. AC_SUBST([AM_V])dnl
  882. AM_SUBST_NOTMAKE([AM_V])dnl
  883. AC_SUBST([AM_DEFAULT_V])dnl
  884. AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
  885. AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
  886. AM_BACKSLASH='\'
  887. AC_SUBST([AM_BACKSLASH])dnl
  888. _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
  889. ])
  890. # Copyright (C) 2001-2017 Free Software Foundation, Inc.
  891. #
  892. # This file is free software; the Free Software Foundation
  893. # gives unlimited permission to copy and/or distribute it,
  894. # with or without modifications, as long as this notice is preserved.
  895. # AM_PROG_INSTALL_STRIP
  896. # ---------------------
  897. # One issue with vendor 'install' (even GNU) is that you can't
  898. # specify the program used to strip binaries. This is especially
  899. # annoying in cross-compiling environments, where the build's strip
  900. # is unlikely to handle the host's binaries.
  901. # Fortunately install-sh will honor a STRIPPROG variable, so we
  902. # always use install-sh in "make install-strip", and initialize
  903. # STRIPPROG with the value of the STRIP variable (set by the user).
  904. AC_DEFUN([AM_PROG_INSTALL_STRIP],
  905. [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  906. # Installed binaries are usually stripped using 'strip' when the user
  907. # run "make install-strip". However 'strip' might not be the right
  908. # tool to use in cross-compilation environments, therefore Automake
  909. # will honor the 'STRIP' environment variable to overrule this program.
  910. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
  911. if test "$cross_compiling" != no; then
  912. AC_CHECK_TOOL([STRIP], [strip], :)
  913. fi
  914. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  915. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  916. # Copyright (C) 2006-2017 Free Software Foundation, Inc.
  917. #
  918. # This file is free software; the Free Software Foundation
  919. # gives unlimited permission to copy and/or distribute it,
  920. # with or without modifications, as long as this notice is preserved.
  921. # _AM_SUBST_NOTMAKE(VARIABLE)
  922. # ---------------------------
  923. # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
  924. # This macro is traced by Automake.
  925. AC_DEFUN([_AM_SUBST_NOTMAKE])
  926. # AM_SUBST_NOTMAKE(VARIABLE)
  927. # --------------------------
  928. # Public sister of _AM_SUBST_NOTMAKE.
  929. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  930. # Check how to create a tarball. -*- Autoconf -*-
  931. # Copyright (C) 2004-2017 Free Software Foundation, Inc.
  932. #
  933. # This file is free software; the Free Software Foundation
  934. # gives unlimited permission to copy and/or distribute it,
  935. # with or without modifications, as long as this notice is preserved.
  936. # _AM_PROG_TAR(FORMAT)
  937. # --------------------
  938. # Check how to create a tarball in format FORMAT.
  939. # FORMAT should be one of 'v7', 'ustar', or 'pax'.
  940. #
  941. # Substitute a variable $(am__tar) that is a command
  942. # writing to stdout a FORMAT-tarball containing the directory
  943. # $tardir.
  944. # tardir=directory && $(am__tar) > result.tar
  945. #
  946. # Substitute a variable $(am__untar) that extract such
  947. # a tarball read from stdin.
  948. # $(am__untar) < result.tar
  949. #
  950. AC_DEFUN([_AM_PROG_TAR],
  951. [# Always define AMTAR for backward compatibility. Yes, it's still used
  952. # in the wild :-( We should find a proper way to deprecate it ...
  953. AC_SUBST([AMTAR], ['$${TAR-tar}'])
  954. # We'll loop over all known methods to create a tar archive until one works.
  955. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  956. m4_if([$1], [v7],
  957. [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
  958. [m4_case([$1],
  959. [ustar],
  960. [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
  961. # There is notably a 21 bits limit for the UID and the GID. In fact,
  962. # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
  963. # and bug#13588).
  964. am_max_uid=2097151 # 2^21 - 1
  965. am_max_gid=$am_max_uid
  966. # The $UID and $GID variables are not portable, so we need to resort
  967. # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
  968. # below are definitely unexpected, so allow the users to see them
  969. # (that is, avoid stderr redirection).
  970. am_uid=`id -u || echo unknown`
  971. am_gid=`id -g || echo unknown`
  972. AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
  973. if test $am_uid -le $am_max_uid; then
  974. AC_MSG_RESULT([yes])
  975. else
  976. AC_MSG_RESULT([no])
  977. _am_tools=none
  978. fi
  979. AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
  980. if test $am_gid -le $am_max_gid; then
  981. AC_MSG_RESULT([yes])
  982. else
  983. AC_MSG_RESULT([no])
  984. _am_tools=none
  985. fi],
  986. [pax],
  987. [],
  988. [m4_fatal([Unknown tar format])])
  989. AC_MSG_CHECKING([how to create a $1 tar archive])
  990. # Go ahead even if we have the value already cached. We do so because we
  991. # need to set the values for the 'am__tar' and 'am__untar' variables.
  992. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  993. for _am_tool in $_am_tools; do
  994. case $_am_tool in
  995. gnutar)
  996. for _am_tar in tar gnutar gtar; do
  997. AM_RUN_LOG([$_am_tar --version]) && break
  998. done
  999. am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  1000. am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  1001. am__untar="$_am_tar -xf -"
  1002. ;;
  1003. plaintar)
  1004. # Must skip GNU tar: if it does not support --format= it doesn't create
  1005. # ustar tarball either.
  1006. (tar --version) >/dev/null 2>&1 && continue
  1007. am__tar='tar chf - "$$tardir"'
  1008. am__tar_='tar chf - "$tardir"'
  1009. am__untar='tar xf -'
  1010. ;;
  1011. pax)
  1012. am__tar='pax -L -x $1 -w "$$tardir"'
  1013. am__tar_='pax -L -x $1 -w "$tardir"'
  1014. am__untar='pax -r'
  1015. ;;
  1016. cpio)
  1017. am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  1018. am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  1019. am__untar='cpio -i -H $1 -d'
  1020. ;;
  1021. none)
  1022. am__tar=false
  1023. am__tar_=false
  1024. am__untar=false
  1025. ;;
  1026. esac
  1027. # If the value was cached, stop now. We just wanted to have am__tar
  1028. # and am__untar set.
  1029. test -n "${am_cv_prog_tar_$1}" && break
  1030. # tar/untar a dummy directory, and stop if the command works.
  1031. rm -rf conftest.dir
  1032. mkdir conftest.dir
  1033. echo GrepMe > conftest.dir/file
  1034. AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  1035. rm -rf conftest.dir
  1036. if test -s conftest.tar; then
  1037. AM_RUN_LOG([$am__untar <conftest.tar])
  1038. AM_RUN_LOG([cat conftest.dir/file])
  1039. grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  1040. fi
  1041. done
  1042. rm -rf conftest.dir
  1043. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  1044. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  1045. AC_SUBST([am__tar])
  1046. AC_SUBST([am__untar])
  1047. ]) # _AM_PROG_TAR