A couple more questions while trying to fix FreeBSD 
compile problems.

First, is there a reason for attempting to link 
libgettext.h to intl/libintl.h?

Removing:

    AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)

from aclocal.m4 removes this attempt to link and doesn't
seem to adversly affect configuring or compiling.  (If it's not
needed, I think that can cause a good deal of the code in 
aclocal.m4 to be removed, but it doesn't seem to hurt anything 
to leave it there.)

Also, when configure fails to detect libintl.h, HAVE_GETTEXT
does not get set.  This causes problems in src/guile/gnucash.c.
It looks like the file is depending on including libintl.h to 
include locale.h.  locale.h should probably be included explicitly.

Thanks,
Matt

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to