*** empty log message ***

This commit is contained in:
Andrey Kiselev 2004-06-08 15:58:21 +00:00
parent e31354c76d
commit 06965ab1f2
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-06-08 Andrey Kiselev <dron@remotesensing.org>
* tools/bmp2tiff.c: Added new utility to convert Windows BMP files
into TIFFs.
2004-06-07 Andrey Kiselev <dron@remotesensing.org>
* libtiff 3.7.0alpha released.

3
configure vendored
View File

@ -20259,7 +20259,8 @@ esac
for ac_header in fcntl.h limits.h malloc.h sys/time.h unistd.h winsock.h
for ac_header in fcntl.h limits.h malloc.h sys/time.h unistd.h winsock.h getopt.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then

View File

@ -72,7 +72,7 @@ case "$target_os" in
esac
dnl Checks for header files.
AC_CHECK_HEADERS([fcntl.h limits.h malloc.h sys/time.h unistd.h winsock.h])
AC_CHECK_HEADERS([fcntl.h limits.h malloc.h sys/time.h unistd.h winsock.h getopt.h])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST

View File

@ -12,6 +12,9 @@
/* Define to 1 if you have the `getopt' function. */
#undef HAVE_GETOPT
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define as 0 or 1 according to the floating point format suported by the
machine */
#undef HAVE_IEEEFP