[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_NO_EXECUTABLES missing newline
From: |
Akim Demaille |
Subject: |
Re: AC_NO_EXECUTABLES missing newline |
Date: |
11 Jun 2001 16:14:55 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Copyleft) |
>>>>> "Andreas" == Andreas Schwab <address@hidden> writes:
Hi Andreas,
Andreas> [Note: README talks about address@hidden, but there is
Andreas> no such alias on fencepost.]
Yep, already fixed.
Too bad they chose so stupid names :(
Andreas> AC_NO_EXECUTABLES:
Thanks. I'm applying this:
| AC_DEFUN_ONCE([AC_NO_EXECUTABLES],
| [m4_divert_push([KILL])
|
| AC_BEFORE([$0], [_AC_LANG_COMPILER_WORKS])
| AC_BEFORE([$0], [_AC_COMPILER_EXEEXT])
|
| m4_define([_AC_LANG_COMPILER_WORKS],
| [cross_compiling=maybe
| ])
|
| m4_define([_AC_COMPILER_EXEEXT],
| [EXEEXT=
| ])
|
| m4_define([AC_LINK_IFELSE],
| [AC_FATAL([All the tests involving linking were disabled by $0])])
|
| m4_divert_pop()dnl
| ])# AC_NO_EXECUTABLES
(Can't show diffs, I'm disconnected from the Internet).