bug-hello
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU hello


From: Niklas Rosencrantz
Subject: GNU hello
Date: Sat, 12 Aug 2017 16:18:20 -0400

I tried both 2.7 and 2.10 and both with Ubuntu 16.04 and OpenBSD 6.1.

Everything works but the manpage is empty or none. My recent attempt has this 
log

Last login: Sat Aug 12 18:12:19 2017 from 10.0.2.2
OpenBSD 6.1 (GENERIC) #19: Sat Apr  1 13:42:46 MDT 2017

Welcome to OpenBSD: The proactively secure Unix-like operating system.

Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code.  With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.

# ls
.Xauthority     .cshrc          .login          myproject       opsh17
.Xdefaults      .cvsrc          .profile        openshell       proj
.bash_history   .emacs.d        .ssh            opsh
# ls proj/
opsh
# ls myproject/
.git    bar.txt
# wget -O hello-2.7.tar.gz "http://ftp.gnu.org/gnu/hello/hello-2.7.tar.gz";
--2017-08-13 00:04:44--  http://ftp.gnu.org/gnu/hello/hello-2.7.tar.gz
Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 599680 (586K) [application/x-gzip]
Saving to: 'hello-2.7.tar.gz'

hello-2.7.tar.gz    100%[===================>] 585.62K   609KB/s    in 1.0s

2017-08-13 00:04:45 (609 KB/s) - 'hello-2.7.tar.gz' saved [599680/599680]

# tar xvf hello-2.7.tar.gz
tar: input compressed with gzip; use the -z option to decompress it
# tar xzf hello-2.7.tar.gz
# cd hello-2.7
# ./configure && make &&
# man hello
man: No entry for hello in the manual.
# ./con
config.in       configure       configure.ac    contrib/
# ./configure && make && make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking build system type... x86_64-unknown-openbsd6.1
checking host system type... x86_64-unknown-openbsd6.1
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... no
checking for EMULTIHOP value... no
checking for ENOLINK value... no
checking for EOVERFLOW value... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for inline... inline
checking for stdio_ext.h... no
checking for getopt.h... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for wchar.h... yes
checking for features.h... no
checking for wctype.h... yes
checking for __fpending... no
checking for mbsinit... yes
checking for mbrtowc... yes
checking for iswcntrl... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking whether getenv is declared... yes
checking for nl_langinfo and CODESET... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether strerror is declared... yes
checking for C/C++ restrict keyword... __restrict
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking for wint_t... yes
checking for error_at_line... no
checking whether __fpending is declared... no
checking how to determine the number of pending output bytes on a stream... 
fp->_p - fp->_bf._base
checking whether the compiler generally respects inline... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether chown is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... no
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether iswcntrl works... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so.6.0
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/lib/libintl.so.6.0 
-L/usr/local/lib /usr/local/lib/libiconv.so.6.0 -lc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
Making all in contrib
Making all in gnulib/lib
rm -f arg-nonnull.h-t arg-nonnull.h &&  sed -n -e '/GL_ARG_NONNULL/,$p'  < 
../../build-aux/arg-nonnull.h  > arg-nonnull.h-t &&  mv arg-nonnull.h-t 
arg-nonnull.h
rm -f c++defs.h-t c++defs.h &&  sed -n -e '/_GL_CXXDEFS/,$p'  < 
../../build-aux/c++defs.h  > c++defs.h-t &&  mv c++defs.h-t c++defs.h
rm -f configmake.h-t &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  
echo '#define PREFIX "/usr/local"';  echo '#define EXEC_PREFIX "/usr/local"';  
echo '#define BINDIR "/usr/local/bin"';  echo '#define SBINDIR 
"/usr/local/sbin"';  echo '#define LIBEXECDIR "/usr/local/libexec"';  echo 
'#define DATAROOTDIR "/usr/local/share"';  echo '#define DATADIR 
"/usr/local/share"';  echo '#define SYSCONFDIR "/usr/local/etc"';  echo 
'#define SHAREDSTATEDIR "/usr/local/com"';  echo '#define LOCALSTATEDIR 
"/usr/local/var"';  echo '#define INCLUDEDIR "/usr/local/include"';  echo 
'#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR 
"/usr/local/share/doc/hello"';  echo '#define INFODIR "/usr/local/share/info"'; 
 echo '#define HTMLDIR "/usr/local/share/doc/hello"';  echo '#define DVIDIR 
"/usr/local/share/doc/hello"';  echo '#define PDFDIR 
"/usr/local/share/doc/hello"';  echo '#define PSDIR 
"/usr/local/share/doc/hello"';  echo '#define LIBDIR "/usr/local/lib"';  echo 
'#define LISPDIR "/usr/local/share/emacs/site-lisp"';  echo '#define LOCALEDIR 
"/usr/local/share/locale"';  echo '#define MANDIR "/usr/local/share/man"';  
echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/share/hello"';  
echo '#define PKGINCLUDEDIR "/usr/local/include/hello"';  echo '#define 
PKGLIBDIR "/usr/local/lib/hello"';  echo '#define PKGLIBEXECDIR 
"/usr/local/libexec/hello"';  } | sed '/""/d' > configmake.h-t &&  if test -f 
configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f 
configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
rm -f errno.h-t errno.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_ERRNO_H''@|<errno.h>|g'  -e 
's|@''EMULTIHOP_HIDDEN''@|0|g'  -e 's|@''EMULTIHOP_VALUE''@||g'  -e 
's|@''ENOLINK_HIDDEN''@|0|g'  -e 's|@''ENOLINK_VALUE''@||g'  -e 
's|@''EOVERFLOW_HIDDEN''@|0|g'  -e 's|@''EOVERFLOW_VALUE''@||g'  < 
./errno.in.h;  } > errno.h-t &&  mv errno.h-t errno.h
rm -f warn-on-use.h-t warn-on-use.h &&  sed -n -e '/^.ifndef/,$p'  < 
../../build-aux/warn-on-use.h  > warn-on-use.h-t &&  mv warn-on-use.h-t 
warn-on-use.h
rm -f string.h-t string.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_STRING_H''@|<string.h>|g'  -e 
's|@''GNULIB_MBSLEN''@|0|g'  -e 's|@''GNULIB_MBSNLEN''@|0|g'  -e 
's|@''GNULIB_MBSCHR''@|0|g'  -e 's|@''GNULIB_MBSRCHR''@|0|g'  -e 
's|@''GNULIB_MBSSTR''@|0|g'  -e 's|@''GNULIB_MBSCASECMP''@|0|g'  -e 
's|@''GNULIB_MBSNCASECMP''@|0|g'  -e 's|@''GNULIB_MBSPCASECMP''@|0|g'  -e 
's|@''GNULIB_MBSCASESTR''@|0|g'  -e 's|@''GNULIB_MBSCSPN''@|0|g'  -e 
's|@''GNULIB_MBSPBRK''@|0|g'  -e 's|@''GNULIB_MBSSPN''@|0|g'  -e 
's|@''GNULIB_MBSSEP''@|0|g'  -e 's|@''GNULIB_MBSTOK_R''@|0|g'  -e 
's|@''GNULIB_MEMCHR''@|0|g'  -e 's|@''GNULIB_MEMMEM''@|0|g'  -e 
's|@''GNULIB_MEMPCPY''@|0|g'  -e 's|@''GNULIB_MEMRCHR''@|0|g'  -e 
's|@''GNULIB_RAWMEMCHR''@|0|g'  -e 's|@''GNULIB_STPCPY''@|0|g'  -e 
's|@''GNULIB_STPNCPY''@|0|g'  -e 's|@''GNULIB_STRCHRNUL''@|0|g'  -e 
's|@''GNULIB_STRDUP''@|0|g'  -e 's|@''GNULIB_STRNCAT''@|0|g'  -e 
's|@''GNULIB_STRNDUP''@|0|g'  -e 's|@''GNULIB_STRNLEN''@|0|g'  -e 
's|@''GNULIB_STRPBRK''@|0|g'  -e 's|@''GNULIB_STRSEP''@|0|g'  -e 
's|@''GNULIB_STRSTR''@|0|g'  -e 's|@''GNULIB_STRCASESTR''@|0|g'  -e 
's|@''GNULIB_STRTOK_R''@|0|g'  -e 's|@''GNULIB_STRERROR''@|1|g'  -e 
's|@''GNULIB_STRERROR_R''@|0|g'  -e 's|@''GNULIB_STRSIGNAL''@|0|g'  -e 
's|@''GNULIB_STRVERSCMP''@|0|g'  < ./string.in.h |  sed -e 
's|@''HAVE_MBSLEN''@|0|g'  -e 's|@''HAVE_MEMCHR''@|1|g'  -e 
's|@''HAVE_DECL_MEMMEM''@|1|g'  -e 's|@''HAVE_MEMPCPY''@|1|g'  -e 
's|@''HAVE_DECL_MEMRCHR''@|1|g'  -e 's|@''HAVE_RAWMEMCHR''@|1|g'  -e 
's|@''HAVE_STPCPY''@|1|g'  -e 's|@''HAVE_STPNCPY''@|1|g'  -e 
's|@''HAVE_STRCHRNUL''@|1|g'  -e 's|@''HAVE_DECL_STRDUP''@|1|g'  -e 
's|@''HAVE_DECL_STRNDUP''@|1|g'  -e 's|@''HAVE_DECL_STRNLEN''@|1|g'  -e 
's|@''HAVE_STRPBRK''@|1|g'  -e 's|@''HAVE_STRSEP''@|1|g'  -e 
's|@''HAVE_STRCASESTR''@|1|g'  -e 's|@''HAVE_DECL_STRTOK_R''@|1|g'  -e 
's|@''HAVE_DECL_STRERROR_R''@|1|g'  -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g'  -e 
's|@''HAVE_STRVERSCMP''@|1|g'  -e 's|@''REPLACE_STPNCPY''@|0|g'  -e 
's|@''REPLACE_MEMCHR''@|0|g'  -e 's|@''REPLACE_MEMMEM''@|0|g'  -e 
's|@''REPLACE_STRCASESTR''@|0|g'  -e 's|@''REPLACE_STRDUP''@|0|g'  -e 
's|@''REPLACE_STRSTR''@|0|g'  -e 's|@''REPLACE_STRERROR''@|1|g'  -e 
's|@''REPLACE_STRERROR_R''@|0|g'  -e 's|@''REPLACE_STRNCAT''@|0|g'  -e 
's|@''REPLACE_STRNDUP''@|0|g'  -e 's|@''REPLACE_STRNLEN''@|0|g'  -e 
's|@''REPLACE_STRSIGNAL''@|0|g'  -e 's|@''REPLACE_STRTOK_R''@|0|g'  -e 
's|@''UNDEFINE_STRTOK_R''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r 
c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h'  -e 
'/definition of _GL_WARN_ON_USE/r warn-on-use.h';  < ./string.in.h;  } > 
string.h-t &&  mv string.h-t string.h
rm -f unistd.h-t unistd.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  sed -e 's|@''HAVE_UNISTD_H''@|1|g'  -e 
's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma 
GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 
's|@''NEXT_UNISTD_H''@|<unistd.h>|g'  -e 's|@''GNULIB_CHOWN''@|0|g'  -e 
's|@''GNULIB_CLOSE''@|0|g'  -e 's|@''GNULIB_DUP2''@|0|g'  -e 
's|@''GNULIB_DUP3''@|0|g'  -e 's|@''GNULIB_ENVIRON''@|0|g'  -e 
's|@''GNULIB_EUIDACCESS''@|0|g'  -e 's|@''GNULIB_FACCESSAT''@|0|g'  -e 
's|@''GNULIB_FCHDIR''@|0|g'  -e 's|@''GNULIB_FCHOWNAT''@|0|g'  -e 
's|@''GNULIB_FSYNC''@|0|g'  -e 's|@''GNULIB_FTRUNCATE''@|0|g'  -e 
's|@''GNULIB_GETCWD''@|0|g'  -e 's|@''GNULIB_GETDOMAINNAME''@|0|g'  -e 
's|@''GNULIB_GETDTABLESIZE''@|0|g'  -e 's|@''GNULIB_GETGROUPS''@|0|g'  -e 
's|@''GNULIB_GETHOSTNAME''@|0|g'  -e 's|@''GNULIB_GETLOGIN''@|0|g'  -e 
's|@''GNULIB_GETLOGIN_R''@|0|g'  -e 's|@''GNULIB_GETPAGESIZE''@|0|g'  -e 
's|@''GNULIB_GETUSERSHELL''@|0|g'  -e 's|@''GNULIB_LCHOWN''@|0|g'  -e 
's|@''GNULIB_LINK''@|0|g'  -e 's|@''GNULIB_LINKAT''@|0|g'  -e 
's|@''GNULIB_LSEEK''@|0|g'  -e 's|@''GNULIB_PIPE''@|0|g'  -e 
's|@''GNULIB_PIPE2''@|0|g'  -e 's|@''GNULIB_PREAD''@|0|g'  -e 
's|@''GNULIB_PWRITE''@|0|g'  -e 's|@''GNULIB_READLINK''@|0|g'  -e 
's|@''GNULIB_READLINKAT''@|0|g'  -e 's|@''GNULIB_RMDIR''@|0|g'  -e 
's|@''GNULIB_SLEEP''@|0|g'  -e 's|@''GNULIB_SYMLINK''@|0|g'  -e 
's|@''GNULIB_SYMLINKAT''@|0|g'  -e 's|@''GNULIB_TTYNAME_R''@|0|g'  -e 
's|@''GNULIB_UNISTD_H_GETOPT''@|0|g'  -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g'  
-e 's|@''GNULIB_UNLINK''@|0|g'  -e 's|@''GNULIB_UNLINKAT''@|0|g'  -e 
's|@''GNULIB_USLEEP''@|0|g'  -e 's|@''GNULIB_WRITE''@|0|g'  < ./unistd.in.h |  
sed -e 's|@''HAVE_CHOWN''@|1|g'  -e 's|@''HAVE_DUP2''@|1|g'  -e 
's|@''HAVE_DUP3''@|1|g'  -e 's|@''HAVE_EUIDACCESS''@|1|g'  -e 
's|@''HAVE_FACCESSAT''@|1|g'  -e 's|@''HAVE_FCHDIR''@|1|g'  -e 
's|@''HAVE_FCHOWNAT''@|1|g'  -e 's|@''HAVE_FSYNC''@|1|g'  -e 
's|@''HAVE_FTRUNCATE''@|1|g'  -e 's|@''HAVE_GETDTABLESIZE''@|1|g'  -e 
's|@''HAVE_GETGROUPS''@|1|g'  -e 's|@''HAVE_GETHOSTNAME''@|1|g'  -e 
's|@''HAVE_GETLOGIN''@|1|g'  -e 's|@''HAVE_GETPAGESIZE''@|1|g'  -e 
's|@''HAVE_LCHOWN''@|1|g'  -e 's|@''HAVE_LINK''@|1|g'  -e 
's|@''HAVE_LINKAT''@|1|g'  -e 's|@''HAVE_PIPE''@|1|g'  -e 
's|@''HAVE_PIPE2''@|1|g'  -e 's|@''HAVE_PREAD''@|1|g'  -e 
's|@''HAVE_PWRITE''@|1|g'  -e 's|@''HAVE_READLINK''@|1|g'  -e 
's|@''HAVE_READLINKAT''@|1|g'  -e 's|@''HAVE_SLEEP''@|1|g'  -e 
's|@''HAVE_SYMLINK''@|1|g'  -e 's|@''HAVE_SYMLINKAT''@|1|g'  -e 
's|@''HAVE_UNLINKAT''@|1|g'  -e 's|@''HAVE_USLEEP''@|1|g'  -e 
's|@''HAVE_DECL_ENVIRON''@|1|g'  -e 's|@''HAVE_DECL_FCHDIR''@|1|g'  -e 
's|@''HAVE_DECL_GETDOMAINNAME''@|1|g'  -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g'  
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' 
 -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g'  -e 's|@''HAVE_OS_H''@|0|g'  -e 
