From: Brian M. <bm...@cq...> - 2005-03-08 11:47:36
|
I'm getting errors complaining about the function AM_PATH_GLIB_2_0 when running the autogen script: I've tried adding the contents of /usr/share/aclocal/libtool.m4 to aclocal.m4, but it doesn't make any difference. Whilst we are at it the command in the docs for pulling down sources does not specify which module is to be extracted. many thanks in advance, Brian # cvs -z3 -d:pserver:ano...@cv...:/cvsroot/mdbtools co mdbtools # cd mdbtools # ./autogen.sh --with-unixodbc=/usr/local/src processing . Running libtoolize... Running aclocal ... aclocal:configure.in:105: warning: macro `AM_PATH_GLIB_2_0' not found in library Running autoheader... <snip lots of OKs> ./configure: line 20352: syntax error near unexpected token `2.0.0' ./configure: line 20352: `AM_PATH_GLIB_2_0(2.0.0)' # |