On Sat, Dec 31, 2005 at 08:25:21AM +0800, John Darrington wrote: > Here's the relevant area in ./configure file: > > cat >>confdefs.h <<_ACEOF > #define SIZEOF_DOUBLE $ac_cv_sizeof_double > _ACEOF > > PKG_CHECK_MODULES(PACKAGE, gtk+-2.0 >= 2.6.0) > PKG_CHECK_MODULES(GLADE, libglade-2.0) > > I've got gtk+2 2.4.9-9 and libglade2 2.3.6-17 installed. I've also got > the > latest versions of libtool (1.5.22), autoconf (2.59), automake (1.9.6), > and > m4 (1.4.4) installed. > > > This is strange. Possibly you have a broken automake installation. > What do you get if you type "aclocal --version"? and what about > "aclocal --print-ac-dir" ? > > If you have a properly installed version of automake 1.9.6, then > typing: "ls `aclocal --print-ac-dir` " should give you a list of > files. Do you see pkg.m4 amoung them?
I had this problem after upgrading to automake 1.96, and, at John's suggestion, fixed the problem by copying pkg.m4 from an old aclocal search directory to /usr/local/share/aclocal. But I can't find any mention of pkg.m4 in the source of automake 1.96 and 'make install' does not install pkg.m4 anywhere. So where does pkg.m4 come from? -Jason -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
