[Gpg4win-commits] r366 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Dec 5 10:07:18 CET 2006


Author: werner
Date: 2006-12-05 10:07:18 +0100 (Tue, 05 Dec 2006)
New Revision: 366

Modified:
   trunk/Makefile.am
Log:
Fixed stupid error.  We can't run a make distcheck if we have disabled
internal packagaes.


Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2006-12-04 19:01:45 UTC (rev 365)
+++ trunk/Makefile.am	2006-12-05 09:07:18 UTC (rev 366)
@@ -19,9 +19,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = dist-bzip2
-DISTCHECK_CONFIGURE_FLAGS = --host=i586-mingw32msvc \
-                            --disable-pkg-man_novice_en \
-                            --disable-pkg-man_advanced_en
+DISTCHECK_CONFIGURE_FLAGS = --host=i586-mingw32msvc
 
 SUBDIRS = packages include doc src
 



More information about the Gpg4win-commits mailing list