We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d2557 commit 34db3f7Copy full SHA for 34db3f7
Makefile
@@ -181,6 +181,7 @@ distcheck: dist
181
test `grep "utf8proc VERSION" CMakeLists.txt |cut -d' ' -f 4` = $(VERSION) || exit 1
182
test `grep libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) MANIFEST | wc -l` = 3 || exit 1
183
test `grep 'set(SO_' CMakeLists.txt |cut -d' ' -f2 | tr -d ')' | tr '\n' '.'` = $(MAJOR).$(MINOR).$(PATCH). || exit 1
184
+ rm -rf utf8proc-$(VERSION)
185
tar xzf utf8proc-$(VERSION).tar.gz
186
make -C utf8proc-$(VERSION) check
187
rm -rf utf8proc-$(VERSION)
0 commit comments