[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add coda at the end of configure.in to update versions in o...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Add coda at the end of configure.in to update versions in o...
- From: nickm@seul.org (Nick Mathewson)
- Date: Sun, 14 Nov 2004 14:03:01 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 14 Nov 2004 14:03:24 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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
+