]> Savannah Git Hosting - gnulib.git/commitdiff
replace include_HEADERS with pkgincludedir_HEADERS
authorBruce Korb <bkorb@gnu.org>
Tue, 16 Nov 2010 21:07:00 +0000 (13:07 -0800)
committerBruce Korb <bkorb@gnu.org>
Tue, 16 Nov 2010 21:07:00 +0000 (13:07 -0800)
57 files changed:
modules/alloca-opt
modules/arg-nonnull
modules/argz
modules/arpa_inet
modules/byteswap
modules/c++defs
modules/ctype
modules/dirent
modules/errno
modules/fcntl-h
modules/float
modules/fnmatch
modules/getopt-posix
modules/glob
modules/iconv-h
modules/iconv_open
modules/inttypes
modules/langinfo
modules/link-warning
modules/locale
modules/math
modules/netdb
modules/netinet_in
modules/poll-h
modules/pthread
modules/pty
modules/sched
modules/search
modules/selinux-h
modules/signal
modules/spawn
modules/stdarg
modules/stdbool
modules/stddef
modules/stdint
modules/stdio
modules/stdlib
modules/string
modules/strings
modules/sys_file
modules/sys_ioctl
modules/sys_select
modules/sys_socket
modules/sys_stat
modules/sys_time
modules/sys_times
modules/sys_utsname
modules/sys_wait
modules/sysexits
modules/termios
modules/time
modules/unistd
modules/unitypes
modules/unused-parameter
modules/warn-on-use
modules/wchar
modules/wctype

index c2f4af7b4cd935bbbd01aa36fe20bd65a2fbc897..9424453753159555b77f00b77364dea9bbf5ea3a 100644 (file)
@@ -13,7 +13,7 @@ configure.ac:
 gl_FUNC_ALLOCA
 
 Makefile.am:
-nodist_include_HEADERS += $(ALLOCA_H)
+nodist_pkgincludedir_HEADERS += $(ALLOCA_H)
 EXTRA_HEADERS += alloca.h
 
 BUILT_SOURCES += $(ALLOCA_H)
index 4776c6e1eaed0029be7f006d4bd66ce125b36476..bf7c376ae9b061d0dd88646ce22dc9d3393e4a77 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_include_HEADERS += arg-nonnull.h
+nodist_pkgincludedir_HEADERS += arg-nonnull.h
 
 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
 # statements but through direct file reference. Therefore this snippet must be
index 43aced31ebe34f3dbfe76bc2a7de9e701d0d01ea..765451723558118ac7c0592c901726f4e9e9fc0a 100644 (file)
@@ -18,7 +18,7 @@ configure.ac:
 gl_FUNC_ARGZ
 
 Makefile.am:
-nodist_include_HEADERS += $(ARGZ_H)
+nodist_pkgincludedir_HEADERS += $(ARGZ_H)
 EXTRA_HEADERS += argz.h
 
 BUILT_SOURCES += $(ARGZ_H)
index 6e1bb88fdb2edcdd0b6dd1fbfd44bef841d7f801..9d9f624c34ebafa8225645fd528c84b3ad8cfb78 100644 (file)
@@ -16,7 +16,7 @@ gl_HEADER_ARPA_INET
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += arpa/inet.h
+nobase_nodist_pkgincludedir_HEADERS += arpa/inet.h
 
 BUILT_SOURCES += arpa/inet.h
 
index 226cf041cdaafac352dcfe97ad776ea1cb08e7f6..a2c85a96b684ceb8824cf1ffec20d9b661e99868 100644 (file)
@@ -11,7 +11,7 @@ configure.ac:
 gl_BYTESWAP
 
 Makefile.am:
-nodist_include_HEADERS += $(BYTESWAP_H)
+nodist_pkgincludedir_HEADERS += $(BYTESWAP_H)
 EXTRA_HEADERS += byteswap.h
 
 BUILT_SOURCES += $(BYTESWAP_H)
