diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-04 03:43:03 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-04 03:43:03 +0100 |
commit | 8d6c4b15aa781711dfeab21ecd7fac4da4f0a3bd (patch) | |
tree | 0749ec968b9a4da501b690f08b9e863b54e05a92 | |
parent | bad4a5869128fa8d877d4def4c7e10d044423e73 (diff) |
Cleaned up configure script a bit.
-rwxr-xr-x | configure | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |