X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca;h=e044e35c8049f1c4f29753cce5862a96572a78b9;hb=6b9d77d655a91c26095c8e5d57e0bee01abcee28;hp=42a0583fa91a22ed0cc64d666e347cb9ace5860c;hpb=48dbf2c191cd60b64354849d8e0a8fe4a7d613f2;p=gnulib.git diff --git a/modules/alloca b/modules/alloca index 42a0583fa..e044e35c8 100644 --- a/modules/alloca +++ b/modules/alloca @@ -2,26 +2,20 @@ Description: Memory allocation on the stack. Files: -lib/alloca_.h lib/alloca.c -m4/alloca.m4 Depends-on: -xalloc +alloca-opt configure.ac: -gl_FUNC_ALLOCA Makefile.am: -EXTRA_DIST += alloca_.h - -# The following is needed in order to create an when the system -# doesn't have one that works with the given compiler. -all-local: @ALLOCA_H@ -alloca.h: alloca_.h - cp $(srcdir)/alloca_.h alloca.h -MOSTLYCLEANFILES += alloca.h Include: #include +License: +public domain + +Maintainer: +bug-gnulib@gnu.org