(AM_MAKE_INCLUDE): fgrep -> grep
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 May 2002 05:55:50 +0000 (05:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 May 2002 05:55:50 +0000 (05:55 +0000)
m4/make.m4

index f40edbd..6e359d8 100644 (file)
@@ -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