Hi, > > 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.
/usr/share/aclocal/libstroke.m4 is the only libstroke.m4 file on my system. It belongs to the Debian package libstroke0-dev. No other files in /usr/share/aclocal define the macros that were complained about. Each macro is defined only once in the file itself, at the line number that was reported for the duplicate definition (I don't know m4, but I think AC_DEFUN() does this). So what could be going on here? Where is it seeing these macros? Thanks. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
