]> git.wh0rd.org Git - nano.git/commitdiff
Require gettext >= 0.11.
authorJordi Mallach <jordi@gnu.org>
Sun, 6 Oct 2002 23:29:56 +0000 (23:29 +0000)
committerJordi Mallach <jordi@gnu.org>
Sun, 6 Oct 2002 23:29:56 +0000 (23:29 +0000)
Fix typo, thanks David.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1293 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

README.CVS

index 018b80a6c50b8608029478ea8daf305c6f287b2e..307d4e0584f59f4f1a2554659871f4076a275634 100644 (file)
@@ -9,7 +9,7 @@ following packages:
 
 - autoconf (version >= 2.52)
 - automake (version >= 1.5-pl5, 1.6.x recommended)
-- gettext (version 0.10.40, >= 0.11 recommended)
+- gettext (version >= 0.11)
 - texinfo
 - cvs
 - glib (if your system doesn't have snprintf() and/or vsnprintf())
@@ -26,7 +26,7 @@ and the nano tree will download.
 If you want to checkout the stable CVS branch, append -r nano_1_0_branch:
 $ cvs -z3 -d:pserver:anonymous@subversions.gnu.org:/cvsroot/nano checkout -r nano_1_0_branch nano
 
-One you have the sources in the "nano" directory, cd into it, and execute
+Once you have the sources in the "nano" directory, cd into it, and execute
 the "autogen.sh" script in the top dir. This will setup a configure script
 and Makefile.in, and you will be ready to compile with
 $ ./configure [--add-options-here] && make