On Mon, Dec 19, 2005 at 07:08:37AM +0800, John Darrington wrote: > > ./configure: line 5674: syntax error near unexpected token `PACKAGE,' > ./configure: line 5674: `PKG_CHECK_MODULES(PACKAGE, gtk+-2.0 >= 2.6.0)' > > The relevant lines in configure are: > > PKG_CHECK_MODULES(PACKAGE, gtk+-2.0 >= 2.6.0) > PKG_CHECK_MODULES(GLADE, libglade-2.0) > > I'm not sure where to look to get this to work. > > These lines shouldn't be in configure ; what versions of > auto{conf,make} do you have?
$ automake --version automake (GNU automake) 1.9.6 ... $ autoconf --version autoconf (GNU Autoconf) 2.59 ... $ libtoolize --version libtoolize (GNU libtool) 1.5.20 ... The first time I make -f Smake, I get this: $ make -f Smake autoheader autoconf configure.ac:14: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. make: *** [configure] Error 1 I run make -f Smake again and get: $ make -f Smake autoheader which produces the poisoned configure script. -Jason -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org _______________________________________________ pspp-dev mailing list pspp-dev@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-dev