From 3a04a343337044dace992f157201071bbaf40f55 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 8 Oct 2007 14:30:29 +0000 Subject: [PATCH] CVS -> SVN git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9968 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- README | 2 +- autogen.sh | 2 +- swig.spec.in | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 8f6d45536..3c7d7f6f3 100644 --- a/README +++ b/README @@ -371,7 +371,7 @@ examples which build the runtime library. Notes: -(1) If you checked the code out via CVS, you will have to run ./autogen.sh +(1) If you checked the code out via SVN, you will have to run ./autogen.sh before typing 'configure'. In addition, a full build of SWIG requires the use of bison. diff --git a/autogen.sh b/autogen.sh index 0e3dd0704..33f54aa7c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # Bootstrap the development environment - add extra files needed to run configure. # Note autoreconf should do what this file achieves, but it has a bug when working with automake! -# The latest config.guess and config.sub should be copied into Tools/config and checked into CVS +# The latest config.guess and config.sub should be copied into Tools/config and checked into SVN # when upgrading the autotools. Otherwise this script will ensure the latest is copied from # your autotool installation. diff --git a/swig.spec.in b/swig.spec.in index 8cc341993..14d95d22f 100644 --- a/swig.spec.in +++ b/swig.spec.in @@ -1,4 +1,4 @@ -# You can build the package from CVS using something like: +# You can build the package from SVN using something like: # tar -czf swig-@PACKAGE_VERSION@.tar.gz swig-@PACKAGE_VERSION@ && rpmbuild -tb swig-@PACKAGE_VERSION@.tar.gz # @configure_input@ @@ -36,7 +36,7 @@ its parse tree in the form of XML and Lisp s-expressions. %setup -q -n %{name}-%{version} %build -# so we can build package from cvs source too +# so we can build package from SVN source too [ ! -r configure ] && ./autogen.sh %configure make @@ -66,5 +66,5 @@ rm -rf ${RPM_BUILD_ROOT} - Added runtime package of runtime libs * Mon Sep 10 2001 Tony Seward - Merge Red Hat's and Dustin Mitchell's .spec files. -- Install all of the examples in the documantation directory. +- Install all of the examples in the documentation directory. - Auto create the list of installed files.