X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=7192a8e97ed6852b3724bdc0981cf2a4f71a48d8;hb=a47b242c9f2504228bb463305fac6f2235193215;hp=ef17e9bb350024db87fde6295a916e427c671daf;hpb=c03f650283bacec6f68390d98c97e12fe7d83742;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index ef17e9bb3..7192a8e97 100755 --- a/configure +++ b/configure @@ -101,6 +101,15 @@ if ($arg eq "-update") { } } +if ($arg eq "-svnupdate") { + system("svn update"); + system("perl configure -update"); + if ($ARGV[1] eq "rebuild") { + system("make install"); + } + exit; +} + if ($arg eq "-modupdate") { # Does the cache file exist? if (!getcache()) {