bug-autoconf
[Top][All Lists]
Advanced

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

Re: empty [] doesn't work


From: Akim Demaille
Subject: Re: empty [] doesn't work
Date: 15 Aug 2001 12:05:05 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| for example
| AC_CHECK_LIB(lib, func, [
| ], [
|   ... code ...
| ])
| 
| This used to work with 2.13, but 2.5 creates code something like
| 
| if ...; then
| else
|  ... code ..
| fi
| 
| which sh won't run.

Please, read the documentation of 2.52, sections about quotation and
differences with 2.13.



reply via email to

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