autoconf-patches
[Top][All Lists]
Advanced

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

Re: Solaris -R check fails


From: Akim Demaille
Subject: Re: Solaris -R check fails
Date: 30 Oct 2000 20:14:31 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| ChangeLog:
|         * acgeneral.m4 (_AC_LINK_IFELSE): Always create the test source.
|         Default to AC_LANG_PROGRAM() if the first argument is empty.
| 

This is not good.  The convention for AC_..._IFELSE is that if you
didn't pass a program to compile, you have created it, and you want
the macros to use it.  Then it's also your responsibility to remove it
(no longer AC_..._IFELSE's).

If you want an empty program, pass [ ], or [/* Nothing */].

Note that it probably means that AC_TRY_COMPILE etc. should be
revisited.



reply via email to

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