aclocal.m4
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:33k
源码类别:

模拟服务器

开发平台:

Visual C++

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