[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_CHECK_SIZEOF failing on undefined HAVE_STDINT_H with -Werror
From: |
Eric Blake |
Subject: |
Re: AC_CHECK_SIZEOF failing on undefined HAVE_STDINT_H with -Werror |
Date: |
Tue, 29 Aug 2006 12:37:12 +0000 |
> > It looks like you got this logic backwards in the update. If all four test
> > cases
> > compile, we are now defining ac_cv_header_stat_broken to yes.
>
> Thanks for catching and fixing that.
Oops - I made that patch without bumping the version number, even
though the release of 2.60a was the prior patch. I'm applying this, along
with a regenerated configure using the new 2.60b version.
2006-08-29 Eric Blake <address@hidden>
* configure.ac (AC_INIT): Bump to 2.60b.
* NEWS: Update.
Index: configure.ac
===================================================================
RCS file: /sources/autoconf/autoconf/configure.ac,v
retrieving revision 1.81
diff -u -p -r1.81 configure.ac
--- configure.ac 24 Aug 2006 22:56:47 -0000 1.81
+++ configure.ac 29 Aug 2006 12:34:22 -0000
@@ -22,7 +22,7 @@
# We need AC_CONFIG_TESTDIR.
AC_PREREQ([2.59])
-AC_INIT([GNU Autoconf], [2.60a], address@hidden)
+AC_INIT([GNU Autoconf], [2.60b], address@hidden)
AC_SUBST([PACKAGE_NAME])dnl
AC_CONFIG_SRCDIR([ChangeLog])
Index: NEWS
===================================================================
RCS file: /sources/autoconf/autoconf/NEWS,v
retrieving revision 1.397
diff -u -p -r1.397 NEWS
--- NEWS 25 Aug 2006 21:42:41 -0000 1.397
+++ NEWS 29 Aug 2006 12:35:31 -0000
@@ -1,3 +1,5 @@
+* Major changes in Autoconf 2.60b (??)
+
* Major changes in Autoconf 2.60a (2006-08-25)
** GNU M4 1.4.6 or later is now recommended. At least one "make check"