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