Remove some unused variables
authorKen Raeburn <raeburn@mit.edu>
Sat, 3 Jan 2009 11:39:17 +0000 (11:39 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 3 Jan 2009 11:39:17 +0000 (11:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21681 dc483132-0cff-0310-8789-dd5450dbe970

src/config/pre.in
src/configure.in
src/util/Makefile.in

index 72494fe23411aa0a46b3449b831e05a9caece33f..caf89ac3fcd191331e54497815018200facd22c9 100644 (file)
@@ -181,10 +181,6 @@ LD_UNRESOLVED_PREFIX = @LD_UNRESOLVED_PREFIX@
 LD_SHLIBDIR_PREFIX = @LD_SHLIBDIR_PREFIX@
 LDARGS = @LDARGS@
 LIBS = @LIBS@
-SRVLIBS = @SRVLIBS@
-SRVDEPLIBS = @SRVDEPLIBS@
-CLNTLIBS = @CLNTLIBS@
-CLNTDEPLIBS = @CLNTDEPLIBS@
 
 INSTALL=@INSTALL@
 INSTALL_STRIP=
@@ -282,7 +278,6 @@ AUTOHEADER = autoheader
 AUTOHEADERFLAGS =
 MOVEIFCHANGED = $(SRCTOP)/config/move-if-changed
 
-HOST_TYPE = @HOST_TYPE@
 SHEXT = @SHEXT@
 STEXT=@STEXT@
 VEXT=@VEXT@
@@ -553,10 +548,6 @@ PFLIBOBJS=$(STLIBOBJS:.o=@PFOBJEXT@)
 # "$(CC) -G", "$(LD) -Bshareable", etc.
 LDCOMBINE=@LDCOMBINE@
 
-# "-h $@", "-h lib$(LIBNAME).$(LIBMAJOR)", etc.
-SONAME=@SONAME@
-
-
 #
 # rules to make various types of object files
 #
index ef9cd7ce4a5e6d234908fc11dfeb73b441754b96..b2a8c1129e9ed10cfdde7af45ca46e7cd14f4b3a 100644 (file)
@@ -969,9 +969,6 @@ if test "$enable_thread_support" = yes; then
   fi # tsmissing not empty
 fi # enable_thread_support
 dnl
-HOST_TYPE=$krb5_cv_host
-AC_SUBST(HOST_TYPE)
-dnl
 dnl Sadly, we seem to have accidentally committed ourselves in 1.4 to
 dnl an ABI that includes the existence of libkrb5support.0 even
 dnl though random apps should never use anything from it.  And on
index a7f1704fc5b2dd522b2073990a349dff08c589ab..0af09777d43a47a69451a81046c01bc1c4aa7339 100644 (file)
@@ -16,14 +16,6 @@ MAYBE_SS_k5 = ss
 MAYBE_ET_sys =
 MAYBE_SS_sys =
 
-editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g'
-HOST_TYPE=@HOST_TYPE@
-HAVE_GCC=@HAVE_GCC@
-SLIBSH=sed -e 's|@''CC''@|$(CC)|g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@''HAVE_GCC''@,$(HAVE_GCC),g'
-
-DL_COMPILE=@DL_COMPILE@
-DL_COMPILE_TAIL=@DL_COMPILE_TAIL@
-
 all-recurse:
 
 clean-unix::