From d7f97fcb2b8380330aa6fafbf61fc6c9d1b0d4c4 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 16:20:08 +0000 Subject: A few simple output lines (similar to gnu autoconf so people know what's happening) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1393 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure b/configure index eba9f84cb..428328e42 100755 --- a/configure +++ b/configure @@ -64,8 +64,9 @@ if ($arg eq "-update") { } } - +print "Checking for cache from previous configure...\n"; getcache(); +print "Checking operating system version...\n"; getosflags(); if (!$config{MAX_CLIENT}) { @@ -75,6 +76,7 @@ if (!$config{MAX_CLIENT}) { $config{MAX_CLIENT} = $config{MAX_CLIENT_T}; } +printf "Checking if strlcpy exists... "; # Perform the strlcpy() test.. $config{HAS_STRLCPY} = "false"; my $fail = 0; @@ -92,7 +94,10 @@ if (!$fail) } close(STRLCPY); } +print "yes\n" if $config{HAS_STRLCPY} eq "true"; +print "no\n" if $config{HAS_STRLCPY} eq "false"; +printf "Checking if kqueue exists... "; $has_kqueue = 0; $fail = 0; open(KQUEUE, "