>>>>> "Steven" == Steven Augart <[EMAIL PROTECTED]> writes:

Steven> I just ran "cvs update" in my Classpath source tree for the first time
Steven> since October 6th.  I then ran "autogen.sh".  When I tried to actually
Steven> run configure, though, my output included the following:

Steven> ../classpath/configure: line 23257: `     PKG_CHECK_MODULES(GTK,
Steven> gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 libart-2.0)'

Steven> I'm using pkg-config version 0.14.0 and autoconf 2.59 and automake
Steven> (and aclocal) version 1.9.2.

You have to make sure aclocal can see pkg.m4.  "aclocal -I ." should
work, since pkg.m4 is in classpath cvs.  Perhaps autogen.sh should do
this automatically.

Tom


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to