CVS -> SVN

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9968 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2007-10-08 14:30:29 +00:00
commit 3a04a34333
3 changed files with 5 additions and 5 deletions

2
README
View file

@ -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.

View file

@ -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.

View file

@ -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 <anthony.seward@ieee.org>
- 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.