Re: upcoming release of 4.6.1
Michel Van den Bergh <[email protected]>
| Newsgroups | gmane.comp.gnu.xboard.devel |
|---|---|
| Message-ID | <[email protected]> |
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