X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=INSTALL;h=640df4ee3e81b7def928c2e4b2e3a3256a5574c8;hp=4e1cd2fb7916e779824b1bb08077ff278061fd0c;hb=a3f3a1097b41d96571c0606b7096aabeeccb8e70;hpb=d4df626d8872576b3fb54280764f16f3b94d783b diff --git a/INSTALL b/INSTALL index 4e1cd2fb..640df4ee 100644 --- a/INSTALL +++ b/INSTALL @@ -149,10 +149,14 @@ This step is therefore only interesting for developers. autogen.sh produces the Makefile.in's, which are necessary for the configure script itself, and some more files for make. To run autogen.sh you'll need -GNU autoconf and GNU automake (use recent versions! autoconf 2.53 and -automake 1.6.1 are known to work). - -Again: "end users" do not need this step! +GNU autoconf and GNU automake: at least autoconf 2.61 and automake 1.10 are +requird, newer is better. But don't use automake 1.12 or newer for creating +distribution archives: it will work but lack "de-ANSI-fucation" support in the +generated Makefile's! Stick with automake 1.11.x for this purpose ... +So automake 1.11.x and autoconf 2.67+ is recommended. + +Again: "end users" do not need this step and neither need GNU autoconf nor GNU +automake at all! 2): "./configure"