From 26e8190a3775bea8a3ef1b2c89184043394ea341 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 14 Aug 2009 19:51:09 +0000 Subject: 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 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') 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 # ################################################################################ -- cgit v1.2.3