m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: head: Re: branch-1_4 allow cross-compiles; expose buffer overrun


From: Eric Blake
Subject: Re: head: Re: branch-1_4 allow cross-compiles; expose buffer overrun
Date: Mon, 17 Jul 2006 17:55:12 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blake <ebb9 <at> byu.net> writes:

> Ouch.  With this patch, a fresh bootstrap grabs ulonglong.m4 serial 5 from 
> gnulib (needed to workaround a bug in autoconf 2.60), then autoreconf (in 
> particular autopoint pulling from gettext 0.14.1) wipes it out with the older 
> serial 3.  Even updating configure.ac AM_GNU_GETTEXT_VERSION to pull from 
> gettext 0.14.5 is not enough.

Hmm.  0.14.5 comes with ulonglong.m4 serial 4, rather than serial 3; it was new 
enough that at least bootstrap completed (even though we are still missing the 
fix for autoconf 2.60 present in serial 5 - the worst there is that we compile 
stuff from gnulib that is technically not needed because serial 4 made the 
wrong choice, which is a better bug than not building at all).  So I'm checking 
this in as an improvement.  Expect further patches once gettext 0.15 and/or 
autoconf 2.61 are released:

2006-07-17  Eric Blake  <address@hidden>

        * configure.ac (AM_GNU_GETTEXT_VERSION): Bump requirement to
        0.14.5.

Index: configure.ac
===================================================================
RCS file: /sources/m4/m4/configure.ac,v
retrieving revision 1.49
diff -u -b -r1.49 configure.ac
--- configure.ac        7 Jul 2006 13:07:48 -0000       1.49
+++ configure.ac        17 Jul 2006 17:54:19 -0000
@@ -133,7 +133,7 @@
 ## Gettext support. ##
 ## ---------------- ##
 AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_VERSION([0.14.1])
+AM_GNU_GETTEXT_VERSION([0.14.5])
 M4_GNU_GETTEXT
 
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]