aclocal.m4 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089
  1. # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
  2. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
  3. # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
  4. # This file is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  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.64],,
  14. [m4_warning([this file was generated for autoconf 2.64.
  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, 2003, 2005, 2006, 2007, 2008 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.11'
  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.11.1], [],
  33. [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
  34. ])
  35. # _AM_AUTOCONF_VERSION(VERSION)
  36. # -----------------------------
  37. # aclocal traces this macro to find the Autoconf version.
  38. # This is a private macro too. Using m4_define simplifies
  39. # the logic in aclocal, which can simply ignore this definition.
  40. m4_define([_AM_AUTOCONF_VERSION], [])
  41. # AM_SET_CURRENT_AUTOMAKE_VERSION
  42. # -------------------------------
  43. # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
  44. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
  45. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
  46. [AM_AUTOMAKE_VERSION([1.11.1])dnl
  47. m4_ifndef([AC_AUTOCONF_VERSION],
  48. [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
  49. _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
  50. # AM_AUX_DIR_EXPAND -*- Autoconf -*-
  51. # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
  52. #
  53. # This file is free software; the Free Software Foundation
  54. # gives unlimited permission to copy and/or distribute it,
  55. # with or without modifications, as long as this notice is preserved.
  56. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
  57. # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
  58. # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
  59. #
  60. # Of course, Automake must honor this variable whenever it calls a
  61. # tool from the auxiliary directory. The problem is that $srcdir (and
  62. # therefore $ac_aux_dir as well) can be either absolute or relative,
  63. # depending on how configure is run. This is pretty annoying, since
  64. # it makes $ac_aux_dir quite unusable in subdirectories: in the top
  65. # source directory, any form will work fine, but in subdirectories a
  66. # relative path needs to be adjusted first.
  67. #
  68. # $ac_aux_dir/missing
  69. # fails when called from a subdirectory if $ac_aux_dir is relative
  70. # $top_srcdir/$ac_aux_dir/missing
  71. # fails if $ac_aux_dir is absolute,
  72. # fails when called from a subdirectory in a VPATH build with
  73. # a relative $ac_aux_dir
  74. #
  75. # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
  76. # are both prefixed by $srcdir. In an in-source build this is usually
  77. # harmless because $srcdir is `.', but things will broke when you
  78. # start a VPATH build or use an absolute $srcdir.
  79. #
  80. # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
  81. # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
  82. # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
  83. # and then we would define $MISSING as
  84. # MISSING="\${SHELL} $am_aux_dir/missing"
  85. # This will work as long as MISSING is not called from configure, because
  86. # unfortunately $(top_srcdir) has no meaning in configure.
  87. # However there are other variables, like CC, which are often used in
  88. # configure, and could therefore not use this "fixed" $ac_aux_dir.
  89. #
  90. # Another solution, used here, is to always expand $ac_aux_dir to an
  91. # absolute PATH. The drawback is that using absolute paths prevent a
  92. # configured tree to be moved without reconfiguration.
  93. AC_DEFUN([AM_AUX_DIR_EXPAND],
  94. [dnl Rely on autoconf to set up CDPATH properly.
  95. AC_PREREQ([2.50])dnl
  96. # expand $ac_aux_dir to an absolute path
  97. am_aux_dir=`cd $ac_aux_dir && pwd`
  98. ])
  99. # AM_COND_IF -*- Autoconf -*-
  100. # Copyright (C) 2008 Free Software Foundation, Inc.
  101. #
  102. # This file is free software; the Free Software Foundation
  103. # gives unlimited permission to copy and/or distribute it,
  104. # with or without modifications, as long as this notice is preserved.
  105. # serial 1
  106. # _AM_COND_IF
  107. # _AM_COND_ELSE
  108. # _AM_COND_ENDIF
  109. # --------------
  110. # These macros are only used for tracing.
  111. m4_define([_AM_COND_IF])
  112. m4_define([_AM_COND_ELSE])
  113. m4_define([_AM_COND_ENDIF])
  114. # AM_COND_IF(COND, [IF-TRUE], [IF-FALSE])
  115. # ---------------------------------------
  116. # If the shell condition matching COND is true, execute IF-TRUE,
  117. # otherwise execute IF-FALSE. Allow automake to learn about conditional
  118. # instantiating macros (the AC_CONFIG_FOOS).
  119. AC_DEFUN([AM_COND_IF],
  120. [m4_ifndef([_AM_COND_VALUE_$1],
  121. [m4_fatal([$0: no such condition "$1"])])dnl
  122. _AM_COND_IF([$1])dnl
  123. if _AM_COND_VALUE_$1; then
  124. m4_default([$2], [:])
  125. m4_ifval([$3],
  126. [_AM_COND_ELSE([$1])dnl
  127. else
  128. $3
  129. ])dnl
  130. _AM_COND_ENDIF([$1])dnl
  131. fi[]dnl
  132. ])
  133. # AM_CONDITIONAL -*- Autoconf -*-
  134. # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
  135. # Free Software Foundation, Inc.
  136. #
  137. # This file is free software; the Free Software Foundation
  138. # gives unlimited permission to copy and/or distribute it,
  139. # with or without modifications, as long as this notice is preserved.
  140. # serial 9
  141. # AM_CONDITIONAL(NAME, SHELL-CONDITION)
  142. # -------------------------------------
  143. # Define a conditional.
  144. AC_DEFUN([AM_CONDITIONAL],
  145. [AC_PREREQ(2.52)dnl
  146. ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
  147. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  148. AC_SUBST([$1_TRUE])dnl
  149. AC_SUBST([$1_FALSE])dnl
  150. _AM_SUBST_NOTMAKE([$1_TRUE])dnl
  151. _AM_SUBST_NOTMAKE([$1_FALSE])dnl
  152. m4_define([_AM_COND_VALUE_$1], [$2])dnl
  153. if $2; then
  154. $1_TRUE=
  155. $1_FALSE='#'
  156. else
  157. $1_TRUE='#'
  158. $1_FALSE=
  159. fi
  160. AC_CONFIG_COMMANDS_PRE(
  161. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  162. AC_MSG_ERROR([[conditional "$1" was never defined.
  163. Usually this means the macro was only invoked conditionally.]])
  164. fi])])
  165. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
  166. # Free Software Foundation, Inc.
  167. #
  168. # This file is free software; the Free Software Foundation
  169. # gives unlimited permission to copy and/or distribute it,
  170. # with or without modifications, as long as this notice is preserved.
  171. # serial 10
  172. # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
  173. # written in clear, in which case automake, when reading aclocal.m4,
  174. # will think it sees a *use*, and therefore will trigger all it's
  175. # C support machinery. Also note that it means that autoscan, seeing
  176. # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
  177. # _AM_DEPENDENCIES(NAME)
  178. # ----------------------
  179. # See how the compiler implements dependency checking.
  180. # NAME is "CC", "CXX", "GCJ", or "OBJC".
  181. # We try a few techniques and use that to set a single cache variable.
  182. #
  183. # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
  184. # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
  185. # dependency, and given that the user is not expected to run this macro,
  186. # just rely on AC_PROG_CC.
  187. AC_DEFUN([_AM_DEPENDENCIES],
  188. [AC_REQUIRE([AM_SET_DEPDIR])dnl
  189. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  190. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  191. AC_REQUIRE([AM_DEP_TRACK])dnl
  192. ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
  193. [$1], CXX, [depcc="$CXX" am_compiler_list=],
  194. [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
  195. [$1], UPC, [depcc="$UPC" am_compiler_list=],
  196. [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
  197. [depcc="$$1" am_compiler_list=])
  198. AC_CACHE_CHECK([dependency style of $depcc],
  199. [am_cv_$1_dependencies_compiler_type],
  200. [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  201. # We make a subdir and do the tests there. Otherwise we can end up
  202. # making bogus files that we don't know about and never remove. For
  203. # instance it was reported that on HP-UX the gcc test will end up
  204. # making a dummy file named `D' -- because `-MD' means `put the output
  205. # in D'.
  206. mkdir conftest.dir
  207. # Copy depcomp to subdir because otherwise we won't find it if we're
  208. # using a relative directory.
  209. cp "$am_depcomp" conftest.dir
  210. cd conftest.dir
  211. # We will build objects and dependencies in a subdirectory because
  212. # it helps to detect inapplicable dependency modes. For instance
  213. # both Tru64's cc and ICC support -MD to output dependencies as a
  214. # side effect of compilation, but ICC will put the dependencies in
  215. # the current directory while Tru64 will put them in the object
  216. # directory.
  217. mkdir sub
  218. am_cv_$1_dependencies_compiler_type=none
  219. if test "$am_compiler_list" = ""; then
  220. am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
  221. fi
  222. am__universal=false
  223. m4_case([$1], [CC],
  224. [case " $depcc " in #(
  225. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  226. esac],
  227. [CXX],
  228. [case " $depcc " in #(
  229. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  230. esac])
  231. for depmode in $am_compiler_list; do
  232. # Setup a source with many dependencies, because some compilers
  233. # like to wrap large dependency lists on column 80 (with \), and
  234. # we should not choose a depcomp mode which is confused by this.
  235. #
  236. # We need to recreate these files for each test, as the compiler may
  237. # overwrite some of them when testing with obscure command lines.
  238. # This happens at least with the AIX C compiler.
  239. : > sub/conftest.c
  240. for i in 1 2 3 4 5 6; do
  241. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  242. # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  243. # Solaris 8's {/usr,}/bin/sh.
  244. touch sub/conftst$i.h
  245. done
  246. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  247. # We check with `-c' and `-o' for the sake of the "dashmstdout"
  248. # mode. It turns out that the SunPro C++ compiler does not properly
  249. # handle `-M -o', and we need to detect this. Also, some Intel
  250. # versions had trouble with output in subdirs
  251. am__obj=sub/conftest.${OBJEXT-o}
  252. am__minus_obj="-o $am__obj"
  253. case $depmode in
  254. gcc)
  255. # This depmode causes a compiler race in universal mode.
  256. test "$am__universal" = false || continue
  257. ;;
  258. nosideeffect)
  259. # after this tag, mechanisms are not by side-effect, so they'll
  260. # only be used when explicitly requested
  261. if test "x$enable_dependency_tracking" = xyes; then
  262. continue
  263. else
  264. break
  265. fi
  266. ;;
  267. msvisualcpp | msvcmsys)
  268. # This compiler won't grok `-c -o', but also, the minuso test has
  269. # not run yet. These depmodes are late enough in the game, and
  270. # so weak that their functioning should not be impacted.
  271. am__obj=conftest.${OBJEXT-o}
  272. am__minus_obj=
  273. ;;
  274. none) break ;;
  275. esac
  276. if depmode=$depmode \
  277. source=sub/conftest.c object=$am__obj \
  278. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  279. $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  280. >/dev/null 2>conftest.err &&
  281. grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  282. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  283. grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  284. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  285. # icc doesn't choke on unknown options, it will just issue warnings
  286. # or remarks (even with -Werror). So we grep stderr for any message
  287. # that says an option was ignored or not supported.
  288. # When given -MP, icc 7.0 and 7.1 complain thusly:
  289. # icc: Command line warning: ignoring option '-M'; no argument required
  290. # The diagnosis changed in icc 8.0:
  291. # icc: Command line remark: option '-MP' not supported
  292. if (grep 'ignoring option' conftest.err ||
  293. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  294. am_cv_$1_dependencies_compiler_type=$depmode
  295. break
  296. fi
  297. fi
  298. done
  299. cd ..
  300. rm -rf conftest.dir
  301. else
  302. am_cv_$1_dependencies_compiler_type=none
  303. fi
  304. ])
  305. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  306. AM_CONDITIONAL([am__fastdep$1], [
  307. test "x$enable_dependency_tracking" != xno \
  308. && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  309. ])
  310. # AM_SET_DEPDIR
  311. # -------------
  312. # Choose a directory name for dependency files.
  313. # This macro is AC_REQUIREd in _AM_DEPENDENCIES
  314. AC_DEFUN([AM_SET_DEPDIR],
  315. [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  316. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  317. ])
  318. # AM_DEP_TRACK
  319. # ------------
  320. AC_DEFUN([AM_DEP_TRACK],
  321. [AC_ARG_ENABLE(dependency-tracking,
  322. [ --disable-dependency-tracking speeds up one-time build
  323. --enable-dependency-tracking do not reject slow dependency extractors])
  324. if test "x$enable_dependency_tracking" != xno; then
  325. am_depcomp="$ac_aux_dir/depcomp"
  326. AMDEPBACKSLASH='\'
  327. fi
  328. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  329. AC_SUBST([AMDEPBACKSLASH])dnl
  330. _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
  331. ])
  332. # Generate code to set up dependency tracking. -*- Autoconf -*-
  333. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
  334. # Free Software Foundation, Inc.
  335. #
  336. # This file is free software; the Free Software Foundation
  337. # gives unlimited permission to copy and/or distribute it,
  338. # with or without modifications, as long as this notice is preserved.
  339. #serial 5
  340. # _AM_OUTPUT_DEPENDENCY_COMMANDS
  341. # ------------------------------
  342. AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
  343. [{
  344. # Autoconf 2.62 quotes --file arguments for eval, but not when files
  345. # are listed without --file. Let's play safe and only enable the eval
  346. # if we detect the quoting.
  347. case $CONFIG_FILES in
  348. *\'*) eval set x "$CONFIG_FILES" ;;
  349. *) set x $CONFIG_FILES ;;
  350. esac
  351. shift
  352. for mf
  353. do
  354. # Strip MF so we end up with the name of the file.
  355. mf=`echo "$mf" | sed -e 's/:.*$//'`
  356. # Check whether this is an Automake generated Makefile or not.
  357. # We used to match only the files named `Makefile.in', but
  358. # some people rename them; so instead we look at the file content.
  359. # Grep'ing the first line is not enough: some people post-process
  360. # each Makefile.in and add a new line on top of each file to say so.
  361. # Grep'ing the whole file is not good either: AIX grep has a line
  362. # limit of 2048, but all sed's we know have understand at least 4000.
  363. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  364. dirpart=`AS_DIRNAME("$mf")`
  365. else
  366. continue
  367. fi
  368. # Extract the definition of DEPDIR, am__include, and am__quote
  369. # from the Makefile without running `make'.
  370. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  371. test -z "$DEPDIR" && continue
  372. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  373. test -z "am__include" && continue
  374. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  375. # When using ansi2knr, U may be empty or an underscore; expand it
  376. U=`sed -n 's/^U = //p' < "$mf"`
  377. # Find all dependency output files, they are included files with
  378. # $(DEPDIR) in their names. We invoke sed twice because it is the
  379. # simplest approach to changing $(DEPDIR) to its actual value in the
  380. # expansion.
  381. for file in `sed -n "
  382. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  383. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  384. # Make sure the directory exists.
  385. test -f "$dirpart/$file" && continue
  386. fdir=`AS_DIRNAME(["$file"])`
  387. AS_MKDIR_P([$dirpart/$fdir])
  388. # echo "creating $dirpart/$file"
  389. echo '# dummy' > "$dirpart/$file"
  390. done
  391. done
  392. }
  393. ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
  394. # AM_OUTPUT_DEPENDENCY_COMMANDS
  395. # -----------------------------
  396. # This macro should only be invoked once -- use via AC_REQUIRE.
  397. #
  398. # This code is only required when automatic dependency tracking
  399. # is enabled. FIXME. This creates each `.P' file that we will
  400. # need in order to bootstrap the dependency handling code.
  401. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
  402. [AC_CONFIG_COMMANDS([depfiles],
  403. [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  404. [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  405. ])
  406. # Do all the work for Automake. -*- Autoconf -*-
  407. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
  408. # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
  409. #
  410. # This file is free software; the Free Software Foundation
  411. # gives unlimited permission to copy and/or distribute it,
  412. # with or without modifications, as long as this notice is preserved.
  413. # serial 16
  414. # This macro actually does too much. Some checks are only needed if
  415. # your package does certain things. But this isn't really a big deal.
  416. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
  417. # AM_INIT_AUTOMAKE([OPTIONS])
  418. # -----------------------------------------------
  419. # The call with PACKAGE and VERSION arguments is the old style
  420. # call (pre autoconf-2.50), which is being phased out. PACKAGE
  421. # and VERSION should now be passed to AC_INIT and removed from
  422. # the call to AM_INIT_AUTOMAKE.
  423. # We support both call styles for the transition. After
  424. # the next Automake release, Autoconf can make the AC_INIT
  425. # arguments mandatory, and then we can depend on a new Autoconf
  426. # release and drop the old call support.
  427. AC_DEFUN([AM_INIT_AUTOMAKE],
  428. [AC_PREREQ([2.62])dnl
  429. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  430. dnl the ones we care about.
  431. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  432. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  433. AC_REQUIRE([AC_PROG_INSTALL])dnl
  434. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  435. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  436. # is not polluted with repeated "-I."
  437. AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
  438. # test to see if srcdir already configured
  439. if test -f $srcdir/config.status; then
  440. AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  441. fi
  442. fi
  443. # test whether we have cygpath
  444. if test -z "$CYGPATH_W"; then
  445. if (cygpath --version) >/dev/null 2>/dev/null; then
  446. CYGPATH_W='cygpath -w'
  447. else
  448. CYGPATH_W=echo
  449. fi
  450. fi
  451. AC_SUBST([CYGPATH_W])
  452. # Define the identity of the package.
  453. dnl Distinguish between old-style and new-style calls.
  454. m4_ifval([$2],
  455. [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  456. AC_SUBST([PACKAGE], [$1])dnl
  457. AC_SUBST([VERSION], [$2])],
  458. [_AM_SET_OPTIONS([$1])dnl
  459. dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
  460. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
  461. [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  462. AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  463. AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  464. _AM_IF_OPTION([no-define],,
  465. [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  466. AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
  467. # Some tools Automake needs.
  468. AC_REQUIRE([AM_SANITY_CHECK])dnl
  469. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  470. AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
  471. AM_MISSING_PROG(AUTOCONF, autoconf)
  472. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  473. AM_MISSING_PROG(AUTOHEADER, autoheader)
  474. AM_MISSING_PROG(MAKEINFO, makeinfo)
  475. AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  476. AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  477. AC_REQUIRE([AM_PROG_MKDIR_P])dnl
  478. # We need awk for the "check" target. The system "awk" is bad on
  479. # some platforms.
  480. AC_REQUIRE([AC_PROG_AWK])dnl
  481. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  482. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  483. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  484. [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  485. [_AM_PROG_TAR([v7])])])
  486. _AM_IF_OPTION([no-dependencies],,
  487. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  488. [_AM_DEPENDENCIES(CC)],
  489. [define([AC_PROG_CC],
  490. defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  491. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  492. [_AM_DEPENDENCIES(CXX)],
  493. [define([AC_PROG_CXX],
  494. defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  495. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  496. [_AM_DEPENDENCIES(OBJC)],
  497. [define([AC_PROG_OBJC],
  498. defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  499. ])
  500. _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
  501. dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
  502. dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
  503. dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
  504. AC_CONFIG_COMMANDS_PRE(dnl
  505. [m4_provide_if([_AM_COMPILER_EXEEXT],
  506. [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
  507. ])
  508. dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
  509. dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
  510. dnl mangled by Autoconf and run in a shell conditional statement.
  511. m4_define([_AC_COMPILER_EXEEXT],
  512. m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
  513. # When config.status generates a header, we must update the stamp-h file.
  514. # This file resides in the same directory as the config header
  515. # that is generated. The stamp files are numbered to have different names.
  516. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
  517. # loop where config.status creates the headers, so we can generate
  518. # our stamp files there.
  519. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
  520. [# Compute $1's index in $config_headers.
  521. _am_arg=$1
  522. _am_stamp_count=1
  523. for _am_header in $config_headers :; do
  524. case $_am_header in
  525. $_am_arg | $_am_arg:* )
  526. break ;;
  527. * )
  528. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  529. esac
  530. done
  531. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  532. # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
  533. #
  534. # This file is free software; the Free Software Foundation
  535. # gives unlimited permission to copy and/or distribute it,
  536. # with or without modifications, as long as this notice is preserved.
  537. # AM_PROG_INSTALL_SH
  538. # ------------------
  539. # Define $install_sh.
  540. AC_DEFUN([AM_PROG_INSTALL_SH],
  541. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  542. if test x"${install_sh}" != xset; then
  543. case $am_aux_dir in
  544. *\ * | *\ *)
  545. install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  546. *)
  547. install_sh="\${SHELL} $am_aux_dir/install-sh"
  548. esac
  549. fi
  550. AC_SUBST(install_sh)])
  551. # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
  552. # From Jim Meyering
  553. # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
  554. # Free Software Foundation, Inc.
  555. #
  556. # This file is free software; the Free Software Foundation
  557. # gives unlimited permission to copy and/or distribute it,
  558. # with or without modifications, as long as this notice is preserved.
  559. # serial 5
  560. # AM_MAINTAINER_MODE([DEFAULT-MODE])
  561. # ----------------------------------
  562. # Control maintainer-specific portions of Makefiles.
  563. # Default is to disable them, unless `enable' is passed literally.
  564. # For symmetry, `disable' may be passed as well. Anyway, the user
  565. # can override the default with the --enable/--disable switch.
  566. AC_DEFUN([AM_MAINTAINER_MODE],
  567. [m4_case(m4_default([$1], [disable]),
  568. [enable], [m4_define([am_maintainer_other], [disable])],
  569. [disable], [m4_define([am_maintainer_other], [enable])],
  570. [m4_define([am_maintainer_other], [enable])
  571. m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
  572. AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
  573. dnl maintainer-mode's default is 'disable' unless 'enable' is passed
  574. AC_ARG_ENABLE([maintainer-mode],
  575. [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
  576. (and sometimes confusing) to the casual installer],
  577. [USE_MAINTAINER_MODE=$enableval],
  578. [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
  579. AC_MSG_RESULT([$USE_MAINTAINER_MODE])
  580. AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
  581. MAINT=$MAINTAINER_MODE_TRUE
  582. AC_SUBST([MAINT])dnl
  583. ]
  584. )
  585. AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
  586. # Check to see how 'make' treats includes. -*- Autoconf -*-
  587. # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
  588. #
  589. # This file is free software; the Free Software Foundation
  590. # gives unlimited permission to copy and/or distribute it,
  591. # with or without modifications, as long as this notice is preserved.
  592. # serial 4
  593. # AM_MAKE_INCLUDE()
  594. # -----------------
  595. # Check to see how make treats includes.
  596. AC_DEFUN([AM_MAKE_INCLUDE],
  597. [am_make=${MAKE-make}
  598. cat > confinc << 'END'
  599. am__doit:
  600. @echo this is the am__doit target
  601. .PHONY: am__doit
  602. END
  603. # If we don't find an include directive, just comment out the code.
  604. AC_MSG_CHECKING([for style of include used by $am_make])
  605. am__include="#"
  606. am__quote=
  607. _am_result=none
  608. # First try GNU make style include.
  609. echo "include confinc" > confmf
  610. # Ignore all kinds of additional output from `make'.
  611. case `$am_make -s -f confmf 2> /dev/null` in #(
  612. *the\ am__doit\ target*)
  613. am__include=include
  614. am__quote=
  615. _am_result=GNU
  616. ;;
  617. esac
  618. # Now try BSD make style include.
  619. if test "$am__include" = "#"; then
  620. echo '.include "confinc"' > confmf
  621. case `$am_make -s -f confmf 2> /dev/null` in #(
  622. *the\ am__doit\ target*)
  623. am__include=.include
  624. am__quote="\""
  625. _am_result=BSD
  626. ;;
  627. esac
  628. fi
  629. AC_SUBST([am__include])
  630. AC_SUBST([am__quote])
  631. AC_MSG_RESULT([$_am_result])
  632. rm -f confinc confmf
  633. ])
  634. # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
  635. # Free Software Foundation, Inc.
  636. #
  637. # This file is free software; the Free Software Foundation
  638. # gives unlimited permission to copy and/or distribute it,
  639. # with or without modifications, as long as this notice is preserved.
  640. # serial 6
  641. # AM_PROG_CC_C_O
  642. # --------------
  643. # Like AC_PROG_CC_C_O, but changed for automake.
  644. AC_DEFUN([AM_PROG_CC_C_O],
  645. [AC_REQUIRE([AC_PROG_CC_C_O])dnl
  646. AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  647. AC_REQUIRE_AUX_FILE([compile])dnl
  648. # FIXME: we rely on the cache variable name because
  649. # there is no other way.
  650. set dummy $CC
  651. am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
  652. eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
  653. if test "$am_t" != yes; then
  654. # Losing compiler, so override with the script.
  655. # FIXME: It is wrong to rewrite CC.
  656. # But if we don't then we get into trouble of one sort or another.
  657. # A longer-term fix would be to have automake use am__CC in this case,
  658. # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
  659. CC="$am_aux_dir/compile $CC"
  660. fi
  661. dnl Make sure AC_PROG_CC is never called again, or it will override our
  662. dnl setting of CC.
  663. m4_define([AC_PROG_CC],
  664. [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
  665. ])
  666. # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
  667. # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
  668. # Free Software Foundation, Inc.
  669. #
  670. # This file is free software; the Free Software Foundation
  671. # gives unlimited permission to copy and/or distribute it,
  672. # with or without modifications, as long as this notice is preserved.
  673. # serial 6
  674. # AM_MISSING_PROG(NAME, PROGRAM)
  675. # ------------------------------
  676. AC_DEFUN([AM_MISSING_PROG],
  677. [AC_REQUIRE([AM_MISSING_HAS_RUN])
  678. $1=${$1-"${am_missing_run}$2"}
  679. AC_SUBST($1)])
  680. # AM_MISSING_HAS_RUN
  681. # ------------------
  682. # Define MISSING if not defined so far and test if it supports --run.
  683. # If it does, set am_missing_run to use it, otherwise, to nothing.
  684. AC_DEFUN([AM_MISSING_HAS_RUN],
  685. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  686. AC_REQUIRE_AUX_FILE([missing])dnl
  687. if test x"${MISSING+set}" != xset; then
  688. case $am_aux_dir in
  689. *\ * | *\ *)
  690. MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  691. *)
  692. MISSING="\${SHELL} $am_aux_dir/missing" ;;
  693. esac
  694. fi
  695. # Use eval to expand $SHELL
  696. if eval "$MISSING --run true"; then
  697. am_missing_run="$MISSING --run "
  698. else
  699. am_missing_run=
  700. AC_MSG_WARN([`missing' script is too old or missing])
  701. fi
  702. ])
  703. # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  704. #
  705. # This file is free software; the Free Software Foundation
  706. # gives unlimited permission to copy and/or distribute it,
  707. # with or without modifications, as long as this notice is preserved.
  708. # AM_PROG_MKDIR_P
  709. # ---------------
  710. # Check for `mkdir -p'.
  711. AC_DEFUN([AM_PROG_MKDIR_P],
  712. [AC_PREREQ([2.60])dnl
  713. AC_REQUIRE([AC_PROG_MKDIR_P])dnl
  714. dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
  715. dnl while keeping a definition of mkdir_p for backward compatibility.
  716. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
  717. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
  718. dnl Makefile.ins that do not define MKDIR_P, so we do our own
  719. dnl adjustment using top_builddir (which is defined more often than
  720. dnl MKDIR_P).
  721. AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
  722. case $mkdir_p in
  723. [[\\/$]]* | ?:[[\\/]]*) ;;
  724. */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  725. esac
  726. ])
  727. # Helper functions for option handling. -*- Autoconf -*-
  728. # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
  729. #
  730. # This file is free software; the Free Software Foundation
  731. # gives unlimited permission to copy and/or distribute it,
  732. # with or without modifications, as long as this notice is preserved.
  733. # serial 4
  734. # _AM_MANGLE_OPTION(NAME)
  735. # -----------------------
  736. AC_DEFUN([_AM_MANGLE_OPTION],
  737. [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  738. # _AM_SET_OPTION(NAME)
  739. # ------------------------------
  740. # Set option NAME. Presently that only means defining a flag for this option.
  741. AC_DEFUN([_AM_SET_OPTION],
  742. [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
  743. # _AM_SET_OPTIONS(OPTIONS)
  744. # ----------------------------------
  745. # OPTIONS is a space-separated list of Automake options.
  746. AC_DEFUN([_AM_SET_OPTIONS],
  747. [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  748. # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
  749. # -------------------------------------------
  750. # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
  751. AC_DEFUN([_AM_IF_OPTION],
  752. [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  753. # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
  754. #
  755. # This file is free software; the Free Software Foundation
  756. # gives unlimited permission to copy and/or distribute it,
  757. # with or without modifications, as long as this notice is preserved.
  758. # AM_RUN_LOG(COMMAND)
  759. # -------------------
  760. # Run COMMAND, save the exit status in ac_status, and log it.
  761. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
  762. AC_DEFUN([AM_RUN_LOG],
  763. [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
  764. ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
  765. ac_status=$?
  766. echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  767. (exit $ac_status); }])
  768. # Check to make sure that the build environment is sane. -*- Autoconf -*-
  769. # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
  770. # Free Software Foundation, Inc.
  771. #
  772. # This file is free software; the Free Software Foundation
  773. # gives unlimited permission to copy and/or distribute it,
  774. # with or without modifications, as long as this notice is preserved.
  775. # serial 5
  776. # AM_SANITY_CHECK
  777. # ---------------
  778. AC_DEFUN([AM_SANITY_CHECK],
  779. [AC_MSG_CHECKING([whether build environment is sane])
  780. # Just in case
  781. sleep 1
  782. echo timestamp > conftest.file
  783. # Reject unsafe characters in $srcdir or the absolute working directory
  784. # name. Accept space and tab only in the latter.
  785. am_lf='
  786. '
  787. case `pwd` in
  788. *[[\\\"\#\$\&\'\`$am_lf]]*)
  789. AC_MSG_ERROR([unsafe absolute working directory name]);;
  790. esac
  791. case $srcdir in
  792. *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
  793. AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
  794. esac
  795. # Do `set' in a subshell so we don't clobber the current shell's
  796. # arguments. Must try -L first in case configure is actually a
  797. # symlink; some systems play weird games with the mod time of symlinks
  798. # (eg FreeBSD returns the mod time of the symlink's containing
  799. # directory).
  800. if (
  801. set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  802. if test "$[*]" = "X"; then
  803. # -L didn't work.
  804. set X `ls -t "$srcdir/configure" conftest.file`
  805. fi
  806. rm -f conftest.file
  807. if test "$[*]" != "X $srcdir/configure conftest.file" \
  808. && test "$[*]" != "X conftest.file $srcdir/configure"; then
  809. # If neither matched, then we have a broken ls. This can happen
  810. # if, for instance, CONFIG_SHELL is bash and it inherits a
  811. # broken ls alias from the environment. This has actually
  812. # happened. Such a system could not be considered "sane".
  813. AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
  814. alias in your environment])
  815. fi
  816. test "$[2]" = conftest.file
  817. )
  818. then
  819. # Ok.
  820. :
  821. else
  822. AC_MSG_ERROR([newly created file is older than distributed files!
  823. Check your system clock])
  824. fi
  825. AC_MSG_RESULT(yes)])
  826. # Copyright (C) 2001, 2003, 2005 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_PROG_INSTALL_STRIP
  832. # ---------------------
  833. # One issue with vendor `install' (even GNU) is that you can't
  834. # specify the program used to strip binaries. This is especially
  835. # annoying in cross-compiling environments, where the build's strip
  836. # is unlikely to handle the host's binaries.
  837. # Fortunately install-sh will honor a STRIPPROG variable, so we
  838. # always use install-sh in `make install-strip', and initialize
  839. # STRIPPROG with the value of the STRIP variable (set by the user).
  840. AC_DEFUN([AM_PROG_INSTALL_STRIP],
  841. [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  842. # Installed binaries are usually stripped using `strip' when the user
  843. # run `make install-strip'. However `strip' might not be the right
  844. # tool to use in cross-compilation environments, therefore Automake
  845. # will honor the `STRIP' environment variable to overrule this program.
  846. dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  847. if test "$cross_compiling" != no; then
  848. AC_CHECK_TOOL([STRIP], [strip], :)
  849. fi
  850. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  851. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  852. # Copyright (C) 2006, 2008 Free Software Foundation, Inc.
  853. #
  854. # This file is free software; the Free Software Foundation
  855. # gives unlimited permission to copy and/or distribute it,
  856. # with or without modifications, as long as this notice is preserved.
  857. # serial 2
  858. # _AM_SUBST_NOTMAKE(VARIABLE)
  859. # ---------------------------
  860. # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
  861. # This macro is traced by Automake.
  862. AC_DEFUN([_AM_SUBST_NOTMAKE])
  863. # AM_SUBST_NOTMAKE(VARIABLE)
  864. # ---------------------------
  865. # Public sister of _AM_SUBST_NOTMAKE.
  866. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  867. # Check how to create a tarball. -*- Autoconf -*-
  868. # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
  869. #
  870. # This file is free software; the Free Software Foundation
  871. # gives unlimited permission to copy and/or distribute it,
  872. # with or without modifications, as long as this notice is preserved.
  873. # serial 2
  874. # _AM_PROG_TAR(FORMAT)
  875. # --------------------
  876. # Check how to create a tarball in format FORMAT.
  877. # FORMAT should be one of `v7', `ustar', or `pax'.
  878. #
  879. # Substitute a variable $(am__tar) that is a command
  880. # writing to stdout a FORMAT-tarball containing the directory
  881. # $tardir.
  882. # tardir=directory && $(am__tar) > result.tar
  883. #
  884. # Substitute a variable $(am__untar) that extract such
  885. # a tarball read from stdin.
  886. # $(am__untar) < result.tar
  887. AC_DEFUN([_AM_PROG_TAR],
  888. [# Always define AMTAR for backward compatibility.
  889. AM_MISSING_PROG([AMTAR], [tar])
  890. m4_if([$1], [v7],
  891. [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
  892. [m4_case([$1], [ustar],, [pax],,
  893. [m4_fatal([Unknown tar format])])
  894. AC_MSG_CHECKING([how to create a $1 tar archive])
  895. # Loop over all known methods to create a tar archive until one works.
  896. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  897. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  898. # Do not fold the above two line into one, because Tru64 sh and
  899. # Solaris sh will not grok spaces in the rhs of `-'.
  900. for _am_tool in $_am_tools
  901. do
  902. case $_am_tool in
  903. gnutar)
  904. for _am_tar in tar gnutar gtar;
  905. do
  906. AM_RUN_LOG([$_am_tar --version]) && break
  907. done
  908. am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  909. am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  910. am__untar="$_am_tar -xf -"
  911. ;;
  912. plaintar)
  913. # Must skip GNU tar: if it does not support --format= it doesn't create
  914. # ustar tarball either.
  915. (tar --version) >/dev/null 2>&1 && continue
  916. am__tar='tar chf - "$$tardir"'
  917. am__tar_='tar chf - "$tardir"'
  918. am__untar='tar xf -'
  919. ;;
  920. pax)
  921. am__tar='pax -L -x $1 -w "$$tardir"'
  922. am__tar_='pax -L -x $1 -w "$tardir"'
  923. am__untar='pax -r'
  924. ;;
  925. cpio)
  926. am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  927. am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  928. am__untar='cpio -i -H $1 -d'
  929. ;;
  930. none)
  931. am__tar=false
  932. am__tar_=false
  933. am__untar=false
  934. ;;
  935. esac
  936. # If the value was cached, stop now. We just wanted to have am__tar
  937. # and am__untar set.
  938. test -n "${am_cv_prog_tar_$1}" && break
  939. # tar/untar a dummy directory, and stop if the command works
  940. rm -rf conftest.dir
  941. mkdir conftest.dir
  942. echo GrepMe > conftest.dir/file
  943. AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  944. rm -rf conftest.dir
  945. if test -s conftest.tar; then
  946. AM_RUN_LOG([$am__untar <conftest.tar])
  947. grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  948. fi
  949. done
  950. rm -rf conftest.dir
  951. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  952. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  953. AC_SUBST([am__tar])
  954. AC_SUBST([am__untar])
  955. ]) # _AM_PROG_TAR
  956. m4_include([../../config/depstand.m4])
  957. m4_include([../../config/lead-dot.m4])
  958. m4_include([../../config/multi.m4])
  959. m4_include([../../config/no-executables.m4])
  960. m4_include([../../config/override.m4])
  961. m4_include([../../libtool.m4])
  962. m4_include([../../ltoptions.m4])
  963. m4_include([../../ltsugar.m4])
  964. m4_include([../../ltversion.m4])
  965. m4_include([../../lt~obsolete.m4])
  966. m4_include([m4/ac_prog_antlr.m4])
  967. m4_include([m4/ac_prog_java.m4])
  968. m4_include([m4/ac_prog_java_works.m4])
  969. m4_include([m4/ac_prog_javac.m4])
  970. m4_include([m4/ac_prog_javac_works.m4])
  971. m4_include([m4/acattribute.m4])
  972. m4_include([m4/accross.m4])
  973. m4_include([m4/acinclude.m4])
  974. m4_include([m4/ax_create_stdint_h.m4])
  975. m4_include([m4/ax_func_which_gethostbyname_r.m4])
  976. m4_include([m4/gcc_attribute.m4])
  977. m4_include([m4/iconv.m4])
  978. m4_include([m4/lib-ld.m4])
  979. m4_include([m4/lib-link.m4])
  980. m4_include([m4/lib-prefix.m4])
  981. m4_include([m4/pkg.m4])