summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-08-08 22:16:44 +0000
committerKen Raeburn <raeburn@mit.edu>2007-08-08 22:16:44 +0000
commitaaf601df99a779d673037a94ca2984ed14e8b484 (patch)
treee180288c1351a2086c3d85d32a4c53c69713e467 /src
parent632737ed6605e6e977b7e4a28fb40ad9a4f567bd (diff)
downloadkrb5-aaf601df99a779d673037a94ca2984ed14e8b484.tar.gz
krb5-aaf601df99a779d673037a94ca2984ed14e8b484.tar.xz
krb5-aaf601df99a779d673037a94ca2984ed14e8b484.zip
Get rid of some old SunOS 4 config stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19762 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/aclocal.m43
-rw-r--r--src/appl/bsd/configure.in3
-rw-r--r--src/config/shlib.conf18
3 files changed, 1 insertions, 23 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 50715e5eb..8cdbc4788 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_COPYRIGHT([Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+AC_COPYRIGHT([Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
Massachusetts Institute of Technology.
])
dnl
@@ -609,7 +609,6 @@ if test "$GCC" = yes; then
fi
fi])
# maybe add -Waggregate-return, or can we assume that actually works by now?
-# -Wno-comment used to be used for SunOS system header <sys/stream.h>
# -Wno-long-long, if needed, for k5-platform.h without inttypes.h etc.
extra_gcc_warn_opts="-Wall -Wmissing-prototypes -Wcast-qual \
-Wcast-align -Wconversion -Wshadow"
diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in
index 9a425edb9..8cf0213ba 100644
--- a/src/appl/bsd/configure.in
+++ b/src/appl/bsd/configure.in
@@ -40,9 +40,6 @@ alpha*-dec-osf*)
LOGINLIBS="$LOGINLIBS -lsecurity"
)
;;
-*-*-sunos4*)
- ac_cv_header_termios_h=no
- ;;
esac
dnl
dnl krshd does not use krb524...
diff --git a/src/config/shlib.conf b/src/config/shlib.conf
index c10ce4f26..bc4a51efd 100644
--- a/src/config/shlib.conf
+++ b/src/config/shlib.conf
@@ -344,24 +344,6 @@ mips-*-netbsd*)
RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH;'
;;
-*-*-sunos*)
- PICFLAGS=-fpic
- SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'
- SHLIBEXT=.so
- # The following grossness is to prevent relative paths from
- # creeping into the RPATH of an executable or library built
- # under SunOS; the explicit setting of LD_LIBRARY_PATH does
- # does not make it into the output file, while directories
- # passed by "-Ldirname" do.
- LDCOMBINE='LD_LIBRARY_PATH=`echo $(SHLIB_DIRS) | sed -e "s/-L//g" -e "s/ /:/g"` ld -dp -assert pure-text'
- SHLIB_EXPFLAGS='-L$(SHLIB_RDIRS) $(SHLIB_EXPLIBS)'
- PROFFLAGS=-pg
- # ick.
- RPATH_FLAG=-L
- CC_LINK_SHARED='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"` $(PURE) $(CC) $(RPATH_FLAG)$(PROG_RPATH) $(CFLAGS) $(LDFLAGS)'
- CC_LINK_STATIC='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g` $(PURE) $(CC) $(CFLAGS) $(LDFLAGS)'
- RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH;'
- ;;
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
PICFLAGS=-fPIC
SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'