diff options
author | simonmar <unknown> | 2003-05-29 09:03:02 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-05-29 09:03:02 +0000 |
commit | 4f4fe366c6c98b2be268756eff8b324e55e2fee2 (patch) | |
tree | f4fcc5cbe5d70ffede4713db4019b38f1041aa17 /docs/building | |
parent | 493055ce5b630fc672b00c0b442332b03bb22616 (diff) | |
download | haskell-4f4fe366c6c98b2be268756eff8b324e55e2fee2.tar.gz |
[project @ 2003-05-29 09:03:02 by simonmar]
Note that autoconf 2.52 is required.
Diffstat (limited to 'docs/building')
-rw-r--r-- | docs/building/building.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index ef69207d5a..0c821781d4 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -1270,6 +1270,10 @@ $ cvs checkout nofib/spectral CVS sources, it is <emphasis>not</emphasis> needed if you just intend to build a standard source distribution.</para> + <para>Version 2.52 or later of autoconf is required. + NB. vesrion 2.13 will no longer work, as of GHC version + 6.1.</para> + <para>Autoconf builds the <command>configure</command> script from <filename>configure.in</filename> and <filename>aclocal.m4</filename>. If you modify either of |