index 9a3d405cbeed2fb2f4b0c1a7772882701ca9d959..b955732b36c57f09f12b0a013302d030f6a5b0bb 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_include_HEADERS += c++defs.h
+nodist_pkgincludedir_HEADERS += c++defs.h
 
 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
 # statements but through direct file reference. Therefore this snippet must be
index 3601bf4b60e30154779d70f3d2ba3ca4ff733b4d..2ffaefda02b71280bff47e8bf317ea634d3a1d3e 100644 (file)
@@ -14,7 +14,7 @@ configure.ac:
 gl_CTYPE_H
 
 Makefile.am:
-nodist_include_HEADERS += ctype.h
+nodist_pkgincludedir_HEADERS += ctype.h
 
 BUILT_SOURCES += ctype.h
 
index f305c92cb2cab09fe5b053785c2b451dff352aee..5a02c4a7aa790958f4433877744ecc2a32954bac 100644 (file)
@@ -16,7 +16,7 @@ configure.ac:
 gl_DIRENT_H
 
 Makefile.am:
-nodist_include_HEADERS += dirent.h
+nodist_pkgincludedir_HEADERS += dirent.h
 
 BUILT_SOURCES += dirent.h
 
index ccf574fbfa6f05b73fe819d6d1fda9f00e4ce4c0..fb06c61e3225c21305134baf79e077f62c739a2e 100644 (file)
@@ -12,7 +12,7 @@ configure.ac:
 gl_HEADER_ERRNO_H
 
 Makefile.am:
-nodist_include_HEADERS += $(ERRNO_H)
+nodist_pkgincludedir_HEADERS += $(ERRNO_H)
 EXTRA_HEADERS += errno.h
 
 BUILT_SOURCES += $(ERRNO_H)
index 237f40963a17e6c930f2caec56ddbe1068252692..098e3a0f3cbe19ca87d9a14583c1c8da56108083 100644 (file)
@@ -18,7 +18,7 @@ configure.ac:
 gl_FCNTL_H
 
 Makefile.am:
-nodist_include_HEADERS += fcntl.h
+nodist_pkgincludedir_HEADERS += fcntl.h
 
 BUILT_SOURCES += fcntl.h
 
index 376a70562c5470946068f06879bee81e9865964f..4efa719bd0555f3947763483fde5feaeffae4fc2 100644 (file)
@@ -12,7 +12,7 @@ configure.ac:
 gl_FLOAT_H
 
 Makefile.am:
-nodist_include_HEADERS += $(FLOAT_H)
+nodist_pkgincludedir_HEADERS += $(FLOAT_H)
 EXTRA_HEADERS += float.h
 
 BUILT_SOURCES += $(FLOAT_H)
index ee86ce88a17576c7065cea7446dafded414801f4..e658401aaeed63f38dee54de633bf9fa4296a485 100644 (file)
@@ -24,7 +24,7 @@ configure.ac:
 gl_FUNC_FNMATCH_POSIX
 
 Makefile.am:
-nodist_include_HEADERS += $(FNMATCH_H)
+nodist_pkgincludedir_HEADERS += $(FNMATCH_H)
 EXTRA_HEADERS += fnmatch.h
 
 BUILT_SOURCES += $(FNMATCH_H)
index ed93e134599f02b9a8b4386e2e90e3228e2ca2e9..9e456aab742b9177ce4a2f72aa8524aaf86c7050 100644 (file)
@@ -19,7 +19,7 @@ configure.ac:
 gl_FUNC_GETOPT_POSIX
 
 Makefile.am:
-nodist_include_HEADERS += $(GETOPT_H)
+nodist_pkgincludedir_HEADERS += $(GETOPT_H)
 EXTRA_HEADERS += getopt.h
 
 BUILT_SOURCES += $(GETOPT_H)
