fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / obstack
index 3304083544c8dec753c0fd52df3d50003c0afc44..bceecdc64cb15361d28c2d0116d1274631f63307 100644 (file)
@@ -4,24 +4,24 @@ Memory allocation, optimized for stack-like allocation patterns.
 Files:
 lib/obstack.h
 lib/obstack.c
-m4/inttypes_h.m4
-m4/obstack.m4
-m4/stdint_h.m4
-m4/uintmax_t.m4
 
 Depends-on:
-gettext
-exit
+gettext-h
 exitfail
+stdint
+stdlib
 
 configure.ac:
-gl_OBSTACK
+AC_FUNC_OBSTACK
+dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
 
 Makefile.am:
 
 Include:
 "obstack.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
-