I had similar problems when I installed automake 1.10  --- It seems
that when you install it under /usr/local, it's not aware of packages
under /usr 

I fixed this problem as follows:

 echo /usr/share/aclocal >> /usr/local/share/aclocal/dirlist

J'

On Sat, Mar 31, 2007 at 08:23:47PM +0800, John McCabe-Dansted wrote:
     On 3/31/07, John Darrington <[EMAIL PROTECTED]> wrote:
     >At a guess, I would say that you haven't got libtool installed, or
     >automake can't find its m4 file for some reason.
     >
     >What do you get if you type:
     >
     > ls `aclocal --print-ac-dir`
     
     it told me that the directory didn't even exist. I linked aclocal-1.10
     to aclocal . However libtool was not installed in that directory (I
     installed automake 1.10 from source inro my own directory). Copying
     the .m4 files didn't work, so I also install libtool from source.
     
     Now I get the problem:
     
     configure: line 7888: syntax error near unexpected token `GTK,'
     configure: line 7888: ` PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6.0)'
     
     I understand that this is caused by a missing pkg.m4. Again just
     copying the pkg.m4 into my aclocal directory didn't help. Presumably I
     have to reinstall what ever package includes pkg.m4 from source?
     
     Is installing a new automake from source really this difficult? The
     automake readme doesn't mention having to reinstall stuff.
     
     -- 
     John C. McCabe-Dansted
     PhD Student
     University of Western Australia
     
     
     _______________________________________________
     pspp-dev mailing list
     [email protected]
     http://lists.gnu.org/mailman/listinfo/pspp-dev

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature

_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to