aclocal.m4 47 KB

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