Index: pkg.m4 =================================================================== RCS file: /cvsroot/classpath/classpath/pkg.m4,v retrieving revision 1.1 diff -u -b -B -r1.1 pkg.m4 --- pkg.m4 4 Feb 2004 21:13:14 -0000 1.1 +++ pkg.m4 7 Feb 2004 22:17:42 -0000 @@ -1,3 +1,5 @@ +dnl Copyright (C) 2001, 2002 Red Hat Inc. +dnl This file is copied from the pkg-config distribution. dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not) dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page