# HG changeset patch # User Bruno Haible # Date 1220058555 -7200 # Node ID f96e845fc36ddd7184c42e47ac32b7d74f000538 # Parent a51b8c09e5d1b571442f1e8eff36e8749ad71b8d Avoid some "gcc -pedantic" warnings. diff -r a51b8c09e5d1 -r f96e845fc36d ChangeLog --- a/ChangeLog Sat Aug 30 02:12:22 2008 +0200 +++ b/ChangeLog Sat Aug 30 03:09:15 2008 +0200 @@ -1,3 +1,61 @@ +2008-08-29 Bruno Haible + + Avoid some "gcc -pedantic" warnings. + * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER. + * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER. + * lib/dirent.in.h: Likewise. + * lib/fcntl.in.h: Likewise. + * lib/float.in.h: Likewise. + * lib/iconv.in.h: Likewise. + * lib/inttypes.in.h: Likewise. + * lib/locale.in.h: Likewise. + * lib/math.in.h: Likewise. + * lib/netinet_in.in.h: Likewise. + * lib/search.in.h: Likewise. + * lib/signal.in.h: Likewise. + * lib/stdarg.in.h: Likewise. + * lib/stdint.in.h: Likewise. + * lib/stdio.in.h: Likewise. + * lib/stdlib.in.h: Likewise. + * lib/string.in.h: Likewise. + * lib/strings.in.h: Likewise. + * lib/sys_select.in.h: Likewise. + * lib/sys_socket.in.h: Likewise. + * lib/sys_stat.in.h: Likewise. + * lib/sys_time.in.h: Likewise. + * lib/sysexits.in.h: Likewise. + * lib/time.in.h: Likewise. + * lib/unistd.in.h: Likewise. + * lib/wchar.in.h: Likewise. + * lib/wctype.in.h: Likewise. + * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER. + * modules/fchdir (Makefile.am): Likewise. + * modules/fcntl (Makefile.am): Likewise. + * modules/float (Makefile.am): Likewise. + * modules/iconv_open (Makefile.am): Likewise. + * modules/inttypes (Makefile.am): Likewise. + * modules/locale (Makefile.am): Likewise. + * modules/math (Makefile.am): Likewise. + * modules/netinet_in (Makefile.am): Likewise. + * modules/search (Makefile.am): Likewise. + * modules/signal (Makefile.am): Likewise. + * modules/stdarg (Makefile.am): Likewise. + * modules/stdint (Makefile.am): Likewise. + * modules/stdio (Makefile.am): Likewise. + * modules/stdlib (Makefile.am): Likewise. + * modules/string (Makefile.am): Likewise. + * modules/strings (Makefile.am): Likewise. + * modules/sys_select (Makefile.am): Likewise. + * modules/sys_socket (Makefile.am): Likewise. + * modules/sys_stat (Makefile.am): Likewise. + * modules/sys_time (Makefile.am): Likewise. + * modules/sysexits (Makefile.am): Likewise. + * modules/time (Makefile.am): Likewise. + * modules/unistd (Makefile.am): Likewise. + * modules/wchar (Makefile.am): Likewise. + * modules/wctype (Makefile.am): Likewise. + Reported by Reuben Thomas . + 2008-08-29 Bruno Haible * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT diff -r a51b8c09e5d1 -r f96e845fc36d lib/arpa_inet.in.h --- a/lib/arpa_inet.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/arpa_inet.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -24,6 +24,8 @@ #if @HAVE_ARPA_INET_H@ +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_ARPA_INET_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/dirent.in.h --- a/lib/dirent.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/dirent.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,5 +1,5 @@ /* Wrapper around . - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,6 +16,8 @@ #ifndef _GL_DIRENT_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_DIRENT_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/fcntl.in.h --- a/lib/fcntl.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/fcntl.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,6 +1,6 @@ /* Like , but with non-working flags defined to 0. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,8 @@ #ifndef _GL_FCNTL_H +@PRAGMA_SYSTEM_HEADER@ + #include #include #include diff -r a51b8c09e5d1 -r f96e845fc36d lib/float.in.h --- a/lib/float.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/float.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,6 +1,6 @@ /* A correct . - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,8 @@ #ifndef _GL_FLOAT_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_FLOAT_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/iconv.in.h --- a/lib/iconv.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/iconv.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,6 +1,6 @@ /* A GNU-like . - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,6 +18,8 @@ #ifndef _GL_ICONV_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_ICONV_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/inttypes.in.h --- a/lib/inttypes.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/inttypes.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2007 Free Software Foundation, Inc. +/* Copyright (C) 2006-2008 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Derek Price. This file is part of gnulib. @@ -26,6 +26,7 @@ The include_next requires a split double-inclusion guard. */ #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H # if @HAVE_INTTYPES_H@ +@PRAGMA_SYSTEM_HEADER@ # @INCLUDE_NEXT@ @NEXT_INTTYPES_H@ # endif #endif diff -r a51b8c09e5d1 -r f96e845fc36d lib/locale.in.h --- a/lib/locale.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/locale.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,5 +1,5 @@ /* A POSIX . - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,6 +16,8 @@ #ifndef _GL_LOCALE_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_LOCALE_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/math.in.h --- a/lib/math.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/math.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -17,6 +17,8 @@ #ifndef _GL_MATH_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_MATH_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/netinet_in.in.h --- a/lib/netinet_in.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/netinet_in.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,5 +1,5 @@ /* Substitute for . - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,8 @@ #if @HAVE_NETINET_IN_H@ +@PRAGMA_SYSTEM_HEADER@ + /* On many platforms, assumes prior inclusion of . */ # include diff -r a51b8c09e5d1 -r f96e845fc36d lib/search.in.h --- a/lib/search.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/search.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -19,6 +19,7 @@ /* The include_next requires a split double-inclusion guard. */ #if @HAVE_SEARCH_H@ +@PRAGMA_SYSTEM_HEADER@ # @INCLUDE_NEXT@ @NEXT_SEARCH_H@ #endif diff -r a51b8c09e5d1 -r f96e845fc36d lib/signal.in.h --- a/lib/signal.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/signal.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +@PRAGMA_SYSTEM_HEADER@ + #if defined __need_sig_atomic_t || defined __need_sigset_t /* Special invocation convention inside glibc header files. */ diff -r a51b8c09e5d1 -r f96e845fc36d lib/stdarg.in.h --- a/lib/stdarg.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/stdarg.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -17,6 +17,8 @@ #ifndef _GL_STDARG_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDARG_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/stdint.in.h --- a/lib/stdint.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/stdint.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2002, 2004-2007 Free Software Foundation, Inc. +/* Copyright (C) 2001-2002, 2004-2008 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. This file is part of gnulib. @@ -49,6 +49,7 @@ in would reinclude us, skipping our contents because _GL_STDINT_H is defined. The include_next requires a split double-inclusion guard. */ +@PRAGMA_SYSTEM_HEADER@ # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #endif diff -r a51b8c09e5d1 -r f96e845fc36d lib/stdio.in.h --- a/lib/stdio.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/stdio.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -16,6 +16,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +@PRAGMA_SYSTEM_HEADER@ + #if defined __need_FILE || defined __need___FILE /* Special invocation convention inside glibc header files. */ diff -r a51b8c09e5d1 -r f96e845fc36d lib/stdlib.in.h --- a/lib/stdlib.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/stdlib.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +@PRAGMA_SYSTEM_HEADER@ + #if defined __need_malloc_and_calloc /* Special invocation convention inside glibc header files. */ diff -r a51b8c09e5d1 -r f96e845fc36d lib/string.in.h --- a/lib/string.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/string.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -18,6 +18,8 @@ #ifndef _GL_STRING_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STRING_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/strings.in.h --- a/lib/strings.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/strings.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,6 +1,6 @@ /* A substitute . - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,6 +18,8 @@ #ifndef _GL_STRINGS_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STRINGS_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/sys_select.in.h --- a/lib/sys_select.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/sys_select.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,5 +1,5 @@ /* Substitute for . - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,8 @@ #if @HAVE_SYS_SELECT_H@ +@PRAGMA_SYSTEM_HEADER@ + /* On many platforms, assumes prior inclusion of . */ # include diff -r a51b8c09e5d1 -r f96e845fc36d lib/sys_socket.in.h --- a/lib/sys_socket.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/sys_socket.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -27,6 +27,8 @@ #if @HAVE_SYS_SOCKET_H@ +@PRAGMA_SYSTEM_HEADER@ + /* On many platforms, assumes prior inclusion of . */ # include diff -r a51b8c09e5d1 -r f96e845fc36d lib/sys_stat.in.h --- a/lib/sys_stat.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/sys_stat.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -23,6 +23,8 @@ #ifndef _GL_SYS_STAT_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_SYS_STAT_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/sys_time.in.h --- a/lib/sys_time.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/sys_time.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,6 +1,6 @@ /* Provide a more complete sys/time.h. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,6 +18,8 @@ /* Written by Paul Eggert. */ +@PRAGMA_SYSTEM_HEADER@ + #if defined _GL_SYS_TIME_H /* Simply delegate to the system's header, without adding anything. */ diff -r a51b8c09e5d1 -r f96e845fc36d lib/sysexits.in.h --- a/lib/sysexits.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/sysexits.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,5 +1,5 @@ /* exit() exit codes for some BSD system programs. - Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,6 +20,8 @@ #if @HAVE_SYSEXITS_H@ +@PRAGMA_SYSTEM_HEADER@ + /* IRIX 6.5 has an that defines a macro EX_OK with a nonzero value. Override it. See */ diff -r a51b8c09e5d1 -r f96e845fc36d lib/time.in.h --- a/lib/time.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/time.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -1,6 +1,6 @@ /* A more-standard . - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,6 +16,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +@PRAGMA_SYSTEM_HEADER@ + /* Don't get in the way of glibc when it includes time.h merely to declare a few standard symbols, rather than to declare all the symbols. Also, Solaris 8 eventually includes itself diff -r a51b8c09e5d1 -r f96e845fc36d lib/unistd.in.h --- a/lib/unistd.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/unistd.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -17,6 +17,8 @@ #ifndef _GL_UNISTD_H +@PRAGMA_SYSTEM_HEADER@ + /* The include_next requires a split double-inclusion guard. */ #if @HAVE_UNISTD_H@ # @INCLUDE_NEXT@ @NEXT_UNISTD_H@ diff -r a51b8c09e5d1 -r f96e845fc36d lib/wchar.in.h --- a/lib/wchar.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/wchar.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -26,6 +26,8 @@ * the declaration of wcwidth(). */ +@PRAGMA_SYSTEM_HEADER@ + #ifdef __need_mbstate_t /* Special invocation convention inside uClibc header files. */ diff -r a51b8c09e5d1 -r f96e845fc36d lib/wctype.in.h --- a/lib/wctype.in.h Sat Aug 30 02:12:22 2008 +0200 +++ b/lib/wctype.in.h Sat Aug 30 03:09:15 2008 +0200 @@ -28,6 +28,8 @@ #ifndef _GL_WCTYPE_H +@PRAGMA_SYSTEM_HEADER@ + #if @HAVE_WINT_T@ /* Solaris 2.5 has a bug: must be included before . Tru64 with Desktop Toolkit C has a bug: must be included before diff -r a51b8c09e5d1 -r f96e845fc36d m4/include_next.m4 --- a/m4/include_next.m4 Sat Aug 30 02:12:22 2008 +0200 +++ b/m4/include_next.m4 Sat Aug 30 03:09:15 2008 +0200 @@ -6,6 +6,21 @@ dnl From Paul Eggert and Derek Price. +dnl Sets INCLUDE_NEXT and PRAGMA_SYSTEM_HEADER. +dnl +dnl INCLUDE_NEXT expands to 'include_next' if the compiler supports it, or to +dnl 'include' otherwise. +dnl +dnl PRAGMA_SYSTEM_HEADER can be used in files that contain #include_next, +dnl so as to avoid GCC warnings when the gcc option -pedantic is used. +dnl '#pragma GCC system_header' has the same effect as if the file was found +dnl through the include search path specified with '-isystem' options (as +dnl opposed to the search path specified with '-I' options). Namely, gcc +dnl does not warn about some things, and on some systems (Solaris and Interix) +dnl __STDC__ evaluates to 0 instead of to 1. The latter is an undesired side +dnl effect; we are therefore careful to use 'defined __STDC__' or '1' instead +dnl of plain '__STDC__'. + AC_DEFUN([gl_INCLUDE_NEXT], [ AC_LANG_PREPROC_REQUIRE() @@ -36,12 +51,17 @@ CPPFLAGS="$save_CPPFLAGS" rm -rf conftestd1 conftestd2 ]) + PRAGMA_SYSTEM_HEADER= if test $gl_cv_have_include_next = yes; then INCLUDE_NEXT=include_next + if test -n "$GCC"; then + PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' + fi else INCLUDE_NEXT=include fi AC_SUBST([INCLUDE_NEXT]) + AC_SUBST([PRAGMA_SYSTEM_HEADER]) ]) # gl_CHECK_NEXT_HEADERS(HEADER1 HEADER2 ...) diff -r a51b8c09e5d1 -r f96e845fc36d modules/arpa_inet --- a/modules/arpa_inet Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/arpa_inet Sat Aug 30 03:09:15 2008 +0200 @@ -22,7 +22,8 @@ @MKDIR_P@ arpa rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \ -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \ -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/fchdir --- a/modules/fchdir Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/fchdir Sat Aug 30 03:09:15 2008 +0200 @@ -29,6 +29,7 @@ rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \ -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \ < $(srcdir)/dirent.in.h; \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/fcntl --- a/modules/fcntl Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/fcntl Sat Aug 30 03:09:15 2008 +0200 @@ -20,7 +20,8 @@ fcntl.h: fcntl.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \ -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/float --- a/modules/float Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/float Sat Aug 30 03:09:15 2008 +0200 @@ -19,7 +19,8 @@ float.h: float.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ < $(srcdir)/float.in.h; \ } > $@-t diff -r a51b8c09e5d1 -r f96e845fc36d modules/iconv_open --- a/modules/iconv_open Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/iconv_open Sat Aug 30 03:09:15 2008 +0200 @@ -30,7 +30,8 @@ iconv.h: iconv.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \ -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \ -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/inttypes --- a/modules/inttypes Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/inttypes Sat Aug 30 03:09:15 2008 +0200 @@ -23,7 +23,8 @@ rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ - -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \ -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/locale --- a/modules/locale Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/locale Sat Aug 30 03:09:15 2008 +0200 @@ -19,7 +19,8 @@ locale.h: locale.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ < $(srcdir)/locale.in.h; \ } > $@-t diff -r a51b8c09e5d1 -r f96e845fc36d modules/lock-tests --- a/modules/lock-tests Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/lock-tests Sat Aug 30 03:09:15 2008 +0200 @@ -2,20 +2,12 @@ tests/test-lock.c Depends-on: +thread +yield configure.ac: -dnl Checks for special libraries for the tests/test-lock test. -dnl On some systems, sched_yield is in librt, rather than in libpthread. -LIBSCHED= -if test $gl_threads_api = posix; then - dnl Solaris has sched_yield in librt, not in libpthread or libc. - AC_CHECK_LIB(rt, sched_yield, [LIBSCHED=-lrt], - [dnl Solaris 2.5.1, 2.6 has sched_yield in libposix4, not librt. - AC_CHECK_LIB(posix4, sched_yield, [LIBSCHED=-lposix4])]) -fi -AC_SUBST([LIBSCHED]) Makefile.am: TESTS += test-lock check_PROGRAMS += test-lock -test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @LIBSCHED@ +test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@ diff -r a51b8c09e5d1 -r f96e845fc36d modules/math --- a/modules/math Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/math Sat Aug 30 03:09:15 2008 +0200 @@ -20,7 +20,8 @@ math.h: math.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_MATH_H''@|$(NEXT_MATH_H)|g' \ -e 's|@''GNULIB_CEILF''@|$(GNULIB_CEILF)|g' \ -e 's|@''GNULIB_CEILL''@|$(GNULIB_CEILL)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/netinet_in --- a/modules/netinet_in Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/netinet_in Sat Aug 30 03:09:15 2008 +0200 @@ -22,7 +22,8 @@ @MKDIR_P@ netinet rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ < $(srcdir)/netinet_in.in.h; \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/search --- a/modules/search Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/search Sat Aug 30 03:09:15 2008 +0200 @@ -21,7 +21,8 @@ rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \ - -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SEARCH_H''@|$(NEXT_SEARCH_H)|g' \ -e 's|@''GNULIB_TSEARCH''@|$(GNULIB_TSEARCH)|g' \ -e 's|@''HAVE_TSEARCH''@|$(HAVE_TSEARCH)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/signal --- a/modules/signal Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/signal Sat Aug 30 03:09:15 2008 +0200 @@ -20,7 +20,8 @@ signal.h: signal.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \ -e 's|@''GNULIB_SIGPROCMASK''@|$(GNULIB_SIGPROCMASK)|g' \ -e 's|@''GNULIB_SIGACTION''@|$(GNULIB_SIGACTION)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/stdarg --- a/modules/stdarg Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/stdarg Sat Aug 30 03:09:15 2008 +0200 @@ -26,7 +26,8 @@ stdarg.h: stdarg.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \ < $(srcdir)/stdarg.in.h; \ } > $@-t diff -r a51b8c09e5d1 -r f96e845fc36d modules/stdint --- a/modules/stdint Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/stdint Sat Aug 30 03:09:15 2008 +0200 @@ -27,7 +27,8 @@ rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ - -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/stdio --- a/modules/stdio Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/stdio Sat Aug 30 03:09:15 2008 +0200 @@ -20,7 +20,8 @@ stdio.h: stdio.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \ -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/stdlib --- a/modules/stdlib Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/stdlib Sat Aug 30 03:09:15 2008 +0200 @@ -21,7 +21,8 @@ stdlib.h: stdlib.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \ -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/string --- a/modules/string Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/string Sat Aug 30 03:09:15 2008 +0200 @@ -21,7 +21,8 @@ string.h: string.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/strings --- a/modules/strings Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/strings Sat Aug 30 03:09:15 2008 +0200 @@ -20,7 +20,8 @@ strings.h: strings.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \ -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \ -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/sys_select --- a/modules/sys_select Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/sys_select Sat Aug 30 03:09:15 2008 +0200 @@ -22,7 +22,8 @@ @MKDIR_P@ sys rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \ -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \ < $(srcdir)/sys_select.in.h; \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/sys_socket --- a/modules/sys_socket Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/sys_socket Sat Aug 30 03:09:15 2008 +0200 @@ -21,7 +21,8 @@ sys/socket.h: sys_socket.in.h @MKDIR_P@ sys { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/sys_stat --- a/modules/sys_stat Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/sys_stat Sat Aug 30 03:09:15 2008 +0200 @@ -21,7 +21,8 @@ @MKDIR_P@ sys rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \ -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \ -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/sys_time --- a/modules/sys_time Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/sys_time Sat Aug 30 03:09:15 2008 +0200 @@ -22,7 +22,8 @@ rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \ - -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/sysexits --- a/modules/sysexits Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/sysexits Sat Aug 30 03:09:15 2008 +0200 @@ -19,7 +19,8 @@ sysexits.h: sysexits.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \ - -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \ < $(srcdir)/sysexits.in.h; \ } > $@-t diff -r a51b8c09e5d1 -r f96e845fc36d modules/time --- a/modules/time Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/time Sat Aug 30 03:09:15 2008 +0200 @@ -20,7 +20,8 @@ time.h: time.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \ -e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \ -e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/tls-tests --- a/modules/tls-tests Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/tls-tests Sat Aug 30 03:09:15 2008 +0200 @@ -2,21 +2,13 @@ tests/test-tls.c Depends-on: +thread +yield configure.ac: -dnl Checks for special libraries for the tests/test-tls test. -dnl On some systems, sched_yield is in librt, rather than in libpthread. -LIBSCHED= -if test $gl_threads_api = posix; then - dnl Solaris has sched_yield in librt, not in libpthread or libc. - AC_CHECK_LIB(rt, sched_yield, [LIBSCHED=-lrt], - [dnl Solaris 2.5.1, 2.6 has sched_yield in libposix4, not librt. - AC_CHECK_LIB(posix4, sched_yield, [LIBSCHED=-lposix4])]) -fi -AC_SUBST([LIBSCHED]) Makefile.am: TESTS += test-tls check_PROGRAMS += test-tls -test_tls_LDADD = $(LDADD) @LIBMULTITHREAD@ @LIBSCHED@ +test_tls_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@ diff -r a51b8c09e5d1 -r f96e845fc36d modules/unistd --- a/modules/unistd Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/unistd Sat Aug 30 03:09:15 2008 +0200 @@ -21,7 +21,8 @@ rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ - -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \ -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/wchar --- a/modules/wchar Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/wchar Sat Aug 30 03:09:15 2008 +0200 @@ -20,7 +20,8 @@ wchar.h: wchar.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \ diff -r a51b8c09e5d1 -r f96e845fc36d modules/wctype --- a/modules/wctype Sat Aug 30 02:12:22 2008 +0200 +++ b/modules/wctype Sat Aug 30 03:09:15 2008 +0200 @@ -21,7 +21,8 @@ rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ - -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \