[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XBoard-devel] upcoming release of 4.6.1
From: |
Michel Van den Bergh |
Subject: |
Re: [XBoard-devel] upcoming release of 4.6.1 |
Date: |
Sat, 14 Apr 2012 18:34:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 |
On 04/14/2012 06:15 PM, Arun Persaud wrote:
Hi
HGM finished 4.6.1 and we are planning on doing a release tomorrow of
commit:
2e017a26327524b9fc9eb002911f392bb3a5b22
in case anyone has some more changes, let us know.
cheers
ARUN
If you are doing a release it would be good to
change autogen.sh into
aclocal -I m4\
&& autoheader \
&& automake --add-missing \
&& autoconf
(note the addition -I m4 to aclocal).
This is necessary for autoconf to find the bundled
gettext macros.
(this fixes wat was called the 0.17 vs 0.18 issue, an issue
that does not exist really...)
Michel