Jim Meyering wrote: > Unfortunate, but true. > Thanks. How about this? > ... > + grep '^[ ]*A[CM]_PROG_LIBTOOL\>' configure.ac >/dev/null \
\> is also not a portable piece of regular expression: not in a basic regex, and not in an extended regex. It is a GNU extension. Bruno