bug-autoconf
[Top][All Lists]
Advanced

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

Re: AC_CHECK_HEADER and _LIB weirdness


From: Paul Eggert
Subject: Re: AC_CHECK_HEADER and _LIB weirdness
Date: Sun, 12 May 2002 22:31:28 -0700 (PDT)

> From: Josef Spillner <address@hidden>
> Date: Sun, 12 May 2002 19:22:27 +0200

> The error it spits out is:
> =2E/configure: line 2790: syntax error near unexpected token `yes:no'
> =2E/configure: line 2790: `  yes:no
> 
> Test with:
> touch foo && autoconf && ./configure

When I run that test, I get:

checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking popt.h usability... no
checking popt.h presence... no
checking for popt.h... no
configure: error: *** cannot find popt.h header


Also, the 'configure' that I get does not have 2790 lines;
it has only 2684 lines.



reply via email to

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