[Glade-users] Repeat: Need help with autogen.sh

Damon Chaplin damon@ximian.com
Mon, 15 Jan 2001 19:39:18 +0000


Jon Jacob wrote:
> 
> Not sure if there is a lot answers coming out of this list or if I am
> asking a dumb question, but I will ask it again:
> 
> I have just started messing around with Glade and created a basic
> interface and wanted to compile it to test it out.  When I ran
> autogen.sh, I got the following message:
> 
> which: no gnumake in
> (/usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin:/opt/bin:/usr/X11R6/bin:/home/jon/bin:/home/jon/mybin:.:/sbin:/usr/X11R6/bin:/home/jon/bin:/home/jon/mybin:.:/sbin:/usr/local/bin)
> Found GNU Make at /usr/bin/gmake ... good.
> This script runs configure and make...
> You did remember necessary arguments for configure, right?
> aclocal: configure.in: 15: macro `AM_PROG_LIBTOOL' not found in library
> aclocal: configure.in: 19: macro `AM_PATH_GTKMM' not found in library

It looks like you need to install libtool and gtk-- (maybe the devel package).
aclocal couldn't find the m4 macros that come with these packages.


Damon