diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-03-12 09:28:41 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-14 13:00:06 -0400 |
commit | e85ba7459e6270b5ec1186a18e87a60c13153344 (patch) | |
tree | 6b90d3e384f284234bbddd706d3e4d019b07d610 /scripts | |
parent | ce9bd4e04ce54b6b001c096f7caab2d0beaef941 (diff) | |
download | tor-e85ba7459e6270b5ec1186a18e87a60c13153344.tar.gz tor-e85ba7459e6270b5ec1186a18e87a60c13153344.zip |
Revive updateVersions.pl with `make update-versions`.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/updateVersions.pl.in (renamed from scripts/maint/updateVersions.pl) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/maint/updateVersions.pl b/scripts/maint/updateVersions.pl.in index 15c83b80a7..65c51a1f2d 100755 --- a/scripts/maint/updateVersions.pl +++ b/scripts/maint/updateVersions.pl.in @@ -1,8 +1,8 @@ #!/usr/bin/perl -w -$CONFIGURE_IN = './configure.ac'; -$ORCONFIG_H = './src/win32/orconfig.h'; -$TOR_NSI = './contrib/win32build/tor-mingw.nsi.in'; +$CONFIGURE_IN = '@abs_top_srcdir@/configure.ac'; +$ORCONFIG_H = '@abs_top_srcdir@/src/win32/orconfig.h'; +$TOR_NSI = '@abs_top_srcdir@/contrib/win32build/tor-mingw.nsi.in'; $quiet = 1; |