aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-04 03:43:03 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-04 03:43:03 +0100
commit8d6c4b15aa781711dfeab21ecd7fac4da4f0a3bd (patch)
tree0749ec968b9a4da501b690f08b9e863b54e05a92
parentbad4a5869128fa8d877d4def4c7e10d044423e73 (diff)
Cleaned up configure script a bit.
-rwxr-xr-xconfigure9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure b/configure
index e3b93d95..346cb2a8 100755
--- a/configure
+++ b/configure
@@ -342,33 +342,28 @@ echo
echo Architecture: $arch
case "$arch" in
Linux )
- echo 'Linux.'
;;
GNU/* )
- echo 'Debian with non-Linux kernel?'
;;
*BSD )
- echo '*BSD.'
echo 'EFLAGS+=-liconv' >> Makefile.settings;
;;
SunOS )
- echo 'Solaris.'
echo 'EFLAGS+=-lresolv -lnsl -lsocket' >> Makefile.settings
echo 'STRIP=\# skip strip' >> Makefile.settings
echo 'EFLAGS+=-liconv' >> Makefile.settings;
;;
Darwin )
- echo 'Darwin/Mac OS X.'
echo 'EFLAGS+=-liconv' >> Makefile.settings;
;;
IRIX )
- echo 'IRIX.'
;;
CYGWIN* )
echo 'Cygwin is not officially supported.'
;;
* )
- echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV. Please report any problems to <wilmer@gaast.net>.'
+ echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV.'
+ echo 'Please report any problems at http://bugs.bitlbee.org/.'
;;
esac