Fix README.

This commit is contained in:
green
2008-02-21 16:17:26 +00:00
parent 1edd456322
commit 01adb0e638
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-02-21 Thomas Heller <theller@ctypes.org>
* README: Change "make test" to "make check".
2008-02-21 Anthony Green <green@redhat.com>
* configure.ac: Bump version to 3.0.2.

View File

@@ -88,7 +88,7 @@ Configure has many other options. Use "configure --help" to see them all.
Once configure has finished, type "make". Note that you must be using
GNU make. You can ftp GNU make from prep.ai.mit.edu:/pub/gnu.
To ensure that libffi is working as advertised, type "make test".
To ensure that libffi is working as advertised, type "make check".
To install the library and header files, type "make install".