respectively.
(AUTOCONFFLAGS, AUTOHEADERFLAGS): Always set to empty.
* post.in (Makefile): Always run autoconf with --include, don't bother with
--localdir any more. Don't delete autom4te.cache here.
(clean-unix): Delete autom4te.cache.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16419
dc483132-0cff-0310-8789-
dd5450dbe970
2004-06-08 Ken Raeburn <raeburn@mit.edu>
+ * pre.in (AUTOCONF, AUTOHEADER): Always set to autoconf and
+ autoheader respectively.
+ (AUTOCONFFLAGS, AUTOHEADERFLAGS): Always set to empty.
+ * post.in (Makefile): Always run autoconf with --include, don't
+ bother with --localdir any more. Don't delete autom4te.cache
+ here.
+ (clean-unix): Delete autom4te.cache.
+
* shlib.conf (*-*-darwin*, *-*-rhapsody*): Add
-Wl,-search_paths_first to linker flags.
clean-unix::
$(RM) $(OBJS) $(DEPTARGETS) $(EXTRA_FILES)
+ -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache
clean-windows::
$(RM) *.$(OBJEXT)
cd $(thisconfigdir) && $(SHELL) config.status --recheck
$(srcdir)/$(thisconfigdir)/configure: @MAINT@ $(srcdir)/$(thisconfigdir)/configure.in \
$(SRCTOP)/aclocal.m4
- -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache
cd $(srcdir)/$(thisconfigdir) && \
- ($(AUTOCONF) --include=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS) || \
- $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS))
- -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache
+ $(AUTOCONF) --include=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS)
RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \
check-recurse depend-recurse Makefiles-recurse install-headers-recurse
LEXLIB = @LEXLIB@
YACC = @YACC@
PERL = @PERL@
-AUTOCONF = @AUTOCONF@
-AUTOCONFFLAGS = @AUTOCONFFLAGS@
-AUTOCONFINCFLAGS = @AUTOCONFINCFLAGS@
-AUTOHEADER = @AUTOHEADER@
-AUTOHEADERFLAGS = @AUTOHEADERFLAGS@
+AUTOCONF = autoconf
+AUTOCONFFLAGS =
+AUTOHEADER = autoheader
+AUTOHEADERFLAGS =
HOST_TYPE = @HOST_TYPE@
SHEXT = @SHEXT@