comparison modules/sys_times @ 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
13 configure.ac: 13 configure.ac:
14 gl_SYS_TIMES_H 14 gl_SYS_TIMES_H
15 AC_PROG_MKDIR_P 15 AC_PROG_MKDIR_P
16 16
17 Makefile.am: 17 Makefile.am:
18 nobase_nodist_pkginclude_HEADERS += sys/times.h
19
18 BUILT_SOURCES += sys/times.h 20 BUILT_SOURCES += sys/times.h
19 21
20 # We need the following in order to create <sys/times.h> when the system 22 # We need the following in order to create <sys/times.h> when the system
21 # doesn't have one that works with the given compiler. 23 # doesn't have one that works with the given compiler.
22 sys/times.h: sys_times.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H) 24 sys/times.h: sys_times.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)