X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fobstack;h=bceecdc64cb15361d28c2d0116d1274631f63307;hb=d4d4aa2ee0869eebacf0322d35dcd12b576eeef3;hp=9406f53de3ef451c99e7bcf741833c4ad15425be;hpb=e27b8f8fda41cf2b90001cf24dc6b0aeb6a26360;p=gnulib.git diff --git a/modules/obstack b/modules/obstack index 9406f53de..bceecdc64 100644 --- a/modules/obstack +++ b/modules/obstack @@ -4,20 +4,24 @@ Memory allocation, optimized for stack-like allocation patterns. Files: lib/obstack.h lib/obstack.c -m4/obstack.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 -