On 13/01/07, Massimo <[EMAIL PROTECTED]> wrote:
>
> I was trying to compile tclock from e_modules, but the command
> ./autogen.sh returned this message:
>
> [EMAIL PROTECTED]:~/cvs/e_modules/tclock$ ./autogen.sh
> Running aclocal...
> aclocal: macro `AM_PROG_MKDIR_P' required but not defined
> aclocal: macro `AM_PROG_MKDIR_P' required but not defined
>
>
> What I've missed?
> Thanks in advance, Massimo.


Hey Massimo,

I'm not totally sure about that "why", but it seems with some newer version
of gettext, the i18n in some of the modules got screwed up.
I'm running gettext 0.16.1 here.

What I found works to get around this is to modify the configure.in file,
and delete away the two lines:

#AM_GNU_GETTEXT([external])
#AM_GNU_GETTEXT_VERSION(0.14)

Without these two lines, I can build, install and run the module with no
obvious problems.

I was wondering how widespread this problem is, but your's is the first
other complaint about it that I remember seeing, so I haven't thought to go
through and look at what should be done in more detail....

David
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to