Some typos
This commit is contained in:
parent
d5495a30f4
commit
81525e6007
|
@ -18,7 +18,7 @@ dist_doc_DATA = \
|
||||||
# doc/pcre-config.txt \
|
# doc/pcre-config.txt \
|
||||||
# doc/pcregrep.txt \
|
# doc/pcregrep.txt \
|
||||||
# doc/pcretest.txt \
|
# doc/pcretest.txt \
|
||||||
# NEWS \
|
# NEWS
|
||||||
|
|
||||||
# FIXME
|
# FIXME
|
||||||
#dist_html_DATA = \
|
#dist_html_DATA = \
|
||||||
|
@ -128,7 +128,7 @@ dist_man_MANS = \
|
||||||
# doc/pcre2precompile.3 \
|
# doc/pcre2precompile.3 \
|
||||||
# doc/pcre2sample.3 \
|
# doc/pcre2sample.3 \
|
||||||
# doc/pcre2stack.3 \
|
# doc/pcre2stack.3 \
|
||||||
# doc/pcre2syntax.3 \
|
# doc/pcre2syntax.3
|
||||||
|
|
||||||
# The Libtool libraries to install. We'll add to this later.
|
# The Libtool libraries to install. We'll add to this later.
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ fi
|
||||||
|
|
||||||
# Check for the availability of UTF-8 support
|
# Check for the availability of UTF-8 support
|
||||||
|
|
||||||
./pcre2test -C utf >/dev/null
|
./pcre2test -C unicode >/dev/null
|
||||||
utf8=$?
|
utf8=$?
|
||||||
|
|
||||||
echo "Testing pcre2grep main features"
|
echo "Testing pcre2grep main features"
|
||||||
|
|
Loading…
Reference in New Issue