summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
-rwxr-xr-xsrc/svn-rev.sh2
2 files changed, 7 insertions, 1 deletions
diff --git a/configure b/configure
index ef17e9bb3..913c3b59f 100755
--- a/configure
+++ b/configure
@@ -101,6 +101,12 @@ if ($arg eq "-update") {
}
}
+if ($arg eq "-svnupdate") {
+ system("svn update");
+ system("perl configure -update");
+ exit;
+}
+
if ($arg eq "-modupdate") {
# Does the cache file exist?
if (!getcache()) {
diff --git a/src/svn-rev.sh b/src/svn-rev.sh
index 5e7dbd4a6..a2e94d407 100755
--- a/src/svn-rev.sh
+++ b/src/svn-rev.sh
@@ -1 +1 @@
-echo 3631
+echo 3644