~ubuntu-branches/ubuntu/jaunty/autoconf-archive/jaunty

« back to all changes in this revision

Viewing changes to htmldoc/ac_check_symbol.html

  • Committer: Bazaar Package Importer
  • Author(s): Qingning Huo
  • Date: 2006-01-08 08:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060108083526-w7xo4mmyihm1awm6
Tags: 20051230-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
   Last Modified
53
53
  </h2>
54
54
  <p class="indent">
55
 
   2001-05-03
 
55
   2005-12-18
56
56
  </p>
57
57
  <h2>
58
58
   M4 Source Code
59
59
  </h2>
60
60
  <div class="indent">
61
61
   <pre class="m4source">
62
 
AC_DEFUN(AC_CHECK_SYMBOL,
 
62
AC_DEFUN([AC_CHECK_SYMBOL],
63
63
[AC_MSG_CHECKING([for $1 in $2])
64
64
AC_CACHE_VAL(ac_cv_func_$1,
65
65
[AC_REQUIRE_CPP()dnl
86
86
])])
87
87
 
88
88
dnl AC_CHECK_SYMBOLS( symbol..., header... [, action-if-found [, action-if-not-found]])
89
 
AC_DEFUN(AC_CHECK_SYMBOLS,
 
89
AC_DEFUN([AC_CHECK_SYMBOLS],
90
90
[for ac_func in $1
91
91
do
92
92
P4_CHECK_SYMBOL($ac_func, $2,