's|@''HAVE_SYS_PARAM_H''@|0|g'  |  sed -e 's|@''REPLACE_CHOWN''@|0|g'  -e 
's|@''REPLACE_CLOSE''@|0|g'  -e 's|@''REPLACE_DUP''@|0|g'  -e 
's|@''REPLACE_DUP2''@|0|g'  -e 's|@''REPLACE_FCHOWNAT''@|0|g'  -e 
's|@''REPLACE_GETCWD''@|0|g'  -e 's|@''REPLACE_GETDOMAINNAME''@|0|g'  -e 
's|@''REPLACE_GETLOGIN_R''@|0|g'  -e 's|@''REPLACE_GETGROUPS''@|0|g'  -e 
's|@''REPLACE_GETPAGESIZE''@|0|g'  -e 's|@''REPLACE_LCHOWN''@|0|g'  -e 
's|@''REPLACE_LINK''@|0|g'  -e 's|@''REPLACE_LINKAT''@|0|g'  -e 
's|@''REPLACE_LSEEK''@|0|g'  -e 's|@''REPLACE_PREAD''@|0|g'  -e 
's|@''REPLACE_PWRITE''@|0|g'  -e 's|@''REPLACE_READLINK''@|0|g'  -e 
's|@''REPLACE_RMDIR''@|0|g'  -e 's|@''REPLACE_SLEEP''@|0|g'  -e 
's|@''REPLACE_SYMLINK''@|0|g'  -e 's|@''REPLACE_TTYNAME_R''@|0|g'  -e 
's|@''REPLACE_UNLINK''@|0|g'  -e 's|@''REPLACE_UNLINKAT''@|0|g'  -e 
's|@''REPLACE_USLEEP''@|0|g'  -e 's|@''REPLACE_WRITE''@|0|g'  -e 
's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g'  -e 
's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g'  -e '/definitions of 
_GL_FUNCDECL_RPL/r c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r 
arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h';  } > 
unistd.h-t &&  mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''HAVE_FEATURES_H''@|0|g'  -e 
's|@''NEXT_WCHAR_H''@|<wchar.h>|g'  -e 's|@''HAVE_WCHAR_H''@|1|g'  -e 
's|@''GNULIB_BTOWC''@|0|g'  -e 's|@''GNULIB_WCTOB''@|0|g'  -e 
's|@''GNULIB_MBSINIT''@|1|g'  -e 's|@''GNULIB_MBRTOWC''@|1|g'  -e 
's|@''GNULIB_MBRLEN''@|0|g'  -e 's|@''GNULIB_MBSRTOWCS''@|0|g'  -e 
's|@''GNULIB_MBSNRTOWCS''@|0|g'  -e 's|@''GNULIB_WCRTOMB''@|0|g'  -e 
's|@''GNULIB_WCSRTOMBS''@|0|g'  -e 's|@''GNULIB_WCSNRTOMBS''@|0|g'  -e 
's|@''GNULIB_WCWIDTH''@|0|g'  -e 's|@''GNULIB_WMEMCHR''@|0|g'  -e 
's|@''GNULIB_WMEMCMP''@|0|g'  -e 's|@''GNULIB_WMEMCPY''@|0|g'  -e 
's|@''GNULIB_WMEMMOVE''@|0|g'  -e 's|@''GNULIB_WMEMSET''@|0|g'  -e 
's|@''GNULIB_WCSLEN''@|0|g'  -e 's|@''GNULIB_WCSNLEN''@|0|g'  -e 
's|@''GNULIB_WCSCPY''@|0|g'  -e 's|@''GNULIB_WCPCPY''@|0|g'  -e 
's|@''GNULIB_WCSNCPY''@|0|g'  -e 's|@''GNULIB_WCPNCPY''@|0|g'  -e 
's|@''GNULIB_WCSCAT''@|0|g'  -e 's|@''GNULIB_WCSNCAT''@|0|g'  -e 
's|@''GNULIB_WCSCMP''@|0|g'  -e 's|@''GNULIB_WCSNCMP''@|0|g'  -e 
's|@''GNULIB_WCSCASECMP''@|0|g'  -e 's|@''GNULIB_WCSNCASECMP''@|0|g'  -e 
's|@''GNULIB_WCSCOLL''@|0|g'  -e 's|@''GNULIB_WCSXFRM''@|0|g'  -e 
's|@''GNULIB_WCSDUP''@|0|g'  -e 's|@''GNULIB_WCSCHR''@|0|g'  -e 
's|@''GNULIB_WCSRCHR''@|0|g'  -e 's|@''GNULIB_WCSCSPN''@|0|g'  -e 
's|@''GNULIB_WCSSPN''@|0|g'  -e 's|@''GNULIB_WCSPBRK''@|0|g'  -e 
's|@''GNULIB_WCSSTR''@|0|g'  -e 's|@''GNULIB_WCSTOK''@|0|g'  -e 
's|@''GNULIB_WCSWIDTH''@|0|g'  < ./wchar.in.h |  sed -e 
's|@''HAVE_WINT_T''@|1|g'  -e 's|@''HAVE_BTOWC''@|1|g'  -e 
's|@''HAVE_MBSINIT''@|1|g'  -e 's|@''HAVE_MBRTOWC''@|1|g'  -e 
's|@''HAVE_MBRLEN''@|1|g'  -e 's|@''HAVE_MBSRTOWCS''@|1|g'  -e 
's|@''HAVE_MBSNRTOWCS''@|1|g'  -e 's|@''HAVE_WCRTOMB''@|1|g'  -e 
's|@''HAVE_WCSRTOMBS''@|1|g'  -e 's|@''HAVE_WCSNRTOMBS''@|1|g'  -e 
's|@''HAVE_WMEMCHR''@|1|g'  -e 's|@''HAVE_WMEMCMP''@|1|g'  -e 
's|@''HAVE_WMEMCPY''@|1|g'  -e 's|@''HAVE_WMEMMOVE''@|1|g'  -e 
's|@''HAVE_WMEMSET''@|1|g'  -e 's|@''HAVE_WCSLEN''@|1|g'  -e 
's|@''HAVE_WCSNLEN''@|1|g'  -e 's|@''HAVE_WCSCPY''@|1|g'  -e 
's|@''HAVE_WCPCPY''@|1|g'  -e 's|@''HAVE_WCSNCPY''@|1|g'  -e 
's|@''HAVE_WCPNCPY''@|1|g'  -e 's|@''HAVE_WCSCAT''@|1|g'  -e 
's|@''HAVE_WCSNCAT''@|1|g'  -e 's|@''HAVE_WCSCMP''@|1|g'  -e 
's|@''HAVE_WCSNCMP''@|1|g'  -e 's|@''HAVE_WCSCASECMP''@|1|g'  -e 
's|@''HAVE_WCSNCASECMP''@|1|g'  -e 's|@''HAVE_WCSCOLL''@|1|g'  -e 
's|@''HAVE_WCSXFRM''@|1|g'  -e 's|@''HAVE_WCSDUP''@|1|g'  -e 
's|@''HAVE_WCSCHR''@|1|g'  -e 's|@''HAVE_WCSRCHR''@|1|g'  -e 
's|@''HAVE_WCSCSPN''@|1|g'  -e 's|@''HAVE_WCSSPN''@|1|g'  -e 
's|@''HAVE_WCSPBRK''@|1|g'  -e 's|@''HAVE_WCSSTR''@|1|g'  -e 
's|@''HAVE_WCSTOK''@|1|g'  -e 's|@''HAVE_WCSWIDTH''@|1|g'  -e 
's|@''HAVE_DECL_WCTOB''@|1|g'  -e 's|@''HAVE_DECL_WCWIDTH''@|1|g'  |  sed -e 
's|@''REPLACE_MBSTATE_T''@|0|g'  -e 's|@''REPLACE_BTOWC''@|0|g'  -e 
's|@''REPLACE_WCTOB''@|0|g'  -e 's|@''REPLACE_MBSINIT''@|0|g'  -e 
's|@''REPLACE_MBRTOWC''@|0|g'  -e 's|@''REPLACE_MBRLEN''@|0|g'  -e 
's|@''REPLACE_MBSRTOWCS''@|0|g'  -e 's|@''REPLACE_MBSNRTOWCS''@|0|g'  -e 
's|@''REPLACE_WCRTOMB''@|0|g'  -e 's|@''REPLACE_WCSRTOMBS''@|0|g'  -e 
's|@''REPLACE_WCSNRTOMBS''@|0|g'  -e 's|@''REPLACE_WCWIDTH''@|0|g'  -e 
's|@''REPLACE_WCSWIDTH''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r 
c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h'  -e 
'/definition of _GL_WARN_ON_USE/r warn-on-use.h';  } > wchar.h-t &&  mv 
wchar.h-t wchar.h
rm -f wctype.h-t wctype.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  sed -e 's/@''HAVE_WCTYPE_H''@/1/g'  -e 
's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma 
GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 
's|@''NEXT_WCTYPE_H''@|<wctype.h>|g'  -e 's/@''GNULIB_ISWBLANK''@/0/g'  -e 
's/@''GNULIB_WCTYPE''@/0/g'  -e 's/@''GNULIB_ISWCTYPE''@/0/g'  -e 
's/@''GNULIB_WCTRANS''@/0/g'  -e 's/@''GNULIB_TOWCTRANS''@/0/g'  -e 
's/@''HAVE_ISWBLANK''@/1/g'  -e 's/@''HAVE_ISWCNTRL''@/1/g'  -e 
's/@''HAVE_WCTYPE_T''@/1/g'  -e 's/@''HAVE_WCTRANS_T''@/1/g'  -e 
's/@''HAVE_WINT_T''@/1/g'  -e 's/@''REPLACE_ISWBLANK''@/0/g'  -e 
's/@''REPLACE_ISWCNTRL''@/0/g'  -e '/definitions of _GL_FUNCDECL_RPL/r 
c++defs.h'  -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'  < 
./wctype.in.h;  } > wctype.h-t &&  mv wctype.h-t wctype.h
make  all-recursive
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c
mv -f .deps/exitfail.Tpo .deps/exitfail.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o 
localcharset.c
mv -f .deps/localcharset.Tpo .deps/localcharset.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c
mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
close-stream.o -MD -MP -MF .deps/close-stream.Tpo -c -o close-stream.o 
close-stream.c
mv -f .deps/close-stream.Tpo .deps/close-stream.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
closeout.o -MD -MP -MF .deps/closeout.Tpo -c -o closeout.o closeout.c
mv -f .deps/closeout.Tpo .deps/closeout.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
mv -f .deps/error.Tpo .deps/error.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
fpending.o -MD -MP -MF .deps/fpending.Tpo -c -o fpending.o fpending.c
mv -f .deps/fpending.Tpo .deps/fpending.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
quotearg.o -MD -MP -MF .deps/quotearg.Tpo -c -o quotearg.o quotearg.c
mv -f .deps/quotearg.Tpo .deps/quotearg.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
strerror.o -MD -MP -MF .deps/strerror.Tpo -c -o strerror.o strerror.c
mv -f .deps/strerror.Tpo .deps/strerror.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
rm -f libgnu.a
ar cru libgnu.a exitfail.o localcharset.o  xalloc-die.o close-stream.o 
closeout.o error.o fpending.o quotearg.o strerror.o xmalloc.o
ranlib libgnu.a
rm -f t-charset.alias charset.alias &&  /bin/sh ./config.charset 
'x86_64-unknown-openbsd6.1' > t-charset.alias &&  mv t-charset.alias 
charset.alias
rm -f t-ref-add.sed ref-add.sed &&  sed -e '/^#/d' -e 's/@''PACKAGE''@/hello/g' 
ref-add.sin > t-ref-add.sed &&  mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed &&  sed -e '/^#/d' -e 's/@''PACKAGE''@/hello/g' 
ref-del.sin > t-ref-del.sed &&  mv t-ref-del.sed ref-del.sed
Making all in po
Making all in src
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I..  
-I../gnulib/lib -I../gnulib/lib  -I/usr/local/include  -g -O2 -MT hello.o -MD 
-MP -MF .deps/hello.Tpo -c -o hello.o hello.c
mv -f .deps/hello.Tpo .deps/hello.Po
gcc  -g -O2   -o hello hello.o /usr/local/lib/libintl.so.6.0 -L/usr/local/lib 
/usr/local/lib/libiconv.so.6.0 -lc ../gnulib/lib/libgnu.a
Making all in doc
Making all in man
Making all in tests
Making install in contrib
Making install in gnulib/lib
make  install-recursive
if test no = no; then  case 'openbsd6.1' in  darwin[56]*)  
need_charset_alias=true ;;  darwin* | cygwin* | mingw* | pw32* | cegcc*)  
need_charset_alias=false ;;  *)  need_charset_alias=true ;;  esac ;  else  
need_charset_alias=false ;  fi ;  if $need_charset_alias; then  /bin/sh 
../../build-aux/mkinstalldirs /usr/local/lib ;  fi ;  if test -f 
/usr/local/lib/charset.alias; then  sed -f ref-add.sed 
/usr/local/lib/charset.alias > /usr/local/lib/charset.tmp ;  /usr/bin/install 
-c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ;  rm -f 
/usr/local/lib/charset.tmp ;  else  if $need_charset_alias; then  sed -f 
ref-add.sed charset.alias > /usr/local/lib/charset.tmp ;  /usr/bin/install -c 
-m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ;  rm -f 
/usr/local/lib/charset.tmp ;  fi ;  fi
Making install in po
/bin/sh: ../build-aux/install-sh: cannot execute - Permission denied
*** Error 126 in po (Makefile:311 'install-data-yes': @catalogs='bg.gmo ca.gmo 
da.gmo de.gmo el.gmo address@hidden address@hidden eo.gmo es.gm...)
*** Error 1 in /root/hello-2.7 (Makefile:725 'install-recursive')
# chmod 755 build-aux/install-sh
# ./configure && make && make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking build system type... x86_64-unknown-openbsd6.1
checking host system type... x86_64-unknown-openbsd6.1
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... no
checking for EMULTIHOP value... no
checking for ENOLINK value... no
checking for EOVERFLOW value... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for inline... inline
checking for stdio_ext.h... no
checking for getopt.h... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for wchar.h... yes
checking for features.h... no
checking for wctype.h... yes
checking for __fpending... no
checking for mbsinit... yes
checking for mbrtowc... yes
checking for iswcntrl... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking whether getenv is declared... yes
checking for nl_langinfo and CODESET... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether strerror is declared... yes
checking for C/C++ restrict keyword... __restrict
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking for wint_t... yes
checking for error_at_line... no
checking whether __fpending is declared... no
checking how to determine the number of pending output bytes on a stream... 
fp->_p - fp->_bf._base
checking whether the compiler generally respects inline... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether chown is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... no
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether iswcntrl works... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so.6.0
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/lib/libintl.so.6.0 
-L/usr/local/lib /usr/local/lib/libiconv.so.6.0 -lc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
Making all in contrib
Making all in gnulib/lib
rm -f configmake.h-t &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  
echo '#define PREFIX "/usr/local"';  echo '#define EXEC_PREFIX "/usr/local"';  
echo '#define BINDIR "/usr/local/bin"';  echo '#define SBINDIR 
"/usr/local/sbin"';  echo '#define LIBEXECDIR "/usr/local/libexec"';  echo 
'#define DATAROOTDIR "/usr/local/share"';  echo '#define DATADIR 
"/usr/local/share"';  echo '#define SYSCONFDIR "/usr/local/etc"';  echo 
'#define SHAREDSTATEDIR "/usr/local/com"';  echo '#define LOCALSTATEDIR 
"/usr/local/var"';  echo '#define INCLUDEDIR "/usr/local/include"';  echo 
'#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR 
"/usr/local/share/doc/hello"';  echo '#define INFODIR "/usr/local/share/info"'; 
 echo '#define HTMLDIR "/usr/local/share/doc/hello"';  echo '#define DVIDIR 
