richard: server/kolabd/kolabd ChangeLog, 1.26, 1.27 configure.ac, 1.5, 1.6

cvs at intevation.de cvs at intevation.de
Fri Dec 30 20:59:54 CET 2005


Author: richard

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv16015

Modified Files:
	ChangeLog configure.ac 
Log Message:
cosmetic change.  Change --enable-openpkg into --with-openpkg



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ChangeLog	30 Dec 2005 19:31:15 -0000	1.26
+++ ChangeLog	30 Dec 2005 19:59:52 -0000	1.27
@@ -1,4 +1,8 @@
 2005-12-30 Richard Bos <richard at radoeka.nl>
+	* configure.ac: cosmetic change.  Change --enable-openpkg
+	  into --with-openpkg
+
+2005-12-30 Richard Bos <richard at radoeka.nl>
 	* Makefile.am: add webserver_web_prefix so the involved files
 	  are installed in the right directory.
 	* dist_conf/suse: adjusted freebusy_cachedir to reflect the

Index: configure.ac
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.ac	19 Dec 2005 21:57:16 -0000	1.5
+++ configure.ac	30 Dec 2005 19:59:52 -0000	1.6
@@ -18,13 +18,13 @@
    [distribution=$srcdir/dist_conf/kolab])
 AC_SUBST_FILE(distribution)
 
-AC_ARG_ENABLE([openpkg],
-  [AC_HELP_STRING([--enable-openpkg],
+AC_ARG_WITH([openpkg],
+  [AC_HELP_STRING([--with-openpkg],
     [Special Files for the openpkg platform])],
-  [case "${enableval}" in
+  [case "${withval}" in
     yes) openpkg=true ;;
 	 no)  openpkg=false ;;
-	 *)   AC_MSG_ERROR(bad value ${enableval} for --enable-openpkg) ;;
+	 *)   AC_MSG_ERROR(bad value ${withval} for --with-openpkg) ;;
   esac],[openpkg=true])
 AM_CONDITIONAL(OPENPKG, test x$openpkg = xtrue)
 





More information about the commits mailing list