summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-01-03 11:39:17 +0000
committerKen Raeburn <raeburn@mit.edu>2009-01-03 11:39:17 +0000
commit72d13d7f2b682b2243f0742c31038b471cdf7b11 (patch)
tree4d867ba2938b14b94c19571f4b5f6edee93b364e /src
parent1a56ea6a655b191ea2ecde21c57efe746d64c378 (diff)
Remove some unused variables
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21681 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/pre.in9
-rw-r--r--src/configure.in3
-rw-r--r--src/util/Makefile.in8
3 files changed, 0 insertions, 20 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 72494fe23..caf89ac3f 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -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
#
diff --git a/src/configure.in b/src/configure.in
index ef9cd7ce4..b2a8c1129 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -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
diff --git a/src/util/Makefile.in b/src/util/Makefile.in
index a7f1704fc..0af09777d 100644
--- a/src/util/Makefile.in
+++ b/src/util/Makefile.in
@@ -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::