Fix more C++ link errors on Solaris 8.
[pspp] / modules / xreadlink
index efd279f2424b931137cb73be603d41bc4168da90..36c0acf696102973f3074d43aed30964579d2e34 100644 (file)
@@ -1,20 +1,18 @@
 Description:
-Return the contents of a symbolic link, without size limitations.
+Reading symbolic links without size limitation.
 
 Files:
 lib/xreadlink.h
 lib/xreadlink.c
-m4/xreadlink.m4
 
 Depends-on:
+areadlink
 xalloc
-readlink
-ssize_t
 
 configure.ac:
-gl_XREADLINK
 
 Makefile.am:
+lib_SOURCES += xreadlink.c
 
 Include:
 "xreadlink.h"
@@ -23,4 +21,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Bruno Haible, Jim Meyering