X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=fdfcb5e7aa0f68ae94d5609c0671f43d1670a95e;hb=5784c4396975b75809613b9cddb93dafc22a5517;hp=43586040511b1050c500631fe2644ebbb94e5b68;hpb=a7741ecae95241863c5fe74c5b19bbe1fb17d1f5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 435860405..fdfcb5e7a 100755 --- a/configure +++ b/configure @@ -309,6 +309,7 @@ sub update $has_epoll = $config{HAS_EPOLL}; $has_kqueue = $config{HAS_KQUEUE}; writefiles(1); + makecache(); print "Complete.\n"; exit; } @@ -331,6 +332,7 @@ sub modupdate $has_epoll = $config{HAS_EPOLL}; $has_kqueue = $config{HAS_KQUEUE}; writefiles(0); + makecache(); print "Complete.\n"; exit; } @@ -710,8 +712,8 @@ if (($config{USE_GNUTLS} eq "n") && ($config{USE_OPENSSL} eq "n")) { } getosflags(); -makecache(); writefiles(1); +makecache(); print "\n\n"; print "To build your server with these settings, please type '\033[1;32m$config{MAKEPROG}\033[0m' now.\n";