On Wed, Dec 13, 2006 at 03:23:56PM +0100, Markus Litz wrote: > I have a software package that comes with a build-in neon-0.23.4 - now I want > to replace neon with that one from version 0.26.2 and build a new package. > I've tried to copy all from neon-0.26.2/src* to the directory. But then there > comes errors like: > > ne_utils.c:131: Error: »NE_VERSION_MAJOR« not declared > > Is it possible to get a newer neon version in that software package?
Hi, you need to ensure that the neon source directory is kept in synch with the autoconf macros - so try copying over macros/*.m4 to whatever place neon.m4 is kept in your own package. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
