* lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Count ^
rather than $ to avoid QNX4 grep bug.
* THANKS: Update.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-05-12 Mark Hessling <mark@rexx.org> (tiny change)
+
+ Work around QNX4 grep bug.
+ * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Count ^
+ rather than $ to avoid QNX4 grep bug.
+ * THANKS: Update.
+
2010-05-11 David Reiss <dreiss@facebook.com> (tiny change)
Improve Erlang documentation.
Mark D. Baushke ?
Mark D. Roth ?
Mark Elbrecht snowball3@usa.net
+Mark Hessling mark@rexx.org
Mark Kettenis kettenis@gnu.org
Markku Savela msa@msa.tte.vtt.fi
Markus Oberhumer markus.oberhumer@jk.uni-linz.ac.at
echo "_ACEOF"
} >conf$$subs.sh ||
AC_MSG_ERROR([could not make $CONFIG_STATUS])
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
. ./conf$$subs.sh ||