From 201b8664100e21696c846c0e64a6eba282422412 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Fri, 30 Sep 1994 22:50:51 +0000 Subject: [PATCH] * 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 --- src/ChangeLog | 6 ++++++ src/aclocal.m4 | 2 ++ 2 files changed, 8 insertions(+) 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 -- 2.26.2