Hi, Mike Latiolais <[EMAIL PROTECTED]> writes:
> Also, I have: > GNU aclocal 1.5 > GNU autoconf 2.52 > GNU automake 1.5 > > > > > ----------------------- > > > aclocal: configure.in: 325: macro 'AM_GLIB_GNU_GETTEXT' not found in > > > library > > > aclocal: configure.in: 387: macro 'AM_GLIB_2_0' not found in library > > > > > > ----------------------- if you want to compile from CVS, you need to make sure that aclocal can find the m4 scripts installed by glib-2.0. You need to specify the path to aclocal using the -I command line flag, for example: aclocal -I /usr/local/share/aclocal I was assuming that this is mentioned in the file HACKING but it looks as if it isn't. Salut, Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
