From: Paul Eggert Date: Sun, 5 Sep 2004 22:26:22 +0000 (+0000) Subject: (AC_PROG_MAKE_SET): Set SHELL=/bin/sh in test makefile. X-Git-Tag: AUTOCONF-2.59c~627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb795cbe41dbf3077e133216bc2e1c29650d189;p=thirdparty%2Fautoconf.git (AC_PROG_MAKE_SET): Set SHELL=/bin/sh in test makefile. --- diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4 index a829f8a0b..4d70796f5 100644 --- a/lib/autoconf/programs.m4 +++ b/lib/autoconf/programs.m4 @@ -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