[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AS_EXECUTABLE_P, rev 2
From: |
Akim Demaille |
Subject: |
Re: AS_EXECUTABLE_P, rev 2 |
Date: |
24 Jan 2001 09:01:37 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
+# AS_EXECUTABLE_P
+# ---------------
+# Check whether a file is executable.
+m4_defun([AS_EXECUTABLE_P],
+[m4_require([_AS_TEST_PREPARE])dnl
+$as_executable_p [$1]dnl
+])# AS_EXECUTABLE_P
Tim, this $1 must not be quoted. If you've not read them yet, I
recommend that you read the quotations chapters in the CVS doc.
But the rest is just perfect.