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.13 by root, Sat Dec 12 03:54:59 2020 UTC vs.
Revision 1.14 by root, Sat Sep 24 06:22:47 2022 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.13 2020/12/12 03:54:59 root Exp $ 6dnl $Id: configure.in,v 1.14 2022/09/24 06:22:47 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)
29# 29#
30 30
31AC_HEADER_STDC 31AC_HEADER_STDC
32AC_TYPE_SIZE_T 32AC_TYPE_SIZE_T
33AC_HEADER_TIME 33AC_HEADER_TIME
34AC_CHECK_HEADERS(fcntl.h unistd.h memory.h malloc.h errno.h) 34AC_CHECK_HEADERS(fcntl.h unistd.h)
35AC_CHECK_HEADERS(io.h sys/time.h) 35AC_CHECK_HEADERS(io.h sys/time.h)
36 36
37CFLAGS="$CFLAGS -D_GNU_SOURCE" 37CFLAGS="$CFLAGS -D_GNU_SOURCE"
38AC_CHECK_FUNCS(tempnam gettimeofday flockfile getc_unlocked feof_unlocked ferror_unlocked) 38AC_CHECK_FUNCS(tempnam gettimeofday flockfile getc_unlocked feof_unlocked ferror_unlocked)
39dnl AC_CHECK_FUNCS(strcasecmp strncasecmp strcasestr) 39dnl AC_CHECK_FUNCS(strcasecmp strncasecmp strcasestr)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines