[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] minor fixes; bump to 0.0.2pre10



Update of /home/or/cvsroot
In directory moria.mit.edu:/home2/arma/work/onion/cvs

Modified Files:
	INSTALL README configure.in 
Log Message:
minor fixes; bump to 0.0.2pre10


Index: README
===================================================================
RCS file: /home/or/cvsroot/README,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- README	7 Oct 2003 16:57:18 -0000	1.17
+++ README	7 Oct 2003 21:27:26 -0000	1.18
@@ -7,39 +7,13 @@
 Is your question in the FAQ? Should it be?
 
 **************************************************************************
-See the INSTALL file for a quickstart. This is all you will probably need.
+See the INSTALL file for a quickstart. That is all you will probably need.
 **************************************************************************
 
 **************************************************************************
 You only need to look beyond this point if the quickstart in the INSTALL
 doesn't work for you.
 **************************************************************************
-
-Dependencies:
-
-  For tor itself, you're going to need openssl (0.9.5 or later
-  -- including the dev stuff and includes). If you're on Linux,
-  everything will probably work fine. OS X and BSD (but see below under
-  troubleshooting) may work too. Let us know if you get it working
-  elsewhere.
-
-If you got the source from cvs:
-
-  Run "./autogen.sh", which will run the various auto* programs and then
-  run ./configure for you. From there, start at step 3 in the quickstart
-  list above.
-
-If the quickstart doesn't work for you:
-
-  If you have problems finding libraries, try 
-    CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
-    ./configure
-  rather than simply ./configure.
-
-  Check out the list archives at http://archives.seul.org/or/dev/ and see
-  if somebody else has reported your problem. If not, please subscribe
-  and let us know what you did to fix it, or give us the details and
-  we'll see what we can do.
 
 Do you want to run a tor server?
 

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/configure.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- configure.in	7 Oct 2003 16:29:51 -0000	1.27
+++ configure.in	7 Oct 2003 21:27:26 -0000	1.28
@@ -1,6 +1,6 @@
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.2pre9)
+AM_INIT_AUTOMAKE(tor, 0.0.2pre10)
 AM_CONFIG_HEADER(orconfig.h)
 
 CFLAGS="-Wall -O2 -I/usr/kerberos/include"