crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unlocked-io
index 2c493fc583b77e39eab6b46ac1d8636060e6b96b..000fe32c19be84674a99b95d062a6278415d57e5 100644 (file)
@@ -1,17 +1,23 @@
 Description:
+Enable faster, non-thread-safe stdio functions if available.
 
 Files:
 lib/unlocked-io.h
 m4/unlocked-io.m4
 
 Depends-on:
+extensions
 
 configure.ac:
-jm_FUNC_GLIBC_UNLOCKED_IO
+gl_FUNC_GLIBC_UNLOCKED_IO
 
 Makefile.am:
-lib_SOURCES += unlocked-io.h
 
 Include:
 "unlocked-io.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering