autoconf
[Top][All Lists]
Advanced

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

Re: cvs autoconf generates broken configure script


From: Jens Petersen
Subject: Re: cvs autoconf generates broken configure script
Date: 19 Dec 2001 18:32:57 +0900
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

Alexandre Duret-Lutz <address@hidden> writes:

> >>> "juhp" == Jens Petersen <address@hidden> writes:
> 
>  juhp> AC_CHECK_LIB(z, gzsetparams,
>  juhp> AC_CHECK_HEADER(zlib.h,,
>  juhp> AC_MSG_ERROR(zlib headers not found)),
>  juhp> AC_MSG_ERROR(zlib library not found))
> 
>  juhp> Is this a known problem?
> 
> It's called "underquoting".
> 
> AC_CHECK_LIB(z, gzsetparams,
>              [AC_CHECK_HEADER(zlib.h,,[AC_MSG_ERROR(zlib headers not 
> found)])],
>              [AC_MSG_ERROR(zlib library not found)])
> 
> See the node 'Autoconf Language' in the manual for details.

Thank you.

However I note that this seems to be a change of behaviour
compared to 2.52.  autoconf-2.52 on my configure.ac file
generates a good configure file.

Jens



reply via email to

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