Re: how to build Workrave from Subversion?

Joe Wells <[email protected]>
Newsgroups gmane.comp.misc.workrave.user
Message-ID <[email protected]>
Joe Wells <[email protected]> writes:

> Running aclocal  ...
> aclocal: macro `AM_PROG_MKDIR_P' required but not defined
> aclocal: macro `AM_PROG_MKDIR_P' required but not defined

> I've checked with the command
>
>   find /usr/share/aclocal* -type f -print0 | xargs -0 grep PROG_MKDIR
>
> and found no installed files defining (or even mentioning) the
> AM_PROG_MKDIR_P macro.
>
> Can someone tell me what file on their system defines this macro?

Some more information.  Running

  find . -type f -print0 | xargs -0 grep PROG_MKDIR

tells me that the only references in Workrave to this macro are these:

  ./m4/intl.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
  ./m4/po.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake

Both of these lines claim the macro is defined by automake.  I have
automake version 1.7.9 installed (Ubuntu Dapper Drake package
automake1.7 version 1.7.9-7).  None of the files supplied by this
package seem to define this macro, as revealed by this command:

  dpkg --listfiles automake1.7 | xargs grep MKDIR

Workrave's autogen.sh claims that automake version 1.7.1 is okay.
Since I have 1.7.9, I think I should be okay here.

Can anyone give any hints?

Thanks for any help!

-- 
Joe


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.