On Mon, 23 May 2016 21:53:36 +0200
Tomasz Sterna <to...@xiaoka.com> wrote:

> W dniu 23.05.2016, pon o godzinie 15∶38 -0400, użytkownik Greg Troxel
> napisał:
> > Does this imply that it should be safe, aside from cautions in NEWS,
> > to update a machine running 2.3.x to 2.4.0?
> 
> Yes. No breaking changes.
> 
> > Often a minor version change indicates something more dramatic than
> > bugfixes, so I thought I would ask.
> 
> I am attempting to follow http://semver.org/ so every release should
> bring up MINOR number, with PATCH reserved for fixing screw-ups in
> MINOR release.
> 
> 2.4.0 fixes bugs in XMPP/XEP/daemons implementation, not in the
> release process itself.
> 
> So, expect 2.5.0 to follow up, not 2.4.1.
> 
> 
> 

This is from my attempt to compile the tar.gz file after doing
autoreconf -i
./configure

I get
./configure: 12735: Syntax error: word unexpected (expecting ")")

Using vim on configure:
# Colorized build output
AX_CHECK_COMPILE_FLAG(-fdiagnostics-color, CFLAGS="${CFLAGS} 
-fdiagnostics-color",
    AX_CHECK_COMPILE_FLAG([-fcolor-diagnostics], [CFLAGS="${CFLAGS}
    -fcolor-diagnostics"]))


Reply via email to