[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Initial draft patch: AS_EXECUTABLE_P
From: |
akim |
Subject: |
Re: Initial draft patch: AS_EXECUTABLE_P |
Date: |
Tue, 23 Jan 2001 02:19:20 +0100 |
User-agent: |
Mutt/1.3.12i |
On Mon, Jan 22, 2001 at 11:27:28PM +0100, Tim Van Holder wrote:
>
> 2001-01-22 Tim Van Holder <address@hidden>
>
> * m4sh.m4 (AS_EXECUTABLE_P, _AS_TEST_PREPARE):
The difference between the two names is a bit bothering, but looks
logical. I'd like to have Alexandre's opinion on the principal macro
name...
> +# Check whether a file is executable.
> +m4_defun([AS_EXECUTABLE_P],
> +[m4_require([_AS_TEST_PREPARE])dnl
> +$as_executable_p [$1]dnl
This is wrong: $1 has no reason to be quoted here. But I will fix this
when applying the patch, once we all agree on the name of the macro.
> + AS_ERROR([Can't check whether a file is executable on this system])
We stcik to `cannot', but I'll fix this when applying.