From c7e44c5a3f9ffb717451f745c15f85bfd826cc97 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 24 Sep 2002 19:47:34 +0000 Subject: Makefile.in, configure.in, aclocal.m4: Use AC_CONFIG_FILES instead of arguments to AC_OUTPUT. This allows for generation of a single Makefile. config/post.in: When regenerating Makefiles, invoke config.status with only the Makefile to generate. This completes the changes. ticket: 1188 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14898 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/post.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/post.in') diff --git a/src/config/post.in b/src/config/post.in index ddd2e6661..c364da62d 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 + cd $(thisconfigdir) && $(SHELL) config.status $(mydir)/Makefile $(thisconfigdir)/config.status: $(srcdir)/$(thisconfigdir)/configure cd $(thisconfigdir) && $(SHELL) config.status --recheck $(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \ -- cgit