post.in (Makefile): Don't try to run autoconf with $(SHELL), since
authorTheodore Tso <tytso@mit.edu>
Sat, 10 Apr 1999 03:08:52 +0000 (03:08 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 10 Apr 1999 03:08:52 +0000 (03:08 +0000)
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

src/config/ChangeLog
src/config/post.in

index 16d8d8caf56caa1a9044e5559e8cd80055bbf859..84a6951ea1b34051bee6aa6aafc37f4531c88459 100644 (file)
@@ -1,3 +1,10 @@
+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
index 4e2fbbc3733946f96e0204523faa25b37ab081c9..82bf72882eb9669044102db3efb3dc6af142aaf6 100644 (file)
@@ -49,7 +49,7 @@ $(thisconfigdir)/config.status: $(srcdir)/$(thisconfigdir)/configure
 $(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: