summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/aclocal.m42
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ee2a28ef8..6ca384721 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+Fri Sep 30 18:49:41 1994 Mark Eichin (eichin@cygnus.com)
+
+ * 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.
+
Thu Aug 18 02:05:14 1994 Mark Eichin (eichin@perdiem)
* .../*.[ch]: remove rcsid, sccsid strings; punt all RCS variable
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 4d3cdbf3a..0a67fc7cd 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