From: Tony G. <Ton...@Su...> - 2006-03-09 21:44:11
|
"Mauro C." <inc...@ya...> writes: > I've checkout last version of xmlroff from > sourceforge.net cvs after execute autogen.sh: > > Makefile.am:67: variable `GOBJECT_LIBS' not defined > Makefile.am:90: variable `GOBJECT_LIBS' not defined > > I've just recompiled xmlroff from tar.gz > > any idea? You possibly have a version of the GNU Autotools that does more stringent checking than does the version that I am using. The interesting thing is that when I do a `grep-find' to find all uses of GOBJECT_LIBS, I do find it in two Makefile.am, but the line numbers are different from yours. It should be possible to delete the references to $(GOBJECT_LIBS) with no ill effect. Regards, Tony. |