index 4e9222d87faf5150a6b02f74380177fc08ad4247..241b2b181df85e9a588b07553449ea38fb923e7d 100644 (file)
@@ -30,7 +30,7 @@ configure.ac:
 gl_GLOB
 
 Makefile.am:
-nodist_include_HEADERS += $(GLOB_H)
+nodist_pkgincludedir_HEADERS += $(GLOB_H)
 EXTRA_HEADERS += glob.h
 
 BUILT_SOURCES += $(GLOB_H)
index 9978baac95803f82d631e3ad0601314ed54de90b..ceab90337d7ec59216904f6e12082c4e382befb2 100644 (file)
@@ -15,7 +15,7 @@ configure.ac:
 gl_ICONV_H
 
 Makefile.am:
-nodist_include_HEADERS += $(ICONV_H)
+nodist_pkgincludedir_HEADERS += $(ICONV_H)
 EXTRA_HEADERS += iconv.h
 
 BUILT_SOURCES += $(ICONV_H)
index 096a39f4d0ab815c2a8ee36106f8c1adc87030e6..7f8b910c63cd0a71b48027021ac44b502ef56686 100644 (file)
@@ -22,7 +22,7 @@ gl_FUNC_ICONV_OPEN
 
 Makefile.am:
 iconv_headers = iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
-nodist_include_HEADERS += $(iconv_headers)
+nodist_pkgincludedir_HEADERS += $(iconv_headers)
 
 iconv_open-aix.h: iconv_open-aix.gperf
        $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t
index be48a9e68c8a809e07a3291df3e0e4705e7db81c..a8b6e95bd323ff3a23bb21ff051f8fa756ec4ba7 100644 (file)
@@ -17,7 +17,7 @@ configure.ac:
 gl_INTTYPES_H
 
 Makefile.am:
-nodist_include_HEADERS += inttypes.h
+nodist_pkgincludedir_HEADERS += inttypes.h
 
 BUILT_SOURCES += inttypes.h
 
index e616c1fecf944066fea5884ec2f8596be8e40546..e22ece2883b3ad76551f2d827d98a4c79d31019a 100644 (file)
@@ -15,7 +15,7 @@ configure.ac:
 gl_LANGINFO_H
 
 Makefile.am:
-nodist_include_HEADERS += langinfo.h
+nodist_pkgincludedir_HEADERS += langinfo.h
 
 BUILT_SOURCES += langinfo.h
 
index 4495d8f8ad863760d3b7421c2eae9d95c4ced5bb..7e78e194685d17f37113dc349a23c2c8c303be15 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_include_HEADERS += link-warning.h
+nodist_pkgincludedir_HEADERS += link-warning.h
 
 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
 # statements but through direct file reference. Therefore this snippet must be
index 31cfe2e4827bf0e8daedfae19378626ec4ca3317..9f282ab5f89f009f14fbd0487b4a85795b0932fc 100644 (file)
@@ -17,7 +17,7 @@ configure.ac:
 gl_LOCALE_H
 
 Makefile.am:
-nodist_include_HEADERS += locale.h
+nodist_pkgincludedir_HEADERS += locale.h
 
 BUILT_SOURCES += locale.h
 
index c6c8481cf5c56b0c67e323f8e3557d04e2600252..028811540bd87b350485fb2b893ed65009fc0f6d 100644 (file)
@@ -15,7 +15,7 @@ configure.ac:
 gl_MATH_H
 
 Makefile.am:
-nodist_include_HEADERS += math.h
+nodist_pkgincludedir_HEADERS += math.h
 
 BUILT_SOURCES += math.h
 
index b5614a0f04b63677081061dcdafed649ed84a912..9609b56a4930fb0337c47fb26df344228d8dcdbf 100644 (file)
@@ -16,7 +16,7 @@ configure.ac:
 gl_HEADER_NETDB
 
 Makefile.am:
-nodist_include_HEADERS += netdb.h
+nodist_pkgincludedir_HEADERS += netdb.h
 
 BUILT_SOURCES += netdb.h
 
