]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Fixed a rather obvious crashbug in m_spanningtree (FJOIN)
[user/henk/code/inspircd.git] / configure
index a95cf3da4a7500f8b2f7920aed9e618321a9de0b..7d962d17c29e463cfdda5b9cbd4d330021ca6111 100755 (executable)
--- a/configure
+++ b/configure
@@ -47,8 +47,8 @@ GetOptions (
        'binary-dir=s' => \$opt_binary_dir,
        'library-dir=s' => \$opt_library_dir,
        'help'  => sub { showhelp(); },
-       'modupdate' => sub { update(); },
-       'update' => sub { modupdate(); },
+       'modupdate' => sub { modupdate(); },
+       'update' => sub { update(); },
        'svnupdate' => sub { svnupdate(); },
        'clean' => sub { clean(); },
 );
@@ -294,6 +294,7 @@ sub clean
 
 sub update
 {
+       getmodules();
        # Does the cache file exist?
        if (!getcache()) {
                # No, No it doesn't.. *BASH*
@@ -313,6 +314,7 @@ sub update
 
 sub modupdate
 {
+       getmodules();
         # Does the cache file exist?
         if (!getcache()) {
                 # No, No it doesn't.. *BASH*