diff options
-rw-r--r-- | src/ChangeLog | 6 | ||||
-rw-r--r-- | src/aclocal.m4 | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee2a28ef8f..6ca3847214 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 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 |