diff options
author | obrien <obrien@FreeBSD.org> | 2009-05-04 00:37:44 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2009-05-04 00:37:44 +0000 |
commit | a8abfd3eba1e14d222768ebf8316ec02e56af39a (patch) | |
tree | 12756817ab8bc4334652c625c7731c9e7fd0cefc /contrib/file/configure.ac | |
parent | 3222e9c2cde262a2a5a46f45f0a1e06623f69433 (diff) | |
parent | 3d89d1fbe920995209cda59ff0fd5096b6471133 (diff) | |
download | FreeBSD-src-a8abfd3eba1e14d222768ebf8316ec02e56af39a.zip FreeBSD-src-a8abfd3eba1e14d222768ebf8316ec02e56af39a.tar.gz |
Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.
Diffstat (limited to 'contrib/file/configure.ac')
-rw-r--r-- | contrib/file/configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/file/configure.ac b/contrib/file/configure.ac index ae674ff..071ee28 100644 --- a/contrib/file/configure.ac +++ b/contrib/file/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(file, 4.26, christos@astron.com) +AC_INIT(file, 5.00, christos@astron.com) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) @@ -75,6 +75,8 @@ AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_CHECK_MEMBERS([struct stat.st_rdev]) +AC_STRUCT_TM +AC_CHECK_MEMBERS([struct tm.tm_gmtoff, struct tm.tm_zone]) AC_STRUCT_TIMEZONE_DAYLIGHT AC_SYS_LARGEFILE AC_FUNC_FSEEKO @@ -139,7 +141,7 @@ dnl Checks for functions AC_CHECK_FUNCS(mmap strerror strndup strtoul mbrtowc mkstemp utimes utime wcwidth strtof) dnl Provide implementation of some required functions if necessary -AC_REPLACE_FUNCS(getopt_long asprintf vasprintf) +AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat) dnl Checks for libraries AC_CHECK_LIB(z,gzopen) |