X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fobstack;h=af12846b953abd9e894399067922f959d54dd8d2;hb=84e7e349505e6961cc62fded69ba277474cc3d35;hp=3304083544c8dec753c0fd52df3d50003c0afc44;hpb=aeaa8d68d1cd28bd755ecd867db7b26fed4ae1d9;p=gnulib.git diff --git a/modules/obstack b/modules/obstack index 330408354..af12846b9 100644 --- a/modules/obstack +++ b/modules/obstack @@ -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 +gettext-h exit exitfail +stdint 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 -