summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 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()) {