1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-08-04 12:54:14 +00:00

Fix spelling and whitespaces in INSTALL

This commit is contained in:
Alexander Barton 2014-09-04 18:28:33 +02:00
parent 7893dc5241
commit 3f1547ecde

View File

@ -170,7 +170,7 @@ 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: 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
distribution archives: it will work but lack "de-ANSI-fication" 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.