libposix: Revert the unreviewed part of yesterday's big merge.
authorBruce Korb <bkorb@gnu.org>
Sun, 6 Feb 2011 20:11:40 +0000 (21:11 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 20:15:53 +0000 (21:15 +0100)
Back out yesterday's big merge from the libposix branch, except for the
openat-die.c change that was reviewed and approved by Paul Eggert.
Put the ChangeLog entry at the top, to reflect the order of changes in the
master branch.

61 files changed:
.gitignore
ChangeLog
gnulib-tool
lib/xalloc-die.c
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 92cb9b57ded6f842fdfe35c88128edc2356daca5..b95fb408d582544e98972535f58b4411a374b5a6 100644 (file)
@@ -6,5 +6,3 @@
 allsnippets.tmp
 amsnippet.tmp
 testdir*
-*.diff
-*.patch
index eb17b6deb8896e8ae6c744f80560982d8c7faf76..039d1404ec5176678c9d4ccdc14a292bba8b969a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,14 @@
        * m4/setenv.m4 (gl_FUNC_UNSETENV): Also detect Haiku issue.
        * doc/posix-functions/unsetenv.texi (unsetenv): Document it.
 
+2010-12-30  Bruce Korb  <bkorb@gnu.org>
+
+       libposix: avoid calling error() within libposix
+       * lib/openat-die.c: remove error module stuff when GNULIB_LIBPOSIX
+       is defined.
+
+2011-02-05  Eric Blake  <eblake@redhat.com>
+
        strerror_r-posix: port to cygwin
        * lib/strerror_r.c (strerror_r) [__CYGWIN__]: Add cygwin
        implementation.
        * doc/posix-functions/gmtime_r.texi: Document the HP-UX 11 problem.
        * doc/posix-functions/localtime_r.texi: Likewise.
 
-2010-12-30  Bruce Korb  <bkorb@gnu.org>
-
-       libposix: avoid calling error() within libposix
-       * lib/openat-die.c: remove error module stuff when GNULIB_LIBPOSIX
-       is defined.
-       * lib/xalloc-die.c: Same thing.
-
 2010-12-29  Eric Blake  <eblake@redhat.com>
 
        mountlist: tweak previous commit
        * lib/ftoastr.h, lib/ftoastr.c, lib/dtoastr.c, lib/ldtoastr.c:
        * modules/ftoastr: New files.
 
-2010-11-16  Bruce Korb  <bkorb@gnu.org>
-
-       libposix: Libposix module will be created on the fly
-       * modules/libposix: remove
-       * modules/*: Use pkginclude_HEADERS instead of plain "include".
-       * gnulib-tool: adjust here, too
-
 2010-11-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        bootstrap: port to Solaris sed
        and use malloc rather than the stack for the same reason as
        mentioned in the comment justifying the other allocation.
 
-2010-10-12  Gary V. Vaughan  <gary@gnu.org>
-
-       libposix: use git-version-gen for version numbering
-       * build-aux/git-version-gen: In order to work inside the
-       libposix subdirectory, also check the parent directory for .git
-       before assuming git describe will not work.
-
-       add _HEADERS primaries to Makefile.am snippets for installable headers
-       * 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 (Makefile.am):
-       Add nodist_include_HEADERS, nobase_nodist_include_HEADERS and
-       EXTRA_HEADERS declarations for potentially installable header files.
-       * gnulib-tool: Initialize nodist_include_HEADERS,
-       nobase_nodist_include_HEADERS and EXTRA_HEADERS to prime for new
-       `.*_HEADERS +=' declarations.
-       (func_emit_lib_Makefile_am): Edit away new nodist_include_HEADERS,
-       nobase_nodist_include_HEADERS and EXTRA_HEADERS declarations by
-       default, reverting the Makefile.am snippets above to their original
-       condition prior to this change *unless* the gnulib library is being
-       installed.
-
-       New module `libposix'.
-       * modules/libposix: New module to facilitate an installable
-       library of posix modules.
-       (Makefile.am): Use lib_LTLIBRARIES to mark libposix.la as
-       installable.
-       (Depends-On): List all the modules found by `posix-modules',
-       except `strdup' which is spurious, and with the addition of
-       `alloca' to satisfy an otherwise undefined LTALLOCA definition;
-       and `progname' to provide a non-extern program_name symbol so that
-       compilation with `-no-undefined' symbols can work.
-
-       iconv_open: reduce not-trivial repetition of file-list
-       * modules/iconv_open (iconv_headers): New make macro to hold list of
-       iconv header files.
-       (BUILT_SOURCES, MAINTAINERCLEANFILES, EXTRA_DIST): Use it instead of
-       multiple hard-coded copies.
-
-       gnulib-tool: transform hard-coded libgnu.a to $libname.l?a
-       * gnulib-tool (func_emit_lib_Makefile_am): transform hard-coded
-       `libgnu.a' in Makefile.am snippets to be either `$libname.a' or
-       `$libname.la', depending on whether --libtool/--no-libtool options
-       were given.
-
-2010-10-12  Sam Steingold  <sds@gnu.org>
-           Gary V. Vaughan  <gary@gnu.org>
-
-       gnulib-tool: transform include guards with `--macro-prefix'
-       * gnulib-tool (func_import): support multiple gllib directories:
-       headers are generated for each gllib differently, depending on which
-       features are actually used, so we need to be able to include all
-       these generated headers without fear that one will shadow another,
-       so we prepend the macro-prefix before the guard macros.
-
 2010-10-11  Bruno Haible  <bruno@clisp.org>
 
        stdlib: Allow multiple gnulib generated replacements to coexist.
index 0be26f5f3f7df4f0af25b80ed7ab1f412476f69d..9375f97d44781584dba38c585e55eeb9365f09f2 100755 (executable)
@@ -2815,11 +2815,6 @@ func_emit_lib_Makefile_am ()
   echo
   uses_subdirs=
   {
-    if test false = "$libtool"; then
-      sed_transform_libgnu_a="s, libgnu\\.a, $libname.a,g"
-    else
-      sed_transform_libgnu_a="s, libgnu\\.a, $libname.la,g"
-    fi
     for module in $modules; do
       func_verify_nontests_module
       if test -n "$module"; then
@@ -2832,7 +2827,6 @@ func_emit_lib_Makefile_am ()
                 -e 's,lib_\([A-Z][A-Z]*\),'"${libname}_${libext}"'_\1,g' \
                 -e 's,lib%_LIBRARIES,lib_LIBRARIES,g' \
                 -e 's,lib%_LTLIBRARIES,lib_LTLIBRARIES,g' \
-               -e "$sed_transform_libgnu_a" \
                 -e "$sed_transform_check_PROGRAMS"
           if test "$module" = 'alloca'; then
             echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@"
@@ -2872,8 +2866,6 @@ func_emit_lib_Makefile_am ()
   echo
   if test -z "$makefile_name"; then
     echo "SUBDIRS ="
-    echo "nodist_pkginclude_HEADERS ="
-    echo "nobase_nodist_pkginclude_HEADERS ="
     echo "noinst_HEADERS ="
     echo "noinst_LIBRARIES ="
     echo "noinst_LTLIBRARIES ="
@@ -2883,7 +2875,6 @@ func_emit_lib_Makefile_am ()
       echo "pkgdata_DATA ="
     fi
     echo "EXTRA_DIST ="
-    echo "EXTRA_HEADERS ="
     echo "BUILT_SOURCES ="
     echo "SUFFIXES ="
   fi
@@ -2923,18 +2914,11 @@ func_emit_lib_Makefile_am ()
           && test -f "$sourcebase/Makefile.am" \
           && LC_ALL=C grep "^[a-zA-Z0-9_]*_${perhapsLT}LIBRARIES *+\{0,1\}= *$libname\\.$libext\$" "$sourcebase/Makefile.am" > /dev/null; \
         }; then
-    # Install associated header files, per module Makefile.am snippets.
-    sed_transform_HEADERS_primaries="$sed_noop"
     # One of the snippets or the user's Makefile.am already specifies an
     # installation location for the library. Don't confuse automake by saying
     # it should not be installed.
     :
   else
-    # Don't install header files when generated library is not installed.
-    sed_transform_HEADERS_primaries="\
-        /^\(nobase_\)\{0,1\}nodist_pkginclude_HEADERS *=.*$/d
-        /^EXTRA_HEADERS *=.*$/d
-    "
     # By default, the generated library should not be installed.
     echo "noinst_${perhapsLT}LIBRARIES += $libname.$libext"
   fi
@@ -2966,8 +2950,7 @@ func_emit_lib_Makefile_am ()
     echo
   fi
   cat "$tmp"/allsnippets \
-    | sed -e 's|\$(top_srcdir)/build-aux/|$(top_srcdir)/'"$auxdir"'/|g' \
-          -e "$sed_transform_HEADERS_primaries"
+    | sed -e 's|\$(top_srcdir)/build-aux/|$(top_srcdir)/'"$auxdir"'/|g'
   echo
   echo "mostlyclean-local: mostlyclean-generic"
   echo "       @for dir in '' \$(MOSTLYCLEANDIRS); do \\"
@@ -3181,8 +3164,6 @@ func_emit_tests_Makefile_am ()
   if ! $for_test; then
     echo "check_PROGRAMS ="
   fi
-  echo "nodist_pkginclude_HEADERS ="
-  echo "nobase_nodist_pkginclude_HEADERS ="
   echo "noinst_HEADERS ="
   echo "noinst_LIBRARIES ="
   if $use_libtests; then
@@ -3198,7 +3179,6 @@ func_emit_tests_Makefile_am ()
     echo "pkgdata_DATA ="
   fi
   echo "EXTRA_DIST ="
-  echo "EXTRA_HEADERS ="
   echo "BUILT_SOURCES ="
   echo "SUFFIXES ="
   echo "MOSTLYCLEANFILES = core *.stackdump"
@@ -3867,9 +3847,6 @@ s,^\(.................................................[^ ]*\) *,
       break
     fi
   done
-  test -n "${macro_prefix}" && sed_transform_lib_file=$sed_transform_lib_file"
-    s/_GL_\(.*\)_H/_${macro_prefix}_GL_\1_H/g
-  "
   sed_transform_main_lib_file="$sed_transform_lib_file"
   if test -n "$do_copyrights"; then
     if test -n "$lgpl"; then
@@ -3908,10 +3885,6 @@ s,^\(.................................................[^ ]*\) *,
       s/version 2\(.1\)\{0,1\}\([ ,]\)/version 3\2/g
     '
   fi
-  test -n "${macro_prefix}" \
-    && sed_transform_build_aux_file=$sed_transform_build_aux_file"
-         s/_GL_\(.*\)_H/_${macro_prefix}_GL_\1_H/g
-       "
 
   # Determine script to apply to library files that go into $testsbase/.
   sed_transform_testsrelated_lib_file="$sed_transform_lib_file"
index a714e43fc4a08c630efad31282df85c5ce8ca36d..aba4a068d0e5bec62382e2b944c7bef40654a67d 100644 (file)
 
 #include <stdlib.h>
 
-#ifndef GNULIB_LIBPOSIX
 #include "error.h"
-#endif
-
 #include "exitfail.h"
 
 #include "gettext.h"
@@ -34,9 +31,7 @@
 void
 xalloc_die (void)
 {
-#ifndef GNULIB_LIBPOSIX
   error (exit_failure, 0, "%s", _("memory exhausted"));
-#endif
 
   /* The `noreturn' cannot be given to error, since it may return if
      its first argument is 0.  To help compilers understand the
index 4ae08b0dd8ef1ba4e6d9189351bbd94f15041cef..9ced93b293aa8eab1c0dbe58aac57ee43facf948 100644 (file)
@@ -13,9 +13,6 @@ configure.ac:
 gl_FUNC_ALLOCA
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(ALLOCA_H)
-EXTRA_HEADERS += alloca.h
-
 BUILT_SOURCES += $(ALLOCA_H)
 
 # We need the following in order to create <alloca.h> when the system
index 37c5ea663d961fde5d17a58510d8db7b501b1c5e..d4e4d136632bf64cf7f9c5c17c4a853dc004bc68 100644 (file)
@@ -12,8 +12,6 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_pkginclude_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
 # present in all Makefile.am that need it. This is ensured by the applicability
index 1a33f37d4019fd1ff3e31df90f886a8c3a1e6488..5f9c7499d1111d1460c03a8779b07f7f2563ef15 100644 (file)
@@ -18,9 +18,6 @@ configure.ac:
 gl_FUNC_ARGZ
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(ARGZ_H)
-EXTRA_HEADERS += argz.h
-
 BUILT_SOURCES += $(ARGZ_H)
 
 # We need the following in order to create <argz.h> when the system
index 35c2167a5756e25653a127bdf1b6d6460e5e889a..34b988161cad97b948697e7f2edb73d3562e2f90 100644 (file)
@@ -17,8 +17,6 @@ gl_HEADER_ARPA_INET
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += arpa/inet.h
-
 BUILT_SOURCES += arpa/inet.h
 
 # We need the following in order to create <arpa/inet.h> when the system
index d16af57f6aea1186535831b7a46ef09215883d37..6a3ce1525c76fb93de66e232df6c2b6468374203 100644 (file)
@@ -11,9 +11,6 @@ configure.ac:
 gl_BYTESWAP
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(BYTESWAP_H)
-EXTRA_HEADERS += byteswap.h
-
 BUILT_SOURCES += $(BYTESWAP_H)
 
 # We need the following in order to create <byteswap.h> when the system
index 9cd5a8b9d659e76e2a4d58ee2bf074a56533f727..186584f31e487fc605a3ec85114195c7068db09d 100644 (file)
@@ -12,8 +12,6 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_pkginclude_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
 # present in all Makefile.am that need it. This is ensured by the applicability
index e37e622c64335d0e3c4d99ac614c64b2293745eb..f0ec9111b95b1f938f68e523074f9484852c7171 100644 (file)
@@ -14,8 +14,6 @@ configure.ac:
 gl_CTYPE_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += ctype.h
-
 BUILT_SOURCES += ctype.h
 
 # We need the following in order to create <ctype.h> when the system
index 094a84e2b6135d204ec5d5db7bf3f51cb3876a38..3029d73afcf8bf91648813e0b14f2f5aff9d8c58 100644 (file)
@@ -16,8 +16,6 @@ configure.ac:
 gl_DIRENT_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += dirent.h
-
 BUILT_SOURCES += dirent.h
 
 # We need the following in order to create <dirent.h> when the system
index 221bebf0de67afcc2959d2b0d88e05607d9c7c27..b730071ea74b0f346d22c77819a208e41ffcac4a 100644 (file)
@@ -12,9 +12,6 @@ configure.ac:
 gl_HEADER_ERRNO_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(ERRNO_H)
-EXTRA_HEADERS += errno.h
-
 BUILT_SOURCES += $(ERRNO_H)
 
 # We need the following in order to create <errno.h> when the system
index 6a33fc7ac042a6a98e961c81466855c8713f949d..c275a4e041c52f9d19897fef9716be130c17d556 100644 (file)
@@ -18,8 +18,6 @@ configure.ac:
 gl_FCNTL_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += fcntl.h
-
 BUILT_SOURCES += fcntl.h
 
 # We need the following in order to create <fcntl.h> when the system
index 004d2bf42ae799a55f7a99af0bef5ea29b189fab..c98853b7043731f319edc697707cddc1a4b8b630 100644 (file)
@@ -12,9 +12,6 @@ configure.ac:
 gl_FLOAT_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(FLOAT_H)
-EXTRA_HEADERS += float.h
-
 BUILT_SOURCES += $(FLOAT_H)
 
 # We need the following in order to create <float.h> when the system
index cff8bad5a00336566919324b455dcfa5fbf55da0..6849b4d5e37e02d2c708111d53c491f7f9168790 100644 (file)
@@ -24,9 +24,6 @@ configure.ac:
 gl_FUNC_FNMATCH_POSIX
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(FNMATCH_H)
-EXTRA_HEADERS += fnmatch.h
-
 BUILT_SOURCES += $(FNMATCH_H)
 
 # We need the following in order to create <fnmatch.h> when the system
index 93d7fccf103095ec9a3ae7dc8af15d94527ed107..39b10a40ad2a62b0b5aba59d1fd728bf488e301f 100644 (file)
@@ -19,9 +19,6 @@ configure.ac:
 gl_FUNC_GETOPT_POSIX
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(GETOPT_H)
-EXTRA_HEADERS += getopt.h
-
 BUILT_SOURCES += $(GETOPT_H)
 
 # We need the following in order to create <getopt.h> when the system
index beaf476c118b8b373cf6d6dd23fe346bb1e69575..0caaeefcd79ee9bbdeacc9dc7b81fdeac1afaf79 100644 (file)
@@ -30,9 +30,6 @@ configure.ac:
 gl_GLOB
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(GLOB_H)
-EXTRA_HEADERS += glob.h
-
 BUILT_SOURCES += $(GLOB_H)
 
 # We need the following in order to create <glob.h> when the system
index 1c35ecd3e0175a49d6a1652398f3483c07812318..df0e0708618d9dff3da2b44c2a02781b3cf54a98 100644 (file)
@@ -15,9 +15,6 @@ configure.ac:
 gl_ICONV_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(ICONV_H)
-EXTRA_HEADERS += iconv.h
-
 BUILT_SOURCES += $(ICONV_H)
 
 # We need the following in order to create <iconv.h> when the system
index 194440b046320aa7166b900d7df4258b0910c3fc..7b8190fe7437b4f0e32b6529dec7b855a60999fd 100644 (file)
@@ -21,9 +21,6 @@ configure.ac:
 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_pkginclude_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
        mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h
@@ -39,10 +36,10 @@ iconv_open-osf.h: iconv_open-osf.gperf
 iconv_open-solaris.h: iconv_open-solaris.gperf
        $(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t
        mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h
-BUILT_SOURCES        += $(iconv_headers)
+BUILT_SOURCES        += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
 MOSTLYCLEANFILES     += iconv_open-aix.h-t iconv_open-hpux.h-t iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t
-MAINTAINERCLEANFILES += $(iconv_headers)
-EXTRA_DIST           += $(iconv_headers)
+MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
+EXTRA_DIST           += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
 
 Include:
 <iconv.h>
index 991fe4e1a3cbb7a50046814456a6b0ae9d7b7b10..674d83ebcb4ee884c55d3735d81c0ab4c7444776 100644 (file)
@@ -17,8 +17,6 @@ configure.ac:
 gl_INTTYPES_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += inttypes.h
-
 BUILT_SOURCES += inttypes.h
 
 # We need the following in order to create <inttypes.h> when the system
index e864c91a89bdd53cff133d7de1a881df2ae66e28..fd23db9f2aec73920f7ab847d9b5732c347d5458 100644 (file)
@@ -15,8 +15,6 @@ configure.ac:
 gl_LANGINFO_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += langinfo.h
-
 BUILT_SOURCES += langinfo.h
 
 # We need the following in order to create an empty placeholder for
index 9e57370c373e71e257f341238c059f85a9aed2d4..06f3675cb1bd81d86448ca9c7f979020759a55d9 100644 (file)
@@ -13,8 +13,6 @@ configure.ac:
 AC_REQUIRE([gl_FEATURES_H])
 
 Makefile.am:
-nodist_pkginclude_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
 # present in all Makefile.am that need it. This is ensured by the applicability
index 298b924966d1eb8083eda2c87a18239f3d84acfb..b80b5133290addce9dd9e5b1895f97b42ab8ba8e 100644 (file)
@@ -17,8 +17,6 @@ configure.ac:
 gl_LOCALE_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += locale.h
-
 BUILT_SOURCES += locale.h
 
 # We need the following in order to create <locale.h> when the system
index ca01c79bf652a5ff87a7669b7d2a75ed6f7b8955..7ac78acf9616f3220a7027e8ad7f0bd72877875f 100644 (file)
@@ -15,8 +15,6 @@ configure.ac:
 gl_MATH_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += math.h
-
 BUILT_SOURCES += math.h
 
 # We need the following in order to create <math.h> when the system
index 49f58f15d37df1e39c2685fee9621705ca9168e4..ea7dc63c1113f72371eb24694761863d1248fe7f 100644 (file)
@@ -16,8 +16,6 @@ configure.ac:
 gl_HEADER_NETDB
 
 Makefile.am:
-nodist_pkginclude_HEADERS += netdb.h
-
 BUILT_SOURCES += netdb.h
 
 # We need the following in order to create <netdb.h> when the system
index 28b80c8e276de5a80dddc58320d14e1de7f3d875..06df756a81123e9a5419aef4b0422627657640ca 100644 (file)
@@ -14,9 +14,6 @@ gl_HEADER_NETINET_IN
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += $(NETINET_IN_H)
-EXTRA_HEADERS += netinet/in.h
-
 BUILT_SOURCES += $(NETINET_IN_H)
 
 # We need the following in order to create <netinet/in.h> when the system
index 8fc15cdb1a84517a9987129b0d4e7bb71bc56188..347fc607f06806b4abeb296e6bc2b05bba41e8dc 100644 (file)
@@ -15,8 +15,6 @@ configure.ac:
 gl_POLL_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += poll.h
-
 BUILT_SOURCES += poll.h
 
 # We need the following in order to create <poll.h> when the system
index 7aaaffac40ed189f43b824f00b63bb2857f53f39..e29016a447c13d92ab41f70adc7aab4d585b08bd 100644 (file)
@@ -13,9 +13,6 @@ configure.ac:
 gl_PTHREAD_CHECK
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(PTHREAD_H)
-EXTRA_HEADERS += pthread.h
-
 BUILT_SOURCES += $(PTHREAD_H)
 
 # We need the following in order to create <pthread.h> when the system
index f490b344b81f9cf30057b28f111242291406e690..93f280ca9f117c5120409f99561c247f89f3ea1e 100644 (file)
@@ -14,8 +14,6 @@ configure.ac:
 gl_PTY_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += pty.h
-
 BUILT_SOURCES += pty.h
 
 # We need the following in order to create <pty.h> when the system
index 128ec35eecd1c60a806872bc8a94603d30676068..d126fc761644ffb174b8487152ff31a3163a15de 100644 (file)
@@ -12,9 +12,6 @@ configure.ac:
 gl_SCHED_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(SCHED_H)
-EXTRA_HEADERS += sched.h
-
 BUILT_SOURCES += $(SCHED_H)
 
 # We need the following in order to create a replacement for <sched.h> when
index 3f7ecc060c1cafd223e91f139ab41c65b8d503da..ceed3ffedb25088a872946a6364d841f03fadde2 100644 (file)
@@ -15,8 +15,6 @@ configure.ac:
 gl_SEARCH_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += search.h
-
 BUILT_SOURCES += search.h
 
 # We need the following in order to create <search.h> when the system
index 589729df3a93c31a48e184d40cb6121c4d5862d2..745ea4950d7394024beebe758b89126a4d40b08c 100644 (file)
@@ -18,8 +18,6 @@ gl_HEADERS_SELINUX_CONTEXT_H
 AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += selinux/selinux.h
-
 lib_SOURCES += se-context.in.h se-selinux.in.h
 
 BUILT_SOURCES += selinux/selinux.h
index ed9b14737e8357db912249d713a0da30158264d2..c9ff197bbe6c380ca5b5aa157dba023267110a3d 100644 (file)
@@ -15,8 +15,6 @@ configure.ac:
 gl_SIGNAL_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += signal.h
-
 BUILT_SOURCES += signal.h
 
 # We need the following in order to create <signal.h> when the system
index eb0d4c13a602aa7375138aca1b67dc54adac1745..61e5e073eda32d253bea6d5db0da554798902823 100644 (file)
@@ -16,8 +16,6 @@ configure.ac:
 gl_SPAWN_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += spawn.h
-
 BUILT_SOURCES += spawn.h
 
 # We need the following in order to create a replacement for <spawn.h> when
index 105a54c52deac330bb123042462070ee90949ab1..05a01db69b6102a9851defd67b2aecebe3b08133 100644 (file)
@@ -19,9 +19,6 @@ configure.ac:
 gl_STDARG_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(STDARG_H)
-EXTRA_HEADERS += stdarg.h
-
 BUILT_SOURCES += $(STDARG_H)
 
 # We need the following in order to create <stdarg.h> when the system
index 5c1fe3ce36619513cc5da8c724a1d46bec87b847..80fe2db8d565960ffb83cd3096540c2f7e2e80f8 100644 (file)
@@ -12,9 +12,6 @@ configure.ac:
 AM_STDBOOL_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(STDBOOL_H)
-EXTRA_HEADERS += stdbool.h
-
 BUILT_SOURCES += $(STDBOOL_H)
 
 # We need the following in order to create <stdbool.h> when the system
index 62e874a3cffd55557e6d0cfcb5d18453fede25f9..4836bc7a8fa88641f66715dce32aa7c86694249e 100644 (file)
@@ -13,9 +13,6 @@ configure.ac:
 gl_STDDEF_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(STDDEF_H)
-EXTRA_HEADERS += stddef.h
-
 BUILT_SOURCES += $(STDDEF_H)
 
 # We need the following in order to create <stddef.h> when the system
index bbf208a5b3e4572d7d65eef8a218ebf9ca667180..9e5f7ad4ebc1bb97d085a8f726536166a08788d4 100644 (file)
@@ -20,9 +20,6 @@ configure.ac:
 gl_STDINT_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(STDINT_H)
-EXTRA_HEADERS += stdint.h
-
 BUILT_SOURCES += $(STDINT_H)
 
 # We need the following in order to create <stdint.h> when the system
index 4af57b8925b9131c478161bf7b27209e0ab4ed12..1a45909f22db4c7152e3f16c89ef771de5643303 100644 (file)
@@ -19,8 +19,6 @@ configure.ac:
 gl_STDIO_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += stdio.h
-
 BUILT_SOURCES += stdio.h
 
 # We need the following in order to create <stdio.h> when the system
index d86fb01c0c45406246a98dab5f7ece8f5fc2407e..273095ec45a9ff7193aaed7c5490f26279059113 100644 (file)
@@ -18,8 +18,6 @@ configure.ac:
 gl_STDLIB_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += stdlib.h
-
 BUILT_SOURCES += stdlib.h
 
 # We need the following in order to create <stdlib.h> when the system
index c109bca5c40fa28e6927366e078d1f6c01a047bd..78ad32448bed6fb3851485614a89a9127e79e06a 100644 (file)
@@ -17,8 +17,6 @@ configure.ac:
 gl_HEADER_STRING_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += string.h
-
 BUILT_SOURCES += string.h
 
 # We need the following in order to create <string.h> when the system
index e5ef663942f3427e728c7fc57726e9fd73a503fa..9b7a48e0f23ce0f7ea4cf9e41d2a1daf30e44712 100644 (file)
@@ -14,8 +14,6 @@ configure.ac:
 gl_HEADER_STRINGS_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += strings.h
-
 BUILT_SOURCES += strings.h
 
 # We need the following in order to create <strings.h> when the system
index 27d87ec9f4e56dedff4b8238d1467fc7fc094c7d..1da1655b4574547c620f9a1310e922eafa3338cc 100644 (file)
@@ -14,8 +14,6 @@ gl_HEADER_SYS_FILE_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/file.h
-
 BUILT_SOURCES += sys/file.h
 
 # We need the following in order to create <sys/file.h> when the system
index f5051be2e00922366b8019edd89f8a710266463b..669f70b08473474daac6f4150fc0e2202b5c612a 100644 (file)
@@ -16,8 +16,6 @@ gl_SYS_IOCTL_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/ioctl.h
-
 BUILT_SOURCES += sys/ioctl.h
 
 # We need the following in order to create <sys/ioctl.h> when the system
index 9c24a6d639f46941ee7d59a965b71281acaccd18..3fbbd57f4dbb568b19ffaa82fd1df983668f92fa 100644 (file)
@@ -17,8 +17,6 @@ gl_HEADER_SYS_SELECT
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/select.h
-
 BUILT_SOURCES += sys/select.h
 
 # We need the following in order to create <sys/select.h> when the system
index 66c3164487cef3a387f8462507546fc20e979cc2..775996fc94c9931b32294ec883274216283e4ea0 100644 (file)
@@ -20,8 +20,6 @@ gl_HEADER_SYS_SOCKET
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/socket.h
-
 BUILT_SOURCES += sys/socket.h
 
 # We need the following in order to create <sys/socket.h> when the system
index ba70116eac8d63d23ec46002d10e267526161fd2..40bcf6d6d2c9533a295320385282c6688a10fc6b 100644 (file)
@@ -18,8 +18,6 @@ gl_HEADER_SYS_STAT_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/stat.h
-
 BUILT_SOURCES += sys/stat.h
 
 # We need the following in order to create <sys/stat.h> when the system
index f4dfa19b90b7aa17a8077e13fd6dcb7a9da39d05..92f2ebbf354ff288f9e589957b0d89e241fb4a32 100644 (file)
@@ -16,8 +16,6 @@ gl_HEADER_SYS_TIME_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/time.h
-
 BUILT_SOURCES += sys/time.h
 
 # We need the following in order to create <sys/time.h> when the system
index 2ce8e73e2f48d9f7b2ee2c2a27339c7b4b0adb94..7a543b420d92a0b0d6d6103171686bf0231a27ee 100644 (file)
@@ -15,8 +15,6 @@ gl_SYS_TIMES_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/times.h
-
 BUILT_SOURCES += sys/times.h
 
 # We need the following in order to create <sys/times.h> when the system
index ff60b4ed5fab806f7374a1f33826a709bb319fc3..4dec661ec8d25b7a51e32d861dcba727c40c0813 100644 (file)
@@ -15,8 +15,6 @@ gl_SYS_UTSNAME_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/utsname.h
-
 BUILT_SOURCES += sys/utsname.h
 
 # We need the following in order to create <sys/utsname.h> when the system
index ad42623fe7cedf3416d654f8b9f1c98d57e1e237..0299f9e2dea357fe7d3f69a645332055254c9608 100644 (file)
@@ -15,8 +15,6 @@ gl_SYS_WAIT_H
 AC_PROG_MKDIR_P
 
 Makefile.am:
-nobase_nodist_pkginclude_HEADERS += sys/wait.h
-
 BUILT_SOURCES += sys/wait.h
 
 # We need the following in order to create <sys/wait.h> when the system
index 191ba60ca93696a7087a5442e7c5651b31d7ae4d..fc47260f98f73c94f464c10af52f5be63776c64f 100644 (file)
@@ -12,9 +12,6 @@ configure.ac:
 gl_SYSEXITS
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(SYSEXITS_H)
-EXTRA_HEADERS += sysexits.h
-
 BUILT_SOURCES += $(SYSEXITS_H)
 
 # We need the following in order to create <sysexits.h> when the system
index 6af1195a3de0b3e508e4b5d4149837e6f4fdb02a..09539f611882794a14518b591360ae007e82ef1c 100644 (file)
@@ -14,8 +14,6 @@ configure.ac:
 gl_TERMIOS_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += termios.h
-
 BUILT_SOURCES += termios.h
 
 # We need the following in order to create <termios.h> when the system
index 8cbe99dffda23c46e59c32dc92434a537e418642..ab5efe913f678a48253bf09fdb522b4c92602f2b 100644 (file)
@@ -17,8 +17,6 @@ configure.ac:
 gl_HEADER_TIME_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += time.h
-
 BUILT_SOURCES += time.h
 
 # We need the following in order to create <time.h> when the system
index 3a68b9878a2ef7542ac2626ca421639de3aecaf4..df0870e7e0665e3b8f32dc43fc2b5b6961438c9b 100644 (file)
@@ -16,8 +16,6 @@ configure.ac:
 gl_UNISTD_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += unistd.h
-
 BUILT_SOURCES += unistd.h
 
 # We need the following in order to create an empty placeholder for
index ed061de8dcca82e3bb28021e29173123a873451b..7cd1a1906fae84d0b6a205c7b6f5164d5693e04e 100644 (file)
@@ -12,9 +12,6 @@ configure.ac:
 gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h])
 
 Makefile.am:
-nodist_pkginclude_HEADERS += $(LIBUNISTRING_UNITYPES_H)
-EXTRA_HEADERS += unitypes.h
-
 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
 
 unitypes.h: unitypes.in.h
index 9a3d0d41cb91953c9dbd1a08cf6934f5f10b4357..196aa78e7c44106af389ad38072e05b5e7373a7b 100644 (file)
@@ -12,8 +12,6 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_pkginclude_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
 # present in all Makefile.am that need it. This is ensured by the applicability
index 3cf3281b4be2767eabb8239bfc043cdeafb4472d..f0ee83b8660f14199b2173569e1ecd5e80e67dcc 100644 (file)
@@ -13,8 +13,6 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-nodist_pkginclude_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
 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
index b3bf6eb5ec5bd9c2531b2403718b1c2ed2a0eb12..a918ead7eec1509b366433597137fcaf2085018b 100644 (file)
@@ -17,8 +17,6 @@ configure.ac:
 gl_WCHAR_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += wchar.h
-
 BUILT_SOURCES += wchar.h
 
 # We need the following in order to create <wchar.h> when the system
index e0568e07521fff0d2f0f9c39765d50ba409ff7a0..99dbe44a55b7552c7a90f002dcd493e89799ea7d 100644 (file)
@@ -16,8 +16,6 @@ configure.ac:
 gl_WCTYPE_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += wctype.h
-
 BUILT_SOURCES += wctype.h
 
 # We need the following in order to create <wctype.h> when the system