[svn] GpgEX - r53 - trunk
svn author marcus
cvs at cvs.gnupg.org
Wed Mar 26 18:30:39 CET 2008
Author: marcus
Date: 2008-03-26 18:30:38 +0100 (Wed, 26 Mar 2008)
New Revision: 53
Modified:
trunk/ChangeLog
trunk/Makefile.am
Log:
2008-03-26 Marcus Brinkmann <marcus at g10code.de>
* Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-03-26 17:26:16 UTC (rev 52)
+++ trunk/ChangeLog 2008-03-26 17:30:38 UTC (rev 53)
@@ -1,5 +1,7 @@
2008-03-26 Marcus Brinkmann <marcus at g10code.de>
+ * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
+
* configure.ac: Prepare for release of 0.9.0.
* po/ar.po, po/es.po, po/ru.po: New files.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2008-03-26 17:26:16 UTC (rev 52)
+++ trunk/Makefile.am 2008-03-26 17:30:38 UTC (rev 53)
@@ -12,7 +12,7 @@
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = dist-bzip2
+AUTOMAKE_OPTIONS = no-dist-gzip dist-bzip2
# Because we can only build the w32 version e need to help automake here a bit.
DISTCHECK_CONFIGURE_FLAGS = --host=i586-mingw32msvc --build=i686-pc-linux-gnu \
--with-libassuan-prefix=@prefix@ \
More information about the Gnupg-commits
mailing list