From: Tyrel D. <ty...@us...> - 2012-08-15 03:48:29
|
Update of /cvsroot/sblim/gather In directory vz-cvs-3.sog:/tmp/cvs-serv13432 Modified Files: Makefile.am NEWS Log Message: Fixed 355767: distcheck should check for system z plugins Index: NEWS =================================================================== RCS file: /cvsroot/sblim/gather/NEWS,v retrieving revision 1.131 retrieving revision 1.132 diff -u -d -r1.131 -r1.132 --- NEWS 15 Aug 2012 02:13:57 -0000 1.131 +++ NEWS 15 Aug 2012 03:48:27 -0000 1.132 @@ -1,3 +1,9 @@ +Chagnes in Version 2.2.7 +======================== + +Bugs fixed: +3557673 distcheck should check for system z plugins + Changes in Version 2.2.6 ======================== Index: Makefile.am =================================================================== RCS file: /cvsroot/sblim/gather/Makefile.am,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Makefile.am 15 Aug 2012 02:13:57 -0000 1.25 +++ Makefile.am 15 Aug 2012 03:48:27 -0000 1.26 @@ -18,6 +18,9 @@ SUBDIRS=. $(PROVIDER_SUBDIR) +# make sure that system z components are included +DISTCHECK_CONFIGURE_FLAGS = --enable-z + # Start from an empty extra distribution file list EXTRA_DIST= |