"/usr/local/share/doc/hello"';  echo '#define PDFDIR 
"/usr/local/share/doc/hello"';  echo '#define PSDIR 
"/usr/local/share/doc/hello"';  echo '#define LIBDIR "/usr/local/lib"';  echo 
'#define LISPDIR "/usr/local/share/emacs/site-lisp"';  echo '#define LOCALEDIR 
"/usr/local/share/locale"';  echo '#define MANDIR "/usr/local/share/man"';  
echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/share/hello"';  
echo '#define PKGINCLUDEDIR "/usr/local/include/hello"';  echo '#define 
PKGLIBDIR "/usr/local/lib/hello"';  echo '#define PKGLIBEXECDIR 
"/usr/local/libexec/hello"';  } | sed '/""/d' > configmake.h-t &&  if test -f 
configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f 
configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
make  all-recursive
rm -f configmake.h-t &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  
echo '#define PREFIX "/usr/local"';  echo '#define EXEC_PREFIX "/usr/local"';  
echo '#define BINDIR "/usr/local/bin"';  echo '#define SBINDIR 
"/usr/local/sbin"';  echo '#define LIBEXECDIR "/usr/local/libexec"';  echo 
'#define DATAROOTDIR "/usr/local/share"';  echo '#define DATADIR 
"/usr/local/share"';  echo '#define SYSCONFDIR "/usr/local/etc"';  echo 
'#define SHAREDSTATEDIR "/usr/local/com"';  echo '#define LOCALSTATEDIR 
"/usr/local/var"';  echo '#define INCLUDEDIR "/usr/local/include"';  echo 
'#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR 
"/usr/local/share/doc/hello"';  echo '#define INFODIR "/usr/local/share/info"'; 
 echo '#define HTMLDIR "/usr/local/share/doc/hello"';  echo '#define DVIDIR 
