On Thu, Mar 04, 2004 at 08:44:06PM +0200, Dmitry Katemirov wrote: > 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?
Any chance of a bit more context around the offending line in configure and maybe a relevant piece of configure.ac? Cheers, Patrick