summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2009-08-14 19:51:09 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2009-08-14 19:51:09 +0000
commit26e8190a3775bea8a3ef1b2c89184043394ea341 (patch)
tree03e8c5a22cf28fbfa679253a76fd13b19ae3f989 /configure
parent32810ff62b41cff00b9d664f62e570046c3a57a9 (diff)
Run modulemanager upgrade to check for updates to third party (and extras) modules on reconfigure.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11515 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 22b665620..1a4f03330 100755
--- a/configure
+++ b/configure
@@ -677,6 +677,9 @@ else
print "no ($config{OSNAME})\n";
}
+print "Checking for upgrades to extra and third party modules... ";
+system "./modulemanager upgrade";
+
################################################################################
# BEGIN INTERACTIVE PART #
################################################################################