summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wilson <msw@redhat.com>2001-05-01 04:44:46 +0000
committerMatt Wilson <msw@src.gnome.org>2001-05-01 04:44:46 +0000
commita2e953de57a9c119add36380b93e5e889bd62b3d (patch)
tree83a2806d8710db1156089aa576acb85da572f578
parent5fce74f4b4805527f728877f6071ad2a30dce9fd (diff)
downloadpygtk-a2e953de57a9c119add36380b93e5e889bd62b3d.tar.gz
s/AC_PATH_PROG/AC_PATH_PROGS/ so we check for more than one python
2001-05-01 Matthew Wilson <msw@redhat.com> * acinclude.m4 (AM_PATH_PYTHON_JH): s/AC_PATH_PROG/AC_PATH_PROGS/ so we check for more than one python interpreter.
-rw-r--r--ChangeLog5
-rw-r--r--acinclude.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53326c79..3fe45df5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-01 Matthew Wilson <msw@redhat.com>
+
+ * acinclude.m4 (AM_PATH_PYTHON_JH): s/AC_PATH_PROG/AC_PATH_PROGS/
+ so we check for more than one python interpreter.
+
2001-04-28 James Henstridge <james@daa.com.au>
* Makefile.am, pygtk/Makefile.am: limit the symbols exported by
diff --git a/acinclude.m4 b/acinclude.m4
index 2fe093a0..21d4a995 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -36,7 +36,7 @@ AC_DEFUN([AM_PATH_PYTHON_JH],
dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages
dnl in 1.5, and I don't want to maintain that logic.
- AC_PATH_PROG(PYTHON, python python2.1 python2.0 python1.6 python1.5)
+ AC_PATH_PROGS(PYTHON, python python2.1 python2.0 python1.6 python1.5)
dnl should we do the version check?
ifelse([$1],[],,[