summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-14 19:02:58 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-14 19:02:58 +0000
commited01a15d4dd82a6cdc933e1638151fe85ec08856 (patch)
tree8352f0fec3437ccc288c4274d542ae26c42c5170
parentf7094852dc77fd7395d017156aa04992aa93cdf7 (diff)
downloadtor-ed01a15d4dd82a6cdc933e1638151fe85ec08856.tar.gz
tor-ed01a15d4dd82a6cdc933e1638151fe85ec08856.zip
Add coda at the end of configure.in to update versions in orconfig.h and tor.nsi as needed.
svn:r2864
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index fa6dac81fa..a50db2385b 100644
--- a/configure.in
+++ b/configure.in
@@ -245,3 +245,8 @@ CFLAGS="$CFLAGS -Wall -g -O2"
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
+