[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Tue Aug 28 13:53:01 EDT 2007)
From: |
Karl Berry |
Subject: |
texinfo update (Tue Aug 28 13:53:01 EDT 2007) |
Date: |
Tue, 28 Aug 2007 13:53:02 -0400 |
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.747
retrieving revision 1.748
diff -u -r1.747 -r1.748
--- ChangeLog 26 Aug 2007 12:58:56 -0000 1.747
+++ ChangeLog 28 Aug 2007 17:47:35 -0000 1.748
@@ -1,3 +1,7 @@
+2007-08-28 Karl Berry <address@hidden>
+
+ * pretest 4.9.92.
+
2007-08-26 Karl Berry <address@hidden>
* info/infodoc.c (info_internal_help_text): hardwire
Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- configure.ac 29 Jul 2007 14:52:33 -0000 1.71
+++ configure.ac 28 Aug 2007 17:47:36 -0000 1.72
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.71 2007/07/29 14:52:33 karl Exp $
+# $Id: configure.ac,v 1.72 2007/08/28 17:47:36 karl Exp $
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -9,7 +9,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-AC_INIT([GNU Texinfo], [4.9.91], address@hidden)
+AC_INIT([GNU Texinfo], [4.9.92], address@hidden)
dnl Must come before AM_INIT_AUTOMAKE.
AC_CONFIG_AUX_DIR([build-aux])
Index: gnulib/m4/stdint.m4
===================================================================
RCS file: /sources/texinfo/texinfo/gnulib/m4/stdint.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnulib/m4/stdint.m4 25 Jun 2007 21:16:33 -0000 1.5
+++ gnulib/m4/stdint.m4 28 Aug 2007 17:46:34 -0000 1.6
@@ -1,4 +1,4 @@
-# stdint.m4 serial 27
+# stdint.m4 serial 28
dnl Copyright (C) 2001-2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -59,12 +59,18 @@
[gl_cv_header_working_stdint_h],
[gl_cv_header_working_stdint_h=no
AC_COMPILE_IFELSE([
- AC_LANG_PROGRAM([gl_STDINT_INCLUDES
- [
+ AC_LANG_PROGRAM([[
#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
#define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
#include <stdint.h>
+/* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
+#if !(defined WCHAR_MIN && defined WCHAR_MAX)
+#error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
+#endif
+]
+gl_STDINT_INCLUDES
+[
#ifdef INT8_MAX
int8_t a1 = INT8_MAX;
int8_t a1min = INT8_MIN;
P ChangeLog
P configure.ac
P gnulib/m4/stdint.m4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Tue Aug 28 13:53:01 EDT 2007),
Karl Berry <=