[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[Q] avidemux and AM_PROG_MKDIR_P



I am trying to build avidemux_2.4_preview2  (http://avidemux.org)
on my F8T3 system.  The automake is failing with the error:
    aclocal: macro `AM_PROG_MKDIR_P' required but not defined

The suggested  fix is to edit /usr/share/aclocal/po.m4
and usr/share/aclocal/intl.m4  and  to change the
pattern AM_PROG_MKDIR_P  to  AC_PROG_MKDIR_P
(i.e. s/AM_PROG_MKDIR_P/AC_PROG_MKDIR_P/g ).

I tried that and then avidemux builds and works great.
But that seems like a horrible hack.
Is there a better not-so-horrible hack?

Pat
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]