Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117760047
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/configure.ac b/configure.ac
index 79800f8..84d7820 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,45 +1,45 @@
AC_INIT([pykolab], 0.6.5)
-AC_SUBST([RELEASE], 1)
+AC_SUBST([RELEASE], 2)
AC_CONFIG_SRCDIR(pykolab/constants.py.in)
ALL_LINGUAS="de es fr nl"
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
AM_PATH_PYTHON
GETTEXT_PACKAGE=pykolab
AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT
AC_PROG_INTLTOOL
AC_PROG_LN_S
AC_ARG_ENABLE([enterprise],
[ --enable-enterprise Turn on entitlements, compile binary blob],
[case "${enableval}" in
yes) enterprise=true ;;
no) enterprise=false ;;
*) AC_MSG_ERROR([bad value ${enableval} for --enterprise]) ;;
esac], [enterprise=false])
AM_CONDITIONAL([ENTERPRISE], [test "${enterprise}" = "true"])
AC_SUBST(DATESTAMP,`date +"%a %b %d %Y"`)
AC_CONFIG_FILES([
bin/rebuild.sh
Makefile
pykolab.spec
conf/Makefile
kolab/Makefile
kolabd/Makefile
po/Makefile.in
pykolab/constants.py
pykolab/Makefile
saslauthd/Makefile
share/Makefile
wallace/Makefile
])
AC_OUTPUT
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Apr 4 2026, 10:31 AM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823660
Default Alt Text
(1 KB)
Attached To
Mode
rP pykolab
Attached
Detach File
Event Timeline