]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_PROG_MAKE_SET): Set SHELL=/bin/sh in test makefile.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Sep 2004 22:26:22 +0000 (22:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Sep 2004 22:26:22 +0000 (22:26 +0000)
lib/autoconf/programs.m4

index a829f8a0b40cc87d4781c05a86fb580896ea87e6..4d70796f554e48bd97195f8fe0638a5dec7895e9 100644 (file)
@@ -1,7 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for programs.
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004
-# Free Software Foundation, Inc.
+
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002, 2004 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -680,6 +681,7 @@ AC_DEFUN([AC_PROG_MAKE_SET],
 set dummy ${MAKE-make}; ac_make=`echo "$[2]" | sed 'y,:./+-,___p_,'`
 AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
 [cat >conftest.make <<\_ACEOF
+SHELL = /bin/sh
 all:
        @echo 'ac_maketemp="$(MAKE)"'
 _ACEOF