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: Wed, 09 Aug 2006 07:15:37 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.4.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Eric Blake on 7/17/2006 11:55 AM:
> 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:

gettext 0.15 is out, this patch moves CVS m4 to require it.  It reduces
the number of macros that conflict between gnulib-tool and autopoint.

2006-08-09  Eric Blake  <address@hidden>

        * configure.ac (AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION): Require
        newer gettext 0.15.

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE2d/484KuGfSFAYARAkB/AJ9XFFO2sRM6PZWl//T1FXeRlx9xqwCgki1B
14h3Bv7+NeINztLRagQjdN8=
=n+BB
-----END PGP SIGNATURE-----
Index: configure.ac
===================================================================
RCS file: /sources/m4/m4/configure.ac,v
retrieving revision 1.51
diff -u -p -r1.51 configure.ac
--- configure.ac        27 Jul 2006 22:34:55 -0000      1.51
+++ configure.ac        9 Aug 2006 13:09:58 -0000
@@ -132,8 +132,8 @@ esac
 ## ---------------- ##
 ## Gettext support. ##
 ## ---------------- ##
-AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_VERSION([0.14.5])
+AM_GNU_GETTEXT([external], [need-formatstring-macros])
+AM_GNU_GETTEXT_VERSION([0.15])
 M4_GNU_GETTEXT
 
 

reply via email to

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