[Gpg4win-commits] r646 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Dec 17 15:38:10 CET 2007
Author: wilde
Date: 2007-12-17 15:38:10 +0100 (Mon, 17 Dec 2007)
New Revision: 646
Modified:
trunk/doc/website/build-installer-on-vm-de.htm4
Log:
Fix in build instructions: ./configure ... was missing.
Modified: trunk/doc/website/build-installer-on-vm-de.htm4
===================================================================
--- trunk/doc/website/build-installer-on-vm-de.htm4 2007-12-14 16:35:12 UTC (rev 645)
+++ trunk/doc/website/build-installer-on-vm-de.htm4 2007-12-17 14:38:10 UTC (rev 646)
@@ -379,7 +379,7 @@
sh download.sh
cd ..
./autogen.sh
- ./autogen.sh --build-32 --enable-maintainer-mode
+ ./configure --enable-maintainer-mode --host=i586-mingw32msvc
make
</pre>
More information about the Gpg4win-commits
mailing list