index 1bf08a0ebff2676ed4226266a1bd584a3a5ce2e9..d76a6ba826dcb7069f5727d6479e165ba8b5af69 100644 (file)
@@ -14,7 +14,7 @@ gl_HEADER_NETINET_IN
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += $(NETINET_IN_H)
+nobase_nodist_pkgincludedir_HEADERS += $(NETINET_IN_H)
 EXTRA_HEADERS += netinet/in.h
 
 BUILT_SOURCES += $(NETINET_IN_H)
index 867a85ed6dc2d7114df1ce584f3d26b6a91eefe9..601ca930d7f87edb059c0ecb2c9f463fb1ff1d59 100644 (file)
@@ -15,7 +15,7 @@ configure.ac:
 gl_POLL_H
 
 Makefile.am:
-nodist_include_HEADERS += poll.h
+nodist_pkgincludedir_HEADERS += poll.h
 
 BUILT_SOURCES += poll.h
 
index ec245a517327000234b7692bd99d5559d77d5b22..e53ca3c1c8c81548673937ed7a06b6f4449c5385 100644 (file)
@@ -13,7 +13,7 @@ configure.ac:
 gl_PTHREAD_CHECK
 
 Makefile.am:
-nodist_include_HEADERS += $(PTHREAD_H)
+nodist_pkgincludedir_HEADERS += $(PTHREAD_H)
 EXTRA_HEADERS += pthread.h
 
 BUILT_SOURCES += $(PTHREAD_H)
index 3e71243f285b02871ec7a640eb52f16c21622d21..03cdd7740c62b2d1aa90c3a3be302bf66ff1c61c 100644 (file)
@@ -14,7 +14,7 @@ configure.ac:
 gl_PTY_H
 
 Makefile.am:
-nodist_include_HEADERS += pty.h
+nodist_pkgincludedir_HEADERS += pty.h
 
 BUILT_SOURCES += pty.h
 
index 07c5dd6b0f3e14a937bb3bb1c3a7ba1e54c610d2..01abb9e3f04396766957c0168b1f38582db59954 100644 (file)
@@ -12,7 +12,7 @@ configure.ac:
 gl_SCHED_H
 
 Makefile.am:
-nodist_include_HEADERS += $(SCHED_H)
+nodist_pkgincludedir_HEADERS += $(SCHED_H)
 EXTRA_HEADERS += sched.h
 
 BUILT_SOURCES += $(SCHED_H)
index a9e0cd6c9ca14867c7011d2958b8188cc8eb4d93..812f79262f990b829bc2267d420c9937496b06ca 100644 (file)
@@ -15,7 +15,7 @@ configure.ac:
 gl_SEARCH_H
 
 Makefile.am:
-nodist_include_HEADERS += search.h
+nodist_pkgincludedir_HEADERS += search.h
 
 BUILT_SOURCES += search.h
 
index 3fed8f46fe2cceef6d578b388fa69f50b0e71d65..89e9a0c6c1b4b3e197c71019f318e5cdacbca734 100644 (file)
@@ -18,7 +18,7 @@ gl_HEADERS_SELINUX_CONTEXT_H
 AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
-nobase_nodist_include_HEADERS += selinux/selinux.h
+nobase_nodist_pkgincludedir_HEADERS += selinux/selinux.h
 
 lib_SOURCES += se-context.in.h se-selinux.in.h
 
index ea4f4e2180c8ed1ee2051dec7dc1cfbd244334c5..c4f70f29d9d7ba024a34e9337dbada9590f81790 100644 (file)
@@ -15,7 +15,7 @@ configure.ac:
 gl_SIGNAL_H
 
 Makefile.am:
-nodist_include_HEADERS += signal.h
+nodist_pkgincludedir_HEADERS += signal.h
 
 BUILT_SOURCES += signal.h
 
