richard: server/kolab-resource-handlers/kolab-resource-handlers ChangeLog, 1.4, 1.5 configure.ac, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Mon Dec 19 22:58:20 CET 2005


Author: richard

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers
In directory doto:/tmp/cvs-serv9201/kolab-resource-handlers

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/kolab-resource-handlers/kolab-resource-handlers/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ChangeLog	17 Dec 2005 22:09:31 -0000	1.4
+++ ChangeLog	19 Dec 2005 21:58:18 -0000	1.5
@@ -1,3 +1,8 @@
+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-17 richard Bos <richard at radoeka.nl>
 	* configure.ac: lower the required autoconf version to 1.7
 	  like all the other modules.

Index: configure.ac
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.ac	17 Dec 2005 22:09:31 -0000	1.2
+++ configure.ac	19 Dec 2005 21:58:18 -0000	1.3
@@ -4,7 +4,7 @@
 AC_INIT([kolab-resource-handlers],[_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