"/usr/local/share/doc/hello"';  echo '#define PDFDIR 
"/usr/local/share/doc/hello"';  echo '#define PSDIR 
"/usr/local/share/doc/hello"';  echo '#define LIBDIR "/usr/local/lib"';  echo 
'#define LISPDIR "/usr/local/share/emacs/site-lisp"';  echo '#define LOCALEDIR 
"/usr/local/share/locale"';  echo '#define MANDIR "/usr/local/share/man"';  
echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/share/hello"';  
echo '#define PKGINCLUDEDIR "/usr/local/include/hello"';  echo '#define 
PKGLIBDIR "/usr/local/lib/hello"';  echo '#define PKGLIBEXECDIR 
"/usr/local/libexec/hello"';  } | sed '/""/d' > configmake.h-t &&  if test -f 
configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f 
configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl  -I/usr/local/include  -g -O2 -MT 
localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o 
localcharset.c
mv -f .deps/localcharset.Tpo .deps/localcharset.Po
rm -f libgnu.a
ar cru libgnu.a exitfail.o localcharset.o  xalloc-die.o close-stream.o 
closeout.o error.o fpending.o quotearg.o strerror.o xmalloc.o
ranlib libgnu.a
Making all in po
Making all in src
gcc  -g -O2   -o hello hello.o /usr/local/lib/libintl.so.6.0 -L/usr/local/lib 
/usr/local/lib/libiconv.so.6.0 -lc ../gnulib/lib/libgnu.a
Making all in doc
Making all in man
Making all in tests
Making install in contrib
Making install in gnulib/lib
rm -f configmake.h-t &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  
echo '#define PREFIX "/usr/local"';  echo '#define EXEC_PREFIX "/usr/local"';  
echo '#define BINDIR "/usr/local/bin"';  echo '#define SBINDIR 
"/usr/local/sbin"';  echo '#define LIBEXECDIR "/usr/local/libexec"';  echo 
'#define DATAROOTDIR "/usr/local/share"';  echo '#define DATADIR 
"/usr/local/share"';  echo '#define SYSCONFDIR "/usr/local/etc"';  echo 
'#define SHAREDSTATEDIR "/usr/local/com"';  echo '#define LOCALSTATEDIR 
"/usr/local/var"';  echo '#define INCLUDEDIR "/usr/local/include"';  echo 
'#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR 
"/usr/local/share/doc/hello"';  echo '#define INFODIR "/usr/local/share/info"'; 
 echo '#define HTMLDIR "/usr/local/share/doc/hello"';  echo '#define DVIDIR 
"/usr/local/share/doc/hello"';  echo '#define PDFDIR 
"/usr/local/share/doc/hello"';  echo '#define PSDIR 
"/usr/local/share/doc/hello"';  echo '#define LIBDIR "/usr/local/lib"';  echo 
'#define LISPDIR "/usr/local/share/emacs/site-lisp"';  echo '#define LOCALEDIR 
"/usr/local/share/locale"';  echo '#define MANDIR "/usr/local/share/man"';  
echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/share/hello"';  
echo '#define PKGINCLUDEDIR "/usr/local/include/hello"';  echo '#define 
PKGLIBDIR "/usr/local/lib/hello"';  echo '#define PKGLIBEXECDIR 
"/usr/local/libexec/hello"';  } | sed '/""/d' > configmake.h-t &&  if test -f 
configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f 
configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
make  install-recursive
rm -f configmake.h-t &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  
echo '#define PREFIX "/usr/local"';  echo '#define EXEC_PREFIX "/usr/local"';  
echo '#define BINDIR "/usr/local/bin"';  echo '#define SBINDIR 
"/usr/local/sbin"';  echo '#define LIBEXECDIR "/usr/local/libexec"';  echo 
'#define DATAROOTDIR "/usr/local/share"';  echo '#define DATADIR 
"/usr/local/share"';  echo '#define SYSCONFDIR "/usr/local/etc"';  echo 
'#define SHAREDSTATEDIR "/usr/local/com"';  echo '#define LOCALSTATEDIR 
"/usr/local/var"';  echo '#define INCLUDEDIR "/usr/local/include"';  echo 
'#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR 
"/usr/local/share/doc/hello"';  echo '#define INFODIR "/usr/local/share/info"'; 
 echo '#define HTMLDIR "/usr/local/share/doc/hello"';  echo '#define DVIDIR 
"/usr/local/share/doc/hello"';  echo '#define PDFDIR 
"/usr/local/share/doc/hello"';  echo '#define PSDIR 
"/usr/local/share/doc/hello"';  echo '#define LIBDIR "/usr/local/lib"';  echo 
'#define LISPDIR "/usr/local/share/emacs/site-lisp"';  echo '#define LOCALEDIR 
"/usr/local/share/locale"';  echo '#define MANDIR "/usr/local/share/man"';  
echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/share/hello"';  
echo '#define PKGINCLUDEDIR "/usr/local/include/hello"';  echo '#define 
PKGLIBDIR "/usr/local/lib/hello"';  echo '#define PKGLIBEXECDIR 
"/usr/local/libexec/hello"';  } | sed '/""/d' > configmake.h-t &&  if test -f 
configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f 
configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
if test no = no; then  case 'openbsd6.1' in  darwin[56]*)  
need_charset_alias=true ;;  darwin* | cygwin* | mingw* | pw32* | cegcc*)  
need_charset_alias=false ;;  *)  need_charset_alias=true ;;  esac ;  else  
need_charset_alias=false ;  fi ;  if $need_charset_alias; then  /bin/sh 
../../build-aux/mkinstalldirs /usr/local/lib ;  fi ;  if test -f 
/usr/local/lib/charset.alias; then  sed -f ref-add.sed 
/usr/local/lib/charset.alias > /usr/local/lib/charset.tmp ;  /usr/bin/install 
-c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ;  rm -f 
/usr/local/lib/charset.tmp ;  else  if $need_charset_alias; then  sed -f 
ref-add.sed charset.alias > /usr/local/lib/charset.tmp ;  /usr/bin/install -c 
-m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ;  rm -f 
/usr/local/lib/charset.tmp ;  fi ;  fi
Making install in po
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/hello.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/hello.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/hello.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/hello.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/hello.mo
installing address@hidden as 
/usr/local/share/locale/address@hidden/LC_MESSAGES/hello.mo
installing address@hidden as 
/usr/local/share/locale/address@hidden/LC_MESSAGES/hello.mo
installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/hello.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/hello.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/hello.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/hello.mo
installing fa.gmo as /usr/local/share/locale/fa/LC_MESSAGES/hello.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/hello.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/hello.mo
installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/hello.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/hello.mo
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/hello.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/hello.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/hello.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/hello.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/hello.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/hello.mo
installing ka.gmo as /usr/local/share/locale/ka/LC_MESSAGES/hello.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/hello.mo
installing lv.gmo as /usr/local/share/locale/lv/LC_MESSAGES/hello.mo
installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/hello.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/hello.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/hello.mo
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/hello.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/hello.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/hello.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/hello.mo
installing rm.gmo as /usr/local/share/locale/rm/LC_MESSAGES/hello.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/hello.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/hello.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/hello.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/hello.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/hello.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/hello.mo
installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/hello.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/hello.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/hello.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/hello.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/hello.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/hello.mo
if test "hello" = "gettext-tools"; then  ../build-aux/install-sh -c -d 
/usr/local/share/gettext/po;  for file in Makefile.in.in remove-potcdate.sin  
quot.sed boldquot.sed address@hidden address@hidden insert-header.sin 
Rules-quot   Makevars.template; do  /usr/bin/install -c -m 644 ./$file  
/usr/local/share/gettext/po/$file;  done;  for file in Makevars; do  rm -f 
/usr/local/share/gettext/po/$file;  done;  else  : ;  fi
Making install in src
test -z "/usr/local/bin" || ../build-aux/install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c hello '/usr/local/bin'
Making install in doc
test -z "/usr/local/share/info" || ../build-aux/install-sh -c -d 
"/usr/local/share/info"
/usr/bin/install -c -m 644 ./hello.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' 
'/usr/local/share/info/hello.info'
Making install in man
test -z "/usr/local/share/man/man1" || ../build-aux/install-sh -c -d 
"/usr/local/share/man/man1"
/usr/bin/install -c -m 644 hello.1 '/usr/local/share/man/man1'
Making install in tests
# man hello
man: No entry for hello in the manual.
# ./configure && make && make install
# cd ..
# ls
.Xauthority         .cvsrc              .ssh                openshell
.Xdefaults          .emacs.d            hello-2.7           opsh
.bash_history       .login              hello-2.7.tar.gz    opsh17
.cshrc              .profile            myproject           proj
# wget -O hello-2.10.tar.gz "http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz";
--2017-08-13 00:06:53--  http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz
Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 725946 (709K) [application/x-gzip]
Saving to: 'hello-2.10.tar.gz'

hello-2.10.tar.gz   100%[===================>] 708.93K   631KB/s    in 1.1s

2017-08-13 00:06:55 (631 KB/s) - 'hello-2.10.tar.gz' saved [725946/725946]

# tar xzf hello-2.10.tar.gz
# cd hello-2.10
# ./configure && make && make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-unknown-openbsd6.1
checking host system type... x86_64-unknown-openbsd6.1
checking whether // is distinct from /... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... no
checking for EMULTIHOP value... no
checking for ENOLINK value... no
checking for EOVERFLOW value... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for stdio_ext.h... no
checking for getopt.h... yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... yes
checking for sys/socket.h... yes
checking for wchar.h... yes
checking for features.h... no
checking for wctype.h... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether getenv is declared... yes
checking for nl_langinfo and CODESET... yes
checking for symlink... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbsrtowcs... yes
checking for mprotect... yes
checking for _set_invalid_parameter_handler... no
checking for strndup... yes
checking for iswcntrl... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for a sed that does not truncate output... /usr/bin/sed
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for a traditional french locale... none
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether strerror(0) succeeds... no
checking for C/C++ restrict keyword... no
checking whether ffsl is declared without a macro... no
checking whether ffsll is declared without a macro... no
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether strndup is declared... (cached) yes
checking whether strnlen is declared... (cached) yes
checking for pid_t... yes
checking for mode_t... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for wint_t... yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... no
checking for __fpending... no
checking how to determine the number of pending output bytes on a stream... 
fp->_p - fp->_bf._base
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc works on empty input... yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbsrtowcs works... guessing yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking for ssize_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... yes
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... no
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... no
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
checking whether mkostemps is declared without a macro... yes
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... no
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for working strndup... yes
checking for working strnlen... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... no
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... no
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... no
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so.6.0
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/lib/libintl.so.6.0 
-L/usr/local/lib /usr/local/lib/libiconv.so.6.0 -lc
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
rm -f lib/configmake.h-t &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  echo '#define PREFIX "/usr/local"';  echo '#define EXEC_PREFIX 
"/usr/local"';  echo '#define BINDIR "/usr/local/bin"';  echo '#define SBINDIR 
"/usr/local/sbin"';  echo '#define LIBEXECDIR "/usr/local/libexec"';  echo 
'#define DATAROOTDIR "/usr/local/share"';  echo '#define DATADIR 
"/usr/local/share"';  echo '#define SYSCONFDIR "/usr/local/etc"';  echo 
'#define SHAREDSTATEDIR "/usr/local/com"';  echo '#define LOCALSTATEDIR 
"/usr/local/var"';  echo '#define RUNSTATEDIR "/usr/local/var/run"';  echo 
'#define INCLUDEDIR "/usr/local/include"';  echo '#define OLDINCLUDEDIR 
"/usr/include"';  echo '#define DOCDIR "/usr/local/share/doc/hello"';  echo 
'#define INFODIR "/usr/local/share/info"';  echo '#define HTMLDIR 
"/usr/local/share/doc/hello"';  echo '#define DVIDIR 
"/usr/local/share/doc/hello"';  echo '#define PDFDIR 
"/usr/local/share/doc/hello"';  echo '#define PSDIR 
"/usr/local/share/doc/hello"';  echo '#define LIBDIR "/usr/local/lib"';  echo 
'#define LISPDIR "/usr/local/share/emacs/site-lisp"';  echo '#define LOCALEDIR 
"/usr/local/share/locale"';  echo '#define MANDIR "/usr/local/share/man"';  
echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/share/hello"';  
echo '#define PKGINCLUDEDIR "/usr/local/include/hello"';  echo '#define 
PKGLIBDIR "/usr/local/lib/hello"';  echo '#define PKGLIBEXECDIR 
"/usr/local/libexec/hello"';  } | sed '/""/d' > lib/configmake.h-t &&  mv -f 
lib/configmake.h-t lib/configmake.h
rm -f lib/errno.h-t lib/errno.h &&  { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 
's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma 
GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 
's|@''NEXT_ERRNO_H''@|<errno.h>|g'  -e 's|@''EMULTIHOP_HIDDEN''@|0|g'  -e 
's|@''EMULTIHOP_VALUE''@||g'  -e 's|@''ENOLINK_HIDDEN''@|0|g'  -e 
's|@''ENOLINK_VALUE''@||g'  -e 's|@''EOVERFLOW_HIDDEN''@|0|g'  -e 
's|@''EOVERFLOW_VALUE''@||g'  < ./lib/errno.in.h;  } > lib/errno.h-t &&  mv 
lib/errno.h-t lib/errno.h
rm -f lib/arg-nonnull.h-t lib/arg-nonnull.h &&  sed -n -e '/GL_ARG_NONNULL/,$p' 
 < ./build-aux/snippet/arg-nonnull.h  > lib/arg-nonnull.h-t &&  mv 
