ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/configure.in
(Generate patch)

Comparing Convert-UUlib/uulib/configure.in (file contents):
Revision 1.3 by root, Tue Jun 12 03:20:45 2001 UTC vs.
Revision 1.4 by root, Sun Feb 10 22:47:18 2002 UTC

43 43
44AC_CHECK_FUNC(tempnam,,AC_DEFINE(tempnam,FP_tempnam)) 44AC_CHECK_FUNC(tempnam,,AC_DEFINE(tempnam,FP_tempnam))
45 45
46AC_CHECK_FUNC(chmod,AC_DEFINE(HAVE_CHMOD)) 46AC_CHECK_FUNC(chmod,AC_DEFINE(HAVE_CHMOD))
47AC_CHECK_FUNC(umask,AC_DEFINE(HAVE_UMASK)) 47AC_CHECK_FUNC(umask,AC_DEFINE(HAVE_UMASK))
48AC_CHECK_FUNC(mkstemp,AC_DEFINE(HAVE_MKSTEMP))
48 49
49# 50#
50# strerror might be internally defined. this would cause a 51# strerror might be internally defined. this would cause a
51# CHECK_FUNCS(strerror) to fail because it'd be called with 52# CHECK_FUNCS(strerror) to fail because it'd be called with
52# zero arguments. So use our own code. 53# zero arguments. So use our own code.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines