|
From: <sv...@va...> - 2012-08-11 13:48:52
|
florian 2012-08-11 14:48:42 +0100 (Sat, 11 Aug 2012)
New Revision: 467
Log:
Update as we now require automake 1.10 or later.
Modified files:
trunk/downloads/repository.html
Modified: trunk/downloads/repository.html (+3 -2)
===================================================================
--- trunk/downloads/repository.html 2012-08-09 22:55:24 +01:00 (rev 466)
+++ trunk/downloads/repository.html 2012-08-11 14:48:42 +01:00 (rev 467)
@@ -1,4 +1,4 @@
-<h1>Source Code Repositories</h1>
+<h1>Source Code Repository</h1>
<p>If you are looking for a stable release of the source code,
you should download it from the
@@ -49,7 +49,8 @@
Versions prior to 1.1.0 do not properly handle the symbolic links in our
tree.</p>
-<p>To do the build, you'll need autoconf, and automake version 1.7 or later.
+<p>To do the build, you'll need automake version 1.10 or later
+and a compatible version of autoconf (e.g. 2.68).
These should come as standard on any non-ancient Linux distribution.</p>
<?php
|