Mercurial > hg > octave-shane > gnulib-hg
comparison modules/time @ 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 | f00add3c323d |
children | 8f6d3e05c7e2 |
comparison
equal
deleted
inserted
replaced
14270:9dc44fa092bd | 14271:b4cc3c41ca79 |
---|---|
15 | 15 |
16 configure.ac: | 16 configure.ac: |
17 gl_HEADER_TIME_H | 17 gl_HEADER_TIME_H |
18 | 18 |
19 Makefile.am: | 19 Makefile.am: |
20 nodist_pkginclude_HEADERS += time.h | |
21 | |
20 BUILT_SOURCES += time.h | 22 BUILT_SOURCES += time.h |
21 | 23 |
22 # We need the following in order to create <time.h> when the system | 24 # We need the following in order to create <time.h> when the system |
23 # doesn't have one that works with the given compiler. | 25 # doesn't have one that works with the given compiler. |
24 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 26 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |