richard: server/perl-kolab ChangeLog, 1.2, 1.3 Makefile.cvs, 1.3, 1.4 configure.ac, 1.1, 1.2

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


Author: richard

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv9225

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



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/perl-kolab/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog	17 Dec 2005 21:51:33 -0000	1.2
+++ ChangeLog	19 Dec 2005 21:58:48 -0000	1.3
@@ -1,3 +1,8 @@
+2005-12-19 Richard Bos <richard at radoeka.nl>
+        * configure.ac: added no-dist-gzip to AM_INIT_AUTOMAKE
+        * Makefile.cvs: 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>
 	* dist_conf/gentoo, dist_conf/kolab: removed, they are
 	  not needed anymore as the dist_conf files from kolabd

Index: Makefile.cvs
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.cvs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.cvs	17 Dec 2005 21:45:32 -0000	1.3
+++ Makefile.cvs	19 Dec 2005 21:58:48 -0000	1.4
@@ -13,7 +13,7 @@
 all:
 	test -d $(KOLABRPMSRC)/$(RPMNAME) || mkdir $(KOLABRPMSRC)/$(RPMNAME)
 	./bootstrap && ./configure --prefix=/kolab \
-	&& make distcheck && mv $(RPMNAME)-$(VERSION).tar.bz2 $(KOLABRPMSRC)/$(RPMNAME) 
+	&& make clean distcheck && mv $(RPMNAME)-$(VERSION).tar.bz2 $(KOLABRPMSRC)/$(RPMNAME) 
 	cp $(RPMNAME).spec $(KOLABRPMSRC)/$(RPMNAME)/
 	cd $(KOLABRPMSRC)/$(RPMNAME) && $(RPM) -ba $(RPMNAME).spec --define 'kolab_version CVS'
 binary:

Index: configure.ac
===================================================================
RCS file: /kolabrepository/server/perl-kolab/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac	17 Dec 2005 21:45:32 -0000	1.1
+++ configure.ac	19 Dec 2005 21:58:48 -0000	1.2
@@ -4,7 +4,7 @@
 AC_INIT([perl-kolab],[_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