aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 72494fe..caf89ac 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 ef9cd7c..b2a8c11 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 a7f1704..0af0977 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::