Skip to content

Commit

Permalink
Merge branch 'master' into tcase_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cdentyou committed Jun 6, 2016
2 parents 474b3db + e1fb7c6 commit 7eeff0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ tutorial. The tutorial is also available as `info check`.

Check has the following dependencies:

* automake-1.9.6 (1.11.3 on OS X if you are using /usr/bin/ar)
* autoconf-2.59
* libtool-1.5.22
* pkg-config-0.20
* texinfo-4.7 (for documentation)
* [automake](https://www.gnu.org/software/automake/)-1.9.6 (1.11.3 on OS X if you are using /usr/bin/ar)
* [autoconf](https://www.gnu.org/software/autoconf/)-2.59
* [libtool](https://www.gnu.org/software/libtool/)-1.5.22
* [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)-0.20
* [texinfo](https://www.gnu.org/software/texinfo/)-4.7 (for documentation)
* tetex-bin (or any texinfo-compatible TeX installation, for documentation)
* POSIX sed
* POSIX [sed](https://en.wikipedia.org/wiki/Sed)

The versions specified may be higher than those actually needed.

Expand Down
2 changes: 1 addition & 1 deletion check.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ includedir=@includedir@

Name: Check
Description: A unit test framework for C
URL: http://check.sourceforge.net
URL: https://libcheck.github.io/check/
Version: @VERSION@
Requires.private: @LIBSUBUNIT_PC@
Libs: -L${libdir} -lcheck
Expand Down

0 comments on commit 7eeff0f

Please sign in to comment.