From 87f18f3c5f2bfb78cb4a0c41dc24c8da2ad97658 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 13 Feb 1998 20:23:25 +0000 Subject: Collapse configure.in files below lib/crypto into lib/crypto git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10435 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/sha/ChangeLog | 6 ++++++ src/lib/crypto/sha/Makefile.in | 2 +- src/lib/crypto/sha/configure.in | 5 ----- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 src/lib/crypto/sha/configure.in (limited to 'src/lib/crypto/sha') diff --git a/src/lib/crypto/sha/ChangeLog b/src/lib/crypto/sha/ChangeLog index d80dbcc9d..4ca6216a4 100644 --- a/src/lib/crypto/sha/ChangeLog +++ b/src/lib/crypto/sha/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 13 15:20:54 1998 Theodore Ts'o + + * Makefile.in (thisconfigdir), configure.in: Point the + configuration directory at our parent, and remove our + local configure.in + Mon Feb 2 17:02:29 1998 Theodore Ts'o * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile diff --git a/src/lib/crypto/sha/Makefile.in b/src/lib/crypto/sha/Makefile.in index 72276f9e2..e0926cf2d 100644 --- a/src/lib/crypto/sha/Makefile.in +++ b/src/lib/crypto/sha/Makefile.in @@ -1,4 +1,4 @@ -thisconfigdir=./ +thisconfigdir=./../ BUILDTOP=$(U)$(U)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des diff --git a/src/lib/crypto/sha/configure.in b/src/lib/crypto/sha/configure.in deleted file mode 100644 index 9bdd7321e..000000000 --- a/src/lib/crypto/sha/configure.in +++ /dev/null @@ -1,5 +0,0 @@ -AC_INIT(configure.in) -CONFIG_RULES -AC_CHECK_HEADERS(sys/types.h) -KRB5_BUILD_LIBOBJS -V5_AC_OUTPUT_MAKEFILE -- cgit