aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/stdio
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-02-28 01:59:45 +0000
committerTheodore Tso <tytso@mit.edu>1998-02-28 01:59:45 +0000
commit2a13b121fea5616045a3879b18b3f8b69d61c96a (patch)
tree24be0819babfe63e4883dd7e4ba44839199ae7ae /src/lib/krb5/ccache/stdio
parentd768d7ae0e4ad8f8ee6a60745d6552aa8aafcffe (diff)
downloadkrb5-2a13b121fea5616045a3879b18b3f8b69d61c96a.zip
krb5-2a13b121fea5616045a3879b18b3f8b69d61c96a.tar.gz
krb5-2a13b121fea5616045a3879b18b3f8b69d61c96a.tar.bz2
Collapse lib/krb5's configure.in files into a single top-level
configure.in file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10476 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/stdio')
-rw-r--r--src/lib/krb5/ccache/stdio/ChangeLog6
-rw-r--r--src/lib/krb5/ccache/stdio/Makefile.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/stdio/ChangeLog b/src/lib/krb5/ccache/stdio/ChangeLog
index 0fa44b6..f6d8517 100644
--- a/src/lib/krb5/ccache/stdio/ChangeLog
+++ b/src/lib/krb5/ccache/stdio/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 27 18:03:33 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Changed thisconfigdir to point at the lib/krb5
+ directory, since we've moved all of the configure.in
+ tests to the toplevel lib/krb5 configure.in
+
Wed Feb 18 16:20:44 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
diff --git a/src/lib/krb5/ccache/stdio/Makefile.in b/src/lib/krb5/ccache/stdio/Makefile.in
index 659c20c..d9f6d06 100644
--- a/src/lib/krb5/ccache/stdio/Makefile.in
+++ b/src/lib/krb5/ccache/stdio/Makefile.in
@@ -1,4 +1,4 @@
-thisconfigdir=./..
+thisconfigdir=./../..
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS)