diff --git a/configure b/configure index 07baa2f..4597a0d 100755 --- a/configure +++ b/configure @@ -54,6 +54,9 @@ if test "$E1" != 0 || test "$E2" = 0; then exit 1 fi +# Solaris must use the xpg4 version of grep +PATH=/usr/xpg4/bin:$PATH + show_help(){ cat <