* configure.in: Remove USE_ANAME, and the defines for ANAME_DBDEP and
authorEzra Peisach <epeisach@mit.edu>
Sat, 14 Feb 1998 15:43:25 +0000 (15:43 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 14 Feb 1998 15:43:25 +0000 (15:43 +0000)
        ANAME_DBLIB as they are no longer used.

* Makefile.in: Remove unused ANAME_DBDEP and ANAME_DBLIB definitions.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10461 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ChangeLog
src/lib/krb5/Makefile.in
src/lib/krb5/configure.in

index af72e0097f35ec0da18d7115291ad58fe68fe6a5..36ab5642f9b38222fa239725ee04d5cd60805706 100644 (file)
@@ -1,3 +1,10 @@
+Sat Feb 14 10:37:26 1998  Ezra Peisach  <epeisach@mit.edu>
+
+       * configure.in: Remove USE_ANAME, and the defines for ANAME_DBDEP and
+               ANAME_DBLIB as they are no longer used.
+
+       * Makefile.in: Remove unused ANAME_DBDEP and ANAME_DBLIB definitions.
+
 Fri Feb 13 15:26:42 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in, configure.in: Remove the free directory from the
index ddb531769abe17434679e94da356f775f72c5b2a..3b7830d227e8d77ee87f8eaefad60319985a5e4a 100644 (file)
@@ -5,9 +5,6 @@ BUILDTOP=$(U)$(U)
 ##DOSOBJFILEDEP=asn1.lst ccache.lst err_tbls.lst keytab.lst krb.lst os.lst posix.lst rcache.lst
 ##DOSOBJFILELIST=@asn1.lst @ccache.lst @err_tbls.lst @keytab.lst @krb.lst @os.lst @posix.lst @rcache.lst
 
-ANAME_DBDEP=@ANAME_DBDEP@
-ANAME_DBLIB=@ANAME_DBLIB@
-
 TST=if test -n "`cat DONE`" ; then
 
 MAC_SUBDIRS = error_tables asn.1 ccache keytab krb rcache os posix 
@@ -22,7 +19,7 @@ LIBDONE= error_tables/DONE asn.1/DONE ccache/DONE ccache/stdio/DONE \
                posix/DONE $(BUILDTOP)/util/profile/DONE
 
 #
-#SHLIB_LIBS=-lcrypto -lcom_err $(ANAME_DBLIB) @SHLIB_GEN@
+#SHLIB_LIBS=-lcrypto -lcom_err @SHLIB_GEN@
 #SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@  
 #      $(LD_UNRESOLVED_PREFIX)_et_list $(LD_UNRESOLVED_PREFIX)error_message
 #SHLIB_LIBDIRS= @SHLIB_LIBDIRS@
index c3111d604a40a3d9cee9a39c8a32c86abb12db0c..53f6da0f8df8500171203028bbd9d1fb4de85e43 100644 (file)
@@ -3,12 +3,6 @@ CONFIG_RULES
 AC_CONFIG_SUBDIRS(error_tables asn.1 ccache keytab krb rcache os posix)
 AC_PROG_INSTALL
 dnl
-USE_ANAME
-ANAME_DBDEP="$kaname_dbdep"
-ANAME_DBLIB="$kaname_libs"
-AC_SUBST(ANAME_DBDEP)
-AC_SUBST(ANAME_DBLIB)
-dnl
 AC_CHECK_LIB(gen,compile,SHLIB_GEN=-lgen,SHLIB_GEN='')
 AC_SUBST(SHLIB_GEN)
 dnl