head	1.2;
access;
symbols
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.01.03.17.32.12;	author arved;	state dead;
branches;
next	1.1;

1.1
date	2002.10.16.21.23.58;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 2.0.10

PR:		46305
Submitted by: 	KATO Tsuguru <tkato@@prontomail.com>
@
text
@--- snprintfv/configure.orig	Tue Sep 10 18:02:44 2002
+++ snprintfv/configure	Sun Oct 13 02:01:04 2002
@@@@ -10549,12 +10549,6 @@@@
     fi
     if test x$ac_cv_header_limits_h = xyes; then
       echo '#include <limits.h>' >> $tmpfile
-    elif test x$ac_cv_header_values_h = xyes; then
-      cat >> $tmpfile << '_EOF_'
-#ifndef MAXINT
-#  include <values.h>
-#endif /* MAXINT */
-_EOF_
     fi
     if test x$ac_cv_header_string_h = xyes; then
       echo '#include <string.h>' >> $tmpfile
@@@@ -10571,6 +10565,7 @@@@
       echo '#include <stdint.h>' >> $tmpfile
     fi
     if test x$ac_cv_type_intmax_t = xno; then
+      cat >> $tmpfile << '_EOF_'
 #if __GNUC__ >= 2
 typedef long long intmax_t;
 typedef unsigned long long uintmax_t;
@


1.1
log
@Upgrade to 2.0.6.

PR:		ports/44115
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@@