index 1b6b7bac5f4804a9f82e0c281c27a5b70c0ba142..64ae6845d233a6ba62d39cb4a5168e9cea880f73 100644 (file)
@@ -16,7 +16,7 @@ configure.ac:
 gl_SPAWN_H
 
 Makefile.am:
-nodist_include_HEADERS += spawn.h
+nodist_pkgincludedir_HEADERS += spawn.h
 
 BUILT_SOURCES += spawn.h
 
index 4c96b0508a62ee937c4d8b04a9bb039db3f47a12..463913cf12267d3f9b1468a835d0aebab9749807 100644 (file)
@@ -19,7 +19,7 @@ configure.ac:
 gl_STDARG_H
 
 Makefile.am:
-nodist_include_HEADERS += $(STDARG_H)
+nodist_pkgincludedir_HEADERS += $(STDARG_H)
 EXTRA_HEADERS += stdarg.h
 
 BUILT_SOURCES += $(STDARG_H)
index 00372d7601fd94dd2f2a3ac840773f48c1bed91d..c4b840e593eabb6983879e54a5db240669eecc7b 100644 (file)
@@ -12,7 +12,7 @@ configure.ac:
 AM_STDBOOL_H
 
 Makefile.am:
-nodist_include_HEADERS += $(STDBOOL_H)
+nodist_pkgincludedir_HEADERS += $(STDBOOL_H)
 EXTRA_HEADERS += stdbool.h
 
 BUILT_SOURCES += $(STDBOOL_H)
index ae7af305f8a5e9dd07d7f80c9579e6385ba8d8ef..6817984e682599edd07fe7a23de095be5281ad18 100644 (file)
@@ -13,7 +13,7 @@ configure.ac:
 gl_STDDEF_H
 
 Makefile.am:
-nodist_include_HEADERS += $(STDDEF_H)
+nodist_pkgincludedir_HEADERS += $(STDDEF_H)
 EXTRA_HEADERS += stddef.h
 
 BUILT_SOURCES += $(STDDEF_H)
index de0c1961e84ee501057a969ac71479ff6bea94af..83b84b8048ec156fb4069ecea33e1557fa6b7e3e 100644 (file)
@@ -20,7 +20,7 @@ configure.ac:
 gl_STDINT_H
 
 Makefile.am:
-nodist_include_HEADERS += $(STDINT_H)
+nodist_pkgincludedir_HEADERS += $(STDINT_H)
 EXTRA_HEADERS += stdint.h
 
 BUILT_SOURCES += $(STDINT_H)
index 082917acf204c9a5d88c83cddc68272e773d665f..ca1d05ba15d868be2dcf63e1e2aa681957d7b6dc 100644 (file)
@@ -19,7 +19,7 @@ configure.ac:
 gl_STDIO_H
 
 Makefile.am:
-nodist_include_HEADERS += stdio.h
+nodist_pkgincludedir_HEADERS += stdio.h
 
 BUILT_SOURCES += stdio.h
 
index db650a76140df102d9732ca494fcccc789d55487..0e858ac912a925549bcc068ab6f24024e6ac1b86 100644 (file)
@@ -18,7 +18,7 @@ configure.ac:
 gl_STDLIB_H
 
 Makefile.am:
-nodist_include_HEADERS += stdlib.h
+nodist_pkgincludedir_HEADERS += stdlib.h
 
 BUILT_SOURCES += stdlib.h
 
index 60429b18ee98ba70987bd70a6cdb934239e0da98..5f85af834bf3c39aa8dc96de32195f4e7cd7672a 100644 (file)
@@ -17,7 +17,7 @@ configure.ac:
 gl_HEADER_STRING_H
 
 Makefile.am:
-nodist_include_HEADERS += string.h
+nodist_pkgincludedir_HEADERS += string.h
 
 BUILT_SOURCES += string.h
 
