Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/stddef @ 14271:b4cc3c41ca79
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.
author | Bruce Korb <bkorb@gnu.org> |
---|---|
date | Sat, 05 Feb 2011 08:22:48 -0800 |
parents | a19ace3ba849 |
children | 8f6d3e05c7e2 |
comparison
equal
deleted
inserted
replaced
14270:9dc44fa092bd | 14271:b4cc3c41ca79 |
---|---|
11 | 11 |
12 configure.ac: | 12 configure.ac: |
13 gl_STDDEF_H | 13 gl_STDDEF_H |
14 | 14 |
15 Makefile.am: | 15 Makefile.am: |
16 nodist_pkginclude_HEADERS += $(STDDEF_H) | |
17 EXTRA_HEADERS += stddef.h | |
18 | |
16 BUILT_SOURCES += $(STDDEF_H) | 19 BUILT_SOURCES += $(STDDEF_H) |
17 | 20 |
18 # We need the following in order to create <stddef.h> when the system | 21 # We need the following in order to create <stddef.h> when the system |
19 # doesn't have one that works with the given compiler. | 22 # doesn't have one that works with the given compiler. |
20 stddef.h: stddef.in.h | 23 stddef.h: stddef.in.h |