Re: problem with configure on solaris 7
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 [EM
problem with configure on solaris 7
ile 'acinclude.m4' and then run 'aclocal' and 'autoconf'. This ensures that the test of 'ac_cv_header_locale_h', produced by the macro 'AM_LC_MESSAGES' in the following line of 'acinclude.m4', runs correctly in 'configure' ciao Klaus