I wrote:
> Add the line:
>
> AC_CHECK_HEADER(locale.h)
^^^
There is an 'S' missing above. The line has to look like that:
AC_CHECK_HEADERS(locale.h)
ciao
Klaus Heinz
___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.
Hi,
I wanted to install GNU Make version 3.76.1 on a SUN Ultra 10 with
Solaris 7. There seems to be a small problem with the following command
$ ./configure --with-included-gettext
I was able to solve my problem by adding a line to 'acinclude.m4'.
Details:
The command './configure --with-