summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2006-04-04 08:06:39 +0000
committerPeter Johnson <peter@tortall.net>2006-04-04 08:06:39 +0000
commit949965d5cb044dd39a12e8d7e120117931b6e6a5 (patch)
tree7188f1a41095b50489a1a07d40e6f34e88000344 /m4
parentb22db3f5cac96015a29449a968b1fcdb48d1fe93 (diff)
downloadyasm-949965d5cb044dd39a12e8d7e120117931b6e6a5.tar.gz
* pyrex.m4: Add a little documentation.
* setup.py, yasm.pyx, *.pxi: Add copyright/license. svn path=/trunk/yasm/; revision=1458
Diffstat (limited to 'm4')
-rw-r--r--m4/pyrex.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/pyrex.m4 b/m4/pyrex.m4
index b6e5bd66..b7610c29 100644
--- a/m4/pyrex.m4
+++ b/m4/pyrex.m4
@@ -1,3 +1,6 @@
+dnl a macro to check for the installed Pyrex version; note PYTHON needs to
+dnl be set before this function is called.
+dnl PYREX_CHECK_VERSION([MIN-VERSION], [ACTION-IF-TRUE], [ACTION-IF-FALSE])
AC_DEFUN([PYREX_CHECK_VERSION],
[prog="import sys
from Pyrex.Compiler.Version import version