summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-09-30 22:50:51 +0000
committerMark Eichin <eichin@mit.edu>1994-09-30 22:50:51 +0000
commit201b8664100e21696c846c0e64a6eba282422412 (patch)
tree3335600f370f8c1b62ff79f9841ae9e482a2b1d5 /src/aclocal.m4
parent998455fb1a3920f19c101cc1c8149d7bdcdc25a2 (diff)
downloadkrb5-201b8664100e21696c846c0e64a6eba282422412.tar.gz
krb5-201b8664100e21696c846c0e64a6eba282422412.tar.xz
krb5-201b8664100e21696c846c0e64a6eba282422412.zip
* aclocal.m4 (CONFIG_RULES): set SHELL=/bin/sh explicitly, as per
GCS and to deal with SGI and OSF makes. This should cover all Makefiles. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4413 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 4d3cdbf3ad..0a67fc7cd4 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -167,6 +167,8 @@ define(CONFIG_RULES,[
WITH_CC dnl
divert(9)dnl
[
+SHELL=/bin/sh
+
Makefile: $(srcdir)/Makefile.in config.status
$(SHELL) config.status
config.status: $(srcdir)/configure