From abac9b73490cd4d59a1e454c6ade5fd2073f2d2f Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Sat, 5 Feb 2011 08:22:48 -0800 Subject: libposix: Add _HEADERS primaries to posix modules. Modify gnulib-tool to strip them from generated Makefile.am-s where they are not needed. Also, replace M4 macro prefixes when requested. Finally, omit calls to error() for libposix. --- modules/alloca-opt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/alloca-opt') diff --git a/modules/alloca-opt b/modules/alloca-opt index 9ced93b293..4ae08b0dd8 100644 --- a/modules/alloca-opt +++ b/modules/alloca-opt @@ -13,6 +13,9 @@ configure.ac: gl_FUNC_ALLOCA Makefile.am: +nodist_pkginclude_HEADERS += $(ALLOCA_H) +EXTRA_HEADERS += alloca.h + BUILT_SOURCES += $(ALLOCA_H) # We need the following in order to create when the system -- cgit v1.2.1