]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add coda at the end of configure.in to update versions in orconfig.h and tor.nsi...
authorNick Mathewson <nickm@torproject.org>
Sun, 14 Nov 2004 19:02:58 +0000 (19:02 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 14 Nov 2004 19:02:58 +0000 (19:02 +0000)
svn:r2864

configure.in

index fa6dac81fa38e62125e4591e17096eee8aa84804..a50db2385b624b55dccf80ebaa5ae9d7c2946aac 100644 (file)
@@ -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
+