index c8913c7763a0339e21b67a6e575e30d256883d42..d3b222b63eee082ac23c0201f286d5e3079b42e7 100644 (file)
@@ -14,7 +14,7 @@ configure.ac:
 gl_HEADER_STRINGS_H
 
 Makefile.am:
-nodist_include_HEADERS += strings.h
+nodist_pkgincludedir_HEADERS += strings.h
 
 BUILT_SOURCES += strings.h
 
index 29e22aa83aea59801282cedf5ca509bd3f3366bd..ad15ddb242f6b6434fe0d2e3fa987cd544a67539 100644 (file)
@@ -14,7 +14,7 @@ gl_HEADER_SYS_FILE_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/file.h
+nobase_nodist_pkgincludedir_HEADERS += sys/file.h
 
 BUILT_SOURCES += sys/file.h
 
index 5cd656f270e92af28dcf0bf75b836845c80fc73b..758f215caab98366435251983281326350490136 100644 (file)
@@ -16,7 +16,7 @@ gl_SYS_IOCTL_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/ioctl.h
+nobase_nodist_pkgincludedir_HEADERS += sys/ioctl.h
 
 BUILT_SOURCES += sys/ioctl.h
 
index 03df5cc126ac1793456fe08f066d4c7876b5d8df..bd68b894027b738a47650c2f625d6ba7834ff1b5 100644 (file)
@@ -17,7 +17,7 @@ gl_HEADER_SYS_SELECT
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/select.h
+nobase_nodist_pkgincludedir_HEADERS += sys/select.h
 
 BUILT_SOURCES += sys/select.h
 
index 0c9da25c190b8f424c3f05a7acca48978749b446..7243f0b042619fc9edb967e04e8be375a12915f3 100644 (file)
@@ -20,7 +20,7 @@ gl_HEADER_SYS_SOCKET
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/socket.h
+nobase_nodist_pkgincludedir_HEADERS += sys/socket.h
 
 BUILT_SOURCES += sys/socket.h
 
index cf828b83c1d2fe0a62218b7bec375a778900a201..9e0fdcead389ac5d37e9bb2f139830c5a0e776ef 100644 (file)
@@ -18,7 +18,7 @@ gl_HEADER_SYS_STAT_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/stat.h
+nobase_nodist_pkgincludedir_HEADERS += sys/stat.h
 
 BUILT_SOURCES += sys/stat.h
 
index d6c3de41ed707cb27578c8c9a34991d9b718dea4..f925e85a07ed63e4d75b397050fbbfb00d00624b 100644 (file)
@@ -16,7 +16,7 @@ gl_HEADER_SYS_TIME_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/time.h
+nobase_nodist_pkgincludedir_HEADERS += sys/time.h
 
 BUILT_SOURCES += sys/time.h
 
index b31aef88848e79a819f311cd4e35780ce49d792a..1955e6c890d4fcd2ab23af16b98e31a6df68ae5f 100644 (file)
@@ -15,7 +15,7 @@ gl_SYS_TIMES_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/times.h
+nobase_nodist_pkgincludedir_HEADERS += sys/times.h
 
 BUILT_SOURCES += sys/times.h
 
index b8df06d7f66d41910c64e2eb2f84098dd8480f4e..51c1913d290fa0058bc0dd9e166901c51de45662 100644 (file)
@@ -15,7 +15,7 @@ gl_SYS_UTSNAME_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/utsname.h
+nobase_nodist_pkgincludedir_HEADERS += sys/utsname.h
 
 BUILT_SOURCES += sys/utsname.h
 
index 0397bc64304a762f6be2bfcb4923e9f3cec940e8..9e418f398818faf1111107b039cf82191fc4fbfc 100644 (file)
@@ -15,7 +15,7 @@ gl_SYS_WAIT_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_include_HEADERS += sys/wait.h
+nobase_nodist_pkgincludedir_HEADERS += sys/wait.h
 
 BUILT_SOURCES += sys/wait.h
 
