diff options
| author | Theodore Tso <tytso@mit.edu> | 1999-04-10 03:08:52 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1999-04-10 03:08:52 +0000 |
| commit | fc2760a77e14a30be26257af4cc9bf7506bdb3d3 (patch) | |
| tree | 5ee2050181bef6ce70cb9611c4cfbf5546f9e62e /src | |
| parent | d7d6e9a4abb3c4ea400a19d2f00f71ce76f55d37 (diff) | |
| download | krb5-fc2760a77e14a30be26257af4cc9bf7506bdb3d3.tar.gz krb5-fc2760a77e14a30be26257af4cc9bf7506bdb3d3.tar.xz krb5-fc2760a77e14a30be26257af4cc9bf7506bdb3d3.zip | |
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]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11351 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 7 | ||||
| -rw-r--r-- | src/config/post.in | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 16d8d8caf..84a6951ea 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -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 diff --git a/src/config/post.in b/src/config/post.in index 4e2fbbc37..82bf72882 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -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: |
