math: Fix some C++ test errors on Cygwin.
[pspp] / modules / safe-read
index 3306375217718114e9214c833f66abbda3981286..bc575067b5841d3e75a269b9f8e964b6b937e7de 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-An interface to read() that retries after interrupts.
+An interface to the read() function that retries after interrupts.
 
 Files:
 lib/safe-read.h
@@ -13,13 +13,12 @@ configure.ac:
 gl_SAFE_READ
 
 Makefile.am:
-EXTRA_DIST += safe-read.h safe-read.c
 
 Include:
 "safe-read.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Jim Meyering, Bruno Haible