Add a license tag to every module.
[gnulib.git] / modules / alloca
1 Description:
2 Memory allocation on the stack.
3
4 Files:
5 lib/alloca_.h
6 lib/alloca.c
7 m4/alloca.m4
8
9 Depends-on:
10
11 configure.ac:
12 gl_FUNC_ALLOCA
13
14 Makefile.am:
15 BUILT_SOURCES += $(ALLOCA_H)
16 EXTRA_DIST += alloca_.h
17
18 # We need the following in order to create an <alloca.h> when the system
19 # doesn't have one that works with the given compiler.
20 all-local $(lib_OBJECTS): $(ALLOCA_H)
21 alloca.h: alloca_.h
22         cp $(srcdir)/alloca_.h $@-t
23         mv $@-t $@
24 MOSTLYCLEANFILES += alloca.h alloca.h-t
25
26 Include:
27 #include <alloca.h>
28
29 License:
30 GPL
31
32 Maintainer:
33 bug-gnulib@gnu.org