summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Lusk <alusk@mcs.anl.gov>2004-01-06 20:24:47 +0000
committerAndrew Lusk <alusk@mcs.anl.gov>2004-01-06 20:24:47 +0000
commita9a73b0a53856d15c235a69b65360e70f066a96f (patch)
tree7e15afd8ac892943f4e5fdbd238524d3e9377c64 /configure.ac
parentcae19f2f02ae7351b696706216b4f0b8e4baa3c5 (diff)
downloadbcfg2-a9a73b0a53856d15c235a69b65360e70f066a96f.tar.gz
bcfg2-a9a73b0a53856d15c235a69b65360e70f066a96f.tar.bz2
bcfg2-a9a73b0a53856d15c235a69b65360e70f066a96f.zip
(Logical change 1.13)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@49 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e69de29bb..98794aa87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -0,0 +1,5 @@
+AC_INIT(bcfg2,0.0.1)
+AM_INIT_AUTOMAKE(bcfg2,0.0.1)
+AM_PATH_PYTHON()
+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)