X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca-opt;h=9ced93b293aa8eab1c0dbe58aac57ee43facf948;hb=80fc442c212439b65a2fba722b17529aba2aa1ae;hp=2e051d3deb11070e59a31c5c4b1aba6477cf28ad;hpb=9029f098c318e509ee94912bdba51d58c79dd102;p=gnulib.git diff --git a/modules/alloca-opt b/modules/alloca-opt index 2e051d3de..9ced93b29 100644 --- a/modules/alloca-opt +++ b/modules/alloca-opt @@ -4,7 +4,7 @@ It allows using the alloca() macro if and only if the autoconf tests define HAVE_ALLOCA. Files: -lib/alloca_.h +lib/alloca.in.h m4/alloca.m4 Depends-on: @@ -14,20 +14,22 @@ gl_FUNC_ALLOCA Makefile.am: BUILT_SOURCES += $(ALLOCA_H) -EXTRA_DIST += alloca_.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. -alloca.h: alloca_.h - cp $(srcdir)/alloca_.h $@-t - mv $@-t $@ +alloca.h: alloca.in.h + $(AM_V_GEN)rm -f $@-t $@ && \ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/alloca.in.h; \ + } > $@-t && \ + mv -f $@-t $@ MOSTLYCLEANFILES += alloca.h alloca.h-t Include: -#include + License: -LGPL +LGPLv2+ Maintainer: bug-gnulib@gnu.org