this doesn't work if $(AUTOCONF) isn't a path to the built-in
autoconf, but just an unqualified pathname to the system autoconf.
[krb5-build/707]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11351
dc483132-0cff-0310-8789-
dd5450dbe970
+1999-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * post.in (Makefile): Don't try to run autoconf with $(SHELL),
+ since this doesn't work if $(AUTOCONF) isn't a path to the
+ built-in autoconf, but just an unqualified pathname to the
+ system autoconf. [krb5-build/707]
+
1999-02-19 Theodore Ts'o <tytso@rsts-11.mit.edu>
* windows.in (DLL_FILE_DEF): Add makefile controls to set either
$(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \
$(SRCTOP)/aclocal.m4
cd $(srcdir)/$(thisconfigdir) && \
- $(SHELL) $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) \
+ $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) \
--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf
all-recurse clean-recurse distclean-recurse install-recurse check-recurse Makefiles-recurse: