From: Paul Eggert Date: Thu, 30 May 2002 05:55:50 +0000 (+0000) Subject: (AM_MAKE_INCLUDE): fgrep -> grep X-Git-Tag: Release-1-6b~92 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=2bd60c969d345bdd514a86a3d7d6d94e3f4d45ae;p=automake.git (AM_MAKE_INCLUDE): fgrep -> grep --- diff --git a/m4/make.m4 b/m4/make.m4 index f40edbdd..6e359d89 100644 --- a/m4/make.m4 +++ b/m4/make.m4 @@ -1,4 +1,6 @@ -# Copyright 2001 Free Software Foundation, Inc. -*- Autoconf -*- +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002 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 @@ -38,7 +40,7 @@ echo "include confinc" > confmf # In particular we don't look at `^make:' because GNU make might # be invoked under some other name (usually "gmake"), in which # case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then am__include=include am__quote= _am_result=GNU