warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / obstack
blobe0b528e418811e94ce9d7ee0d22720f186eb386e
1 Description:
2 Memory allocation, optimized for stack-like allocation patterns.
4 Files:
5 lib/obstack.h
6 lib/obstack.c
7 m4/obstack.m4
9 Depends-on:
10 alignof
11 gettext-h
12 exitfail
13 stdint
14 stdlib
16 configure.ac:
17 AC_FUNC_OBSTACK
18 dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
20 Makefile.am:
22 Include:
23 "obstack.h"
25 License:
26 LGPL
28 Maintainer:
29 all, glibc