Hello there,
 
I'm new with autoconf, got a problem with libs/headers checking macros. Once I include in configure.am something like AC_CHECK_LIB, AC_HEADER_STDBOOL, AC_CHECK_HEADERS([stdlib.h]), autoconf itself brings no errors but running configure ends up with this type of messages:
 
./configure: line 18791: syntax error near unexpected token `then'
./configure: line 18791: `if test "${ac_cv_lib_intl_gettext+set}" = set; then'
Does anyone has a clue what's wrong?
 
I'm running Solaris 8 on UltraSparc box, autoconf 2.57, automake 1.7.2, m4 1.4, gnu make 3.8, gcc 3.3.2.
 
Regards,
Dmitry
 

Reply via email to