richard: server/kolabd/kolabd ChangeLog, 1.15, 1.16 configure.ac, 1.4, 1.5

cvs at intevation.de cvs at intevation.de
Mon Dec 19 22:57:18 CET 2005


Author: richard

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

Modified Files:
	ChangeLog configure.ac 
Log Message:
* configure.ac: added no-dist-gzip to AM_INIT_AUTOMAKE
* ../Makefile: reflected change in configure.ac, to create only bzipped
  tarbals.  Changed 'make dist' into 'make distcheck'



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ChangeLog	19 Dec 2005 09:02:19 -0000	1.15
+++ ChangeLog	19 Dec 2005 21:57:16 -0000	1.16
@@ -1,4 +1,9 @@
 2005-12-19 Richard Bos <richard at radoeka.nl>
+	* configure.ac: added no-dist-gzip to AM_INIT_AUTOMAKE
+	* ../Makefile: reflected change in configure.ac, to create only bzipped
+	  tarbals.  Changed 'make dist' into 'make distcheck'
+
+2005-12-19 Richard Bos <richard at radoeka.nl>
 	* dist_conf/common, dist_conf/kolab, dist_conf/suse: added phppeardir
 	  and changed BASH to BASHELL (it appeared after a little experimenting
 	  that the variable BASH does not get updated in configure, as it is

Index: configure.ac
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.ac	17 Dec 2005 13:22:46 -0000	1.4
+++ configure.ac	19 Dec 2005 21:57:16 -0000	1.5
@@ -5,7 +5,7 @@
 AC_INIT([kolabd],[_VERSION],[kolab-devel at kolab.org])
 AC_CONFIG_AUX_DIR(.)
 
-AM_INIT_AUTOMAKE([gnu] [1.7] [dist-bzip2])
+AM_INIT_AUTOMAKE([gnu] [1.7] [dist-bzip2] [no-dist-gzip])
 AC_PREFIX_DEFAULT([/usr])
 
 common=dist_conf/common





More information about the commits mailing list