index 8d06137e9da1348e896595a3c956767beabcadd0..0c247993081be66d6b43a1399e19fe51b6d65ffb 100644 (file)
@@ -12,7 +12,7 @@ configure.ac:
 gl_SYSEXITS
 
 Makefile.am:
-nodist_include_HEADERS += $(SYSEXITS_H)
+nodist_pkgincludedir_HEADERS += $(SYSEXITS_H)
 EXTRA_HEADERS += sysexits.h
 
 BUILT_SOURCES += $(SYSEXITS_H)
index c69f15722fda0a1636175b367ccb99c8e044bdd2..41731813b90b703e790bfaecf7c73ccc11a2f823 100644 (file)
@@ -14,7 +14,7 @@ configure.ac:
 gl_TERMIOS_H
 
 Makefile.am:
-nodist_include_HEADERS += termios.h
+nodist_pkgincludedir_HEADERS += termios.h
 
 BUILT_SOURCES += termios.h
 
index f90cc41d92d22cdced75983184a15c8c7f62fdd4..b946689a8655602696e6551e029482f361f5a149 100644 (file)
@@ -17,7 +17,7 @@ configure.ac:
 gl_HEADER_TIME_H
 
 Makefile.am:
-nodist_include_HEADERS += time.h
+nodist_pkgincludedir_HEADERS += time.h
 
 BUILT_SOURCES += time.h
 
index decedd1184cf963b03acb449ca3731116cfcab84..5377703376be2adf5c77c3823de65a3692927e40 100644 (file)
@@ -16,7 +16,7 @@ configure.ac:
 gl_UNISTD_H
 
 Makefile.am:
-nodist_include_HEADERS += unistd.h
+nodist_pkgincludedir_HEADERS += unistd.h
 
 BUILT_SOURCES += unistd.h
 
index 53b9ea195385b46f9af73678c730ef7846eeeaed..dcd3de66fda283ced572f2b89d3bd50c5a66d8e2 100644 (file)
@@ -12,7 +12,7 @@ configure.ac:
 gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h])
 
 Makefile.am:
-nodist_include_HEADERS += $(LIBUNISTRING_UNITYPES_H)
+nodist_pkgincludedir_HEADERS += $(LIBUNISTRING_UNITYPES_H)
 EXTRA_HEADERS += unitypes.h
 
 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
index 2f90475bb1e065378136418b3870e58bcabb3695..32a666a6a404a7827529c89402345c3eb62253d7 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_include_HEADERS += unused-parameter.h
+nodist_pkgincludedir_HEADERS += unused-parameter.h
 
 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
 # statements but through direct file reference. Therefore this snippet must be
index 60ef38e379543c10ce3c37c1cafd2482cb6dd644..e0c74a17cb94810c85b5c07c9c14a1636b94c37a 100644 (file)
@@ -13,7 +13,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_include_HEADERS += warn-on-use.h
+nodist_pkgincludedir_HEADERS += warn-on-use.h
 
 BUILT_SOURCES += warn-on-use.h
 # The warn-on-use.h that gets inserted into generated .h files is the same as
index ad23e5c3a844a6b596484fa1c90e8da9040d75f6..3b24c5d6aec8d0c79d50e9672204e92a8ad6b8a0 100644 (file)
@@ -17,7 +17,7 @@ configure.ac:
 gl_WCHAR_H
 
 Makefile.am:
-nodist_include_HEADERS += wchar.h
+nodist_pkgincludedir_HEADERS += wchar.h
 
 BUILT_SOURCES += wchar.h
 
index 5e784810b58ca4c4c0db3ad7c9ef896c3421358b..93b8873382517303396631af93737488ca14f6df 100644 (file)
@@ -15,7 +15,7 @@ configure.ac:
 gl_WCTYPE_H
 
 Makefile.am:
-nodist_include_HEADERS += wctype.h
+nodist_pkgincludedir_HEADERS += wctype.h
 
 BUILT_SOURCES += wctype.h