X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca;h=13d80dd9b4c8d97923a8bff7cddb3731ffcc93b6;hb=de128af79887d5dd55b5f0f693a53228122c2b98;hp=a18f3f5dd6519ac9dbe05f35e7c031ef574be7e5;hpb=1febe996b02fceaf0cab2ec89607a713cd09caf8;p=gnulib.git diff --git a/modules/alloca b/modules/alloca index a18f3f5dd..13d80dd9b 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 $(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