aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-12 01:24:22 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-12 01:24:22 +0000
commita6d456a15eb509719aece348c5717f76c68b9e71 (patch)
tree39e6bd1fb652d207b83b29a35725e746b07b6487 /Makefile.in
parent7841a0d097e679baafe06c29539b686b50eb144b (diff)
downloadswig-a6d456a15eb509719aece348c5717f76c68b9e71.tar.gz
Replace references to Subversion with Git
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d3c4b8c47..c6259916b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -494,7 +494,7 @@ dist:
srcrpm:
rm -fr $(srpm) $(srpm).src.rpm
- echo "TODO: update to use svn instead of cvs"
+ echo "TODO: update to use git instead of cvs"
cvs export -d $(srpm) -r HEAD SWIG
cp swig.spec $(srpm)
tar -cf - $(srpm) | gzip --best > $(srpm).tar.gz
@@ -503,7 +503,7 @@ srcrpm:
# Update the autoconf files for detecting host/targets. Automake will do this in
# version 1.10 for our case of not having a top level Makefile.am. Until then we
-# can fetch them manually and will have to commit them to SVN.
+# can fetch them manually and will have to commit them to Git.
configfiles:
wget ftp://ftp.gnu.org/pub/gnu/config/config.guess -O Tools/config/config.guess
chmod a+x Tools/config/config.guess