[or-cvs] Add coda at the end of configure.in to update versions in o...

Nick Mathewson nickm at seul.org
Sun Nov 14 19:03:01 UTC 2004


Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv5970

Modified Files:
	configure.in 
Log Message:
Add coda at the end of configure.in to update versions in orconfig.h and tor.nsi as needed.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- configure.in	14 Nov 2004 17:21:32 -0000	1.140
+++ configure.in	14 Nov 2004 19:02:58 -0000	1.141
@@ -245,3 +245,8 @@
 echo "confdir: $CONFDIR"
 
 AC_OUTPUT(Makefile tor.spec contrib/tor.sh contrib/torctl contrib/torify contrib/Makefile src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile doc/design-paper/Makefile src/config/Makefile src/common/Makefile src/or/Makefile src/win32/Makefile src/tools/Makefile)
+
+if test -x /usr/bin/perl && test -x ./contrib/updateVersions.pl ; then
+  ./contrib/updateVersions.pl
+fi
+



More information about the tor-commits mailing list