Re: Building classpath on Minix3

Pekka Enberg <[email protected]> Mon, 8 Apr 2013 15:21:55 +0300
Newsgroups gmane.comp.java.classpath.devel
Message-ID <CAOJsxLHqETtVeAp9h9cgSuRZoX72c8r9x6hJjfeyxAVujf6ySw@mail.gmail.com>
On Mon, Apr 8, 2013 at 2:47 PM, Alexander Samilovskih
<[email protected]> wrote:
> Trying to build
> ./autogen.sh
>
> configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not

[snip]

> ---------------------
> Google said that problem related to gettext, but i have it installed
> gettext --version
> gettext (GNU gettext-runtime) 0.18.1
> Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> Written by Ulrich Drepper.

It's not enough that you have "gettext" installed, you also need to
make sure the following file exists:

/usr/share/aclocal/gettext.m4

On Fedora, for example, it's part of gettext-devel package that's not
installed by default.

                        Pekka