[ghemical-devel] ghemical-2.98 released

Tommi Hassinen Tommi.Hassinen at uku.fi
Fri Aug 1 05:06:17 EDT 2008


ghemical/configure.ac has:

PKG_CHECK_MODULES(LIBGHEMICAL, libghemical >= 1.99)
CPPFLAGS="$CPPFLAGS $LIBGHEMICAL_CFLAGS"
LIBS="$LIBS $LIBGHEMICAL_LIBS"

PKG_CHECK_MODULES(LIBOGLAPPTH, liboglappth >= 0.90)
CPPFLAGS="$CPPFLAGS $LIBOGLAPPTH_CFLAGS"
LIBS="$LIBS $LIBOGLAPPTH_LIBS"

I think the requirements should be updated to, may be, 2.98, and 0.98 so
that configure would fail if the appropriate version sare not found.

Cheers,
Jean


Hello,
I think the above is from an older version ; the requirements were correct.

But the released configure.ac had an another problem, since I had disabled entirely the PKG_CHECK_MODULES() type checks there! Those didn't work at windows/mingw so I had to disable them, and the modification slipped into the release. I repaired the files in subversion, and made arrangements that this is unlikely to happen again.

Tommi



More information about the ghemical-devel mailing list