substitution macros.
post.in: Fix the call to autoconf to use $(AUTOCONF) and
$(CONFIG_RELTOPDIR), so that configure regeneration rule works
even in a subdirectory below the configure script.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10491
dc483132-0cff-0310-8789-
dd5450dbe970
+Sun Mar 1 22:25:34 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * pre.in: Define AUTOCONF and CONFIG_RELTOPDIR from the autoconf
+ substitution macros.
+
+ * post.in: Fix the call to autoconf to use $(AUTOCONF) and
+ $(CONFIG_RELTOPDIR), so that configure regeneration rule
+ works even in a subdirectory below the configure script.
+
Wed Feb 18 17:31:52 1998 Tom Yu <tlyu@mit.edu>
* windows.in: Rewrite some of the directory syntax.
$(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \
$(SRCTOP)/aclocal.m4
cd $(srcdir)/$(thisconfigdir) && \
- $(SHELL) $(SRCTOP)/util/autoconf/autoconf \
- --localdir=$(BUILDTOP) \
- --macrodir=$(BUILDTOP)/util/autoconf
+ $(SHELL) $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) \
+ --macrodir=$(CONFIG_RELTOPDIR)/util/autoconf
all-recurse clean-recurse distclean-recurse install-recurse check-recurse Makefiles-recurse:
@case "`echo 'x$(MFLAGS)'|sed -e 's/^x//' -e 's/ --.*$$//'`" \
srcdir = @srcdir@
SRCTOP = @srcdir@/$(BUILDTOP)
VPATH = @srcdir@
+CONFIG_RELTOPDIR = @CONFIG_RELTOPDIR@
CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ $(CPPFLAGS)
LEX = @LEX@
LEXLIB = @LEXLIB@
YACC = @YACC@
+AUTOCONF = @AUTOCONF@
HOST_TYPE = @HOST_TYPE@
SHEXT = @SHEXT@