regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / obstack
index 7eab206..bceecdc 100644 (file)
@@ -4,19 +4,16 @@ 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
-m4/ulonglong.m4
 
 Depends-on:
 gettext-h
-exit
 exitfail
+stdint
+stdlib
 
 configure.ac:
-gl_OBSTACK
+AC_FUNC_OBSTACK
+dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
 
 Makefile.am: