diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 11:57:20 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 11:57:20 +0200 |
commit | 1119b629ca26edfbac1bbb519136e3e664cad4fc (patch) | |
tree | 98ab61b384830bc10d313b04a79675c75c25f902 /configure.ac | |
parent | b2939c5516e3f8d3dc77ccbc5ddbfc46938c2423 (diff) | |
download | pykolab-1119b629ca26edfbac1bbb519136e3e664cad4fc.tar.gz |
Make the compile/build time variables appear in constants, and then re-use constants
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d8129a3..eb1a567 100644 --- a/configure.ac +++ b/configure.ac @@ -19,9 +19,7 @@ AC_SUBST(DATESTAMP,`date +"%a %b %d %Y"`) AC_CONFIG_FILES([ Makefile -kolab/__init__.py -kolabd/__init__.py -pykolab/__init__.py +pykolab/constants.py ]) AC_OUTPUT |