lib/arg-nonnull.h-t lib/arg-nonnull.h
rm -f lib/c++defs.h-t lib/c++defs.h &&  sed -n -e '/_GL_CXXDEFS/,$p'  < 
./build-aux/snippet/c++defs.h  > lib/c++defs.h-t &&  mv lib/c++defs.h-t 
lib/c++defs.h
rm -f lib/warn-on-use.h-t lib/warn-on-use.h &&  sed -n -e '/^.ifndef/,$p'  < 
./build-aux/snippet/warn-on-use.h  > lib/warn-on-use.h-t &&  mv 
lib/warn-on-use.h-t lib/warn-on-use.h
rm -f lib/stdio.h-t lib/stdio.h &&  { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 
's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma 
GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 
's|@''NEXT_STDIO_H''@|<stdio.h>|g'  -e 's/@''GNULIB_DPRINTF''@/0/g'  -e 
's/@''GNULIB_FCLOSE''@/0/g'  -e 's/@''GNULIB_FDOPEN''@/0/g'  -e 
's/@''GNULIB_FFLUSH''@/0/g'  -e 's/@''GNULIB_FGETC''@/1/g'  -e 
's/@''GNULIB_FGETS''@/1/g'  -e 's/@''GNULIB_FOPEN''@/0/g'  -e 
's/@''GNULIB_FPRINTF''@/1/g'  -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g'  -e 
's/@''GNULIB_FPURGE''@/0/g'  -e 's/@''GNULIB_FPUTC''@/1/g'  -e 
's/@''GNULIB_FPUTS''@/1/g'  -e 's/@''GNULIB_FREAD''@/1/g'  -e 
's/@''GNULIB_FREOPEN''@/0/g'  -e 's/@''GNULIB_FSCANF''@/1/g'  -e 
's/@''GNULIB_FSEEK''@/0/g'  -e 's/@''GNULIB_FSEEKO''@/0/g'  -e 
's/@''GNULIB_FTELL''@/0/g'  -e 's/@''GNULIB_FTELLO''@/0/g'  -e 
's/@''GNULIB_FWRITE''@/1/g'  -e 's/@''GNULIB_GETC''@/1/g'  -e 
's/@''GNULIB_GETCHAR''@/1/g'  -e 's/@''GNULIB_GETDELIM''@/0/g'  -e 
's/@''GNULIB_GETLINE''@/0/g'  -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g'  -e 
's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_PCLOSE''@/0/g'  -e 
's/@''GNULIB_PERROR''@/0/g'  -e 's/@''GNULIB_POPEN''@/0/g'  -e 
's/@''GNULIB_PRINTF''@/1/g'  -e 's/@''GNULIB_PRINTF_POSIX''@/0/g'  -e 
's/@''GNULIB_PUTC''@/1/g'  -e 's/@''GNULIB_PUTCHAR''@/1/g'  -e 
's/@''GNULIB_PUTS''@/1/g'  -e 's/@''GNULIB_REMOVE''@/0/g'  -e 
's/@''GNULIB_RENAME''@/0/g'  -e 's/@''GNULIB_RENAMEAT''@/0/g'  -e 
's/@''GNULIB_SCANF''@/1/g'  -e 's/@''GNULIB_SNPRINTF''@/0/g'  -e 
's/@''GNULIB_SPRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' 
 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g'  -e 's/@''GNULIB_TMPFILE''@/0/g'  -e 
's/@''GNULIB_VASPRINTF''@/0/g'  -e 's/@''GNULIB_VDPRINTF''@/0/g'  -e 
's/@''GNULIB_VFPRINTF''@/1/g'  -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g'  -e 
's/@''GNULIB_VFSCANF''@/0/g'  -e 's/@''GNULIB_VSCANF''@/0/g'  -e 
's/@''GNULIB_VPRINTF''@/1/g'  -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g'  -e 
's/@''GNULIB_VSNPRINTF''@/0/g'  -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g'  < 
./lib/stdio.in.h |  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g'  -e 
's|@''HAVE_DECL_FSEEKO''@|1|g'  -e 's|@''HAVE_DECL_FTELLO''@|1|g'  -e 
's|@''HAVE_DECL_GETDELIM''@|1|g'  -e 's|@''HAVE_DECL_GETLINE''@|1|g'  -e 
's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g'  -e 's|@''HAVE_DECL_SNPRINTF''@|1|g'  -e 
's|@''HAVE_DECL_VSNPRINTF''@|1|g'  -e 's|@''HAVE_DPRINTF''@|1|g'  -e 
's|@''HAVE_FSEEKO''@|1|g'  -e 's|@''HAVE_FTELLO''@|1|g'  -e 
's|@''HAVE_PCLOSE''@|1|g'  -e 's|@''HAVE_POPEN''@|1|g'  -e 
's|@''HAVE_RENAMEAT''@|1|g'  -e 's|@''HAVE_VASPRINTF''@|1|g'  -e 
's|@''HAVE_VDPRINTF''@|1|g'  -e 's|@''REPLACE_DPRINTF''@|0|g'  -e 
's|@''REPLACE_FCLOSE''@|0|g'  -e 's|@''REPLACE_FDOPEN''@|0|g'  -e 
's|@''REPLACE_FFLUSH''@|0|g'  -e 's|@''REPLACE_FOPEN''@|0|g'  -e 
's|@''REPLACE_FPRINTF''@|0|g'  -e 's|@''REPLACE_FPURGE''@|0|g'  -e 
's|@''REPLACE_FREOPEN''@|0|g'  -e 's|@''REPLACE_FSEEK''@|0|g'  -e 
's|@''REPLACE_FSEEKO''@|0|g'  -e 's|@''REPLACE_FTELL''@|0|g'  -e 
's|@''REPLACE_FTELLO''@|0|g'  -e 's|@''REPLACE_GETDELIM''@|0|g'  -e 
's|@''REPLACE_GETLINE''@|0|g'  -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g'  -e 
's|@''REPLACE_PERROR''@|0|g'  -e 's|@''REPLACE_POPEN''@|0|g'  -e 
's|@''REPLACE_PRINTF''@|0|g'  -e 's|@''REPLACE_REMOVE''@|0|g'  -e 
's|@''REPLACE_RENAME''@|0|g'  -e 's|@''REPLACE_RENAMEAT''@|0|g'  -e 
's|@''REPLACE_SNPRINTF''@|0|g'  -e 's|@''REPLACE_SPRINTF''@|0|g'  -e 
's|@''REPLACE_STDIO_READ_FUNCS''@|0|g'  -e 
's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g'  -e 's|@''REPLACE_TMPFILE''@|0|g'  -e 
's|@''REPLACE_VASPRINTF''@|0|g'  -e 's|@''REPLACE_VDPRINTF''@|0|g'  -e 
's|@''REPLACE_VFPRINTF''@|0|g'  -e 's|@''REPLACE_VPRINTF''@|0|g'  -e 
's|@''REPLACE_VSNPRINTF''@|0|g'  -e 's|@''REPLACE_VSPRINTF''@|0|g'  -e 
's|@''ASM_SYMBOL_PREFIX''@||g'  -e '/definitions of _GL_FUNCDECL_RPL/r 
lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e 
'/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h';  } > lib/stdio.h-t &&  mv 
lib/stdio.h-t lib/stdio.h
rm -f lib/stdlib.h-t lib/stdlib.h &&  { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 
's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma 
GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 
's|@''NEXT_STDLIB_H''@|<stdlib.h>|g'  -e 's/@''GNULIB__EXIT''@/0/g'  -e 
's/@''GNULIB_ATOLL''@/0/g'  -e 's/@''GNULIB_CALLOC_POSIX''@/0/g'  -e 
's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g'  -e 's/@''GNULIB_GETLOADAVG''@/0/g' 
 -e 's/@''GNULIB_GETSUBOPT''@/0/g'  -e 's/@''GNULIB_GRANTPT''@/0/g'  -e 
's/@''GNULIB_MALLOC_POSIX''@/1/g'  -e 's/@''GNULIB_MBTOWC''@/0/g'  -e 
's/@''GNULIB_MKDTEMP''@/0/g'  -e 's/@''GNULIB_MKOSTEMP''@/0/g'  -e 
's/@''GNULIB_MKOSTEMPS''@/0/g'  -e 's/@''GNULIB_MKSTEMP''@/0/g'  -e 
's/@''GNULIB_MKSTEMPS''@/0/g'  -e 's/@''GNULIB_POSIX_OPENPT''@/0/g'  -e 
's/@''GNULIB_PTSNAME''@/0/g'  -e 's/@''GNULIB_PTSNAME_R''@/0/g'  -e 
's/@''GNULIB_PUTENV''@/0/g'  -e 's/@''GNULIB_QSORT_R''@/0/g'  -e 
's/@''GNULIB_RANDOM''@/0/g'  -e 's/@''GNULIB_RANDOM_R''@/0/g'  -e 
's/@''GNULIB_REALLOC_POSIX''@/0/g'  -e 's/@''GNULIB_REALPATH''@/0/g'  -e 
's/@''GNULIB_RPMATCH''@/0/g'  -e 's/@''GNULIB_SECURE_GETENV''@/0/g'  -e 
's/@''GNULIB_SETENV''@/0/g'  -e 's/@''GNULIB_STRTOD''@/0/g'  -e 
's/@''GNULIB_STRTOLL''@/0/g'  -e 's/@''GNULIB_STRTOULL''@/0/g'  -e 
's/@''GNULIB_SYSTEM_POSIX''@/0/g'  -e 's/@''GNULIB_UNLOCKPT''@/0/g'  -e 
's/@''GNULIB_UNSETENV''@/0/g'  -e 's/@''GNULIB_WCTOMB''@/0/g'  < 
./lib/stdlib.in.h |  sed -e 's|@''HAVE__EXIT''@|1|g'  -e 
's|@''HAVE_ATOLL''@|1|g'  -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g'  -e 
's|@''HAVE_DECL_GETLOADAVG''@|1|g'  -e 's|@''HAVE_GETSUBOPT''@|1|g'  -e 
's|@''HAVE_GRANTPT''@|1|g'  -e 's|@''HAVE_MKDTEMP''@|1|g'  -e 
's|@''HAVE_MKOSTEMP''@|1|g'  -e 's|@''HAVE_MKOSTEMPS''@|1|g'  -e 
's|@''HAVE_MKSTEMP''@|1|g'  -e 's|@''HAVE_MKSTEMPS''@|1|g'  -e 
's|@''HAVE_POSIX_OPENPT''@|1|g'  -e 's|@''HAVE_PTSNAME''@|1|g'  -e 
's|@''HAVE_PTSNAME_R''@|1|g'  -e 's|@''HAVE_RANDOM''@|1|g'  -e 
's|@''HAVE_RANDOM_H''@|1|g'  -e 's|@''HAVE_RANDOM_R''@|1|g'  -e 
's|@''HAVE_REALPATH''@|1|g'  -e 's|@''HAVE_RPMATCH''@|1|g'  -e 
's|@''HAVE_SECURE_GETENV''@|1|g'  -e 's|@''HAVE_DECL_SETENV''@|1|g'  -e 
's|@''HAVE_STRTOD''@|1|g'  -e 's|@''HAVE_STRTOLL''@|1|g'  -e 
's|@''HAVE_STRTOULL''@|1|g'  -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g'  -e 
's|@''HAVE_SYS_LOADAVG_H''@|0|g'  -e 's|@''HAVE_UNLOCKPT''@|1|g'  -e 
's|@''HAVE_DECL_UNSETENV''@|1|g'  -e 's|@''REPLACE_CALLOC''@|0|g'  -e 
's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g'  -e 's|@''REPLACE_MALLOC''@|0|g'  
-e 's|@''REPLACE_MBTOWC''@|0|g'  -e 's|@''REPLACE_MKSTEMP''@|0|g'  -e 
's|@''REPLACE_PTSNAME''@|0|g'  -e 's|@''REPLACE_PTSNAME_R''@|0|g'  -e 
's|@''REPLACE_PUTENV''@|0|g'  -e 's|@''REPLACE_QSORT_R''@|0|g'  -e 
's|@''REPLACE_RANDOM_R''@|0|g'  -e 's|@''REPLACE_REALLOC''@|0|g'  -e 
's|@''REPLACE_REALPATH''@|0|g'  -e 's|@''REPLACE_SETENV''@|0|g'  -e 
's|@''REPLACE_STRTOD''@|0|g'  -e 's|@''REPLACE_UNSETENV''@|0|g'  -e 
's|@''REPLACE_WCTOMB''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r 
lib/c++defs.h'  -e '/definition of _Noreturn/r ./build-aux/snippet/_Noreturn.h' 
 -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e '/definition of 
_GL_WARN_ON_USE/r lib/warn-on-use.h';  } > lib/stdlib.h-t &&  mv lib/stdlib.h-t 
lib/stdlib.h
rm -f lib/string.h-t lib/string.h &&  { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 
's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma 
GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 
's|@''NEXT_STRING_H''@|<string.h>|g'  -e 's/@''GNULIB_FFSL''@/0/g'  -e 
's/@''GNULIB_FFSLL''@/0/g'  -e 's/@''GNULIB_MBSLEN''@/0/g'  -e 
's/@''GNULIB_MBSNLEN''@/0/g'  -e 's/@''GNULIB_MBSCHR''@/0/g'  -e 
's/@''GNULIB_MBSRCHR''@/0/g'  -e 's/@''GNULIB_MBSSTR''@/0/g'  -e 
's/@''GNULIB_MBSCASECMP''@/0/g'  -e 's/@''GNULIB_MBSNCASECMP''@/0/g'  -e 
's/@''GNULIB_MBSPCASECMP''@/0/g'  -e 's/@''GNULIB_MBSCASESTR''@/0/g'  -e 
's/@''GNULIB_MBSCSPN''@/0/g'  -e 's/@''GNULIB_MBSPBRK''@/0/g'  -e 
's/@''GNULIB_MBSSPN''@/0/g'  -e 's/@''GNULIB_MBSSEP''@/0/g'  -e 
's/@''GNULIB_MBSTOK_R''@/0/g'  -e 's/@''GNULIB_MEMCHR''@/1/g'  -e 
's/@''GNULIB_MEMMEM''@/0/g'  -e 's/@''GNULIB_MEMPCPY''@/0/g'  -e 
's/@''GNULIB_MEMRCHR''@/0/g'  -e 's/@''GNULIB_RAWMEMCHR''@/0/g'  -e 
's/@''GNULIB_STPCPY''@/0/g'  -e 's/@''GNULIB_STPNCPY''@/0/g'  -e 
's/@''GNULIB_STRCHRNUL''@/0/g'  -e 's/@''GNULIB_STRDUP''@/0/g'  -e 
's/@''GNULIB_STRNCAT''@/0/g'  -e 's/@''GNULIB_STRNDUP''@/1/g'  -e 
's/@''GNULIB_STRNLEN''@/1/g'  -e 's/@''GNULIB_STRPBRK''@/0/g'  -e 
's/@''GNULIB_STRSEP''@/0/g'  -e 's/@''GNULIB_STRSTR''@/0/g'  -e 
's/@''GNULIB_STRCASESTR''@/0/g'  -e 's/@''GNULIB_STRTOK_R''@/0/g'  -e 
's/@''GNULIB_STRERROR''@/1/g'  -e 's/@''GNULIB_STRERROR_R''@/0/g'  -e 
's/@''GNULIB_STRSIGNAL''@/0/g'  -e 's/@''GNULIB_STRVERSCMP''@/0/g'  < 
./lib/string.in.h |  sed -e 's|@''HAVE_FFSL''@|1|g'  -e 
's|@''HAVE_FFSLL''@|1|g'  -e 's|@''HAVE_MBSLEN''@|0|g'  -e 
's|@''HAVE_MEMCHR''@|1|g'  -e 's|@''HAVE_DECL_MEMMEM''@|1|g'  -e 
's|@''HAVE_MEMPCPY''@|1|g'  -e 's|@''HAVE_DECL_MEMRCHR''@|1|g'  -e 
's|@''HAVE_RAWMEMCHR''@|1|g'  -e 's|@''HAVE_STPCPY''@|1|g'  -e 
's|@''HAVE_STPNCPY''@|1|g'  -e 's|@''HAVE_STRCHRNUL''@|1|g'  -e 
's|@''HAVE_DECL_STRDUP''@|1|g'  -e 's|@''HAVE_DECL_STRNDUP''@|1|g'  -e 
's|@''HAVE_DECL_STRNLEN''@|1|g'  -e 's|@''HAVE_STRPBRK''@|1|g'  -e 
's|@''HAVE_STRSEP''@|1|g'  -e 's|@''HAVE_STRCASESTR''@|1|g'  -e 
's|@''HAVE_DECL_STRTOK_R''@|1|g'  -e 's|@''HAVE_DECL_STRERROR_R''@|1|g'  -e 
's|@''HAVE_DECL_STRSIGNAL''@|1|g'  -e 's|@''HAVE_STRVERSCMP''@|1|g'  -e 
's|@''REPLACE_STPNCPY''@|0|g'  -e 's|@''REPLACE_MEMCHR''@|0|g'  -e 
's|@''REPLACE_MEMMEM''@|0|g'  -e 's|@''REPLACE_STRCASESTR''@|0|g'  -e 
's|@''REPLACE_STRCHRNUL''@|0|g'  -e 's|@''REPLACE_STRDUP''@|0|g'  -e 
's|@''REPLACE_STRSTR''@|0|g'  -e 's|@''REPLACE_STRERROR''@|1|g'  -e 
's|@''REPLACE_STRERROR_R''@|0|g'  -e 's|@''REPLACE_STRNCAT''@|0|g'  -e 
's|@''REPLACE_STRNDUP''@|0|g'  -e 's|@''REPLACE_STRNLEN''@|0|g'  -e 
's|@''REPLACE_STRSIGNAL''@|0|g'  -e 's|@''REPLACE_STRTOK_R''@|0|g'  -e 
's|@''UNDEFINE_STRTOK_R''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r 
lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e 
'/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h';  < ./lib/string.in.h;  } 
> lib/string.h-t &&  mv lib/string.h-t lib/string.h
build-aux/install-sh -c -d lib/sys
rm -f lib/sys/types.h-t lib/sys/types.h &&  { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 
's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma 
GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 
's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g'  -e 
's|@''WINDOWS_64_BIT_OFF_T''@|0|g'  < ./lib/sys_types.in.h;  } > 
lib/sys/types.h-t &&  mv lib/sys/types.h-t lib/sys/types.h
rm -f lib/unistd.h-t lib/unistd.h &&  { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 
's|@''HAVE_UNISTD_H''@|1|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g'  -e 
's|@''WINDOWS_64_BIT_OFF_T''@|0|g'  -e 's/@''GNULIB_CHDIR''@/0/g'  -e 
's/@''GNULIB_CHOWN''@/0/g'  -e 's/@''GNULIB_CLOSE''@/0/g'  -e 
's/@''GNULIB_DUP''@/0/g'  -e 's/@''GNULIB_DUP2''@/0/g'  -e 
's/@''GNULIB_DUP3''@/0/g'  -e 's/@''GNULIB_ENVIRON''@/0/g'  -e 
's/@''GNULIB_EUIDACCESS''@/0/g'  -e 's/@''GNULIB_FACCESSAT''@/0/g'  -e 
's/@''GNULIB_FCHDIR''@/0/g'  -e 's/@''GNULIB_FCHOWNAT''@/0/g'  -e 
's/@''GNULIB_FDATASYNC''@/0/g'  -e 's/@''GNULIB_FSYNC''@/0/g'  -e 
's/@''GNULIB_FTRUNCATE''@/0/g'  -e 's/@''GNULIB_GETCWD''@/0/g'  -e 
's/@''GNULIB_GETDOMAINNAME''@/0/g'  -e 's/@''GNULIB_GETDTABLESIZE''@/0/g'  -e 
's/@''GNULIB_GETGROUPS''@/0/g'  -e 's/@''GNULIB_GETHOSTNAME''@/0/g'  -e 
's/@''GNULIB_GETLOGIN''@/0/g'  -e 's/@''GNULIB_GETLOGIN_R''@/0/g'  -e 
's/@''GNULIB_GETPAGESIZE''@/0/g'  -e 's/@''GNULIB_GETUSERSHELL''@/0/g'  -e 
's/@''GNULIB_GROUP_MEMBER''@/0/g'  -e 's/@''GNULIB_ISATTY''@/0/g'  -e 
's/@''GNULIB_LCHOWN''@/0/g'  -e 's/@''GNULIB_LINK''@/0/g'  -e 
's/@''GNULIB_LINKAT''@/0/g'  -e 's/@''GNULIB_LSEEK''@/0/g'  -e 
's/@''GNULIB_PIPE''@/0/g'  -e 's/@''GNULIB_PIPE2''@/0/g'  -e 
's/@''GNULIB_PREAD''@/0/g'  -e 's/@''GNULIB_PWRITE''@/0/g'  -e 
's/@''GNULIB_READ''@/0/g'  -e 's/@''GNULIB_READLINK''@/0/g'  -e 
's/@''GNULIB_READLINKAT''@/0/g'  -e 's/@''GNULIB_RMDIR''@/0/g'  -e 
's/@''GNULIB_SETHOSTNAME''@/0/g'  -e 's/@''GNULIB_SLEEP''@/0/g'  -e 
's/@''GNULIB_SYMLINK''@/0/g'  -e 's/@''GNULIB_SYMLINKAT''@/0/g'  -e 
's/@''GNULIB_TTYNAME_R''@/0/g'  -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g'  -e 
's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g'  -e 
's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g'  -e 's/@''GNULIB_UNLINK''@/0/g'  -e 
's/@''GNULIB_UNLINKAT''@/0/g'  -e 's/@''GNULIB_USLEEP''@/0/g'  -e 
's/@''GNULIB_WRITE''@/0/g'  < ./lib/unistd.in.h |  sed -e 
's|@''HAVE_CHOWN''@|1|g'  -e 's|@''HAVE_DUP2''@|1|g'  -e 
's|@''HAVE_DUP3''@|1|g'  -e 's|@''HAVE_EUIDACCESS''@|1|g'  -e 
's|@''HAVE_FACCESSAT''@|1|g'  -e 's|@''HAVE_FCHDIR''@|1|g'  -e 
's|@''HAVE_FCHOWNAT''@|1|g'  -e 's|@''HAVE_FDATASYNC''@|1|g'  -e 
's|@''HAVE_FSYNC''@|1|g'  -e 's|@''HAVE_FTRUNCATE''@|1|g'  -e 
's|@''HAVE_GETDTABLESIZE''@|1|g'  -e 's|@''HAVE_GETGROUPS''@|1|g'  -e 
's|@''HAVE_GETHOSTNAME''@|1|g'  -e 's|@''HAVE_GETLOGIN''@|1|g'  -e 
's|@''HAVE_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_GROUP_MEMBER''@|1|g'  -e 
's|@''HAVE_LCHOWN''@|1|g'  -e 's|@''HAVE_LINK''@|1|g'  -e 
's|@''HAVE_LINKAT''@|1|g'  -e 's|@''HAVE_PIPE''@|1|g'  -e 
's|@''HAVE_PIPE2''@|1|g'  -e 's|@''HAVE_PREAD''@|1|g'  -e 
's|@''HAVE_PWRITE''@|1|g'  -e 's|@''HAVE_READLINK''@|1|g'  -e 
's|@''HAVE_READLINKAT''@|1|g'  -e 's|@''HAVE_SETHOSTNAME''@|1|g'  -e 
's|@''HAVE_SLEEP''@|1|g'  -e 's|@''HAVE_SYMLINK''@|1|g'  -e 
's|@''HAVE_SYMLINKAT''@|1|g'  -e 's|@''HAVE_UNLINKAT''@|1|g'  -e 
's|@''HAVE_USLEEP''@|1|g'  -e 's|@''HAVE_DECL_ENVIRON''@|1|g'  -e 
's|@''HAVE_DECL_FCHDIR''@|1|g'  -e 's|@''HAVE_DECL_FDATASYNC''@|1|g'  -e 
's|@''HAVE_DECL_GETDOMAINNAME''@|1|g'  -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g'  
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' 
 -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g'  -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g'  
-e 's|@''HAVE_OS_H''@|0|g'  -e 's|@''HAVE_SYS_PARAM_H''@|0|g'  |  sed -e 
's|@''REPLACE_CHOWN''@|0|g'  -e 's|@''REPLACE_CLOSE''@|0|g'  -e 
's|@''REPLACE_DUP''@|0|g'  -e 's|@''REPLACE_DUP2''@|0|g'  -e 
's|@''REPLACE_FCHOWNAT''@|0|g'  -e 's|@''REPLACE_FTRUNCATE''@|0|g'  -e 
's|@''REPLACE_GETCWD''@|0|g'  -e 's|@''REPLACE_GETDOMAINNAME''@|0|g'  -e 
's|@''REPLACE_GETDTABLESIZE''@|0|g'  -e 's|@''REPLACE_GETLOGIN_R''@|0|g'  -e 
's|@''REPLACE_GETGROUPS''@|0|g'  -e 's|@''REPLACE_GETPAGESIZE''@|0|g'  -e 
's|@''REPLACE_ISATTY''@|0|g'  -e 's|@''REPLACE_LCHOWN''@|0|g'  -e 
's|@''REPLACE_LINK''@|0|g'  -e 's|@''REPLACE_LINKAT''@|0|g'  -e 
's|@''REPLACE_LSEEK''@|0|g'  -e 's|@''REPLACE_PREAD''@|0|g'  -e 
's|@''REPLACE_PWRITE''@|0|g'  -e 's|@''REPLACE_READ''@|0|g'  -e 
's|@''REPLACE_READLINK''@|0|g'  -e 's|@''REPLACE_READLINKAT''@|0|g'  -e 
's|@''REPLACE_RMDIR''@|0|g'  -e 's|@''REPLACE_SLEEP''@|0|g'  -e 
's|@''REPLACE_SYMLINK''@|0|g'  -e 's|@''REPLACE_SYMLINKAT''@|0|g'  -e 
's|@''REPLACE_TTYNAME_R''@|0|g'  -e 's|@''REPLACE_UNLINK''@|0|g'  -e 
's|@''REPLACE_UNLINKAT''@|0|g'  -e 's|@''REPLACE_USLEEP''@|0|g'  -e 
's|@''REPLACE_WRITE''@|0|g'  -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g'  -e 
's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g'  -e '/definitions of 
_GL_FUNCDECL_RPL/r lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r 
lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h';  } 
> lib/unistd.h-t &&  mv lib/unistd.h-t lib/unistd.h
rm -f lib/wchar.h-t lib/wchar.h &&  { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 
's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma 
GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 
's|@''HAVE_FEATURES_H''@|0|g'  -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g'  -e 
's|@''HAVE_WCHAR_H''@|1|g'  -e 's/@''GNULIB_BTOWC''@/0/g'  -e 
's/@''GNULIB_WCTOB''@/0/g'  -e 's/@''GNULIB_MBSINIT''@/1/g'  -e 
's/@''GNULIB_MBRTOWC''@/1/g'  -e 's/@''GNULIB_MBRLEN''@/0/g'  -e 
's/@''GNULIB_MBSRTOWCS''@/1/g'  -e 's/@''GNULIB_MBSNRTOWCS''@/0/g'  -e 
's/@''GNULIB_WCRTOMB''@/0/g'  -e 's/@''GNULIB_WCSRTOMBS''@/0/g'  -e 
's/@''GNULIB_WCSNRTOMBS''@/0/g'  -e 's/@''GNULIB_WCWIDTH''@/0/g'  -e 
's/@''GNULIB_WMEMCHR''@/0/g'  -e 's/@''GNULIB_WMEMCMP''@/0/g'  -e 
's/@''GNULIB_WMEMCPY''@/0/g'  -e 's/@''GNULIB_WMEMMOVE''@/0/g'  -e 
's/@''GNULIB_WMEMSET''@/0/g'  -e 's/@''GNULIB_WCSLEN''@/0/g'  -e 
's/@''GNULIB_WCSNLEN''@/0/g'  -e 's/@''GNULIB_WCSCPY''@/0/g'  -e 
's/@''GNULIB_WCPCPY''@/0/g'  -e 's/@''GNULIB_WCSNCPY''@/0/g'  -e 
's/@''GNULIB_WCPNCPY''@/0/g'  -e 's/@''GNULIB_WCSCAT''@/0/g'  -e 
's/@''GNULIB_WCSNCAT''@/0/g'  -e 's/@''GNULIB_WCSCMP''@/0/g'  -e 
's/@''GNULIB_WCSNCMP''@/0/g'  -e 's/@''GNULIB_WCSCASECMP''@/0/g'  -e 
's/@''GNULIB_WCSNCASECMP''@/0/g'  -e 's/@''GNULIB_WCSCOLL''@/0/g'  -e 
's/@''GNULIB_WCSXFRM''@/0/g'  -e 's/@''GNULIB_WCSDUP''@/0/g'  -e 
's/@''GNULIB_WCSCHR''@/0/g'  -e 's/@''GNULIB_WCSRCHR''@/0/g'  -e 
's/@''GNULIB_WCSCSPN''@/0/g'  -e 's/@''GNULIB_WCSSPN''@/0/g'  -e 
's/@''GNULIB_WCSPBRK''@/0/g'  -e 's/@''GNULIB_WCSSTR''@/0/g'  -e 
's/@''GNULIB_WCSTOK''@/0/g'  -e 's/@''GNULIB_WCSWIDTH''@/0/g'  < 
./lib/wchar.in.h |  sed -e 's|@''HAVE_WINT_T''@|1|g'  -e 
's|@''HAVE_BTOWC''@|1|g'  -e 's|@''HAVE_MBSINIT''@|1|g'  -e 
's|@''HAVE_MBRTOWC''@|1|g'  -e 's|@''HAVE_MBRLEN''@|1|g'  -e 
's|@''HAVE_MBSRTOWCS''@|1|g'  -e 's|@''HAVE_MBSNRTOWCS''@|1|g'  -e 
's|@''HAVE_WCRTOMB''@|1|g'  -e 's|@''HAVE_WCSRTOMBS''@|1|g'  -e 
's|@''HAVE_WCSNRTOMBS''@|1|g'  -e 's|@''HAVE_WMEMCHR''@|1|g'  -e 
's|@''HAVE_WMEMCMP''@|1|g'  -e 's|@''HAVE_WMEMCPY''@|1|g'  -e 
's|@''HAVE_WMEMMOVE''@|1|g'  -e 's|@''HAVE_WMEMSET''@|1|g'  -e 
's|@''HAVE_WCSLEN''@|1|g'  -e 's|@''HAVE_WCSNLEN''@|1|g'  -e 
's|@''HAVE_WCSCPY''@|1|g'  -e 's|@''HAVE_WCPCPY''@|1|g'  -e 
's|@''HAVE_WCSNCPY''@|1|g'  -e 's|@''HAVE_WCPNCPY''@|1|g'  -e 
's|@''HAVE_WCSCAT''@|1|g'  -e 's|@''HAVE_WCSNCAT''@|1|g'  -e 
's|@''HAVE_WCSCMP''@|1|g'  -e 's|@''HAVE_WCSNCMP''@|1|g'  -e 
's|@''HAVE_WCSCASECMP''@|1|g'  -e 's|@''HAVE_WCSNCASECMP''@|1|g'  -e 
's|@''HAVE_WCSCOLL''@|1|g'  -e 's|@''HAVE_WCSXFRM''@|1|g'  -e 
's|@''HAVE_WCSDUP''@|1|g'  -e 's|@''HAVE_WCSCHR''@|1|g'  -e 
's|@''HAVE_WCSRCHR''@|1|g'  -e 's|@''HAVE_WCSCSPN''@|1|g'  -e 
's|@''HAVE_WCSSPN''@|1|g'  -e 's|@''HAVE_WCSPBRK''@|1|g'  -e 
's|@''HAVE_WCSSTR''@|1|g'  -e 's|@''HAVE_WCSTOK''@|1|g'  -e 
's|@''HAVE_WCSWIDTH''@|1|g'  -e 's|@''HAVE_DECL_WCTOB''@|1|g'  -e 
's|@''HAVE_DECL_WCWIDTH''@|1|g'  |  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g'  -e 
's|@''REPLACE_BTOWC''@|0|g'  -e 's|@''REPLACE_WCTOB''@|0|g'  -e 
's|@''REPLACE_MBSINIT''@|0|g'  -e 's|@''REPLACE_MBRTOWC''@|0|g'  -e 
's|@''REPLACE_MBRLEN''@|0|g'  -e 's|@''REPLACE_MBSRTOWCS''@|0|g'  -e 
's|@''REPLACE_MBSNRTOWCS''@|0|g'  -e 's|@''REPLACE_WCRTOMB''@|0|g'  -e 
's|@''REPLACE_WCSRTOMBS''@|0|g'  -e 's|@''REPLACE_WCSNRTOMBS''@|0|g'  -e 
's|@''REPLACE_WCWIDTH''@|0|g'  -e 's|@''REPLACE_WCSWIDTH''@|0|g'  -e 
'/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h'  -e '/definition of 
_GL_ARG_NONNULL/r lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r 
lib/warn-on-use.h';  } > lib/wchar.h-t &&  mv lib/wchar.h-t lib/wchar.h
rm -f lib/wctype.h-t lib/wctype.h &&  { echo '/* DO NOT EDIT! GENERATED 
AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 
's/@''HAVE_WCTYPE_H''@/1/g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g'  -e 
's/@''GNULIB_ISWBLANK''@/0/g'  -e 's/@''GNULIB_WCTYPE''@/0/g'  -e 
's/@''GNULIB_ISWCTYPE''@/0/g'  -e 's/@''GNULIB_WCTRANS''@/0/g'  -e 
's/@''GNULIB_TOWCTRANS''@/0/g'  -e 's/@''HAVE_ISWBLANK''@/1/g'  -e 
's/@''HAVE_ISWCNTRL''@/1/g'  -e 's/@''HAVE_WCTYPE_T''@/1/g'  -e 
's/@''HAVE_WCTRANS_T''@/1/g'  -e 's/@''HAVE_WINT_T''@/1/g'  -e 
's/@''REPLACE_ISWBLANK''@/0/g'  -e 's/@''REPLACE_ISWCNTRL''@/0/g'  -e 
's/@''REPLACE_TOWLOWER''@/0/g'  -e '/definitions of _GL_FUNCDECL_RPL/r 
lib/c++defs.h'  -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h'  < 
./lib/wctype.in.h;  } > lib/wctype.h-t &&  mv lib/wctype.h-t lib/wctype.h
make  all-recursive
Making all in po
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" 
&& cd . &&  rm -rf $backupdir && mkdir $backupdir &&  if (/bin/sh 
/root/hello-2.10/build-aux/missing makeinfo --version) >/dev/null 2>&1; then  
for f in ./doc/hello.info ./doc/hello.info-[0-9] ./doc/hello.info-[0-9][0-9] 
./doc/hello.i[0-9] ./doc/hello.i[0-9][0-9]; do  if test -f $f; then mv $f 
$backupdir; restore=mv; else :; fi;  done;  else :; fi &&  cd "$am__cwd";  if 
/bin/sh /root/hello-2.10/build-aux/missing makeinfo   -I doc -I ./doc  -o 
./doc/hello.info ./doc/hello.texi;  then  rc=0;  CDPATH="${ZSH_VERSION+.}:" && 
cd .;  else  rc=$?;  CDPATH="${ZSH_VERSION+.}:" && cd . &&  $restore 
$backupdir/* `echo "././doc/hello.info" | sed 's|[^/]*$||'`;  fi;  rm -rf 
$backupdir; exit $rc
depbase=`echo lib/c-ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/c-ctype.o -MD -MP -MF 
$depbase.Tpo -c -o lib/c-ctype.o lib/c-ctype.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/c-strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/c-strcasecmp.o -MD -MP -MF 
$depbase.Tpo -c -o lib/c-strcasecmp.o lib/c-strcasecmp.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/c-strncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/c-strncasecmp.o -MD -MP -MF 
$depbase.Tpo -c -o lib/c-strncasecmp.o lib/c-strncasecmp.c && mv -f 
$depbase.Tpo $depbase.Po
depbase=`echo lib/close-stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/close-stream.o -MD -MP -MF 
$depbase.Tpo -c -o lib/close-stream.o lib/close-stream.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/closeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/closeout.o -MD -MP -MF 
$depbase.Tpo -c -o lib/closeout.o lib/closeout.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/dirname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/dirname.o -MD -MP -MF 
$depbase.Tpo -c -o lib/dirname.o lib/dirname.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/basename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/basename.o -MD -MP -MF 
$depbase.Tpo -c -o lib/basename.o lib/basename.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/dirname-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/dirname-lgpl.o -MD -MP -MF 
$depbase.Tpo -c -o lib/dirname-lgpl.o lib/dirname-lgpl.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/basename-lgpl.o -MD -MP -MF 
$depbase.Tpo -c -o lib/basename-lgpl.o lib/basename-lgpl.c && mv -f 
$depbase.Tpo $depbase.Po
depbase=`echo lib/stripslash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/stripslash.o -MD -MP -MF 
$depbase.Tpo -c -o lib/stripslash.o lib/stripslash.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/exitfail.o -MD -MP -MF 
$depbase.Tpo -c -o lib/exitfail.o lib/exitfail.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/localcharset.o -MD -MP -MF 
$depbase.Tpo -c -o lib/localcharset.o lib/localcharset.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/progname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/progname.o -MD -MP -MF 
$depbase.Tpo -c -o lib/progname.o lib/progname.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/quotearg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/quotearg.o -MD -MP -MF 
$depbase.Tpo -c -o lib/quotearg.o lib/quotearg.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/strnlen1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/strnlen1.o -MD -MP -MF 
$depbase.Tpo -c -o lib/strnlen1.o lib/strnlen1.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/unistd.o -MD -MP -MF 
$depbase.Tpo -c -o lib/unistd.o lib/unistd.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/wctype-h.o -MD -MP -MF 
$depbase.Tpo -c -o lib/wctype-h.o lib/wctype-h.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/xmalloc.o -MD -MP -MF 
$depbase.Tpo -c -o lib/xmalloc.o lib/xmalloc.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/xalloc-die.o -MD -MP -MF 
$depbase.Tpo -c -o lib/xalloc-die.o lib/xalloc-die.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/xstrndup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/xstrndup.o -MD -MP -MF 
$depbase.Tpo -c -o lib/xstrndup.o lib/xstrndup.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/error.o -MD -MP -MF 
$depbase.Tpo -c -o lib/error.o lib/error.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fpending.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/fpending.o -MD -MP -MF 
$depbase.Tpo -c -o lib/fpending.o lib/fpending.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/strerror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/strerror.o -MD -MP -MF 
$depbase.Tpo -c -o lib/strerror.o lib/strerror.c && mv -f $depbase.Tpo 
$depbase.Po
depbase=`echo lib/strerror-override.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT lib/strerror-override.o -MD -MP 
-MF $depbase.Tpo -c -o lib/strerror-override.o lib/strerror-override.c && mv -f 
$depbase.Tpo $depbase.Po
rm -f lib/libhello.a
ar cru lib/libhello.a lib/c-ctype.o  lib/c-strcasecmp.o lib/c-strncasecmp.o  
lib/close-stream.o lib/closeout.o  lib/dirname.o lib/basename.o  
lib/dirname-lgpl.o lib/basename-lgpl.o  lib/stripslash.o lib/exitfail.o  
lib/localcharset.o lib/progname.o  lib/quotearg.o lib/strnlen1.o  lib/unistd.o 
lib/wctype-h.o  lib/xmalloc.o lib/xalloc-die.o  lib/xstrndup.o lib/error.o 
lib/fpending.o lib/strerror.o lib/strerror-override.o
ranlib lib/libhello.a
depbase=`echo src/hello.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I.  -Ilib -I./lib 
-Isrc -I./src  -I/usr/local/include  -g -O2 -MT src/hello.o -MD -MP -MF 
$depbase.Tpo -c -o src/hello.o src/hello.c && mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o hello src/hello.o /usr/local/lib/libintl.so.6.0 
-L/usr/local/lib /usr/local/lib/libiconv.so.6.0 -lc ./lib/libhello.a
rm -f lib/charset.alias-t lib/charset.alias &&  /bin/sh ./lib/config.charset 
'x86_64-unknown-openbsd6.1' > lib/charset.alias-t &&  mv lib/charset.alias-t 
lib/charset.alias
rm -f lib/ref-add.sed-t lib/ref-add.sed &&  sed -e '/^#/d' -e 
's/@''PACKAGE''@/hello/g' lib/ref-add.sin > lib/ref-add.sed-t &&  mv 
lib/ref-add.sed-t lib/ref-add.sed
rm -f lib/ref-del.sed-t lib/ref-del.sed &&  sed -e '/^#/d' -e 
's/@''PACKAGE''@/hello/g' lib/ref-del.sin > lib/ref-del.sed-t &&  mv 
lib/ref-del.sed-t lib/ref-del.sed
make  install-recursive
Making install in po
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/hello.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/hello.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/hello.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/hello.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/hello.mo
installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/hello.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/hello.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/hello.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/hello.mo
installing fa.gmo as /usr/local/share/locale/fa/LC_MESSAGES/hello.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/hello.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/hello.mo
installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/hello.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/hello.mo
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/hello.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/hello.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/hello.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/hello.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/hello.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/hello.mo
installing ka.gmo as /usr/local/share/locale/ka/LC_MESSAGES/hello.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/hello.mo
installing lv.gmo as /usr/local/share/locale/lv/LC_MESSAGES/hello.mo
installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/hello.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/hello.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/hello.mo
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/hello.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/hello.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/hello.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/hello.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/hello.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/hello.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/hello.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/hello.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/hello.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/hello.mo
installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/hello.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/hello.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/hello.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/hello.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/hello.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/hello.mo
if test "hello" = "gettext-tools"; then  ../build-aux/install-sh -c -d 
/usr/local/share/gettext/po;  for file in Makefile.in.in remove-potcdate.sin  
quot.sed boldquot.sed address@hidden address@hidden insert-header.sin 
Rules-quot   Makevars.template; do  /usr/bin/install -c -m 644 ./$file  
/usr/local/share/gettext/po/$file;  done;  for file in Makevars; do  rm -f 
/usr/local/share/gettext/po/$file;  done;  else  : ;  fi
build-aux/install-sh -c -d '/usr/local/bin'
  /usr/bin/install -c hello '/usr/local/bin'
if test no = no; then  case 'openbsd6.1' in  darwin[56]*)  
need_charset_alias=true ;;  darwin* | cygwin* | mingw* | pw32* | cegcc*)  
need_charset_alias=false ;;  *)  need_charset_alias=true ;;  esac ;  else  
need_charset_alias=false ;  fi ;  if $need_charset_alias; then  /bin/sh 
/root/hello-2.10/build-aux/install-sh -d /usr/local/lib ;  fi ;  if test -f 
/usr/local/lib/charset.alias; then  sed -f lib/ref-add.sed 
/usr/local/lib/charset.alias > /usr/local/lib/charset.tmp ;  /usr/bin/install 
-c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ;  rm -f 
/usr/local/lib/charset.tmp ;  else  if $need_charset_alias; then  sed -f 
lib/ref-add.sed lib/charset.alias > /usr/local/lib/charset.tmp ;  
/usr/bin/install -c -m 644 /usr/local/lib/charset.tmp 
/usr/local/lib/charset.alias ;  rm -f /usr/local/lib/charset.tmp ;  fi ;  fi
build-aux/install-sh -c -d '/usr/local/share/info'
/usr/bin/install -c -m 644 ./doc/hello.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' 
'/usr/local/share/info/hello.info'
build-aux/install-sh -c -d '/usr/local/share/man/man1'
/usr/bin/install -c -m 644 hello.1 '/usr/local/share/man/man1'
# man hello
man: No entry for hello in the manual.
# hello
Hello, world!
# hello --version
hello (GNU Hello) 2.10

Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
#

> -------- Original Message --------
> Subject: hello-2.7.tar.gz
> Local Time: August 12, 2017 9:06 AM
> UTC Time: August 12, 2017 7:06 AM
> From: address@hidden
> To: address@hidden <address@hidden>, Johan Petersson <address@hidden>, 
> jorgenbang <address@hidden>
>
> Hello
>
> When I install the hello example, the manpage is empty.
>
> wget -O hello-2.7.tar.gz "http://ftp.gnu.org/gnu/hello/hello-2.7.tar.gz";

reply via email to

[Prev in Thread] Current Thread [Next in Thread]