aclocal.m4 44 KB

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