diff --git a/ChangeLog b/ChangeLog index 4a581eae3f14536100026ac33fadbd24941b7650..9751f7becd33ce5b8d3b37bc3d7e1d7cf0db5178 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2016-03-13 Thomas Rosenau <thomasr@fantasymail.de> (tiny change) + * autogen.sh, README.SVN: Mention SVN instead of CVS. + 2016-03-12 Benno Schulenberg <bensberg@justemail.net> * src/color.c (color_update): Set the syntax and regex pointers just once, in a single place. And unnest two 'if's. diff --git a/README.SVN b/README.SVN index 5dfa84de4d7e85697fcf81389f6471ac63a0dd84..810b16f6a65f6c7ffb477b6ab2d0bc3b9b8a7673 100644 --- a/README.SVN +++ b/README.SVN @@ -1,4 +1,4 @@ -INSTRUCTIONS TO COMPILE AND INSTALL NANO CVS VERSIONS +INSTRUCTIONS TO COMPILE AND INSTALL NANO SVN VERSIONS ===================================================== GNU nano is available from SVN, but building this needs a bit more care @@ -8,7 +8,7 @@ than the official stable and unstable tarballs. Prerequisites ------------- -To successfully compile GNU nano from CVS, you'll need the following +To successfully compile GNU nano from SVN, you'll need the following packages: - autoconf (version >= 2.54) diff --git a/autogen.sh b/autogen.sh index 9fc314526b56701e4ea7b213635f8ddf6aea6501..57196b5979df113cceff196fd900b150c7a404cb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ #!/bin/sh -# Generate configure & friends for CVS users. +# Generate configure & friends for SVN users. autoreconf -f -i -s