autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_CHECK problem


From: Dmitry Katemirov
Subject: AC_CHECK problem
Date: Thu, 4 Mar 2004 20:44:06 +0200

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

[Prev in Thread] Current Thread [Next in Thread]