svn rev #21681: trunk/src/ config/ util/

raeburn@MIT.EDU raeburn at MIT.EDU
Sat Jan 3 06:39:18 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21681
Commit By: raeburn
Log Message:
Remove some unused variables.


Changed Files:
U   trunk/src/config/pre.in
U   trunk/src/configure.in
U   trunk/src/util/Makefile.in
Modified: trunk/src/config/pre.in
===================================================================
--- trunk/src/config/pre.in	2009-01-03 03:01:10 UTC (rev 21680)
+++ trunk/src/config/pre.in	2009-01-03 11:39:17 UTC (rev 21681)
@@ -181,10 +181,6 @@
 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 @@
 AUTOHEADERFLAGS =
 MOVEIFCHANGED = $(SRCTOP)/config/move-if-changed
 
-HOST_TYPE = @HOST_TYPE@
 SHEXT = @SHEXT@
 STEXT=@STEXT@
 VEXT=@VEXT@
@@ -553,10 +548,6 @@
 # "$(CC) -G", "$(LD) -Bshareable", etc.
 LDCOMBINE=@LDCOMBINE@
 
-# "-h $@", "-h lib$(LIBNAME).$(LIBMAJOR)", etc.
-SONAME=@SONAME@
-
-
 #
 # rules to make various types of object files
 #

Modified: trunk/src/configure.in
===================================================================
--- trunk/src/configure.in	2009-01-03 03:01:10 UTC (rev 21680)
+++ trunk/src/configure.in	2009-01-03 11:39:17 UTC (rev 21681)
@@ -969,9 +969,6 @@
   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

Modified: trunk/src/util/Makefile.in
===================================================================
--- trunk/src/util/Makefile.in	2009-01-03 03:01:10 UTC (rev 21680)
+++ trunk/src/util/Makefile.in	2009-01-03 11:39:17 UTC (rev 21681)
@@ -16,14 +16,6 @@
 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::




More information about the cvs-krb5 mailing list