James K. Lowden writes:
...
 >     $ ./autogen.sh >gen.log 2>gen.err
...
 > $ head gen.err
 > sed: can't read aclocal.m4: No such file or directory
 > aclocal: configure.in: 163: macro `AM_PATH_GDK_PIXBUF' not found in
 > library
 > automake: configure.in: installing `./install-sh'
 > ...
 > ---------------------------------------
 > 
 > How do I go about telling autogen.sh where to look for gdk-pixbuf?

I found that, with RedHat 6.something, after compiling and installing,
I just had to link /usr/local/share/aclocal/gdk-pixbuf.m4 to
/usr/share/gdk-pixbuf.m4.  Running ./autogen.sh seems to take care of
everything else.

--
^.-.^ Mark Purtill <[EMAIL PROTECTED]>    (425)354-6471
((")) Software Revolution, 3330 Monte Villa Pkwy #100 Bothel WA 98021

Reply via email to