[pybliographer] Some autoconf cosmetics



commit acdc44282ea74ff69ab5d175770031ef32ce157d
Author: Zoltan Kota <zoltank gmail com>
Date:   Wed Oct 12 09:13:29 2011 +0200

    Some autoconf cosmetics

 configure.ac |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7ef4e3c..3e2ca3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,8 +23,8 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
 
-AC_INIT
-AM_INIT_AUTOMAKE(pybliographer, 1.2.15)
+AC_INIT([pybliographer], [1.2.15])
+AM_INIT_AUTOMAKE
 
 AC_CONFIG_SRCDIR(pybliographer.py)
 
@@ -40,9 +40,11 @@ dnl Python version
 MINIMUM_VERSION="2.2"
 
 # PACKAGERS
-AC_ARG_ENABLE(depchecks, 
-[  --disable-depchecks     skip dependency checks (while building packages for instance)],,
- enable_depchecks="yes")
+AC_ARG_ENABLE([depchecks],
+   [AS_HELP_STRING([--disable-depchecks],
+      [skip dependency checks (while building packages for instance)])],
+   [],
+   [enable_depchecks=yes])
 
 AC_MSG_CHECKING([python requirements])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]