summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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)