X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca;h=13d80dd9b4c8d97923a8bff7cddb3731ffcc93b6;hb=ccd7ccb010c3a2a509ac39236a4411581368148c;hp=b7a2381373a189702369e6ac570f7122725c60de;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/alloca b/modules/alloca index b7a238137..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 - -# The following is needed 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 -