Fix more C++ link errors on Solaris 8.
[pspp] / modules / xreadlink
index 1bde1afa53143c3bb41e24464f3687acc32a42d4..36c0acf696102973f3074d43aed30964579d2e34 100644 (file)
@@ -1,20 +1,24 @@
 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
 
 configure.ac:
-gl_XREADLINK
 
 Makefile.am:
-lib_SOURCES += xreadlink.h xreadlink.c
+lib_SOURCES += xreadlink.c
 
 Include:
 "xreadlink.h"
 
+License:
+GPL
+
+Maintainer:
+Bruno Haible, Jim Meyering