*** empty log message ***
This commit is contained in:
parent
e31354c76d
commit
06965ab1f2
@ -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>
|
2004-06-07 Andrey Kiselev <dron@remotesensing.org>
|
||||||
|
|
||||||
* libtiff 3.7.0alpha released.
|
* libtiff 3.7.0alpha released.
|
||||||
|
3
configure
vendored
3
configure
vendored
@ -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
|
do
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
@ -72,7 +72,7 @@ case "$target_os" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
dnl Checks for header files.
|
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.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
/* Define to 1 if you have the `getopt' function. */
|
/* Define to 1 if you have the `getopt' function. */
|
||||||
#undef HAVE_GETOPT
|
#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
|
/* Define as 0 or 1 according to the floating point format suported by the
|
||||||
machine */
|
machine */
|
||||||
#undef HAVE_IEEEFP
|
#undef HAVE_IEEEFP
|
||||||
|
Loading…
Reference in New Issue
Block a user