I had the same trouble, even though I also had pkg-config. My problem was that I had two directories with m4 macros in it, and the directory aclocal checked did not have PKG_CHECK_MODULES defined in it.
If you haven't done so, run aclocal --print-ac-dir. Then grep for PKG_CHECK_MODULES in that directory. On my machine, PKG_CHECK_MODULES was defined in /usr/local/share/aclocal/pkg.m4, but aclocal was looking in /usr/share/aclocal, which did not contain the definition. -Jason On Sat, Dec 16, 2006 at 09:39:54AM -0800, Ben Pfaff wrote: > "Daniel E WILLIAMS" <[EMAIL PROTECTED]> writes: > > > Hello, again. I'm trying to compile the CVS repository code and have not > > had > > any success cracking the following error when running configure: > > > > ./configure: line 13333: syntax error near unexpected token `GTK,' > > ./configure: line 13333: ` PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6.0)' > > You can either install pkg-config or delete the offending pair of > lines from the configure.ac file. > -- > Ben Pfaff > email: [EMAIL PROTECTED] > web: http://benpfaff.org > > > _______________________________________________ > pspp-dev mailing list > pspp-dev@gnu.org > http://lists.gnu.org/mailman/listinfo/pspp-dev _______________________________________________ pspp-dev mailing list pspp-dev@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-dev