grep -q is not portable
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 3 Aug 2016 15:31:08 +0000 (17:31 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 3 Aug 2016 15:31:08 +0000 (17:31 +0200)
commit437ddc0a0594e825bfbf44f318a722157f9279a4
treeaeb2fd4614d59acddb586c7767426c886f9aeddc
parent9521a596cb88b044a2f08db53520edd6e15c8d39
grep -q is not portable

Solaris grep doesn't have -q

Use the grep we detected with AC_PROG_EGREP and just redirect stdout.
configure.ac