Re: problem with configure on solaris 7

2001-02-10 Thread Klaus Heinz
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.

problem with configure on solaris 7

2001-02-10 Thread Klaus Heinz
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-