~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/cxx_cmath.m4

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# on location.
6
6
 
7
7
m4_define([_AH_NEED_FUNCS],
8
 
[m4_foreach_w([AC_Func], [$1],
9
 
  [AH_TEMPLATE(AS_TR_CPP([NEED_]m4_defn([AC_Func])),
10
 
    [Define to 1 if you need to build a local version of `]m4_defn([AC_Func])[' function.])])])
 
8
[AC_FOREACH([AC_Func], [$1],
 
9
  [AH_TEMPLATE(AS_TR_CPP([NEED_]AC_Func),
 
10
    [Define to 1 if you need to build a local version of `]AC_Func[' function.])])])
11
11
 
12
12
AC_DEFUN([AC_CXX_CMATH],
13
13
  [AC_MSG_CHECKING(the location of cmath)