Hi, Anton <[EMAIL PROTECTED]> writes:
> I run Debian on i386. > I checked out the latest sources of DirectFB today, Jul 22 > When I run ./autogen.sh --prefix=/opt/DirectFB --enable-multi > The following ouput is produced: > checking for libtool >= 1.3.4 ... yes (version 1.4.2) > checking for autoconf >= 2.13 ... yes (version 2.53) > checking for automake >= 1.4 ... yes (version 1.4) > aclocal: /usr/share/aclocal/libstroke.m4: 29: duplicated macro > `smr_ARG_WITHLIB' > aclocal: /usr/share/aclocal/libstroke.m4: 77: duplicated macro > `smr_ARG_WITHINCLUDES' > aclocal: /usr/share/aclocal/libstroke.m4: 119: duplicated macro > `smr_CHECK_LIB' You have duplicated automake macros in your aclocal search path. The problem is not related to DirectFB, it is a broken setup at your side. Such aclocal warnings as you see them here are always fatal. Please check if you have libstroke.m4 and perhaps other m4 files in /usr/share/aclocal as well as /usr/local/share/aclocal. There must only be a single copy in your aclocal search path. Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
