On Tue, 21 Aug 2007 10:33:01 +0300, Olof Kindgren <[EMAIL PROTECTED]> wrote:


Hi!

I've been trying to build the SVN versions, with no success, for a while now.

make -f Makefile.cvs gives me:
*** Concatenating configure tests into acinclude.m4
*** Retrieving configure tests needed by configure.in
aclocal:configure.ac:195: warning: macro `AM_GNU_GETTEXT' not found in
library
aclocal:configure.ac:196: warning: macro `AM_ICONV' not found in library

What does aclocal --print-ac-dir says?
It should point to some dir containing almost all system m4 files.
For my distro it's /usr/share/aclocal.
Among other files, there are files named iconv.m4 and gettext.m4.
These are the ones aclocal couldn't find.

If you have those files in some other dir, not in `aclocal --print-ac-dir`,
then you will have to create a file named dirlist in `aclocal --print-ac-dir`
dir with a full dir path to the directories containing additional m4 files.

To sum up, in dirlist you add directories in which aclocal will look for
additional m4 files.

Please let me know if you have any additional questions.

--
Eugene Paskevich             |   *==)-----------   |     Plug me into
[EMAIL PROTECTED]        |   -----------(==*   |      The Matrix

Reply via email to