summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2002-09-19 20:58:51 +0000
committerEzra Peisach <epeisach@mit.edu>2002-09-19 20:58:51 +0000
commitd66cb42071adac7b7b595466a47f52bd9bfed163 (patch)
treed893aa24b13bd58ef13b0d2371df2f4647364564 /src/config
parent1ab9fc619272e0cda21c9e3dfe1b7abe7998d001 (diff)
downloadkrb5-d66cb42071adac7b7b595466a47f52bd9bfed163.tar.gz
krb5-d66cb42071adac7b7b595466a47f52bd9bfed163.tar.xz
krb5-d66cb42071adac7b7b595466a47f52bd9bfed163.zip
Put back in the V5_OUTPUT_MAKEFILE. Revert the config.status invocation
until this code can be rewriten to use AC_CONFIG_FILES. ticket: 1188 state: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14886 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog4
-rw-r--r--src/config/post.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index afca5f39f3..9da9700d87 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,5 +1,9 @@
2002-09-19 Ezra Peisach <epeisach@bu.edu>
+ * post.in (Makefile): Revert change until aclocal.m4 fixed.
+
+2002-09-19 Ezra Peisach <epeisach@bu.edu>
+
* post.in (Makefile): Run config.status to generate only the
specific makefile that changed.
diff --git a/src/config/post.in b/src/config/post.in
index c364da62d1..ddd2e6661c 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -89,7 +89,7 @@ Makefiles-prerecurse:: Makefile
Makefile: $(srcdir)/Makefile.in $(thisconfigdir)/config.status \
$(SRCTOP)/config/pre.in $(SRCTOP)/config/post.in
- cd $(thisconfigdir) && $(SHELL) config.status $(mydir)/Makefile
+ cd $(thisconfigdir) && $(SHELL) config.status
$(thisconfigdir)/config.status: $(srcdir)/$(thisconfigdir)/configure
cd $(thisconfigdir) && $(SHELL) config.status --recheck
$(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \