X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca-opt;h=248b48613dc4eb07c01f7ce9bb152f51b4a9a547;hb=5ccf18f30a760b348cd07ebac61946e694d11462;hp=ae0084c2a9b3b1c3ba9ea4d5969409cb83476861;hpb=0f55f1467a309da866fb443de970845827853569;p=gnulib.git diff --git a/modules/alloca-opt b/modules/alloca-opt index ae0084c2a..248b48613 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,12 +14,13 @@ 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 -f $(srcdir)/alloca_.h $@-t +alloca.h: alloca.in.h + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/alloca.in.h; \ + } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += alloca.h alloca.h-t @@ -27,7 +28,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: bug-gnulib@gnu.org