aclocal.m4
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:38k
源码类别:

网格计算

开发平台:

Java

  1. # generated automatically by aclocal 1.9.2 -*- Autoconf -*-
  2. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
  3. # 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. #                                                        -*- Autoconf -*-
  12. # Copyright (C) 2002, 2003  Free Software Foundation, Inc.
  13. # Generated from amversion.in; do not edit by hand.
  14. # This program is free software; you can redistribute it and/or modify
  15. # it under the terms of the GNU General Public License as published by
  16. # the Free Software Foundation; either version 2, or (at your option)
  17. # any later version.
  18. # This program is distributed in the hope that it will be useful,
  19. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21. # GNU General Public License for more details.
  22. # You should have received a copy of the GNU General Public License
  23. # along with this program; if not, write to the Free Software
  24. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  25. # AM_AUTOMAKE_VERSION(VERSION)
  26. # ----------------------------
  27. # Automake X.Y traces this macro to ensure aclocal.m4 has been
  28. # generated from the m4 files accompanying Automake X.Y.
  29. AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
  30. # AM_SET_CURRENT_AUTOMAKE_VERSION
  31. # -------------------------------
  32. # Call AM_AUTOMAKE_VERSION so it can be traced.
  33. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
  34. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
  35.  [AM_AUTOMAKE_VERSION([1.9.2])])
  36. # AM_AUX_DIR_EXPAND
  37. # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  38. # This program is free software; you can redistribute it and/or modify
  39. # it under the terms of the GNU General Public License as published by
  40. # the Free Software Foundation; either version 2, or (at your option)
  41. # any later version.
  42. # This program is distributed in the hope that it will be useful,
  43. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  44. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  45. # GNU General Public License for more details.
  46. # You should have received a copy of the GNU General Public License
  47. # along with this program; if not, write to the Free Software
  48. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  49. # 02111-1307, USA.
  50. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
  51. # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
  52. # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
  53. #
  54. # Of course, Automake must honor this variable whenever it calls a
  55. # tool from the auxiliary directory.  The problem is that $srcdir (and
  56. # therefore $ac_aux_dir as well) can be either absolute or relative,
  57. # depending on how configure is run.  This is pretty annoying, since
  58. # it makes $ac_aux_dir quite unusable in subdirectories: in the top
  59. # source directory, any form will work fine, but in subdirectories a
  60. # relative path needs to be adjusted first.
  61. #
  62. # $ac_aux_dir/missing
  63. #    fails when called from a subdirectory if $ac_aux_dir is relative
  64. # $top_srcdir/$ac_aux_dir/missing
  65. #    fails if $ac_aux_dir is absolute,
  66. #    fails when called from a subdirectory in a VPATH build with
  67. #          a relative $ac_aux_dir
  68. #
  69. # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
  70. # are both prefixed by $srcdir.  In an in-source build this is usually
  71. # harmless because $srcdir is `.', but things will broke when you
  72. # start a VPATH build or use an absolute $srcdir.
  73. #
  74. # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
  75. # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
  76. #   am_aux_dir='$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*(.*)"`
  77. # and then we would define $MISSING as
  78. #   MISSING="${SHELL} $am_aux_dir/missing"
  79. # This will work as long as MISSING is not called from configure, because
  80. # unfortunately $(top_srcdir) has no meaning in configure.
  81. # However there are other variables, like CC, which are often used in
  82. # configure, and could therefore not use this "fixed" $ac_aux_dir.
  83. #
  84. # Another solution, used here, is to always expand $ac_aux_dir to an
  85. # absolute PATH.  The drawback is that using absolute paths prevent a
  86. # configured tree to be moved without reconfiguration.
  87. AC_DEFUN([AM_AUX_DIR_EXPAND],
  88. [dnl Rely on autoconf to set up CDPATH properly.
  89. AC_PREREQ([2.50])dnl
  90. # expand $ac_aux_dir to an absolute path
  91. am_aux_dir=`cd $ac_aux_dir && pwd`
  92. ])
  93. # AM_CONDITIONAL                                              -*- Autoconf -*-
  94. # Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
  95. # This program is free software; you can redistribute it and/or modify
  96. # it under the terms of the GNU General Public License as published by
  97. # the Free Software Foundation; either version 2, or (at your option)
  98. # any later version.
  99. # This program is distributed in the hope that it will be useful,
  100. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  101. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  102. # GNU General Public License for more details.
  103. # You should have received a copy of the GNU General Public License
  104. # along with this program; if not, write to the Free Software
  105. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  106. # 02111-1307, USA.
  107. # serial 6
  108. # AM_CONDITIONAL(NAME, SHELL-CONDITION)
  109. # -------------------------------------
  110. # Define a conditional.
  111. AC_DEFUN([AM_CONDITIONAL],
  112. [AC_PREREQ(2.52)dnl
  113.  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
  114. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  115. AC_SUBST([$1_TRUE])
  116. AC_SUBST([$1_FALSE])
  117. if $2; then
  118.   $1_TRUE=
  119.   $1_FALSE='#'
  120. else
  121.   $1_TRUE='#'
  122.   $1_FALSE=
  123. fi
  124. AC_CONFIG_COMMANDS_PRE(
  125. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  126.   AC_MSG_ERROR([[conditional "$1" was never defined.
  127. Usually this means the macro was only invoked conditionally.]])
  128. fi])])
  129. # serial 7 -*- Autoconf -*-
  130. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
  131. # Free Software Foundation, Inc.
  132. # This program is free software; you can redistribute it and/or modify
  133. # it under the terms of the GNU General Public License as published by
  134. # the Free Software Foundation; either version 2, or (at your option)
  135. # any later version.
  136. # This program is distributed in the hope that it will be useful,
  137. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  138. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  139. # GNU General Public License for more details.
  140. # You should have received a copy of the GNU General Public License
  141. # along with this program; if not, write to the Free Software
  142. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  143. # 02111-1307, USA.
  144. # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
  145. # written in clear, in which case automake, when reading aclocal.m4,
  146. # will think it sees a *use*, and therefore will trigger all it's
  147. # C support machinery.  Also note that it means that autoscan, seeing
  148. # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
  149. # _AM_DEPENDENCIES(NAME)
  150. # ----------------------
  151. # See how the compiler implements dependency checking.
  152. # NAME is "CC", "CXX", "GCJ", or "OBJC".
  153. # We try a few techniques and use that to set a single cache variable.
  154. #
  155. # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
  156. # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
  157. # dependency, and given that the user is not expected to run this macro,
  158. # just rely on AC_PROG_CC.
  159. AC_DEFUN([_AM_DEPENDENCIES],
  160. [AC_REQUIRE([AM_SET_DEPDIR])dnl
  161. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  162. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  163. AC_REQUIRE([AM_DEP_TRACK])dnl
  164. ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
  165.        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
  166.        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
  167.        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
  168.                    [depcc="$$1"   am_compiler_list=])
  169. AC_CACHE_CHECK([dependency style of $depcc],
  170.                [am_cv_$1_dependencies_compiler_type],
  171. [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  172.   # We make a subdir and do the tests there.  Otherwise we can end up
  173.   # making bogus files that we don't know about and never remove.  For
  174.   # instance it was reported that on HP-UX the gcc test will end up
  175.   # making a dummy file named `D' -- because `-MD' means `put the output
  176.   # in D'.
  177.   mkdir conftest.dir
  178.   # Copy depcomp to subdir because otherwise we won't find it if we're
  179.   # using a relative directory.
  180.   cp "$am_depcomp" conftest.dir
  181.   cd conftest.dir
  182.   # We will build objects and dependencies in a subdirectory because
  183.   # it helps to detect inapplicable dependency modes.  For instance
  184.   # both Tru64's cc and ICC support -MD to output dependencies as a
  185.   # side effect of compilation, but ICC will put the dependencies in
  186.   # the current directory while Tru64 will put them in the object
  187.   # directory.
  188.   mkdir sub
  189.   am_cv_$1_dependencies_compiler_type=none
  190.   if test "$am_compiler_list" = ""; then
  191.      am_compiler_list=`sed -n ['s/^#*([a-zA-Z0-9]*))$/1/p'] < ./depcomp`
  192.   fi
  193.   for depmode in $am_compiler_list; do
  194.     # Setup a source with many dependencies, because some compilers
  195.     # like to wrap large dependency lists on column 80 (with ), and
  196.     # we should not choose a depcomp mode which is confused by this.
  197.     #
  198.     # We need to recreate these files for each test, as the compiler may
  199.     # overwrite some of them when testing with obscure command lines.
  200.     # This happens at least with the AIX C compiler.
  201.     : > sub/conftest.c
  202.     for i in 1 2 3 4 5 6; do
  203.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  204.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  205.       # Solaris 8's {/usr,}/bin/sh.
  206.       touch sub/conftst$i.h
  207.     done
  208.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  209.     case $depmode in
  210.     nosideeffect)
  211.       # after this tag, mechanisms are not by side-effect, so they'll
  212.       # only be used when explicitly requested
  213.       if test "x$enable_dependency_tracking" = xyes; then
  214. continue
  215.       else
  216. break
  217.       fi
  218.       ;;
  219.     none) break ;;
  220.     esac
  221.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  222.     # mode.  It turns out that the SunPro C++ compiler does not properly
  223.     # handle `-M -o', and we need to detect this.
  224.     if depmode=$depmode 
  225.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  226.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  227.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  228.          >/dev/null 2>conftest.err &&
  229.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  230.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  231.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  232.       # icc doesn't choke on unknown options, it will just issue warnings
  233.       # or remarks (even with -Werror).  So we grep stderr for any message
  234.       # that says an option was ignored or not supported.
  235.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  236.       #   icc: Command line warning: ignoring option '-M'; no argument required
  237.       # The diagnosis changed in icc 8.0:
  238.       #   icc: Command line remark: option '-MP' not supported
  239.       if (grep 'ignoring option' conftest.err ||
  240.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  241.         am_cv_$1_dependencies_compiler_type=$depmode
  242.         break
  243.       fi
  244.     fi
  245.   done
  246.   cd ..
  247.   rm -rf conftest.dir
  248. else
  249.   am_cv_$1_dependencies_compiler_type=none
  250. fi
  251. ])
  252. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  253. AM_CONDITIONAL([am__fastdep$1], [
  254.   test "x$enable_dependency_tracking" != xno 
  255.   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  256. ])
  257. # AM_SET_DEPDIR
  258. # -------------
  259. # Choose a directory name for dependency files.
  260. # This macro is AC_REQUIREd in _AM_DEPENDENCIES
  261. AC_DEFUN([AM_SET_DEPDIR],
  262. [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  263. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  264. ])
  265. # AM_DEP_TRACK
  266. # ------------
  267. AC_DEFUN([AM_DEP_TRACK],
  268. [AC_ARG_ENABLE(dependency-tracking,
  269. [  --disable-dependency-tracking  speeds up one-time build
  270.   --enable-dependency-tracking   do not reject slow dependency extractors])
  271. if test "x$enable_dependency_tracking" != xno; then
  272.   am_depcomp="$ac_aux_dir/depcomp"
  273.   AMDEPBACKSLASH=''
  274. fi
  275. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  276. AC_SUBST([AMDEPBACKSLASH])
  277. ])
  278. # Generate code to set up dependency tracking.   -*- Autoconf -*-
  279. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
  280. #   Free Software Foundation, Inc.
  281. # This program is free software; you can redistribute it and/or modify
  282. # it under the terms of the GNU General Public License as published by
  283. # the Free Software Foundation; either version 2, or (at your option)
  284. # any later version.
  285. # This program is distributed in the hope that it will be useful,
  286. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  287. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  288. # GNU General Public License for more details.
  289. # You should have received a copy of the GNU General Public License
  290. # along with this program; if not, write to the Free Software
  291. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  292. # 02111-1307, USA.
  293. #serial 2
  294. # _AM_OUTPUT_DEPENDENCY_COMMANDS
  295. # ------------------------------
  296. AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
  297. [for mf in $CONFIG_FILES; do
  298.   # Strip MF so we end up with the name of the file.
  299.   mf=`echo "$mf" | sed -e 's/:.*$//'`
  300.   # Check whether this is an Automake generated Makefile or not.
  301.   # We used to match only the files named `Makefile.in', but
  302.   # some people rename them; so instead we look at the file content.
  303.   # Grep'ing the first line is not enough: some people post-process
  304.   # each Makefile.in and add a new line on top of each file to say so.
  305.   # So let's grep whole file.
  306.   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  307.     dirpart=`AS_DIRNAME("$mf")`
  308.   else
  309.     continue
  310.   fi
  311.   # Extract the definition of DEPDIR, am__include, and am__quote
  312.   # from the Makefile without running `make'.
  313.   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  314.   test -z "$DEPDIR" && continue
  315.   am__include=`sed -n 's/^am__include = //p' < "$mf"`
  316.   test -z "am__include" && continue
  317.   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  318.   # When using ansi2knr, U may be empty or an underscore; expand it
  319.   U=`sed -n 's/^U = //p' < "$mf"`
  320.   # Find all dependency output files, they are included files with
  321.   # $(DEPDIR) in their names.  We invoke sed twice because it is the
  322.   # simplest approach to changing $(DEPDIR) to its actual value in the
  323.   # expansion.
  324.   for file in `sed -n "
  325.     s/^$am__include $am__quote(.*(DEPDIR).*)$am__quote"'$/1/p' <"$mf" | 
  326.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  327.     # Make sure the directory exists.
  328.     test -f "$dirpart/$file" && continue
  329.     fdir=`AS_DIRNAME(["$file"])`
  330.     AS_MKDIR_P([$dirpart/$fdir])
  331.     # echo "creating $dirpart/$file"
  332.     echo '# dummy' > "$dirpart/$file"
  333.   done
  334. done
  335. ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
  336. # AM_OUTPUT_DEPENDENCY_COMMANDS
  337. # -----------------------------
  338. # This macro should only be invoked once -- use via AC_REQUIRE.
  339. #
  340. # This code is only required when automatic dependency tracking
  341. # is enabled.  FIXME.  This creates each `.P' file that we will
  342. # need in order to bootstrap the dependency handling code.
  343. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
  344. [AC_CONFIG_COMMANDS([depfiles],
  345.      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  346.      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  347. ])
  348. # Do all the work for Automake.                            -*- Autoconf -*-
  349. # This macro actually does too much some checks are only needed if
  350. # your package does certain things.  But this isn't really a big deal.
  351. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
  352. # Free Software Foundation, Inc.
  353. # This program is free software; you can redistribute it and/or modify
  354. # it under the terms of the GNU General Public License as published by
  355. # the Free Software Foundation; either version 2, or (at your option)
  356. # any later version.
  357. # This program is distributed in the hope that it will be useful,
  358. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  359. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  360. # GNU General Public License for more details.
  361. # You should have received a copy of the GNU General Public License
  362. # along with this program; if not, write to the Free Software
  363. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  364. # 02111-1307, USA.
  365. # serial 11
  366. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
  367. # AM_INIT_AUTOMAKE([OPTIONS])
  368. # -----------------------------------------------
  369. # The call with PACKAGE and VERSION arguments is the old style
  370. # call (pre autoconf-2.50), which is being phased out.  PACKAGE
  371. # and VERSION should now be passed to AC_INIT and removed from
  372. # the call to AM_INIT_AUTOMAKE.
  373. # We support both call styles for the transition.  After
  374. # the next Automake release, Autoconf can make the AC_INIT
  375. # arguments mandatory, and then we can depend on a new Autoconf
  376. # release and drop the old call support.
  377. AC_DEFUN([AM_INIT_AUTOMAKE],
  378. [AC_PREREQ([2.58])dnl
  379. dnl Autoconf wants to disallow AM_ names.  We explicitly allow
  380. dnl the ones we care about.
  381. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  382. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  383. AC_REQUIRE([AC_PROG_INSTALL])dnl
  384. # test to see if srcdir already configured
  385. if test "`cd $srcdir && pwd`" != "`pwd`" &&
  386.    test -f $srcdir/config.status; then
  387.   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  388. fi
  389. # test whether we have cygpath
  390. if test -z "$CYGPATH_W"; then
  391.   if (cygpath --version) >/dev/null 2>/dev/null; then
  392.     CYGPATH_W='cygpath -w'
  393.   else
  394.     CYGPATH_W=echo
  395.   fi
  396. fi
  397. AC_SUBST([CYGPATH_W])
  398. # Define the identity of the package.
  399. dnl Distinguish between old-style and new-style calls.
  400. m4_ifval([$2],
  401. [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  402.  AC_SUBST([PACKAGE], [$1])dnl
  403.  AC_SUBST([VERSION], [$2])],
  404. [_AM_SET_OPTIONS([$1])dnl
  405.  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  406.  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  407. _AM_IF_OPTION([no-define],,
  408. [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  409.  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
  410. # Some tools Automake needs.
  411. AC_REQUIRE([AM_SANITY_CHECK])dnl
  412. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  413. AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
  414. AM_MISSING_PROG(AUTOCONF, autoconf)
  415. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  416. AM_MISSING_PROG(AUTOHEADER, autoheader)
  417. AM_MISSING_PROG(MAKEINFO, makeinfo)
  418. AM_PROG_INSTALL_SH
  419. AM_PROG_INSTALL_STRIP
  420. AC_REQUIRE([AM_PROG_MKDIR_P])dnl
  421. # We need awk for the "check" target.  The system "awk" is bad on
  422. # some platforms.
  423. AC_REQUIRE([AC_PROG_AWK])dnl
  424. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  425. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  426. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  427.               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  428.             [_AM_PROG_TAR([v7])])])
  429. _AM_IF_OPTION([no-dependencies],,
  430. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  431.                   [_AM_DEPENDENCIES(CC)],
  432.                   [define([AC_PROG_CC],
  433.                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  434. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  435.                   [_AM_DEPENDENCIES(CXX)],
  436.                   [define([AC_PROG_CXX],
  437.                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  438. ])
  439. ])
  440. # When config.status generates a header, we must update the stamp-h file.
  441. # This file resides in the same directory as the config header
  442. # that is generated.  The stamp files are numbered to have different names.
  443. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
  444. # loop where config.status creates the headers, so we can generate
  445. # our stamp files there.
  446. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
  447. [# Compute $1's index in $config_headers.
  448. _am_stamp_count=1
  449. for _am_header in $config_headers :; do
  450.   case $_am_header in
  451.     $1 | $1:* )
  452.       break ;;
  453.     * )
  454.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  455.   esac
  456. done
  457. echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
  458. # AM_PROG_INSTALL_SH
  459. # ------------------
  460. # Define $install_sh.
  461. # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  462. # This program is free software; you can redistribute it and/or modify
  463. # it under the terms of the GNU General Public License as published by
  464. # the Free Software Foundation; either version 2, or (at your option)
  465. # any later version.
  466. # This program is distributed in the hope that it will be useful,
  467. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  468. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  469. # GNU General Public License for more details.
  470. # You should have received a copy of the GNU General Public License
  471. # along with this program; if not, write to the Free Software
  472. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  473. # 02111-1307, USA.
  474. AC_DEFUN([AM_PROG_INSTALL_SH],
  475. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  476. install_sh=${install_sh-"$am_aux_dir/install-sh"}
  477. AC_SUBST(install_sh)])
  478. #                                                          -*- Autoconf -*-
  479. # Copyright (C) 2003  Free Software Foundation, Inc.
  480. # This program is free software; you can redistribute it and/or modify
  481. # it under the terms of the GNU General Public License as published by
  482. # the Free Software Foundation; either version 2, or (at your option)
  483. # any later version.
  484. # This program is distributed in the hope that it will be useful,
  485. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  486. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  487. # GNU General Public License for more details.
  488. # You should have received a copy of the GNU General Public License
  489. # along with this program; if not, write to the Free Software
  490. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  491. # 02111-1307, USA.
  492. # serial 1
  493. # Check whether the underlying file-system supports filenames
  494. # with a leading dot.  For instance MS-DOS doesn't.
  495. AC_DEFUN([AM_SET_LEADING_DOT],
  496. [rm -rf .tst 2>/dev/null
  497. mkdir .tst 2>/dev/null
  498. if test -d .tst; then
  499.   am__leading_dot=.
  500. else
  501.   am__leading_dot=_
  502. fi
  503. rmdir .tst 2>/dev/null
  504. AC_SUBST([am__leading_dot])])
  505. # Check to see how 'make' treats includes. -*- Autoconf -*-
  506. # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
  507. # This program is free software; you can redistribute it and/or modify
  508. # it under the terms of the GNU General Public License as published by
  509. # the Free Software Foundation; either version 2, or (at your option)
  510. # any later version.
  511. # This program is distributed in the hope that it will be useful,
  512. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  513. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  514. # GNU General Public License for more details.
  515. # You should have received a copy of the GNU General Public License
  516. # along with this program; if not, write to the Free Software
  517. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  518. # 02111-1307, USA.
  519. # serial 2
  520. # AM_MAKE_INCLUDE()
  521. # -----------------
  522. # Check to see how make treats includes.
  523. AC_DEFUN([AM_MAKE_INCLUDE],
  524. [am_make=${MAKE-make}
  525. cat > confinc << 'END'
  526. am__doit:
  527. @echo done
  528. .PHONY: am__doit
  529. END
  530. # If we don't find an include directive, just comment out the code.
  531. AC_MSG_CHECKING([for style of include used by $am_make])
  532. am__include="#"
  533. am__quote=
  534. _am_result=none
  535. # First try GNU make style include.
  536. echo "include confinc" > confmf
  537. # We grep out `Entering directory' and `Leaving directory'
  538. # messages which can occur if `w' ends up in MAKEFLAGS.
  539. # In particular we don't look at `^make:' because GNU make might
  540. # be invoked under some other name (usually "gmake"), in which
  541. # case it prints its new name instead of `make'.
  542. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  543.    am__include=include
  544.    am__quote=
  545.    _am_result=GNU
  546. fi
  547. # Now try BSD make style include.
  548. if test "$am__include" = "#"; then
  549.    echo '.include "confinc"' > confmf
  550.    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  551.       am__include=.include
  552.       am__quote="""
  553.       _am_result=BSD
  554.    fi
  555. fi
  556. AC_SUBST([am__include])
  557. AC_SUBST([am__quote])
  558. AC_MSG_RESULT([$_am_result])
  559. rm -f confinc confmf
  560. ])
  561. #  -*- Autoconf -*-
  562. # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
  563. # This program is free software; you can redistribute it and/or modify
  564. # it under the terms of the GNU General Public License as published by
  565. # the Free Software Foundation; either version 2, or (at your option)
  566. # any later version.
  567. # This program is distributed in the hope that it will be useful,
  568. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  569. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  570. # GNU General Public License for more details.
  571. # You should have received a copy of the GNU General Public License
  572. # along with this program; if not, write to the Free Software
  573. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  574. # 02111-1307, USA.
  575. # serial 3
  576. # AM_MISSING_PROG(NAME, PROGRAM)
  577. # ------------------------------
  578. AC_DEFUN([AM_MISSING_PROG],
  579. [AC_REQUIRE([AM_MISSING_HAS_RUN])
  580. $1=${$1-"${am_missing_run}$2"}
  581. AC_SUBST($1)])
  582. # AM_MISSING_HAS_RUN
  583. # ------------------
  584. # Define MISSING if not defined so far and test if it supports --run.
  585. # If it does, set am_missing_run to use it, otherwise, to nothing.
  586. AC_DEFUN([AM_MISSING_HAS_RUN],
  587. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  588. test x"${MISSING+set}" = xset || MISSING="${SHELL} $am_aux_dir/missing"
  589. # Use eval to expand $SHELL
  590. if eval "$MISSING --run true"; then
  591.   am_missing_run="$MISSING --run "
  592. else
  593.   am_missing_run=
  594.   AC_MSG_WARN([`missing' script is too old or missing])
  595. fi
  596. ])
  597. # AM_PROG_MKDIR_P
  598. # ---------------
  599. # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
  600. # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
  601. # This program is free software; you can redistribute it and/or modify
  602. # it under the terms of the GNU General Public License as published by
  603. # the Free Software Foundation; either version 2, or (at your option)
  604. # any later version.
  605. # This program is distributed in the hope that it will be useful,
  606. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  607. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  608. # GNU General Public License for more details.
  609. # You should have received a copy of the GNU General Public License
  610. # along with this program; if not, write to the Free Software
  611. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  612. # 02111-1307, USA.
  613. # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
  614. # created by `make install' are always world readable, even if the
  615. # installer happens to have an overly restrictive umask (e.g. 077).
  616. # This was a mistake.  There are at least two reasons why we must not
  617. # use `-m 0755':
  618. #   - it causes special bits like SGID to be ignored,
  619. #   - it may be too restrictive (some setups expect 775 directories).
  620. #
  621. # Do not use -m 0755 and let people choose whatever they expect by
  622. # setting umask.
  623. #
  624. # We cannot accept any implementation of `mkdir' that recognizes `-p'.
  625. # Some implementations (such as Solaris 8's) are not thread-safe: if a
  626. # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
  627. # concurrently, both version can detect that a/ is missing, but only
  628. # one can create it and the other will error out.  Consequently we
  629. # restrict ourselves to GNU make (using the --version option ensures
  630. # this.)
  631. AC_DEFUN([AM_PROG_MKDIR_P],
  632. [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  633.   # We used to keeping the `.' as first argument, in order to
  634.   # allow $(mkdir_p) to be used without argument.  As in
  635.   #   $(mkdir_p) $(somedir)
  636.   # where $(somedir) is conditionally defined.  However this is wrong
  637.   # for two reasons:
  638.   #  1. if the package is installed by a user who cannot write `.'
  639.   #     make install will fail,
  640.   #  2. the above comment should most certainly read
  641.   #     $(mkdir_p) $(DESTDIR)$(somedir)
  642.   #     so it does not work when $(somedir) is undefined and
  643.   #     $(DESTDIR) is not.
  644.   #  To support the latter case, we have to write
  645.   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
  646.   #  so the `.' trick is pointless.
  647.   mkdir_p='mkdir -p --'
  648. else
  649.   # On NextStep and OpenStep, the `mkdir' command does not
  650.   # recognize any option.  It will interpret all options as
  651.   # directories to create, and then abort because `.' already
  652.   # exists.
  653.   for d in ./-p ./--version;
  654.   do
  655.     test -d $d && rmdir $d
  656.   done
  657.   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
  658.   if test -f "$ac_aux_dir/mkinstalldirs"; then
  659.     mkdir_p='$(mkinstalldirs)'
  660.   else
  661.     mkdir_p='$(install_sh) -d'
  662.   fi
  663. fi
  664. AC_SUBST([mkdir_p])])
  665. # Helper functions for option handling.                    -*- Autoconf -*-
  666. # Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
  667. # This program is free software; you can redistribute it and/or modify
  668. # it under the terms of the GNU General Public License as published by
  669. # the Free Software Foundation; either version 2, or (at your option)
  670. # any later version.
  671. # This program is distributed in the hope that it will be useful,
  672. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  673. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  674. # GNU General Public License for more details.
  675. # You should have received a copy of the GNU General Public License
  676. # along with this program; if not, write to the Free Software
  677. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  678. # 02111-1307, USA.
  679. # serial 2
  680. # _AM_MANGLE_OPTION(NAME)
  681. # -----------------------
  682. AC_DEFUN([_AM_MANGLE_OPTION],
  683. [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  684. # _AM_SET_OPTION(NAME)
  685. # ------------------------------
  686. # Set option NAME.  Presently that only means defining a flag for this option.
  687. AC_DEFUN([_AM_SET_OPTION],
  688. [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
  689. # _AM_SET_OPTIONS(OPTIONS)
  690. # ----------------------------------
  691. # OPTIONS is a space-separated list of Automake options.
  692. AC_DEFUN([_AM_SET_OPTIONS],
  693. [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  694. # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
  695. # -------------------------------------------
  696. # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
  697. AC_DEFUN([_AM_IF_OPTION],
  698. [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  699. #
  700. # Check to make sure that the build environment is sane.
  701. #
  702. # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
  703. # This program is free software; you can redistribute it and/or modify
  704. # it under the terms of the GNU General Public License as published by
  705. # the Free Software Foundation; either version 2, or (at your option)
  706. # any later version.
  707. # This program is distributed in the hope that it will be useful,
  708. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  709. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  710. # GNU General Public License for more details.
  711. # You should have received a copy of the GNU General Public License
  712. # along with this program; if not, write to the Free Software
  713. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  714. # 02111-1307, USA.
  715. # serial 3
  716. # AM_SANITY_CHECK
  717. # ---------------
  718. AC_DEFUN([AM_SANITY_CHECK],
  719. [AC_MSG_CHECKING([whether build environment is sane])
  720. # Just in case
  721. sleep 1
  722. echo timestamp > conftest.file
  723. # Do `set' in a subshell so we don't clobber the current shell's
  724. # arguments.  Must try -L first in case configure is actually a
  725. # symlink; some systems play weird games with the mod time of symlinks
  726. # (eg FreeBSD returns the mod time of the symlink's containing
  727. # directory).
  728. if (
  729.    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  730.    if test "$[*]" = "X"; then
  731.       # -L didn't work.
  732.       set X `ls -t $srcdir/configure conftest.file`
  733.    fi
  734.    rm -f conftest.file
  735.    if test "$[*]" != "X $srcdir/configure conftest.file" 
  736.       && test "$[*]" != "X conftest.file $srcdir/configure"; then
  737.       # If neither matched, then we have a broken ls.  This can happen
  738.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  739.       # broken ls alias from the environment.  This has actually
  740.       # happened.  Such a system could not be considered "sane".
  741.       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
  742. alias in your environment])
  743.    fi
  744.    test "$[2]" = conftest.file
  745.    )
  746. then
  747.    # Ok.
  748.    :
  749. else
  750.    AC_MSG_ERROR([newly created file is older than distributed files!
  751. Check your system clock])
  752. fi
  753. AC_MSG_RESULT(yes)])
  754. # AM_PROG_INSTALL_STRIP
  755. # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  756. # This program is free software; you can redistribute it and/or modify
  757. # it under the terms of the GNU General Public License as published by
  758. # the Free Software Foundation; either version 2, or (at your option)
  759. # any later version.
  760. # This program is distributed in the hope that it will be useful,
  761. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  762. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  763. # GNU General Public License for more details.
  764. # You should have received a copy of the GNU General Public License
  765. # along with this program; if not, write to the Free Software
  766. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  767. # 02111-1307, USA.
  768. # One issue with vendor `install' (even GNU) is that you can't
  769. # specify the program used to strip binaries.  This is especially
  770. # annoying in cross-compiling environments, where the build's strip
  771. # is unlikely to handle the host's binaries.
  772. # Fortunately install-sh will honor a STRIPPROG variable, so we
  773. # always use install-sh in `make install-strip', and initialize
  774. # STRIPPROG with the value of the STRIP variable (set by the user).
  775. AC_DEFUN([AM_PROG_INSTALL_STRIP],
  776. [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  777. # Installed binaries are usually stripped using `strip' when the user
  778. # run `make install-strip'.  However `strip' might not be the right
  779. # tool to use in cross-compilation environments, therefore Automake
  780. # will honor the `STRIP' environment variable to overrule this program.
  781. dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  782. if test "$cross_compiling" != no; then
  783.   AC_CHECK_TOOL([STRIP], [strip], :)
  784. fi
  785. INSTALL_STRIP_PROGRAM="${SHELL} $(install_sh) -c -s"
  786. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  787. # Check how to create a tarball.                            -*- Autoconf -*-
  788. # Copyright (C) 2004  Free Software Foundation, Inc.
  789. # This program is free software; you can redistribute it and/or modify
  790. # it under the terms of the GNU General Public License as published by
  791. # the Free Software Foundation; either version 2, or (at your option)
  792. # any later version.
  793. # This program is distributed in the hope that it will be useful,
  794. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  795. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  796. # GNU General Public License for more details.
  797. # You should have received a copy of the GNU General Public License
  798. # along with this program; if not, write to the Free Software
  799. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  800. # 02111-1307, USA.
  801. # serial 1
  802. # _AM_PROG_TAR(FORMAT)
  803. # --------------------
  804. # Check how to create a tarball in format FORMAT.
  805. # FORMAT should be one of `v7', `ustar', or `pax'.
  806. #
  807. # Substitute a variable $(am__tar) that is a command
  808. # writing to stdout a FORMAT-tarball containing the directory
  809. # $tardir.
  810. #     tardir=directory && $(am__tar) > result.tar
  811. #
  812. # Substitute a variable $(am__untar) that extract such
  813. # a tarball read from stdin.
  814. #     $(am__untar) < result.tar
  815. AC_DEFUN([_AM_PROG_TAR],
  816. [# Always define AMTAR for backward compatibility.
  817. AM_MISSING_PROG([AMTAR], [tar])
  818. m4_if([$1], [v7],
  819.      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
  820.      [m4_case([$1], [ustar],, [pax],,
  821.               [m4_fatal([Unknown tar format])])
  822. AC_MSG_CHECKING([how to create a $1 tar archive])
  823. # Loop over all known methods to create a tar archive until one works.
  824. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  825. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  826. # Do not fold the above two line into one, because Tru64 sh and
  827. # Solaris sh will not grok spaces in the rhs of `-'.
  828. for _am_tool in $_am_tools
  829. do
  830.   case $_am_tool in
  831.   gnutar)
  832.     for _am_tar in tar gnutar gtar;
  833.     do
  834.       AM_RUN_LOG([$_am_tar --version]) && break
  835.     done
  836.     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  837.     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  838.     am__untar="$_am_tar -xf -"
  839.     ;;
  840.   plaintar)
  841.     # Must skip GNU tar: if it does not support --format= it doesn't create
  842.     # ustar tarball either.
  843.     (tar --version) >/dev/null 2>&1 && continue
  844.     am__tar='tar chf - "$$tardir"'
  845.     am__tar_='tar chf - "$tardir"'
  846.     am__untar='tar xf -'
  847.     ;;
  848.   pax)
  849.     am__tar='pax -L -x $1 -w "$$tardir"'
  850.     am__tar_='pax -L -x $1 -w "$tardir"'
  851.     am__untar='pax -r'
  852.     ;;
  853.   cpio)
  854.     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  855.     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  856.     am__untar='cpio -i -H $1 -d'
  857.     ;;
  858.   none)
  859.     am__tar=false
  860.     am__tar_=false
  861.     am__untar=false
  862.     ;;
  863.   esac
  864.   # If the value was cached, stop now.  We just wanted to have am__tar
  865.   # and am__untar set.
  866.   test -n "${am_cv_prog_tar_$1}" && break
  867.   # tar/untar a dummy directory, and stop if the command works
  868.   rm -rf conftest.dir
  869.   mkdir conftest.dir
  870.   echo GrepMe > conftest.dir/file
  871.   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  872.   rm -rf conftest.dir
  873.   if test -s conftest.tar; then
  874.     AM_RUN_LOG([$am__untar <conftest.tar])
  875.     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  876.   fi
  877. done
  878. rm -rf conftest.dir
  879. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  880. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  881. AC_SUBST([am__tar])
  882. AC_SUBST([am__untar])
  883. ]) # _AM_PROG_TAR
  884. m4_include([m4/apfunctions.m4])
  885. m4_include([m4/apjava.m4])
  886. m4_include([m4/apsupport.m4])
  887. m4_include([m4/libtool.m4])
  888. m4_include([m4/ltoptions.m4])
  889. m4_include([m4/ltsugar.m4])
  890. m4_include([m4/ltversion.m4])
  891. m4_include([m4/lt~obsolete.m4])