* aclocal.m4 (CONFIG_RULES): set SHELL=/bin/sh explicitly, as per
authorMark Eichin <eichin@mit.edu>
Fri, 30 Sep 1994 22:50:51 +0000 (22:50 +0000)
committerMark Eichin <eichin@mit.edu>
Fri, 30 Sep 1994 22:50:51 +0000 (22:50 +0000)
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
src/aclocal.m4

index ee2a28ef8fb760fd55b1efc6a5b2bcc9aab959a6..6ca38472142ccbee15cd87015507037e13d41069 100644 (file)
@@ -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
index 4d3cdbf3adf54ec01879086cefd93129d16e0217..0a67fc7cd4c36cd63bae1e0ad9a9f436f60503f9 100644 (file)
@@ -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