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.8 by root, Sun Apr 18 20:08:11 2004 UTC vs.
Revision 1.9 by root, Mon Aug 24 04:38:23 2009 UTC

1dnl This file is an input file used by the GNU "autoconf" program to 1dnl This file is an input file used by the GNU "autoconf" program to
2dnl generate the file "configure", which tries to guess your system 2dnl generate the file "configure", which tries to guess your system
3dnl configuration so that no manual editing of the Makefile should be 3dnl configuration so that no manual editing of the Makefile should be
4dnl necessary 4dnl necessary
5dnl 5dnl
6dnl $Id: configure.in,v 1.8 2004/04/18 20:08:11 root Exp $ 6dnl $Id: configure.in,v 1.9 2009/08/24 04:38:23 root Exp $
7dnl 7dnl
8 8
9AC_INIT(uulib.c) 9AC_INIT(uulib.c)
10AC_PREREQ(2.9) 10AC_PREREQ(2.9)
11AC_CONFIG_HEADER(config.h) 11AC_CONFIG_HEADER(config.h)
39AC_HEADER_STDC 39AC_HEADER_STDC
40AC_TYPE_SIZE_T 40AC_TYPE_SIZE_T
41AC_HEADER_TIME 41AC_HEADER_TIME
42AC_CHECK_HEADERS(fcntl.h unistd.h memory.h malloc.h errno.h) 42AC_CHECK_HEADERS(fcntl.h unistd.h memory.h malloc.h errno.h)
43AC_CHECK_HEADERS(io.h sys/time.h) 43AC_CHECK_HEADERS(io.h sys/time.h)
44AC_CHECK_FUNCS(gettimeofday) 44AC_CHECK_FUNCS(gettimeofday fgetc_unlocked)
45 45
46AC_CHECK_FUNC(tempnam,,AC_DEFINE(tempnam,FP_tempnam)) 46AC_CHECK_FUNC(tempnam,,AC_DEFINE(tempnam,FP_tempnam))
47 47
48AC_CHECK_FUNC(chmod,AC_DEFINE(HAVE_CHMOD)) 48AC_CHECK_FUNC(chmod,AC_DEFINE(HAVE_CHMOD))
49AC_CHECK_FUNC(umask,AC_DEFINE(HAVE_UMASK)) 49AC_CHECK_FUNC(umask,AC_DEFINE(HAVE_UMASK))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines