Some typos

This commit is contained in:
Philip.Hazel 2014-09-26 09:44:49 +00:00
parent d5495a30f4
commit 81525e6007
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ dist_doc_DATA = \
# doc/pcre-config.txt \
# doc/pcregrep.txt \
# doc/pcretest.txt \
# NEWS \
# NEWS
# FIXME
#dist_html_DATA = \
@ -128,7 +128,7 @@ dist_man_MANS = \
# doc/pcre2precompile.3 \
# doc/pcre2sample.3 \
# doc/pcre2stack.3 \
# doc/pcre2syntax.3 \
# doc/pcre2syntax.3
# The Libtool libraries to install. We'll add to this later.

View File

@ -69,7 +69,7 @@ fi
# Check for the availability of UTF-8 support
./pcre2test -C utf >/dev/null
./pcre2test -C unicode >/dev/null
utf8=$?
echo "Testing pcre2grep main features"