summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/sha
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/sha')
-rw-r--r--src/lib/crypto/sha/ChangeLog6
-rw-r--r--src/lib/crypto/sha/Makefile.in2
-rw-r--r--src/lib/crypto/sha/configure.in5
3 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/crypto/sha/ChangeLog b/src/lib/crypto/sha/ChangeLog
index d80dbcc9d2..4ca6216a46 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 <tytso@rsts-11.mit.edu>
+
+ * 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 <tytso@rsts-11.mit.edu>
* 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 72276f9e2c..e0926cf2df 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 9bdd7321e2..0000000000
--- 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