From e304c0b37b93dbf1e3f5317a65e80a42648f3199 Mon Sep 17 00:00:00 2001 From: special Date: Sun, 24 Sep 2006 08:39:49 +0000 Subject: Fixed the reversal of update and modupdate in ./configure git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5312 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a95cf3da4..1245f2b61 100755 --- 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(); }, ); -- cgit v1.2.3