Get rid of some old SunOS 4 config stuff
authorKen Raeburn <raeburn@mit.edu>
Wed, 8 Aug 2007 22:16:44 +0000 (22:16 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 8 Aug 2007 22:16:44 +0000 (22:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19762 dc483132-0cff-0310-8789-dd5450dbe970

doc/build.texinfo
src/aclocal.m4
src/appl/bsd/configure.in
src/config/shlib.conf

index f92a4d249b2aee625ed746b1500bab6f2051a393..8bf08157e3e393eb8875757ad2a9c0e5fb5e6540 100644 (file)
@@ -754,7 +754,7 @@ HP/UX 10.20.
 
 Platforms for which there is shared library support but not significant
 testing include FreeBSD, OpenBSD, AIX (4.3.3), Linux, NetBSD 1.4.x
-(i386), and SunOS 4.x.
+(i386).
 
 To enable shared libraries on the above platforms, run the configure
 script with the option @samp{--enable-shared}.
index 50715e5ebe1f565aebe3aad27c847f1dd55a5add..8cdbc478888608daecc096cb6e4252e8d544984b 100644 (file)
@@ -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"
index 9a425edb97b7f9fe2d74fb359ef69a23b853ffdc..8cf0213ba0e2df76316eda1e9472eca057e3a3f4 100644 (file)
@@ -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...
index c10ce4f26a0e52388d574b86f1b0dc7733cf8512..bc4a51efd78ebec93810b3371f456bb1820f6131 100644 (file)
@@ -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)'