X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Falloca-opt;h=9ced93b293aa8eab1c0dbe58aac57ee43facf948;hb=5762122bbc691d3c62f9a9c226d3388c4421db58;hp=e3043243886812c26572fad12169536b31b1f983;hpb=a93995613cefd495026f726aaee716cc0996b9c4;p=gnulib.git diff --git a/modules/alloca-opt b/modules/alloca-opt index e30432438..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: @@ -17,15 +17,16 @@ BUILT_SOURCES += $(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 +alloca.h: alloca.in.h + $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/alloca_.h; \ - } > $@-t + cat $(srcdir)/alloca.in.h; \ + } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += alloca.h alloca.h-t Include: -#include + License: LGPLv2+