summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-08-11 16:06:15 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-08-11 16:06:15 +0000
commitec66068efc54bef542422f7522c01013078858a7 (patch)
treed5e9205e8753a6ec31bfde49f95a2d088faa035d
parent9ca1b9e94b6f2179cc4e6f1c527d91d8e71b7a3c (diff)
downloadbcfg2-ec66068efc54bef542422f7522c01013078858a7.tar.gz
bcfg2-ec66068efc54bef542422f7522c01013078858a7.tar.bz2
bcfg2-ec66068efc54bef542422f7522c01013078858a7.zip
bump python version requirement
(Logical change 1.32) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@158 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98794aa87..8dbddd926 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(bcfg2,0.0.1)
AM_INIT_AUTOMAKE(bcfg2,0.0.1)
-AM_PATH_PYTHON()
+AM_PATH_PYTHON(2.3)
AM_PYTHON_CHECK_VERSION($PYTHON,2.1,,AC_MSG_ERROR(Python version 2.1 or greater is required.))
AC_OUTPUT(Makefile src/Makefile generators/Makefile)