X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca;h=13d80dd9b4c8d97923a8bff7cddb3731ffcc93b6;hb=3a26f6a2c6ec11b42f02aa8040fe56f4637cb5a5;hp=bf9515d90d4212b74da9b27bdbf37e551c84e564;hpb=b1b2c3c4f7044468da7cd4c99b7cfa594c5c9c9c;p=gnulib.git diff --git a/modules/alloca b/modules/alloca index bf9515d90..13d80dd9b 100644 --- a/modules/alloca +++ b/modules/alloca @@ -2,29 +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 - -# We need the following in order to create an when the system -# doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): @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 -