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.10 by root, Mon Aug 24 06:15:00 2009 UTC vs.
Revision 1.11 by root, Tue Sep 15 17:03:36 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.10 2009/08/24 06:15:00 root Exp $ 6dnl $Id: configure.in,v 1.11 2009/09/15 17:03:36 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)
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)
44 44
45CFLAGS="$CFLAGS -D_GNU_SOURCE" 45CFLAGS="$CFLAGS -D_GNU_SOURCE"
46AC_CHECK_FUNCS(gettimeofday fgetc_unlocked)
46AC_CHECK_FUNCS(gettimeofday fgetc_unlocked strcasecmp strncasecmp strcasestr) 47dnl AC_CHECK_FUNCS(strcasecmp strncasecmp strcasestr)
47 48
48AC_CHECK_FUNC(tempnam,,AC_DEFINE(tempnam,FP_tempnam)) 49AC_CHECK_FUNC(tempnam,,AC_DEFINE(tempnam,FP_tempnam))
49 50
50AC_CHECK_FUNC(chmod,AC_DEFINE(HAVE_CHMOD)) 51AC_CHECK_FUNC(chmod,AC_DEFINE(HAVE_CHMOD))
51AC_CHECK_FUNC(umask,AC_DEFINE(HAVE_UMASK)) 52AC_CHECK_FUNC(umask,AC_DEFINE(HAVE_UMASK))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines