Build of augeas with vanilla toolchain

The build took 00h 01m 27s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
74,105 ansic
18,428 makefile
14,367 sh
528 yacc
210 lex
42 perl
27 pascal
15 sed
107,722 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: augeas 1.5.0-1 (Wed Aug 24 13:49:45 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking for naturaldocs... no
# checking for NaturalDocs... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# 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 dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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 for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking for Minix Amsterdam compiler... no
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for special C compiler options needed for large files... (cached) no
# checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for bison... bison -y
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... -lfl
# checking whether yytext is a pointer... yes
# checking whether gcc understands -Wall... yes
# checking whether gcc understands -Wformat... yes
# checking whether gcc understands -Wformat-security... yes
# checking whether gcc understands -Wmissing-prototypes... yes
# checking whether gcc understands -Wnested-externs... yes
# checking whether gcc understands -Wpointer-arith... yes
# checking whether gcc understands -Wextra... yes
# checking whether gcc understands -Wshadow... yes
# checking whether gcc understands -Wcast-align... yes
# checking whether gcc understands -Wwrite-strings... yes
# checking whether gcc understands -Waggregate-return... yes
# checking whether gcc understands -Wstrict-prototypes... yes
# checking whether gcc understands -Winline... yes
# checking whether gcc understands -Wredundant-decls... yes
# checking whether gcc understands -Wno-sign-compare... yes
# checking whether gcc understands -fexceptions... yes
# checking whether gcc understands -fasynchronous-unwind-tables... yes
# checking what language compliance flags to pass to the C compiler...
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking for readline in -lreadline... yes
# checking for rl_completion_matches... yes
# checking for rl_crlf... yes
# checking for rl_replace_line... yes
# checking for open_memstream... yes
# checking for uselocale... yes
# checking how to pass version script to the linker (/usr/sbin/ld -m elf_x86_64)... -Wl,--version-script=
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for C/C++ restrict keyword... __restrict
# checking whether uses 'inline' correctly... yes
# checking for btowc... yes
# checking for canonicalize_file_name... yes
# checking for getcwd... yes
# checking for readlink... yes
# checking for realpath... yes
# checking for symlink... yes
# checking for isblank... yes
# checking for iswctype... yes
# checking for mbsrtowcs... yes
# checking for mempcpy... yes
# checking for wmemchr... yes
# checking for wmemcpy... yes
# checking for wmempcpy... yes
# checking for getdelim... yes
# checking for gettimeofday... yes
# checking for lstat... yes
# checking for mbsinit... yes
# checking for mbrtowc... yes
# checking for mprotect... yes
# checking for mkstemp... yes
# checking for nl_langinfo... yes
# checking for wcscoll... yes
# checking for stpncpy... yes
# checking for strndup... yes
# checking for vasnprintf... no
# checking for snprintf... yes
# checking for wcrtomb... yes
# checking for iswcntrl... yes
# checking for _set_invalid_parameter_handler... no
# checking for newlocale... yes
# checking for setenv... yes
# checking for wctob... yes
# checking for nl_langinfo and CODESET... yes
# checking for a traditional french locale... none
# checking whether // is distinct from /... no
# checking whether realpath works... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for unistd.h... (cached) yes
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking xlocale.h usability... yes
# checking xlocale.h presence... yes
# checking for xlocale.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking selinux/selinux.h usability... no
# checking selinux/selinux.h presence... no
# checking for selinux/selinux.h... no
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking for stdint.h... (cached) yes
# checking for sys/stat.h... (cached) yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking features.h usability... yes
# checking features.h presence... yes
# checking for features.h... yes
# checking for inttypes.h... (cached) yes
# checking whether the preprocessor supports include_next... yes
# checking whether system header files limit the line length... no
# checking for complete errno.h... yes
# checking for working fcntl.h... yes
# checking for pid_t... yes
# checking for mode_t... yes
# checking for mbstate_t... yes
# checking whether getdelim is declared... yes
# checking whether getline is declared... 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 struct timeval... yes
# checking for wide-enough struct timeval.tv_sec member... yes
# checking whether gettimeofday is declared without a macro... yes
# checking whether getc_unlocked is declared... yes
# checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
# checking for wchar_t... yes
# checking whether NULL can be used in arbitrary expressions... yes
# checking whether lstat correctly handles trailing slash... yes
# checking for inline... inline
# checking whether malloc, realloc, calloc are POSIX compliant... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for unsigned long long int... yes
# checking for long long int... yes
# checking for a traditional japanese locale... none
# checking for a transitional chinese locale... none
# checking for a french Unicode locale... none
# checking for mmap... yes
# checking for MAP_ANONYMOUS... yes
# checking whether memchr works... yes
# checking for library containing setfilecon... no
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking whether stdint.h conforms to C99... yes
# checking whether stpncpy is declared... yes
# checking whether ffsl is declared without a macro... yes
# checking whether ffsll is declared without a macro... yes
# checking whether memmem is declared without a macro... yes
# checking whether mempcpy is declared without a macro... yes
# checking whether memrchr is declared without a macro... yes
# checking whether rawmemchr is declared without a macro... yes
# 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... yes
# 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... yes
# checking whether strndup is declared... (cached) yes
# checking whether strnlen is declared... (cached) yes
# checking whether strstr works... yes
# checking whether stat file-mode macros are broken... no
# checking for struct timespec in ... yes
# checking for wint_t... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for intmax_t... yes
# checking where to find the exponent in a 'double'... word 1 bit 20
# checking whether snprintf returns a byte count as in C99... yes
# checking for snprintf... (cached) yes
# checking for strnlen... yes
# checking for wcslen... yes
# checking for wcsnlen... yes
# checking for mbrtowc... (cached) yes
# checking for wcrtomb... (cached) yes
# checking whether _snprintf is declared... no
# checking if environ is properly declared... yes
# checking whether getcwd (NULL, 0) allocates memory for result... yes
# checking for getcwd with POSIX signature... yes
# checking whether imaxabs is declared without a macro... yes
# checking whether imaxdiv is declared without a macro... yes
# checking whether strtoimax is declared without a macro... yes
# checking whether strtoumax is declared without a macro... yes
# checking for inttypes.h... (cached) yes
# checking whether the inttypes.h PRIxNN macros are broken... no
# checking for LC_MESSAGES... yes
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for ld used by GCC... /usr/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking whether imported symbols can be declared weak... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_kill in -lpthread... yes
# checking for multithread API to use... posix
# checking for promoted mode_t type... mode_t
# checking whether setenv is declared... yes
# checking search.h usability... yes
# checking search.h presence... yes
# checking for search.h... yes
# checking for tsearch... yes
# checking whether alarm is declared... yes
# checking whether unsetenv is declared... yes
# checking for alloca as a compiler built-in... yes
# checking for argz.h... yes
# checking for error_t... yes
# checking for argz_replace... yes
# checking if argz actually works... yes
# checking whether btowc(0) is correct... yes
# checking whether btowc(EOF) is correct... guessing yes
# checking whether isblank is declared without a macro... yes
# checking whether fcntl is declared without a macro... yes
# checking whether openat is declared without a macro... yes
# checking whether conversion from 'int' to 'long double' works... yes
# checking for working POSIX fnmatch... yes
# checking for working getdelim function... yes
# checking for getline... yes
# checking for working getline function... yes
# checking whether gettimeofday clobbers localtime buffer... no
# checking for gettimeofday with POSIX signature... almost
# checking whether langinfo.h defines CODESET... yes
# checking whether langinfo.h defines T_FMT_AMPM... yes
# checking whether langinfo.h defines ERA... yes
# checking whether langinfo.h defines YESEXPR... yes
# checking whether nl_langinfo is declared without a macro... yes
# checking whether locale.h conforms to POSIX:2001... yes
# checking whether locale.h defines locale_t... yes
# checking whether struct lconv is properly defined... yes
# checking whether setlocale is declared without a macro... yes
# checking whether duplocale is declared without a macro... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... (cached) 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 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 for mempcpy... (cached) yes
# checking for working mkstemp... yes
# checking whether YESEXPR works... yes
# checking for rawmemchr... yes
# checking whether readlink signature is correct... yes
# checking whether readlink handles trailing slash correctly... yes
# checking for working re_compile_pattern... yes
# checking for selinux/selinux.h... (cached) no
# checking selinux/context.h usability... no
# checking selinux/context.h presence... no
# checking for selinux/context.h... no
# checking for stdint.h... (cached) yes
# checking for SIZE_MAX... yes
# checking for ssize_t... yes
# checking whether stat handles trailing slashes on directories... yes
# checking whether stat handles trailing slashes on files... yes
# checking whether NULL can be used in arbitrary expressions... (cached) yes
# checking whether dprintf is declared without a macro... yes
# checking whether fpurge is declared without a macro... no
# 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... yes
# 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... yes
# 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... yes
# checking whether random is declared without a macro... yes
# checking whether random_r is declared without a macro... yes
# checking whether realpath is declared without a macro... yes
# checking whether rpmatch is declared without a macro... yes
# 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... yes
# checking whether srandom is declared without a macro... yes
# checking whether srandom_r is declared without a macro... yes
# 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 stpcpy... yes
# checking for working stpncpy... yes
# checking for strchrnul... yes
# checking whether strchrnul works... yes
# checking for working strndup... yes
# checking for working strnlen... yes
# checking whether strstr works in linear time... yes
# checking whether strstr works... (cached) yes
# checking for nlink_t... yes
# checking whether fchmodat is declared without a macro... yes
# checking whether fstat is declared without a macro... yes
# checking whether fstatat is declared without a macro... yes
# checking whether futimens is declared without a macro... yes
# checking whether lchmod is declared without a macro... yes
# checking whether lstat is declared without a macro... yes
# checking whether mkdirat is declared without a macro... yes
# checking whether mkfifo is declared without a macro... yes
# checking whether mkfifoat is declared without a macro... yes
# checking whether mknod is declared without a macro... yes
# checking whether mknodat is declared without a macro... yes
# checking whether stat is declared without a macro... yes
# checking whether utimensat is declared without a macro... yes
# checking whether waitpid is declared without a macro... 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... yes
# checking whether euidaccess is declared without a macro... yes
# 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... yes
# 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 for ptrdiff_t... yes
# checking for vasprintf... 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... yes
# checking whether wcscpy is declared without a macro... yes
# checking whether wcpcpy is declared without a macro... yes
# checking whether wcsncpy is declared without a macro... yes
# checking whether wcpncpy is declared without a macro... yes
# 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 mbrtowc handles incomplete characters... (cached) guessing yes
# checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
# checking whether wcrtomb return value is correct... guessing 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 for stdint.h... (cached) yes
# checking for a traditional french locale... (cached) none
# checking for a french Unicode locale... (cached) none
# checking for a traditional french locale... (cached) none
# checking for a turkish Unicode locale... none
# checking whether dup2 works... yes
# checking whether fdopen sets errno... yes
# checking for getpagesize... yes
# checking whether getpagesize is declared... (cached) yes
# checking whether INT32_MAX < INTMAX_MAX... yes
# checking whether INT64_MAX == LONG_MAX... yes
# checking whether UINT32_MAX < UINTMAX_MAX... yes
# checking whether UINT64_MAX == ULONG_MAX... yes
# checking for setlocale... yes
# checking for uselocale... (cached) yes
# checking for pthread_rwlock_t... yes
# checking for a traditional french locale... (cached) none
# checking for a french Unicode locale... (cached) none
# checking for a traditional japanese locale... (cached) none
# checking for a transitional chinese locale... (cached) none
# checking for a french Unicode locale... (cached) none
# checking for a traditional french locale... (cached) none
# checking for a french Unicode locale... (cached) none
# checking for a traditional japanese locale... (cached) none
# checking for a transitional chinese locale... (cached) none
# checking for mmap... (cached) yes
# checking for MAP_ANONYMOUS... yes
# checking for a traditional french locale... (cached) none
# checking for a french Unicode locale... (cached) none
# checking whether open recognizes a trailing slash... yes
# checking for putenv compatible with GNU and SVID... yes
# checking for mmap... (cached) yes
# checking for MAP_ANONYMOUS... yes
# checking whether setenv validates arguments... yes
# checking for a traditional french locale... (cached) none
# checking for a french Unicode locale... (cached) none
# checking for a traditional japanese locale... (cached) none
# checking for a transitional chinese locale... (cached) none
# checking for wchar_t... (cached) yes
# checking for wint_t... (cached) yes
# checking for mmap... (cached) yes
# checking for MAP_ANONYMOUS... yes
# checking for mmap... (cached) yes
# checking for MAP_ANONYMOUS... yes
# checking whether symlink handles trailing slash correctly... yes
# checking for pthread_atfork... yes
# checking for unsetenv... yes
# checking for unsetenv() return type... int
# checking whether unsetenv obeys POSIX... yes
# checking for a traditional french locale... (cached) none
# checking for a french Unicode locale... (cached) none
# checking for a traditional japanese locale... (cached) none
# checking for a transitional chinese locale... (cached) none
# checking whether wctob works... guessing yes
# checking whether wctob is declared... (cached) yes
# checking for sched_yield in -lrt... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBXML... yes
# checking for strerror_r... yes
# checking for fsync... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating gnulib/lib/Makefile
# config.status: creating gnulib/tests/Makefile
# config.status: creating src/Makefile
# config.status: creating man/Makefile
# config.status: creating tests/Makefile
# config.status: creating examples/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/naturaldocs/Makefile
# config.status: creating augeas.pc
# config.status: creating augeas.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0'
# Making all in gnulib/lib
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# GEN alloca.h
# GEN configmake.h
# GEN c++defs.h
# GEN warn-on-use.h
# GEN arg-nonnull.h
# GEN unused-parameter.h
# GEN sys/types.h
# GEN sys/wait.h
# GEN time.h
# GEN unistd.h
# GEN wchar.h
# GEN wctype.h
# GEN ctype.h
# GEN fcntl.h
# GEN langinfo.h
# GEN locale.h
# GEN selinux/selinux.h
# GEN selinux/context.h
# GEN stdio.h
# GEN stdlib.h
# GEN string.h
# GEN sys/stat.h
# GEN sys/time.h
# make all-recursive
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make[4]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# CC localcharset.lo
# CC malloca.lo
# CC safe-alloc.lo
# CC strnlen1.lo
# CC tempname.lo
# CC asnprintf.lo
# CC printf-args.lo
# CC printf-parse.lo
# CC vasnprintf.lo
# GEN charset.alias
# GEN ref-add.sed
# GEN ref-del.sed
# CCLD libgnu.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[4]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# Making all in src
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/src'
# echo '#define DATADIR "/usr/share"' > datadir.h1
# ../build/ac-aux/move-if-change datadir.h1 datadir.h
# make all-am
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/src'
# CC fa.lo
# CC hash.lo
# CC memory.lo
# CC ref.lo
# CC augeas.lo
# CC augrun.lo
# CC pathx.lo
# pathx.c:124:26: warning: 'axis_sep' defined but not used [-Wunused-const-variable=]
# static const char *const axis_sep = "::";
# ^~~~~~~~
# CC internal.lo
# CC syntax.lo
# CC parser.lo
# CC builtin.lo
# CC lens.lo
# CC regexp.lo
# CC transform.lo
# CC ast.lo
# CC get.lo
# CC put.lo
# CC info.lo
# CC errcode.lo
# CC jmt.lo
# CC liblexer_la-lexer.lo
# lexer.c: In function 'yy_fatal_error':
# lexer.c:1973:58: warning: unused parameter 'yyscanner' [-Wunused-parameter]
# static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
# ^~~~~~~~~
# lexer.c: In function 'augl_alloc':
# lexer.c:2317:46: warning: unused parameter 'yyscanner' [-Wunused-parameter]
# void *augl_alloc (yy_size_t size , yyscan_t yyscanner)
# ^~~~~~~~~
# lexer.c: In function 'augl_realloc':
# lexer.c:2322:61: warning: unused parameter 'yyscanner' [-Wunused-parameter]
# void *augl_realloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
# ^~~~~~~~~
# lexer.c: In function 'augl_free':
# lexer.c:2334:39: warning: unused parameter 'yyscanner' [-Wunused-parameter]
# void augl_free (void * ptr , yyscan_t yyscanner)
# ^~~~~~~~~
# At top level:
# lexer.c:1533:16: warning: 'input' defined but not used [-Wunused-function]
# static int input (yyscan_t yyscanner)
# ^~~~~
# lexer.c:1487:17: warning: 'yyunput' defined but not used [-Wunused-function]
# static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner)
# ^~~~~~~
# CC augtool.o
# CC augparse.o
# CCLD libfa.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CCLD liblexer.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CCLD libaugeas.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CCLD augtool
# CCLD augparse
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/src'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/src'
# Making all in gnulib/tests
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# GEN c++defs.h
# GEN warn-on-use.h
# GEN arg-nonnull.h
# GEN unused-parameter.h
# GEN inttypes.h
# make all-recursive
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# Making all in .
# make[4]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# Making all in tests
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/tests'
# CC leak.o
# CCLD leak
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/tests'
# Making all in man
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/man'
# Making all in doc
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/doc'
# Making all in naturaldocs
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/doc/naturaldocs'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/doc/naturaldocs'
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/doc'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/doc'
# Making all in examples
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/examples'
# CC fadot.o
# CCLD fadot
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/examples'
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in gnulib/lib
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make install-recursive
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make[4]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# if test yes = no; then \
# case 'linux-gnu' 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 /tmp/augeas/src/augeas-1.5.0/build/ac-aux/install-sh -d /tmp/augeas/pkg/augeas/usr/lib ; \
# fi ; \
# if test -f /tmp/augeas/pkg/augeas/usr/lib/charset.alias; then \
# sed -f ref-add.sed /tmp/augeas/pkg/augeas/usr/lib/charset.alias > /tmp/augeas/pkg/augeas/usr/lib/charset.tmp ; \
# /usr/bin/install -c -m 644 /tmp/augeas/pkg/augeas/usr/lib/charset.tmp /tmp/augeas/pkg/augeas/usr/lib/charset.alias ; \
# rm -f /tmp/augeas/pkg/augeas/usr/lib/charset.tmp ; \
# else \
# if $need_charset_alias; then \
# sed -f ref-add.sed charset.alias > /tmp/augeas/pkg/augeas/usr/lib/charset.tmp ; \
# /usr/bin/install -c -m 644 /tmp/augeas/pkg/augeas/usr/lib/charset.tmp /tmp/augeas/pkg/augeas/usr/lib/charset.alias ; \
# rm -f /tmp/augeas/pkg/augeas/usr/lib/charset.tmp ; \
# fi ; \
# fi
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/lib'
# Making install in src
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0/src'
# echo '#define DATADIR "/usr/share"' > datadir.h1
# ../build/ac-aux/move-if-change datadir.h1 datadir.h
# make install-am
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/src'
# echo '#define DATADIR "/usr/share"' > datadir.h1
# ../build/ac-aux/move-if-change datadir.h1 datadir.h
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/src'
# echo '#define DATADIR "/usr/share"' > datadir.h1
# ../build/ac-aux/move-if-change datadir.h1 datadir.h
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/include'
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/lib'
# /usr/bin/install -c -m 644 augeas.h fa.h '/tmp/augeas/pkg/augeas/usr/include'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libfa.la libaugeas.la '/tmp/augeas/pkg/augeas/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libfa.so.1.4.2 /tmp/augeas/pkg/augeas/usr/lib/libfa.so.1.4.2
# libtool: install: (cd /tmp/augeas/pkg/augeas/usr/lib && { ln -s -f libfa.so.1.4.2 libfa.so.1 || { rm -f libfa.so.1 && ln -s libfa.so.1.4.2 libfa.so.1; }; })
# libtool: install: (cd /tmp/augeas/pkg/augeas/usr/lib && { ln -s -f libfa.so.1.4.2 libfa.so || { rm -f libfa.so && ln -s libfa.so.1.4.2 libfa.so; }; })
# libtool: install: /usr/bin/install -c .libs/libfa.lai /tmp/augeas/pkg/augeas/usr/lib/libfa.la
# libtool: install: warning: relinking `libaugeas.la'
# libtool: install: (cd /tmp/augeas/src/augeas-1.5.0/src; /bin/sh /tmp/augeas/src/augeas-1.5.0/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -fexceptions -fasynchronous-unwind-tables -I ../gnulib/lib -I ../gnulib/lib -I/usr/include/libxml2 -Wl,--version-script=./augeas_sym.version -version-info 20:1:20 -o libaugeas.la -rpath /usr/lib augeas.lo augrun.lo pathx.lo internal.lo memory.lo ref.lo syntax.lo parser.lo builtin.lo lens.lo regexp.lo transform.lo ast.lo get.lo put.lo info.lo errcode.lo jmt.lo liblexer.la libfa.la -lxml2 ../gnulib/lib/libgnu.la -inst-prefix-dir /tmp/augeas/pkg/augeas)
# libtool: install: /usr/bin/install -c .libs/libaugeas.so.0.20.1T /tmp/augeas/pkg/augeas/usr/lib/libaugeas.so.0.20.1
# libtool: install: (cd /tmp/augeas/pkg/augeas/usr/lib && { ln -s -f libaugeas.so.0.20.1 libaugeas.so.0 || { rm -f libaugeas.so.0 && ln -s libaugeas.so.0.20.1 libaugeas.so.0; }; })
# libtool: install: (cd /tmp/augeas/pkg/augeas/usr/lib && { ln -s -f libaugeas.so.0.20.1 libaugeas.so || { rm -f libaugeas.so && ln -s libaugeas.so.0.20.1 libaugeas.so; }; })
# libtool: install: /usr/bin/install -c .libs/libaugeas.lai /tmp/augeas/pkg/augeas/usr/lib/libaugeas.la
# libtool: install: /usr/bin/install -c .libs/libfa.a /tmp/augeas/pkg/augeas/usr/lib/libfa.a
# libtool: install: chmod 644 /tmp/augeas/pkg/augeas/usr/lib/libfa.a
# libtool: install: ranlib /tmp/augeas/pkg/augeas/usr/lib/libfa.a
# libtool: install: /usr/bin/install -c .libs/libaugeas.a /tmp/augeas/pkg/augeas/usr/lib/libaugeas.a
# libtool: install: chmod 644 /tmp/augeas/pkg/augeas/usr/lib/libaugeas.a
# libtool: install: ranlib /tmp/augeas/pkg/augeas/usr/lib/libaugeas.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c augtool augparse '/tmp/augeas/pkg/augeas/usr/bin'
# libtool: install: warning: `libaugeas.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/augeas/src/augeas-1.5.0/src/libfa.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/augtool /tmp/augeas/pkg/augeas/usr/bin/augtool
# libtool: install: warning: `libaugeas.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/augeas/src/augeas-1.5.0/src/libfa.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/augparse /tmp/augeas/pkg/augeas/usr/bin/augparse
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/src'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/src'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/src'
# Making install in gnulib/tests
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make install-recursive
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# Making install in .
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make[4]: Entering directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/gnulib/tests'
# Making install in tests
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0/tests'
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/tests'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/tests'
# Making install in man
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0/man'
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/share/man/man1'
# /usr/bin/install -c -m 644 augtool.1 augparse.1 '/tmp/augeas/pkg/augeas/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/man'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/man'
# Making install in doc
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0/doc'
# Making install in naturaldocs
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/doc/naturaldocs'
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/doc/naturaldocs'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/doc/naturaldocs'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/doc/naturaldocs'
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/doc'
# make[3]: Entering directory '/tmp/augeas/src/augeas-1.5.0/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/share/vim/vimfiles'
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/share/vim/vimfiles/ftdetect'
# /usr/bin/install -c -m 644 ftdetect/augeas.vim '/tmp/augeas/pkg/augeas/usr/share/vim/vimfiles/ftdetect'
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/share/vim/vimfiles/syntax'
# /usr/bin/install -c -m 644 syntax/augeas.vim '/tmp/augeas/pkg/augeas/usr/share/vim/vimfiles/syntax'
# make[3]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/doc'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/doc'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/doc'
# Making install in examples
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0/examples'
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0/examples'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c fadot '/tmp/augeas/pkg/augeas/usr/bin'
# libtool: install: warning: `../src/libfa.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/fadot /tmp/augeas/pkg/augeas/usr/bin/fadot
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/examples'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0/examples'
# make[1]: Entering directory '/tmp/augeas/src/augeas-1.5.0'
# make[2]: Entering directory '/tmp/augeas/src/augeas-1.5.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist'
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist/tests'
# /usr/bin/install -c -m 644 lenses/rsyncd.aug lenses/jmxpassword.aug lenses/aptcacherngsecurity.aug lenses/ldso.aug lenses/ssh.aug lenses/dpkg.aug lenses/pythonpaste.aug lenses/dput.aug lenses/sip_conf.aug lenses/pgbouncer.aug lenses/nginx.aug lenses/php.aug lenses/build.aug lenses/soma.aug lenses/backuppchosts.aug lenses/redis.aug lenses/webmin.aug lenses/simplelines.aug lenses/sshd.aug lenses/pamconf.aug lenses/networks.aug lenses/bbhosts.aug lenses/postfix_master.aug lenses/aptsources.aug lenses/fstab.aug lenses/postfix_sasl_smtpd.aug lenses/syslog.aug lenses/fuse.aug lenses/gshadow.aug lenses/login_defs.aug lenses/sep.aug lenses/collectd.aug lenses/ntpd.aug lenses/postfix_virtual.aug lenses/inifile.aug lenses/dns_zone.aug lenses/jettyrealm.aug lenses/xorg.aug lenses/cron.aug lenses/multipath.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist'
# /usr/bin/install -c -m 644 lenses/cgconfig.aug lenses/pylonspaste.aug lenses/rmt.aug lenses/puppetfile.aug lenses/krb5.aug lenses/openshift_http.aug lenses/crypttab.aug lenses/grub.aug lenses/mysql.aug lenses/updatedb.aug lenses/automaster.aug lenses/ldif.aug lenses/rx.aug lenses/odbc.aug lenses/hostname.aug lenses/postfix_access.aug lenses/puppetfileserver.aug lenses/mke2fs.aug lenses/dhcpd.aug lenses/aptpreferences.aug lenses/chrony.aug lenses/monit.aug lenses/logwatch.aug lenses/kdump.aug lenses/sudoers.aug lenses/activemq_conf.aug lenses/fai_diskconfig.aug lenses/protocols.aug lenses/shellvars.aug lenses/logrotate.aug lenses/yum.aug lenses/postfix_main.aug lenses/aptconf.aug lenses/fonts.aug lenses/networkmanager.aug lenses/iptables.aug lenses/cobblermodules.aug lenses/util.aug lenses/afs_cellalias.aug lenses/systemd.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist'
# /usr/bin/install -c -m 644 lenses/tests/test_kdump.aug lenses/tests/test_solaris_system.aug lenses/tests/test_mongodbserver.aug lenses/tests/test_carbon.aug lenses/tests/test_cobblersettings.aug lenses/tests/test_jaas.aug lenses/tests/test_koji.aug lenses/tests/test_postfix_access.aug lenses/tests/test_puppetfileserver.aug lenses/tests/test_trapperkeeper.aug lenses/tests/test_subversion.aug lenses/tests/test_ldif.aug lenses/tests/test_cyrus_imapd.aug lenses/tests/test_access.aug lenses/tests/test_authorized_keys.aug lenses/tests/test_cgrules.aug lenses/tests/test_cpanel.aug lenses/tests/test_phpvars.aug lenses/tests/test_shellvars.aug lenses/tests/test_util.aug lenses/tests/test_pythonpaste.aug lenses/tests/test_webmin.aug lenses/tests/test_spacevars.aug lenses/tests/test_xymon_alerting.aug lenses/tests/test_lokkit.aug lenses/tests/test_gdm.aug lenses/tests/test_iscsid.aug lenses/tests/test_nginx.aug lenses/tests/test_ldso.aug lenses/tests/test_mailscanner.aug lenses/tests/test_splunk.aug lenses/tests/test_vmware_config.aug lenses/tests/test_ldap.aug lenses/tests/test_channels.aug lenses/tests/test_protocols.aug lenses/tests/test_shadow.aug lenses/tests/test_monit.aug lenses/tests/test_resolv.aug lenses/tests/test_desktop.aug lenses/tests/test_syslog.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist/tests'
# /usr/bin/install -c -m 644 lenses/shellvars_list.aug lenses/openshift_config.aug lenses/bootconf.aug lenses/ethers.aug lenses/exports.aug lenses/gdm.aug lenses/mdadm_conf.aug lenses/authorized_keys.aug lenses/iproute2.aug lenses/erlang.aug lenses/anacron.aug lenses/resolv.aug lenses/shells.aug lenses/smbusers.aug lenses/openvpn.aug lenses/pg_hba.aug lenses/lvm.aug lenses/aliases.aug lenses/sysconfig.aug lenses/jaas.aug lenses/phpvars.aug lenses/tuned.aug lenses/openshift_quickstarts.aug lenses/iscsid.aug lenses/mongodbserver.aug lenses/shadow.aug lenses/cups.aug lenses/ntp.aug lenses/stunnel.aug lenses/sysconfig_route.aug lenses/wine.aug lenses/inetd.aug lenses/gtkbookmarks.aug lenses/csv.aug lenses/desktop.aug lenses/vfstab.aug lenses/netmasks.aug lenses/hosts.aug lenses/htpasswd.aug lenses/hosts_access.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist'
# /usr/bin/install -c -m 644 lenses/tests/test_postfix_main.aug lenses/tests/test_rhsm.aug lenses/tests/test_clamav.aug lenses/tests/test_cachefilesd.aug lenses/tests/test_mailscanner_rules.aug lenses/tests/test_modules.aug lenses/tests/test_rmt.aug lenses/tests/test_inetd.aug lenses/tests/test_lvm.aug lenses/tests/test_rabbitmq.aug lenses/tests/test_exports.aug lenses/tests/test_automounter.aug lenses/tests/test_soma.aug lenses/tests/test_csv.aug lenses/tests/test_passwd.aug lenses/tests/test_rx.aug lenses/tests/test_simplelines.aug lenses/tests/test_ntpd.aug lenses/tests/test_dovecot.aug lenses/tests/test_device_map.aug lenses/tests/test_nagiosobjects.aug lenses/tests/test_php.aug lenses/tests/test_rsyncd.aug lenses/tests/test_sip_conf.aug lenses/tests/test_sudoers.aug lenses/tests/test_lightdm.aug lenses/tests/test_crypttab.aug lenses/tests/test_postgresql.aug lenses/tests/test_mcollective.aug lenses/tests/test_aptcacherngsecurity.aug lenses/tests/test_dput.aug lenses/tests/test_ntp.aug lenses/tests/test_puppet.aug lenses/tests/test_logwatch.aug lenses/tests/test_sysconfig.aug lenses/tests/test_tmpfiles.aug lenses/tests/test_odbc.aug lenses/tests/test_bootconf.aug lenses/tests/test_interfaces.aug lenses/tests/test_chrony.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist/tests'
# /usr/bin/install -c -m 644 lenses/samba.aug lenses/automounter.aug lenses/quote.aug lenses/pagekite.aug lenses/lightdm.aug lenses/nagioscfg.aug lenses/inittab.aug lenses/puppet_auth.aug lenses/slapd.aug lenses/dnsmasq.aug lenses/interfaces.aug lenses/passwd.aug lenses/thttpd.aug lenses/xymon.aug lenses/puppet.aug lenses/jmxaccess.aug lenses/limits.aug lenses/access.aug lenses/apt_update_manager.aug lenses/simplevars.aug lenses/avahi.aug lenses/properties.aug lenses/nrpe.aug lenses/lokkit.aug lenses/xendconfsxp.aug lenses/mcollective.aug lenses/memcached.aug lenses/mailscanner_rules.aug lenses/debctrl.aug lenses/sssd.aug lenses/host_conf.aug lenses/inputrc.aug lenses/trapperkeeper.aug lenses/dhclient.aug lenses/activemq_xml.aug lenses/modules.aug lenses/clamav.aug lenses/xinetd.aug lenses/tmpfiles.aug lenses/solaris_system.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist'
# /usr/bin/install -c -m 644 lenses/tests/test_up2date.aug lenses/tests/test_keepalived.aug lenses/tests/test_star.aug lenses/tests/test_dhcpd.aug lenses/tests/test_aptsources.aug lenses/tests/test_fuse.aug lenses/tests/test_ssh.aug lenses/tests/test_squid.aug lenses/tests/test_jmxpassword.aug lenses/tests/test_fstab.aug lenses/tests/test_collectd.aug lenses/tests/test_properties.aug lenses/tests/test_sysctl.aug lenses/tests/test_host_conf.aug lenses/tests/test_xinetd.aug lenses/tests/test_jmxaccess.aug lenses/tests/test_cron.aug lenses/tests/test_yaml.aug lenses/tests/test_services.aug lenses/tests/test_avahi.aug lenses/tests/test_tuned.aug lenses/tests/test_reprepro_uploaders.aug lenses/tests/test_networkmanager.aug lenses/tests/test_iptables.aug lenses/tests/test_build.aug lenses/tests/test_cobblermodules.aug lenses/tests/test_aptconf.aug lenses/tests/test_openshift_config.aug lenses/tests/test_dns_zone.aug lenses/tests/test_apt_update_manager.aug lenses/tests/test_activemq_conf.aug lenses/tests/test_logrotate.aug lenses/tests/test_mke2fs.aug lenses/tests/test_group.aug lenses/tests/test_shellvars_list.aug lenses/tests/test_darkice.aug lenses/tests/test_iproute2.aug lenses/tests/test_xml.aug lenses/tests/test_postfix_transport.aug lenses/tests/test_pylonspaste.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist/tests'
# /usr/bin/install -c -m 644 lenses/dovecot.aug lenses/carbon.aug lenses/modprobe.aug lenses/pam.aug lenses/cobblersettings.aug lenses/nagiosobjects.aug lenses/masterpasswd.aug lenses/cyrus_imapd.aug lenses/reprepro_uploaders.aug lenses/pbuilder.aug lenses/cgrules.aug lenses/cpanel.aug lenses/json.aug lenses/qpid.aug lenses/koji.aug lenses/xml.aug lenses/up2date.aug lenses/spacevars.aug lenses/rsyslog.aug lenses/httpd.aug lenses/device_map.aug lenses/rhsm.aug lenses/darkice.aug lenses/splunk.aug lenses/yaml.aug lenses/group.aug lenses/channels.aug lenses/cachefilesd.aug lenses/postfix_transport.aug lenses/mailscanner.aug lenses/vsftpd.aug lenses/services.aug lenses/star.aug lenses/rabbitmq.aug lenses/modules_conf.aug lenses/subversion.aug lenses/schroot.aug lenses/squid.aug lenses/keepalived.aug lenses/known_hosts.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist'
# /usr/bin/install -c -m 644 lenses/tests/test_stunnel.aug lenses/tests/test_sysconfig_route.aug lenses/tests/test_openvpn.aug lenses/tests/test_htpasswd.aug lenses/tests/test_known_hosts.aug lenses/tests/test_hostname.aug lenses/tests/test_vfstab.aug lenses/tests/test_login_defs.aug lenses/tests/test_aptpreferences.aug lenses/tests/test_openshift_quickstarts.aug lenses/tests/test_sssd.aug lenses/tests/test_smbusers.aug lenses/tests/test_activemq_xml.aug lenses/tests/test_backuppchosts.aug lenses/tests/test_redis.aug lenses/tests/test_gtkbookmarks.aug lenses/tests/test_debctrl.aug lenses/tests/test_json.aug lenses/tests/test_approx.aug lenses/tests/test_quote.aug lenses/tests/test_cups.aug lenses/tests/test_erlang.aug lenses/tests/test_modules_conf.aug lenses/tests/test_netmasks.aug lenses/tests/test_sshd.aug lenses/tests/test_hosts.aug lenses/tests/test_samba.aug lenses/tests/test_hosts_access.aug lenses/tests/test_vsftpd.aug lenses/tests/test_systemd.aug lenses/tests/test_xymon.aug lenses/tests/test_wine.aug lenses/tests/test_pgbouncer.aug lenses/tests/test_bbhosts.aug lenses/tests/test_inittab.aug lenses/tests/test_fonts.aug lenses/tests/test_multipath.aug lenses/tests/test_securetty.aug lenses/tests/test_afs_cellalias.aug lenses/tests/test_dnsmasq.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist/tests'
# /usr/bin/install -c -m 644 lenses/postgresql.aug lenses/approx.aug lenses/sysctl.aug lenses/xymon_alerting.aug lenses/vmware_config.aug lenses/nsswitch.aug lenses/securetty.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist'
# /usr/bin/install -c -m 644 lenses/tests/test_httpd.aug lenses/tests/test_pbuilder.aug lenses/tests/test_automaster.aug lenses/tests/test_slapd.aug lenses/tests/test_dhclient.aug lenses/tests/test_shells.aug lenses/tests/test_anacron.aug lenses/tests/test_postfix_master.aug lenses/tests/test_nagioscfg.aug lenses/tests/test_masterpasswd.aug lenses/tests/test_nrpe.aug lenses/tests/test_postfix_sasl_smtpd.aug lenses/tests/test_xendconfsxp.aug lenses/tests/test_pamconf.aug lenses/tests/test_memcached.aug lenses/tests/test_simplevars.aug lenses/tests/test_thttpd.aug lenses/tests/test_aliases.aug lenses/tests/test_schroot.aug lenses/tests/test_updatedb.aug lenses/tests/test_inputrc.aug lenses/tests/test_limits.aug lenses/tests/test_fai_diskconfig.aug lenses/tests/test_grub.aug lenses/tests/test_pam.aug lenses/tests/test_yum.aug lenses/tests/test_gshadow.aug lenses/tests/test_ethers.aug lenses/tests/test_mdadm_conf.aug lenses/tests/test_puppetfile.aug lenses/tests/test_networks.aug lenses/tests/test_modprobe.aug lenses/tests/test_pg_hba.aug lenses/tests/test_puppet_auth.aug lenses/tests/test_dpkg.aug lenses/tests/test_inifile.aug lenses/tests/test_qpid.aug lenses/tests/test_jettyrealm.aug lenses/tests/test_xorg.aug lenses/tests/test_rsyslog.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist/tests'
# /usr/sbin/mkdir -p '/tmp/augeas/pkg/augeas/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 lenses/tests/test_nsswitch.aug lenses/tests/test_postfix_virtual.aug lenses/tests/test_krb5.aug lenses/tests/test_openshift_http.aug lenses/tests/test_cgconfig.aug lenses/tests/test_pagekite.aug lenses/tests/test_mysql.aug '/tmp/augeas/pkg/augeas/usr/share/augeas/lenses/dist/tests'
# /usr/bin/install -c -m 644 augeas.pc '/tmp/augeas/pkg/augeas/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/augeas/src/augeas-1.5.0'
# make[1]: Leaving directory '/tmp/augeas/src/augeas-1.5.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "augeas"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: augeas 1.5.0-1 (Wed Aug 24 13:50:21 UTC 2016)

CMD: pacman --query --file augeas-1.5.0-1-x86_64.pkg.tar.xz
# augeas 1.5.0-1

Creating hybrid package for 'augeas'

Trying to find vanilla package 'augeas'...

CMD: pacman --query --file /mirror/python2-augeas-0.5.0-1.pkg.tar.xz
# python2-augeas 0.5.0-1

CMD: pacman --query --file /mirror/augeas-1.5.0-1.pkg.tar.xz
# augeas 1.5.0-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/augparse
# /usr/bin/augtool
# /usr/bin/fadot
# /usr/share/man/man1/augparse.1.gz
# /usr/share/man/man1/augtool.1.gz
# /usr/share/augeas/lenses/dist/cobblersettings.aug
# /usr/share/augeas/lenses/dist/automounter.aug
# /usr/share/augeas/lenses/dist/cyrus_imapd.aug
# /usr/share/augeas/lenses/dist/trapperkeeper.aug
# /usr/share/augeas/lenses/dist/dpkg.aug
# /usr/share/augeas/lenses/dist/xml.aug
# /usr/share/augeas/lenses/dist/mcollective.aug
# /usr/share/augeas/lenses/dist/backuppchosts.aug
# /usr/share/augeas/lenses/dist/dnsmasq.aug
# /usr/share/augeas/lenses/dist/lvm.aug
# /usr/share/augeas/lenses/dist/inetd.aug
# /usr/share/augeas/lenses/dist/darkice.aug
# /usr/share/augeas/lenses/dist/xymon_alerting.aug
# /usr/share/augeas/lenses/dist/nsswitch.aug
# /usr/share/augeas/lenses/dist/securetty.aug
# /usr/share/augeas/lenses/dist/sysconfig_route.aug
# /usr/share/augeas/lenses/dist/vmware_config.aug
# /usr/share/augeas/lenses/dist/ntpd.aug
# /usr/share/augeas/lenses/dist/nagioscfg.aug
# /usr/share/augeas/lenses/dist/webmin.aug
# /usr/share/augeas/lenses/dist/stunnel.aug
# /usr/share/augeas/lenses/dist/aptsources.aug
# /usr/share/augeas/lenses/dist/puppet_auth.aug
# /usr/share/augeas/lenses/dist/inifile.aug
# /usr/share/augeas/lenses/dist/login_defs.aug
# /usr/share/augeas/lenses/dist/logwatch.aug
# /usr/share/augeas/lenses/dist/rabbitmq.aug
# /usr/share/augeas/lenses/dist/shellvars.aug
# /usr/share/augeas/lenses/dist/php.aug
# /usr/share/augeas/lenses/dist/postfix_sasl_smtpd.aug
# /usr/share/augeas/lenses/dist/dput.aug
# /usr/share/augeas/lenses/dist/systemd.aug
# /usr/share/augeas/lenses/dist/xinetd.aug
# /usr/share/augeas/lenses/dist/afs_cellalias.aug
# /usr/share/augeas/lenses/dist/squid.aug
# /usr/share/augeas/lenses/dist/known_hosts.aug
# /usr/share/augeas/lenses/dist/json.aug
# /usr/share/augeas/lenses/dist/cobblermodules.aug
# /usr/share/augeas/lenses/dist/rhsm.aug
# /usr/share/augeas/lenses/dist/vsftpd.aug
# /usr/share/augeas/lenses/dist/dns_zone.aug
# /usr/share/augeas/lenses/dist/mke2fs.aug
# /usr/share/augeas/lenses/dist/syslog.aug
# /usr/share/augeas/lenses/dist/lokkit.aug
# /usr/share/augeas/lenses/dist/schroot.aug
# /usr/share/augeas/lenses/dist/postfix_transport.aug
# /usr/share/augeas/lenses/dist/nagiosobjects.aug
# /usr/share/augeas/lenses/dist/jmxpassword.aug
# /usr/share/augeas/lenses/dist/nrpe.aug
# /usr/share/augeas/lenses/dist/shadow.aug
# /usr/share/augeas/lenses/dist/rx.aug
# /usr/share/augeas/lenses/dist/fuse.aug
# /usr/share/augeas/lenses/dist/inputrc.aug
# /usr/share/augeas/lenses/dist/channels.aug
# /usr/share/augeas/lenses/dist/iscsid.aug
# /usr/share/augeas/lenses/dist/openvpn.aug
# /usr/share/augeas/lenses/dist/access.aug
# /usr/share/augeas/lenses/dist/rmt.aug
# /usr/share/augeas/lenses/dist/monit.aug
# /usr/share/augeas/lenses/dist/mailscanner_rules.aug
# /usr/share/augeas/lenses/dist/clamav.aug
# /usr/share/augeas/lenses/dist/csv.aug
# /usr/share/augeas/lenses/dist/aptconf.aug
# /usr/share/augeas/lenses/dist/ssh.aug
# /usr/share/augeas/lenses/dist/openshift_config.aug
# /usr/share/augeas/lenses/dist/shellvars_list.aug
# /usr/share/augeas/lenses/dist/yum.aug
# /usr/share/augeas/lenses/dist/protocols.aug
# /usr/share/augeas/lenses/dist/fai_diskconfig.aug
# /usr/share/augeas/lenses/dist/pylonspaste.aug
# /usr/share/augeas/lenses/dist/iptables.aug
# /usr/share/augeas/lenses/dist/aliases.aug
# /usr/share/augeas/lenses/dist/jettyrealm.aug
# /usr/share/augeas/lenses/dist/redis.aug
# /usr/share/augeas/lenses/dist/splunk.aug
# /usr/share/augeas/lenses/dist/nginx.aug
# /usr/share/augeas/lenses/dist/fonts.aug
# /usr/share/augeas/lenses/dist/aptpreferences.aug
# /usr/share/augeas/lenses/dist/activemq_xml.aug
# /usr/share/augeas/lenses/dist/pagekite.aug
# /usr/share/augeas/lenses/dist/postfix_main.aug
# /usr/share/augeas/lenses/dist/spacevars.aug
# /usr/share/augeas/lenses/dist/apt_update_manager.aug
# /usr/share/augeas/lenses/dist/aptcacherngsecurity.aug
# /usr/share/augeas/lenses/dist/wine.aug
# /usr/share/augeas/lenses/dist/multipath.aug
# /usr/share/augeas/lenses/dist/postfix_access.aug
# /usr/share/augeas/lenses/dist/device_map.aug
# /usr/share/augeas/lenses/dist/mysql.aug
# /usr/share/augeas/lenses/dist/netmasks.aug
# /usr/share/augeas/lenses/dist/sysconfig.aug
# /usr/share/augeas/lenses/dist/ntp.aug
# /usr/share/augeas/lenses/dist/hosts_access.aug
# /usr/share/augeas/lenses/dist/interfaces.aug
# /usr/share/augeas/lenses/dist/collectd.aug
# /usr/share/augeas/lenses/dist/gdm.aug
# /usr/share/augeas/lenses/dist/httpd.aug
# /usr/share/augeas/lenses/dist/automaster.aug
# /usr/share/augeas/lenses/dist/resolv.aug
# /usr/share/augeas/lenses/dist/kdump.aug
# /usr/share/augeas/lenses/dist/pythonpaste.aug
# /usr/share/augeas/lenses/dist/hostname.aug
# /usr/share/augeas/lenses/dist/iproute2.aug
# /usr/share/augeas/lenses/dist/hosts.aug
# /usr/share/augeas/lenses/dist/koji.aug
# /usr/share/augeas/lenses/dist/logrotate.aug
# /usr/share/augeas/lenses/dist/openshift_quickstarts.aug
# /usr/share/augeas/lenses/dist/sep.aug
# /usr/share/augeas/lenses/dist/sip_conf.aug
# /usr/share/augeas/lenses/dist/quote.aug
# /usr/share/augeas/lenses/dist/modules_conf.aug
# /usr/share/augeas/lenses/dist/gtkbookmarks.aug
# /usr/share/augeas/lenses/dist/puppetfile.aug
# /usr/share/augeas/lenses/dist/cron.aug
# /usr/share/augeas/lenses/dist/networkmanager.aug
# /usr/share/augeas/lenses/dist/lightdm.aug
# /usr/share/augeas/lenses/dist/authorized_keys.aug
# /usr/share/augeas/lenses/dist/approx.aug
# /usr/share/augeas/lenses/dist/xendconfsxp.aug
# /usr/share/augeas/lenses/dist/slapd.aug
# /usr/share/augeas/lenses/dist/cgrules.aug
# /usr/share/augeas/lenses/dist/yaml.aug
# /usr/share/augeas/lenses/dist/inittab.aug
# /usr/share/augeas/lenses/dist/fstab.aug
# /usr/share/augeas/lenses/dist/ldif.aug
# /usr/share/augeas/lenses/dist/desktop.aug
# /usr/share/augeas/lenses/dist/rsyncd.aug
# /usr/share/augeas/lenses/dist/sshd.aug
# /usr/share/augeas/lenses/dist/avahi.aug
# /usr/share/augeas/lenses/dist/bootconf.aug
# /usr/share/augeas/lenses/dist/updatedb.aug
# /usr/share/augeas/lenses/dist/networks.aug
# /usr/share/augeas/lenses/dist/properties.aug
# /usr/share/augeas/lenses/dist/postgresql.aug
# /usr/share/augeas/lenses/dist/chrony.aug
# /usr/share/augeas/lenses/dist/sysctl.aug
# /usr/share/augeas/lenses/dist/postfix_master.aug
# /usr/share/augeas/lenses/dist/sudoers.aug
# /usr/share/augeas/lenses/dist/htpasswd.aug
# /usr/share/augeas/lenses/dist/debctrl.aug
# /usr/share/augeas/lenses/dist/pg_hba.aug
# /usr/share/augeas/lenses/dist/puppetfileserver.aug
# /usr/share/augeas/lenses/dist/xorg.aug
# /usr/share/augeas/lenses/dist/grub.aug
# /usr/share/augeas/lenses/dist/tuned.aug
# /usr/share/augeas/lenses/dist/passwd.aug
# /usr/share/augeas/lenses/dist/masterpasswd.aug
# /usr/share/augeas/lenses/dist/ldso.aug
# /usr/share/augeas/lenses/dist/mailscanner.aug
# /usr/share/augeas/lenses/dist/krb5.aug
# /usr/share/augeas/lenses/dist/simplelines.aug
# /usr/share/augeas/lenses/dist/puppet.aug
# /usr/share/augeas/lenses/dist/smbusers.aug
# /usr/share/augeas/lenses/dist/activemq_conf.aug
# /usr/share/augeas/lenses/dist/star.aug
# /usr/share/augeas/lenses/dist/crypttab.aug
# /usr/share/augeas/lenses/dist/keepalived.aug
# /usr/share/augeas/lenses/dist/tmpfiles.aug
# /usr/share/augeas/lenses/dist/openshift_http.aug
# /usr/share/augeas/lenses/dist/services.aug
# /usr/share/augeas/lenses/dist/solaris_system.aug
# /usr/share/augeas/lenses/dist/vfstab.aug
# /usr/share/augeas/lenses/dist/modprobe.aug
# /usr/share/augeas/lenses/dist/jaas.aug
# /usr/share/augeas/lenses/dist/limits.aug
# /usr/share/augeas/lenses/dist/cups.aug
# /usr/share/augeas/lenses/dist/xymon.aug
# /usr/share/augeas/lenses/dist/simplevars.aug
# /usr/share/augeas/lenses/dist/mdadm_conf.aug
# /usr/share/augeas/lenses/dist/build.aug
# /usr/share/augeas/lenses/dist/anacron.aug
# /usr/share/augeas/lenses/dist/gshadow.aug
# /usr/share/augeas/lenses/dist/odbc.aug
# /usr/share/augeas/lenses/dist/phpvars.aug
# /usr/share/augeas/lenses/dist/dovecot.aug
# /usr/share/augeas/lenses/dist/ethers.aug
# /usr/share/augeas/lenses/dist/util.aug
# /usr/share/augeas/lenses/dist/soma.aug
# /usr/share/augeas/lenses/dist/carbon.aug
# /usr/share/augeas/lenses/dist/rsyslog.aug
# /usr/share/augeas/lenses/dist/group.aug
# /usr/share/augeas/lenses/dist/pamconf.aug
# /usr/share/augeas/lenses/dist/qpid.aug
# /usr/share/augeas/lenses/dist/up2date.aug
# /usr/share/augeas/lenses/dist/pgbouncer.aug
# /usr/share/augeas/lenses/dist/exports.aug
# /usr/share/augeas/lenses/dist/reprepro_uploaders.aug
# /usr/share/augeas/lenses/dist/host_conf.aug
# /usr/share/augeas/lenses/dist/postfix_virtual.aug
# /usr/share/augeas/lenses/dist/pam.aug
# /usr/share/augeas/lenses/dist/samba.aug
# /usr/share/augeas/lenses/dist/cgconfig.aug
# /usr/share/augeas/lenses/dist/jmxaccess.aug
# /usr/share/augeas/lenses/dist/dhclient.aug
# /usr/share/augeas/lenses/dist/dhcpd.aug
# /usr/share/augeas/lenses/dist/memcached.aug
# /usr/share/augeas/lenses/dist/pbuilder.aug
# /usr/share/augeas/lenses/dist/mongodbserver.aug
# /usr/share/augeas/lenses/dist/bbhosts.aug
# /usr/share/augeas/lenses/dist/shells.aug
# /usr/share/augeas/lenses/dist/cachefilesd.aug
# /usr/share/augeas/lenses/dist/sssd.aug
# /usr/share/augeas/lenses/dist/subversion.aug
# /usr/share/augeas/lenses/dist/erlang.aug
# /usr/share/augeas/lenses/dist/modules.aug
# /usr/share/augeas/lenses/dist/thttpd.aug
# /usr/share/augeas/lenses/dist/cpanel.aug
# /usr/share/augeas/lenses/dist/tests/test_sshd.aug
# /usr/share/augeas/lenses/dist/tests/test_vfstab.aug
# /usr/share/augeas/lenses/dist/tests/test_openshift_quickstarts.aug
# /usr/share/augeas/lenses/dist/tests/test_aliases.aug
# /usr/share/augeas/lenses/dist/tests/test_inittab.aug
# /usr/share/augeas/lenses/dist/tests/test_passwd.aug
# /usr/share/augeas/lenses/dist/tests/test_csv.aug
# /usr/share/augeas/lenses/dist/tests/test_ntpd.aug
# /usr/share/augeas/lenses/dist/tests/test_group.aug
# /usr/share/augeas/lenses/dist/tests/test_masterpasswd.aug
# /usr/share/augeas/lenses/dist/tests/test_pgbouncer.aug
# /usr/share/augeas/lenses/dist/tests/test_shells.aug
# /usr/share/augeas/lenses/dist/tests/test_anacron.aug
# /usr/share/augeas/lenses/dist/tests/test_host_conf.aug
# /usr/share/augeas/lenses/dist/tests/test_json.aug
# /usr/share/augeas/lenses/dist/tests/test_networks.aug
# /usr/share/augeas/lenses/dist/tests/test_postfix_master.aug
# /usr/share/augeas/lenses/dist/tests/test_exports.aug
# /usr/share/augeas/lenses/dist/tests/test_activemq_conf.aug
# /usr/share/augeas/lenses/dist/tests/test_splunk.aug
# /usr/share/augeas/lenses/dist/tests/test_nagioscfg.aug
# /usr/share/augeas/lenses/dist/tests/test_hosts_access.aug
# /usr/share/augeas/lenses/dist/tests/test_updatedb.aug
# /usr/share/augeas/lenses/dist/tests/test_soma.aug
# /usr/share/augeas/lenses/dist/tests/test_cobblersettings.aug
# /usr/share/augeas/lenses/dist/tests/test_activemq_xml.aug
# /usr/share/augeas/lenses/dist/tests/test_openvpn.aug
# /usr/share/augeas/lenses/dist/tests/test_rx.aug
# /usr/share/augeas/lenses/dist/tests/test_up2date.aug
# /usr/share/augeas/lenses/dist/tests/test_puppetfileserver.aug
# /usr/share/augeas/lenses/dist/tests/test_bootconf.aug
# /usr/share/augeas/lenses/dist/tests/test_fstab.aug
# /usr/share/augeas/lenses/dist/tests/test_pythonpaste.aug
# /usr/share/augeas/lenses/dist/tests/test_jaas.aug
# /usr/share/augeas/lenses/dist/tests/test_grub.aug
# /usr/share/augeas/lenses/dist/tests/test_gtkbookmarks.aug
# /usr/share/augeas/lenses/dist/tests/test_sysctl.aug
# /usr/share/augeas/lenses/dist/tests/test_openshift_config.aug
# /usr/share/augeas/lenses/dist/tests/test_automaster.aug
# /usr/share/augeas/lenses/dist/tests/test_xml.aug
# /usr/share/augeas/lenses/dist/tests/test_networkmanager.aug
# /usr/share/augeas/lenses/dist/tests/test_inifile.aug
# /usr/share/augeas/lenses/dist/tests/test_inputrc.aug
# /usr/share/augeas/lenses/dist/tests/test_limits.aug
# /usr/share/augeas/lenses/dist/tests/test_krb5.aug
# /usr/share/augeas/lenses/dist/tests/test_properties.aug
# /usr/share/augeas/lenses/dist/tests/test_fonts.aug
# /usr/share/augeas/lenses/dist/tests/test_xymon_alerting.aug
# /usr/share/augeas/lenses/dist/tests/test_clamav.aug
# /usr/share/augeas/lenses/dist/tests/test_jettyrealm.aug
# /usr/share/augeas/lenses/dist/tests/test_sysconfig.aug
# /usr/share/augeas/lenses/dist/tests/test_hostname.aug
# /usr/share/augeas/lenses/dist/tests/test_modules.aug
# /usr/share/augeas/lenses/dist/tests/test_iscsid.aug
# /usr/share/augeas/lenses/dist/tests/test_samba.aug
# /usr/share/augeas/lenses/dist/tests/test_nginx.aug
# /usr/share/augeas/lenses/dist/tests/test_sip_conf.aug
# /usr/share/augeas/lenses/dist/tests/test_subversion.aug
# /usr/share/augeas/lenses/dist/tests/test_simplevars.aug
# /usr/share/augeas/lenses/dist/tests/test_postfix_access.aug
# /usr/share/augeas/lenses/dist/tests/test_httpd.aug
# /usr/share/augeas/lenses/dist/tests/test_shadow.aug
# /usr/share/augeas/lenses/dist/tests/test_ldso.aug
# /usr/share/augeas/lenses/dist/tests/test_lvm.aug
# /usr/share/augeas/lenses/dist/tests/test_pylonspaste.aug
# /usr/share/augeas/lenses/dist/tests/test_mysql.aug
# /usr/share/augeas/lenses/dist/tests/test_dovecot.aug
# /usr/share/augeas/lenses/dist/tests/test_authorized_keys.aug
# /usr/share/augeas/lenses/dist/tests/test_debctrl.aug
# /usr/share/augeas/lenses/dist/tests/test_resolv.aug
# /usr/share/augeas/lenses/dist/tests/test_pamconf.aug
# /usr/share/augeas/lenses/dist/tests/test_syslog.aug
# /usr/share/augeas/lenses/dist/tests/test_koji.aug
# /usr/share/augeas/lenses/dist/tests/test_bbhosts.aug
# /usr/share/augeas/lenses/dist/tests/test_phpvars.aug
# /usr/share/augeas/lenses/dist/tests/test_cachefilesd.aug
# /usr/share/augeas/lenses/dist/tests/test_trapperkeeper.aug
# /usr/share/augeas/lenses/dist/tests/test_star.aug
# /usr/share/augeas/lenses/dist/tests/test_mailscanner_rules.aug
# /usr/share/augeas/lenses/dist/tests/test_mdadm_conf.aug
# /usr/share/augeas/lenses/dist/tests/test_tmpfiles.aug
# /usr/share/augeas/lenses/dist/tests/test_simplelines.aug
# /usr/share/augeas/lenses/dist/tests/test_erlang.aug
# /usr/share/augeas/lenses/dist/tests/test_pbuilder.aug
# /usr/share/augeas/lenses/dist/tests/test_avahi.aug
# /usr/share/augeas/lenses/dist/tests/test_collectd.aug
# /usr/share/augeas/lenses/dist/tests/test_aptpreferences.aug
# /usr/share/augeas/lenses/dist/tests/test_dput.aug
# /usr/share/augeas/lenses/dist/tests/test_fai_diskconfig.aug
# /usr/share/augeas/lenses/dist/tests/test_chrony.aug
# /usr/share/augeas/lenses/dist/tests/test_lightdm.aug
# /usr/share/augeas/lenses/dist/tests/test_keepalived.aug
# /usr/share/augeas/lenses/dist/tests/test_nagiosobjects.aug
# /usr/share/augeas/lenses/dist/tests/test_squid.aug
# /usr/share/augeas/lenses/dist/tests/test_gshadow.aug
# /usr/share/augeas/lenses/dist/tests/test_ldif.aug
# /usr/share/augeas/lenses/dist/tests/test_qpid.aug
# /usr/share/augeas/lenses/dist/tests/test_wine.aug
# /usr/share/augeas/lenses/dist/tests/test_sssd.aug
# /usr/share/augeas/lenses/dist/tests/test_redis.aug
# /usr/share/augeas/lenses/dist/tests/test_apt_update_manager.aug
# /usr/share/augeas/lenses/dist/tests/test_postfix_transport.aug
# /usr/share/augeas/lenses/dist/tests/test_jmxpassword.aug
# /usr/share/augeas/lenses/dist/tests/test_logwatch.aug
# /usr/share/augeas/lenses/dist/tests/test_known_hosts.aug
# /usr/share/augeas/lenses/dist/tests/test_multipath.aug
# /usr/share/augeas/lenses/dist/tests/test_shellvars.aug
# /usr/share/augeas/lenses/dist/tests/test_sudoers.aug
# /usr/share/augeas/lenses/dist/tests/test_pg_hba.aug
# /usr/share/augeas/lenses/dist/tests/test_dpkg.aug
# /usr/share/augeas/lenses/dist/tests/test_fuse.aug
# /usr/share/augeas/lenses/dist/tests/test_carbon.aug
# /usr/share/augeas/lenses/dist/tests/test_securetty.aug
# /usr/share/augeas/lenses/dist/tests/test_puppetfile.aug
# /usr/share/augeas/lenses/dist/tests/test_quote.aug
# /usr/share/augeas/lenses/dist/tests/test_darkice.aug
# /usr/share/augeas/lenses/dist/tests/test_puppet.aug
# /usr/share/augeas/lenses/dist/tests/test_interfaces.aug
# /usr/share/augeas/lenses/dist/tests/test_nrpe.aug
# /usr/share/augeas/lenses/dist/tests/test_dhclient.aug
# /usr/share/augeas/lenses/dist/tests/test_cups.aug
# /usr/share/augeas/lenses/dist/tests/test_stunnel.aug
# /usr/share/augeas/lenses/dist/tests/test_mailscanner.aug
# /usr/share/augeas/lenses/dist/tests/test_aptconf.aug
# /usr/share/augeas/lenses/dist/tests/test_crypttab.aug
# /usr/share/augeas/lenses/dist/tests/test_tuned.aug
# /usr/share/augeas/lenses/dist/tests/test_cyrus_imapd.aug
# /usr/share/augeas/lenses/dist/tests/test_modprobe.aug
# /usr/share/augeas/lenses/dist/tests/test_smbusers.aug
# /usr/share/augeas/lenses/dist/tests/test_reprepro_uploaders.aug
# /usr/share/augeas/lenses/dist/tests/test_postfix_virtual.aug
# /usr/share/augeas/lenses/dist/tests/test_logrotate.aug
# /usr/share/augeas/lenses/dist/tests/test_rmt.aug
# /usr/share/augeas/lenses/dist/tests/test_shellvars_list.aug
# /usr/share/augeas/lenses/dist/tests/test_xorg.aug
# /usr/share/augeas/lenses/dist/tests/test_xinetd.aug
# /usr/share/augeas/lenses/dist/tests/test_mcollective.aug
# /usr/share/augeas/lenses/dist/tests/test_kdump.aug
# /usr/share/augeas/lenses/dist/tests/test_nsswitch.aug
# /usr/share/augeas/lenses/dist/tests/test_monit.aug
# /usr/share/augeas/lenses/dist/tests/test_odbc.aug
# /usr/share/augeas/lenses/dist/tests/test_webmin.aug
# /usr/share/augeas/lenses/dist/tests/test_postgresql.aug
# /usr/share/augeas/lenses/dist/tests/test_vsftpd.aug
# /usr/share/augeas/lenses/dist/tests/test_approx.aug
# /usr/share/augeas/lenses/dist/tests/test_spacevars.aug
# /usr/share/augeas/lenses/dist/tests/test_dnsmasq.aug
# /usr/share/augeas/lenses/dist/tests/test_cgconfig.aug
# /usr/share/augeas/lenses/dist/tests/test_htpasswd.aug
# /usr/share/augeas/lenses/dist/tests/test_xymon.aug
# /usr/share/augeas/lenses/dist/tests/test_cobblermodules.aug
# /usr/share/augeas/lenses/dist/tests/test_hosts.aug
# /usr/share/augeas/lenses/dist/tests/test_ntp.aug
# /usr/share/augeas/lenses/dist/tests/test_afs_cellalias.aug
# /usr/share/augeas/lenses/dist/tests/test_pagekite.aug
# /usr/share/augeas/lenses/dist/tests/test_sysconfig_route.aug
# /usr/share/augeas/lenses/dist/tests/test_yaml.aug
# /usr/share/augeas/lenses/dist/tests/test_cgrules.aug
# /usr/share/augeas/lenses/dist/tests/test_login_defs.aug
# /usr/share/augeas/lenses/dist/tests/test_lokkit.aug
# /usr/share/augeas/lenses/dist/tests/test_schroot.aug
# /usr/share/augeas/lenses/dist/tests/test_openshift_http.aug
# /usr/share/augeas/lenses/dist/tests/test_util.aug
# /usr/share/augeas/lenses/dist/tests/test_services.aug
# /usr/share/augeas/lenses/dist/tests/test_netmasks.aug
# /usr/share/augeas/lenses/dist/tests/test_access.aug
# /usr/share/augeas/lenses/dist/tests/test_ldap.aug
# /usr/share/augeas/lenses/dist/tests/test_protocols.aug
# /usr/share/augeas/lenses/dist/tests/test_cron.aug
# /usr/share/augeas/lenses/dist/tests/test_vmware_config.aug
# /usr/share/augeas/lenses/dist/tests/test_ssh.aug
# /usr/share/augeas/lenses/dist/tests/test_build.aug
# /usr/share/augeas/lenses/dist/tests/test_postfix_main.aug
# /usr/share/augeas/lenses/dist/tests/test_jmxaccess.aug
# /usr/share/augeas/lenses/dist/tests/test_aptcacherngsecurity.aug
# /usr/share/augeas/lenses/dist/tests/test_pam.aug
# /usr/share/augeas/lenses/dist/tests/test_inetd.aug
# /usr/share/augeas/lenses/dist/tests/test_channels.aug
# /usr/share/augeas/lenses/dist/tests/test_cpanel.aug
# /usr/share/augeas/lenses/dist/tests/test_desktop.aug
# /usr/share/augeas/lenses/dist/tests/test_postfix_sasl_smtpd.aug
# /usr/share/augeas/lenses/dist/tests/test_backuppchosts.aug
# /usr/share/augeas/lenses/dist/tests/test_mongodbserver.aug
# /usr/share/augeas/lenses/dist/tests/test_dns_zone.aug
# /usr/share/augeas/lenses/dist/tests/test_iproute2.aug
# /usr/share/augeas/lenses/dist/tests/test_yum.aug
# /usr/share/augeas/lenses/dist/tests/test_memcached.aug
# /usr/share/augeas/lenses/dist/tests/test_puppet_auth.aug
# /usr/share/augeas/lenses/dist/tests/test_modules_conf.aug
# /usr/share/augeas/lenses/dist/tests/test_iptables.aug
# /usr/share/augeas/lenses/dist/tests/test_xendconfsxp.aug
# /usr/share/augeas/lenses/dist/tests/test_systemd.aug
# /usr/share/augeas/lenses/dist/tests/test_rhsm.aug
# /usr/share/augeas/lenses/dist/tests/test_ethers.aug
# /usr/share/augeas/lenses/dist/tests/test_rsyslog.aug
# /usr/share/augeas/lenses/dist/tests/test_thttpd.aug
# /usr/share/augeas/lenses/dist/tests/test_solaris_system.aug
# /usr/share/augeas/lenses/dist/tests/test_php.aug
# /usr/share/augeas/lenses/dist/tests/test_mke2fs.aug
# /usr/share/augeas/lenses/dist/tests/test_automounter.aug
# /usr/share/augeas/lenses/dist/tests/test_device_map.aug
# /usr/share/augeas/lenses/dist/tests/test_rabbitmq.aug
# /usr/share/augeas/lenses/dist/tests/test_dhcpd.aug
# /usr/share/augeas/lenses/dist/tests/test_gdm.aug
# /usr/share/augeas/lenses/dist/tests/test_aptsources.aug
# /usr/share/augeas/lenses/dist/tests/test_rsyncd.aug
# /usr/share/augeas/lenses/dist/tests/test_slapd.aug
# /usr/share/vim/vimfiles/syntax/augeas.vim
# /usr/share/vim/vimfiles/ftdetect/augeas.vim
# /usr/lib/libaugeas.so.0.20.1
# /usr/lib/libaugeas.so
# /usr/lib/libfa.so
# /usr/lib/libfa.so.1
# /usr/lib/libaugeas.so.0
# /usr/lib/libfa.so.1.4.2
# /usr/lib/pkgconfig/augeas.pc
# /usr/include/augeas.h
# /usr/include/fa.h
# /sysroot/usr/lib/libfa.so.1.4.2
# /sysroot/usr/lib/libfa.so.1
# /sysroot/usr/lib/libfa.so
# /sysroot/usr/lib/libfa.la
# /sysroot/usr/lib/libaugeas.so.0.20.1
# /sysroot/usr/lib/libaugeas.so.0
# /sysroot/usr/lib/libaugeas.so
# /sysroot/usr/lib/libaugeas.la
# /sysroot/usr/lib/libfa.a
# /sysroot/usr/lib/libaugeas.a
# /sysroot/usr/lib/pkgconfig/augeas.pc
# /sysroot/usr/include/augeas.h
# /sysroot/usr/include/fa.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf augeas.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/augeas.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/augeas.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/augeas.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/augeas/src/augeas-1.5.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by augeas configure 1.5.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = fd1c1bd1b404
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:3446: checking for a BSD-compatible install
# configure:3514: result: /usr/bin/install -c
# configure:3525: checking whether build environment is sane
# configure:3580: result: yes
# configure:3639: checking for x86_64-unknown-linux-strip
# configure:3669: result: no
# configure:3679: checking for strip
# configure:3695: found /usr/sbin/strip
# configure:3706: result: strip
# configure:3731: checking for a thread-safe mkdir -p
# configure:3770: result: /usr/sbin/mkdir -p
# configure:3778: checking for gawk
# configure:3794: found /usr/sbin/gawk
# configure:3805: result: gawk
# configure:3816: checking whether make sets $(MAKE)
# configure:3838: result: yes
# configure:3867: checking whether make supports nested variables
# configure:3884: result: yes
# configure:4021: checking whether make supports nested variables
# configure:4038: result: yes
# configure:4055: checking for naturaldocs
# configure:4088: result: no
# configure:4055: checking for NaturalDocs
# configure:4088: result: no
# configure:4233: checking build system type
# configure:4247: result: x86_64-unknown-linux-gnu
# configure:4267: checking host system type
# configure:4280: result: x86_64-unknown-linux-gnu
# configure:4312: checking for style of include used by make
# configure:4340: result: GNU
# configure:4371: checking for x86_64-unknown-linux-gcc
# configure:4401: result: no
# configure:4411: checking for gcc
# configure:4427: found /usr/sbin/gcc
# configure:4438: result: gcc
# configure:4667: checking for C compiler version
# configure:4676: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:4687: $? = 0
# configure:4676: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4687: $? = 0
# configure:4676: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:4687: $? = 1
# configure:4676: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:4687: $? = 1
# configure:4707: checking whether the C compiler works
# configure:4729: gcc conftest.c >&5
# configure:4733: $? = 0
# configure:4781: result: yes
# configure:4784: checking for C compiler default output file name
# configure:4786: result: a.out
# configure:4792: checking for suffix of executables
# configure:4799: gcc -o conftest conftest.c >&5
# configure:4803: $? = 0
# configure:4825: result:
# configure:4847: checking whether we are cross compiling
# configure:4855: gcc -o conftest conftest.c >&5
# configure:4859: $? = 0
# configure:4866: ./conftest
# configure:4870: $? = 0
# configure:4885: result: no
# configure:4890: checking for suffix of object files
# configure:4912: gcc -c conftest.c >&5
# configure:4916: $? = 0
# configure:4937: result: o
# configure:4941: checking whether we are using the GNU C compiler
# configure:4960: gcc -c conftest.c >&5
# configure:4960: $? = 0
# configure:4969: result: yes
# configure:4978: checking whether gcc accepts -g
# configure:4998: gcc -c -g conftest.c >&5
# configure:4998: $? = 0
# configure:5039: result: yes
# configure:5056: checking for gcc option to accept ISO C89
# configure:5119: gcc -c conftest.c >&5
# configure:5119: $? = 0
# configure:5132: result: none needed
# configure:5157: checking whether gcc understands -c and -o together
# configure:5179: gcc -c conftest.c -o conftest2.o
# configure:5182: $? = 0
# configure:5179: gcc -c conftest.c -o conftest2.o
# configure:5182: $? = 0
# configure:5194: result: yes
# configure:5213: checking dependency style of gcc
# configure:5324: result: gcc3
# configure:5345: checking how to run the C preprocessor
# configure:5376: gcc -E conftest.c
# configure:5376: $? = 0
# configure:5390: gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5390: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | /* end confdefs.h. */
# | #include
# configure:5415: result: gcc -E
# configure:5435: gcc -E conftest.c
# configure:5435: $? = 0
# configure:5449: gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5449: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | /* end confdefs.h. */
# | #include
# configure:5478: checking for grep that handles long lines and -e
# configure:5536: result: /usr/sbin/grep
# configure:5541: checking for egrep
# configure:5603: result: /usr/sbin/grep -E
# configure:5608: checking for ANSI C header files
# configure:5628: gcc -c conftest.c >&5
# configure:5628: $? = 0
# configure:5701: gcc -o conftest conftest.c >&5
# configure:5701: $? = 0
# configure:5701: ./conftest
# configure:5701: $? = 0
# configure:5712: result: yes
# configure:5725: checking for sys/types.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5725: checking for sys/stat.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5725: checking for stdlib.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5725: checking for string.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5725: checking for memory.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5725: checking for strings.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5725: checking for inttypes.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5725: checking for stdint.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5725: checking for unistd.h
# configure:5725: gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: result: yes
# configure:5740: checking minix/config.h usability
# configure:5740: gcc -c conftest.c >&5
# conftest.c:55:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5740: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5740: result: no
# configure:5740: checking minix/config.h presence
# configure:5740: gcc -E conftest.c
# conftest.c:22:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5740: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:5740: result: no
# configure:5740: checking for minix/config.h
# configure:5740: result: no
# configure:5769: checking whether it is safe to define __EXTENSIONS__
# configure:5787: gcc -c conftest.c >&5
# configure:5787: $? = 0
# configure:5794: result: yes
# configure:5820: checking for x86_64-unknown-linux-gcc
# configure:5847: result: gcc
# configure:6116: checking for C compiler version
# configure:6125: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:6136: $? = 0
# configure:6125: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:6136: $? = 0
# configure:6125: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:6136: $? = 1
# configure:6125: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:6136: $? = 1
# configure:6140: checking whether we are using the GNU C compiler
# configure:6168: result: yes
# configure:6177: checking whether gcc accepts -g
# configure:6238: result: yes
# configure:6255: checking for gcc option to accept ISO C89
# configure:6331: result: none needed
# configure:6356: checking whether gcc understands -c and -o together
# configure:6393: result: yes
# configure:6412: checking dependency style of gcc
# configure:6523: result: gcc3
# configure:6540: checking for Minix Amsterdam compiler
# configure:6564: result: no
# configure:6576: checking for x86_64-unknown-linux-ar
# configure:6606: result: no
# configure:6616: checking for ar
# configure:6632: found /usr/sbin/ar
# configure:6643: result: ar
# configure:6683: checking for x86_64-unknown-linux-ranlib
# configure:6713: result: no
# configure:6723: checking for ranlib
# configure:6739: found /usr/sbin/ranlib
# configure:6750: result: ranlib
# configure:6817: checking for special C compiler options needed for large files
# configure:6862: result: no
# configure:6868: checking for _FILE_OFFSET_BITS value needed for large files
# configure:6893: gcc -c conftest.c >&5
# configure:6893: $? = 0
# configure:6925: result: no
# configure:7269: checking for special C compiler options needed for large files
# configure:7314: result: no
# configure:7320: checking for _FILE_OFFSET_BITS value needed for large files
# configure:7377: result: no
# configure:7511: checking how to print strings
# configure:7538: result: printf
# configure:7559: checking for a sed that does not truncate output
# configure:7623: result: /usr/sbin/sed
# configure:7641: checking for fgrep
# configure:7703: result: /usr/sbin/grep -F
# configure:7738: checking for ld used by gcc
# configure:7805: result: /usr/sbin/ld
# configure:7812: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:7827: result: yes
# configure:7839: checking for BSD- or MS-compatible name lister (nm)
# configure:7888: result: /usr/sbin/nm -B
# configure:8018: checking the name lister (/usr/sbin/nm -B) interface
# configure:8025: gcc -c conftest.c >&5
# configure:8028: /usr/sbin/nm -B "conftest.o"
# configure:8031: output
# 0000000000000000 B some_variable
# configure:8038: result: BSD nm
# configure:8041: checking whether ln -s works
# configure:8045: result: yes
# configure:8053: checking the maximum length of command line arguments
# configure:8183: result: 1572864
# configure:8200: checking whether the shell understands some XSI constructs
# configure:8210: result: yes
# configure:8214: checking whether the shell understands "+="
# configure:8220: result: yes
# configure:8255: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:8295: result: func_convert_file_noop
# configure:8302: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:8322: result: func_convert_file_noop
# configure:8329: checking for /usr/sbin/ld option to reload object files
# configure:8336: result: -r
# configure:8370: checking for x86_64-unknown-linux-objdump
# configure:8400: result: no
# configure:8410: checking for objdump
# configure:8426: found /usr/sbin/objdump
# configure:8437: result: objdump
# configure:8469: checking how to recognize dependent libraries
# configure:8671: result: pass_all
# configure:8716: checking for x86_64-unknown-linux-dlltool
# configure:8746: result: no
# configure:8756: checking for dlltool
# configure:8786: result: no
# configure:8816: checking how to associate runtime and link libraries
# configure:8843: result: printf %s\n
# configure:8859: checking for x86_64-unknown-linux-ar
# configure:8886: result: ar
# configure:8967: checking for archiver @FILE support
# configure:8984: gcc -c conftest.c >&5
# configure:8984: $? = 0
# configure:8987: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:8990: $? = 0
# configure:8995: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:8998: $? = 1
# configure:9010: result: @
# configure:9028: checking for x86_64-unknown-linux-strip
# configure:9055: result: strip
# configure:9127: checking for x86_64-unknown-linux-ranlib
# configure:9154: result: ranlib
# configure:9296: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:9416: gcc -c conftest.c >&5
# configure:9419: $? = 0
# configure:9423: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:9426: $? = 0
# configure:9492: gcc -o conftest conftest.c conftstm.o >&5
# configure:9495: $? = 0
# configure:9533: result: ok
# configure:9570: checking for sysroot
# configure:9600: result: no
# configure:9677: gcc -c conftest.c >&5
# configure:9680: $? = 0
# configure:9822: checking for x86_64-unknown-linux-mt
# configure:9852: result: no
# configure:9862: checking for mt
# configure:9892: result: no
# configure:9912: checking if : is a manifest tool
# configure:9918: : '-?'
# configure:9926: result: no
# configure:10565: checking for dlfcn.h
# configure:10565: gcc -c conftest.c >&5
# configure:10565: $? = 0
# configure:10565: result: yes
# configure:10771: checking for objdir
# configure:10786: result: .libs
# configure:11057: checking if gcc supports -fno-rtti -fno-exceptions
# configure:11075: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:11079: $? = 0
# configure:11092: result: no
# configure:11419: checking for gcc option to produce PIC
# configure:11426: result: -fPIC -DPIC
# configure:11434: checking if gcc PIC flag -fPIC -DPIC works
# configure:11452: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:11456: $? = 0
# configure:11469: result: yes
# configure:11498: checking if gcc static flag -static works
# configure:11526: result: yes
# configure:11541: checking if gcc supports -c -o file.o
# configure:11562: gcc -c -o out/conftest2.o conftest.c >&5
# configure:11566: $? = 0
# configure:11588: result: yes
# configure:11596: checking if gcc supports -c -o file.o
# configure:11643: result: yes
# configure:11676: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:12829: result: yes
# configure:12866: checking whether -lc should be explicitly linked in
# configure:12874: gcc -c conftest.c >&5
# configure:12877: $? = 0
# configure:12892: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:12895: $? = 0
# configure:12909: result: no
# configure:13069: checking dynamic linker characteristics
# configure:13580: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:13580: $? = 0
# configure:13806: result: GNU/Linux ld.so
# configure:13913: checking how to hardcode library paths into programs
# configure:13938: result: immediate
# configure:14478: checking whether stripping libraries is possible
# configure:14483: result: yes
# configure:14518: checking if libtool supports shared libraries
# configure:14520: result: yes
# configure:14523: checking whether to build shared libraries
# configure:14544: result: yes
# configure:14547: checking whether to build static libraries
# configure:14551: result: yes
# configure:14592: checking for bison
# configure:14608: found /usr/sbin/bison
# configure:14619: result: bison -y
# configure:14635: checking for flex
# configure:14651: found /usr/sbin/flex
# configure:14662: result: flex
# configure:14700: flex conftest.l
# configure:14704: $? = 0
# configure:14706: checking lex output file root
# configure:14720: result: lex.yy
# configure:14725: checking lex library
# configure:14739: gcc -o conftest conftest.c >&5
# /tmp/cc61AYCZ.o: In function `yylex':
# conftest.c:(.text+0x6f9): undefined reference to `yywrap'
# /tmp/cc61AYCZ.o: In function `input':
# conftest.c:(.text+0x11c8): undefined reference to `yywrap'
# /tmp/cc61AYCZ.o: In function `main':
# conftest.c:(.text+0x1e9c): undefined reference to `yywrap'
# collect2: error: ld returned 1 exit status
# configure:14739: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | #line 3 "lex.yy.c"
# |
# | #define YY_INT_ALIGNED short int
# |
# | /* A lexical scanner generated by flex */
# |
# | #define FLEX_SCANNER
# | #define YY_FLEX_MAJOR_VERSION 2
# | #define YY_FLEX_MINOR_VERSION 6
# | #define YY_FLEX_SUBMINOR_VERSION 0
# | #if YY_FLEX_SUBMINOR_VERSION > 0
# | #define FLEX_BETA
# | #endif
# |
# | /* First, we deal with platform-specific or compiler-specific issues. */
# |
# | /* begin standard C headers. */
# | #include
# | #include
# | #include
# | #include
# |
# | /* end standard C headers. */
# |
# | /* flex integer type definitions */
# |
# | #ifndef FLEXINT_H
# | #define FLEXINT_H
# |
# | /* C99 systems have . Non-C99 systems may or may not. */
# |
# | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
# |
# | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
# | * if you want the limit (max/min) macros for int types.
# | */
# | #ifndef __STDC_LIMIT_MACROS
# | #define __STDC_LIMIT_MACROS 1
# | #endif
# |
# | #include
# | typedef int8_t flex_int8_t;
# | typedef uint8_t flex_uint8_t;
# | typedef int16_t flex_int16_t;
# | typedef uint16_t flex_uint16_t;
# | typedef int32_t flex_int32_t;
# | typedef uint32_t flex_uint32_t;
# | #else
# | typedef signed char flex_int8_t;
# | typedef short int flex_int16_t;
# | typedef int flex_int32_t;
# | typedef unsigned char flex_uint8_t;
# | typedef unsigned short int flex_uint16_t;
# | typedef unsigned int flex_uint32_t;
# |
# | /* Limits of integral types. */
# | #ifndef INT8_MIN
# | #define INT8_MIN (-128)
# | #endif
# | #ifndef INT16_MIN
# | #define INT16_MIN (-32767-1)
# | #endif
# | #ifndef INT32_MIN
# | #define INT32_MIN (-2147483647-1)
# | #endif
# | #ifndef INT8_MAX
# | #define INT8_MAX (127)
# | #endif
# | #ifndef INT16_MAX
# | #define INT16_MAX (32767)
# | #endif
# | #ifndef INT32_MAX
# | #define INT32_MAX (2147483647)
# | #endif
# | #ifndef UINT8_MAX
# | #define UINT8_MAX (255U)
# | #endif
# | #ifndef UINT16_MAX
# | #define UINT16_MAX (65535U)
# | #endif
# | #ifndef UINT32_MAX
# | #define UINT32_MAX (4294967295U)
# | #endif
# |
# | #endif /* ! C99 */
# |
# | #endif /* ! FLEXINT_H */
# |
# | #ifdef __cplusplus
# |
# | /* The "const" storage-class-modifier is valid. */
# | #define YY_USE_CONST
# |
# | #else /* ! __cplusplus */
# |
# | /* C99 requires __STDC__ to be defined as 1. */
# | #if defined (__STDC__)
# |
# | #define YY_USE_CONST
# |
# | #endif /* defined (__STDC__) */
# | #endif /* ! __cplusplus */
# |
# | #ifdef YY_USE_CONST
# | #define yyconst const
# | #else
# | #define yyconst
# | #endif
# |
# | /* Returned upon end-of-file. */
# | #define YY_NULL 0
# |
# | /* Promotes a possibly negative, possibly signed char to an unsigned
# | * integer for use as an array index. If the signed char is negative,
# | * we want to instead treat it as an 8-bit unsigned char, hence the
# | * double cast.
# | */
# | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
# |
# | /* Enter a start condition. This macro really ought to take a parameter,
# | * but we do it the disgusting crufty way forced on us by the ()-less
# | * definition of BEGIN.
# | */
# | #define BEGIN (yy_start) = 1 + 2 *
# |
# | /* Translate the current start state into a value that can be later handed
# | * to BEGIN to return to the state. The YYSTATE alias is for lex
# | * compatibility.
# | */
# | #define YY_START (((yy_start) - 1) / 2)
# | #define YYSTATE YY_START
# |
# | /* Action number for EOF rule of a given start state. */
# | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
# |
# | /* Special action meaning "start processing a new file". */
# | #define YY_NEW_FILE yyrestart(yyin )
# |
# | #define YY_END_OF_BUFFER_CHAR 0
# |
# | /* Size of default input buffer. */
# | #ifndef YY_BUF_SIZE
# | #ifdef __ia64__
# | /* On IA-64, the buffer size is 16k, not 8k.
# | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
# | * Ditto for the __ia64__ case accordingly.
# | */
# | #define YY_BUF_SIZE 32768
# | #else
# | #define YY_BUF_SIZE 16384
# | #endif /* __ia64__ */
# | #endif
# |
# | /* The state buf must be large enough to hold one state per character in the main buffer.
# | */
# | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
# |
# | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
# | #define YY_TYPEDEF_YY_BUFFER_STATE
# | typedef struct yy_buffer_state *YY_BUFFER_STATE;
# | #endif
# |
# | #ifndef YY_TYPEDEF_YY_SIZE_T
# | #define YY_TYPEDEF_YY_SIZE_T
# | typedef size_t yy_size_t;
# | #endif
# |
# | extern yy_size_t yyleng;
# |
# | extern FILE *yyin, *yyout;
# |
# | #define EOB_ACT_CONTINUE_SCAN 0
# | #define EOB_ACT_END_OF_FILE 1
# | #define EOB_ACT_LAST_MATCH 2
# |
# | #define YY_LESS_LINENO(n)
# | #define YY_LINENO_REWIND_TO(ptr)
# |
# | /* Return all but the first "n" matched characters back to the input stream. */
# | #define yyless(n) \
# | do \
# | { \
# | /* Undo effects of setting up yytext. */ \
# | int yyless_macro_arg = (n); \
# | YY_LESS_LINENO(yyless_macro_arg);\
# | *yy_cp = (yy_hold_char); \
# | YY_RESTORE_YY_MORE_OFFSET \
# | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
# | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
# | } \
# | while ( 0 )
# |
# | #define unput(c) yyunput( c, (yytext_ptr) )
# |
# | #ifndef YY_STRUCT_YY_BUFFER_STATE
# | #define YY_STRUCT_YY_BUFFER_STATE
# | struct yy_buffer_state
# | {
# | FILE *yy_input_file;
# |
# | char *yy_ch_buf; /* input buffer */
# | char *yy_buf_pos; /* current position in input buffer */
# |
# | /* Size of input buffer in bytes, not including room for EOB
# | * characters.
# | */
# | yy_size_t yy_buf_size;
# |
# | /* Number of characters read into yy_ch_buf, not including EOB
# | * characters.
# | */
# | yy_size_t yy_n_chars;
# |
# | /* Whether we "own" the buffer - i.e., we know we created it,
# | * and can realloc() it to grow it, and should free() it to
# | * delete it.
# | */
# | int yy_is_our_buffer;
# |
# | /* Whether this is an "interactive" input source; if so, and
# | * if we're using stdio for input, then we want to use getc()
# | * instead of fread(), to make sure we stop fetching input after
# | * each newline.
# | */
# | int yy_is_interactive;
# |
# | /* Whether we're considered to be at the beginning of a line.
# | * If so, '^' rules will be active on the next match, otherwise
# | * not.
# | */
# | int yy_at_bol;
# |
# | int yy_bs_lineno; /**< The line count. */
# | int yy_bs_column; /**< The column count. */
# |
# | /* Whether to try to fill the input buffer when we reach the
# | * end of it.
# | */
# | int yy_fill_buffer;
# |
# | int yy_buffer_status;
# |
# | #define YY_BUFFER_NEW 0
# | #define YY_BUFFER_NORMAL 1
# | /* When an EOF's been seen but there's still some text to process
# | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
# | * shouldn't try reading from the input source any more. We might
# | * still have a bunch of tokens to match, though, because of
# | * possible backing-up.
# | *
# | * When we actually see the EOF, we change the status to "new"
# | * (via yyrestart()), so that the user can continue scanning by
# | * just pointing yyin at a new input file.
# | */
# | #define YY_BUFFER_EOF_PENDING 2
# |
# | };
# | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
# |
# | /* Stack of input buffers. */
# | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
# | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
# | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
# |
# | /* We provide macros for accessing buffer states in case in the
# | * future we want to put the buffer states in a more general
# | * "scanner state".
# | *
# | * Returns the top of the stack, or NULL.
# | */
# | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
# | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
# | : NULL)
# |
# | /* Same as previous macro, but useful when we know that the buffer stack is not
# | * NULL or when we need an lvalue. For internal use only.
# | */
# | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
# |
# | /* yy_hold_char holds the character lost when yytext is formed. */
# | static char yy_hold_char;
# | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
# | yy_size_t yyleng;
# |
# | /* Points to current character in buffer. */
# | static char *yy_c_buf_p = (char *) 0;
# | static int yy_init = 0; /* whether we need to initialize */
# | static int yy_start = 0; /* start state number */
# |
# | /* Flag which is used to allow yywrap()'s to do buffer switches
# | * instead of setting up a fresh yyin. A bit of a hack ...
# | */
# | static int yy_did_buffer_switch_on_eof;
# |
# | void yyrestart (FILE *input_file );
# | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
# | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
# | void yy_delete_buffer (YY_BUFFER_STATE b );
# | void yy_flush_buffer (YY_BUFFER_STATE b );
# | void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
# | void yypop_buffer_state (void );
# |
# | static void yyensure_buffer_stack (void );
# | static void yy_load_buffer_state (void );
# | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
# |
# | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
# |
# | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
# | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
# | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
# |
# | void *yyalloc (yy_size_t );
# | void *yyrealloc (void *,yy_size_t );
# | void yyfree (void * );
# |
# | #define yy_new_buffer yy_create_buffer
# |
# | #define yy_set_interactive(is_interactive) \
# | { \
# | if ( ! YY_CURRENT_BUFFER ){ \
# | yyensure_buffer_stack (); \
# | YY_CURRENT_BUFFER_LVALUE = \
# | yy_create_buffer(yyin,YY_BUF_SIZE ); \
# | } \
# | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
# | }
# |
# | #define yy_set_bol(at_bol) \
# | { \
# | if ( ! YY_CURRENT_BUFFER ){\
# | yyensure_buffer_stack (); \
# | YY_CURRENT_BUFFER_LVALUE = \
# | yy_create_buffer(yyin,YY_BUF_SIZE ); \
# | } \
# | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
# | }
# |
# | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
# |
# | /* Begin user sect3 */
# |
# | typedef unsigned char YY_CHAR;
# |
# | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
# |
# | typedef int yy_state_type;
# |
# | extern int yylineno;
# |
# | int yylineno = 1;
# |
# | extern char *yytext;
# | #ifdef yytext_ptr
# | #undef yytext_ptr
# | #endif
# | #define yytext_ptr yytext
# |
# | static yy_state_type yy_get_previous_state (void );
# | static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
# | static int yy_get_next_buffer (void );
# | #if defined(__GNUC__) && __GNUC__ >= 3
# | __attribute__((__noreturn__))
# | #endif
# | static void yy_fatal_error (yyconst char msg[] );
# |
# | /* Done after the current pattern has been matched and before the
# | * corresponding action - sets up yytext.
# | */
# | #define YY_DO_BEFORE_ACTION \
# | (yytext_ptr) = yy_bp; \
# | (yytext_ptr) -= (yy_more_len); \
# | yyleng = (size_t) (yy_cp - (yytext_ptr)); \
# | (yy_hold_char) = *yy_cp; \
# | *yy_cp = '\0'; \
# | (yy_c_buf_p) = yy_cp;
# |
# | #define YY_NUM_RULES 8
# | #define YY_END_OF_BUFFER 9
# | /* This struct is not used in this scanner,
# | but its presence is necessary. */
# | struct yy_trans_info
# | {
# | flex_int32_t yy_verify;
# | flex_int32_t yy_nxt;
# | };
# | static yyconst flex_int16_t yy_acclist[23] =
# | { 0,
# | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
# | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
# | 7, 8
# | } ;
# |
# | static yyconst flex_int16_t yy_accept[14] =
# | { 0,
# | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
# | 20, 23, 23
# | } ;
# |
# | static yyconst YY_CHAR yy_ec[256] =
# | { 0,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
# |
# | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# |
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
# | 1, 1, 1, 1, 1
# | } ;
# |
# | static yyconst YY_CHAR yy_meta[9] =
# | { 0,
# | 1, 1, 1, 1, 1, 1, 1, 1
# | } ;
# |
# | static yyconst flex_uint16_t yy_base[13] =
# | { 0,
# | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
# | 10, 10
# | } ;
# |
# | static yyconst flex_int16_t yy_def[13] =
# | { 0,
# | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
# | 12, 0
# | } ;
# |
# | static yyconst flex_uint16_t yy_nxt[19] =
# | { 0,
# | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
# | 12, 12, 12, 12, 12, 12, 12, 12
# | } ;
# |
# | static yyconst flex_int16_t yy_chk[19] =
# | { 0,
# | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
# | 12, 12, 12, 12, 12, 12, 12, 12
# | } ;
# |
# | extern int yy_flex_debug;
# | int yy_flex_debug = 0;
# |
# | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
# | static char *yy_full_match;
# | static int yy_lp;
# | #define REJECT \
# | { \
# | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
# | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
# | ++(yy_lp); \
# | goto find_rule; \
# | }
# |
# | static int yy_more_flag = 0;
# | static int yy_more_len = 0;
# | #define yymore() ((yy_more_flag) = 1)
# | #define YY_MORE_ADJ (yy_more_len)
# | #define YY_RESTORE_YY_MORE_OFFSET
# | char *yytext;
# | #line 1 "conftest.l"
# | #line 484 "lex.yy.c"
# |
# | #define INITIAL 0
# |
# | #ifndef YY_NO_UNISTD_H
# | /* Special case for "unistd.h", since it is non-ANSI. We include it way
# | * down here because we want the user's section 1 to have been scanned first.
# | * The user has a chance to override it with an option.
# | */
# | #include
# | #endif
# |
# | #ifndef YY_EXTRA_TYPE
# | #define YY_EXTRA_TYPE void *
# | #endif
# |
# | static int yy_init_globals (void );
# |
# | /* Accessor methods to globals.
# | These are made visible to non-reentrant scanners for convenience. */
# |
# | int yylex_destroy (void );
# |
# | int yyget_debug (void );
# |
# | void yyset_debug (int debug_flag );
# |
# | YY_EXTRA_TYPE yyget_extra (void );
# |
# | void yyset_extra (YY_EXTRA_TYPE user_defined );
# |
# | FILE *yyget_in (void );
# |
# | void yyset_in (FILE * _in_str );
# |
# | FILE *yyget_out (void );
# |
# | void yyset_out (FILE * _out_str );
# |
# | yy_size_t yyget_leng (void );
# |
# | char *yyget_text (void );
# |
# | int yyget_lineno (void );
# |
# | void yyset_lineno (int _line_number );
# |
# | /* Macros after this point can all be overridden by user definitions in
# | * section 1.
# | */
# |
# | #ifndef YY_SKIP_YYWRAP
# | #ifdef __cplusplus
# | extern "C" int yywrap (void );
# | #else
# | extern int yywrap (void );
# | #endif
# | #endif
# |
# | #ifndef YY_NO_UNPUT
# |
# | static void yyunput (int c,char *buf_ptr );
# |
# | #endif
# |
# | #ifndef yytext_ptr
# | static void yy_flex_strncpy (char *,yyconst char *,int );
# | #endif
# |
# | #ifdef YY_NEED_STRLEN
# | static int yy_flex_strlen (yyconst char * );
# | #endif
# |
# | #ifndef YY_NO_INPUT
# |
# | #ifdef __cplusplus
# | static int yyinput (void );
# | #else
# | static int input (void );
# | #endif
# |
# | #endif
# |
# | /* Amount of stuff to slurp up with each read. */
# | #ifndef YY_READ_BUF_SIZE
# | #ifdef __ia64__
# | /* On IA-64, the buffer size is 16k, not 8k */
# | #define YY_READ_BUF_SIZE 16384
# | #else
# | #define YY_READ_BUF_SIZE 8192
# | #endif /* __ia64__ */
# | #endif
# |
# | /* Copy whatever the last rule matched to the standard output. */
# | #ifndef ECHO
# | /* This used to be an fputs(), but since the string might contain NUL's,
# | * we now use fwrite().
# | */
# | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
# | #endif
# |
# | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
# | * is returned in "result".
# | */
# | #ifndef YY_INPUT
# | #define YY_INPUT(buf,result,max_size) \
# | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
# | { \
# | int c = '*'; \
# | size_t n; \
# | for ( n = 0; n < max_size && \
# | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
# | buf[n] = (char) c; \
# | if ( c == '\n' ) \
# | buf[n++] = (char) c; \
# | if ( c == EOF && ferror( yyin ) ) \
# | YY_FATAL_ERROR( "input in flex scanner failed" ); \
# | result = n; \
# | } \
# | else \
# | { \
# | errno=0; \
# | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
# | { \
# | if( errno != EINTR) \
# | { \
# | YY_FATAL_ERROR( "input in flex scanner failed" ); \
# | break; \
# | } \
# | errno=0; \
# | clearerr(yyin); \
# | } \
# | }\
# | \
# |
# | #endif
# |
# | /* No semi-colon after return; correct usage is to write "yyterminate();" -
# | * we don't want an extra ';' after the "return" because that will cause
# | * some compilers to complain about unreachable statements.
# | */
# | #ifndef yyterminate
# | #define yyterminate() return YY_NULL
# | #endif
# |
# | /* Number of entries by which start-condition stack grows. */
# | #ifndef YY_START_STACK_INCR
# | #define YY_START_STACK_INCR 25
# | #endif
# |
# | /* Report a fatal error. */
# | #ifndef YY_FATAL_ERROR
# | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
# | #endif
# |
# | /* end tables serialization structures and prototypes */
# |
# | /* Default declaration of generated scanner - a define so the user can
# | * easily add parameters.
# | */
# | #ifndef YY_DECL
# | #define YY_DECL_IS_OURS 1
# |
# | extern int yylex (void);
# |
# | #define YY_DECL int yylex (void)
# | #endif /* !YY_DECL */
# |
# | /* Code executed at the beginning of each rule, after yytext and yyleng
# | * have been set up.
# | */
# | #ifndef YY_USER_ACTION
# | #define YY_USER_ACTION
# | #endif
# |
# | /* Code executed at the end of each rule. */
# | #ifndef YY_BREAK
# | #define YY_BREAK /*LINTED*/break;
# | #endif
# |
# | #define YY_RULE_SETUP \
# | YY_USER_ACTION
# |
# | /** The main scanner function which does all the work.
# | */
# | YY_DECL
# | {
# | yy_state_type yy_current_state;
# | char *yy_cp, *yy_bp;
# | int yy_act;
# |
# | if ( !(yy_init) )
# | {
# | (yy_init) = 1;
# |
# | #ifdef YY_USER_INIT
# | YY_USER_INIT;
# | #endif
# |
# | /* Create the reject buffer large enough to save one state per allowed character. */
# | if ( ! (yy_state_buf) )
# | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
# | if ( ! (yy_state_buf) )
# | YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
# |
# | if ( ! (yy_start) )
# | (yy_start) = 1; /* first start state */
# |
# | if ( ! yyin )
# | yyin = stdin;
# |
# | if ( ! yyout )
# | yyout = stdout;
# |
# | if ( ! YY_CURRENT_BUFFER ) {
# | yyensure_buffer_stack ();
# | YY_CURRENT_BUFFER_LVALUE =
# | yy_create_buffer(yyin,YY_BUF_SIZE );
# | }
# |
# | yy_load_buffer_state( );
# | }
# |
# | {
# | #line 1 "conftest.l"
# |
# | #line 710 "lex.yy.c"
# |
# | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
# | {
# | (yy_more_len) = 0;
# | if ( (yy_more_flag) )
# | {
# | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
# | (yy_more_flag) = 0;
# | }
# | yy_cp = (yy_c_buf_p);
# |
# | /* Support of yytext. */
# | *yy_cp = (yy_hold_char);
# |
# | /* yy_bp points to the position in yy_ch_buf of the start of
# | * the current run.
# | */
# | yy_bp = yy_cp;
# |
# | yy_current_state = (yy_start);
# |
# | (yy_state_ptr) = (yy_state_buf);
# | *(yy_state_ptr)++ = yy_current_state;
# |
# | yy_match:
# | do
# | {
# | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
# | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
# | {
# | yy_current_state = (int) yy_def[yy_current_state];
# | if ( yy_current_state >= 13 )
# | yy_c = yy_meta[(unsigned int) yy_c];
# | }
# | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
# | *(yy_state_ptr)++ = yy_current_state;
# | ++yy_cp;
# | }
# | while ( yy_base[yy_current_state] != 10 );
# |
# | yy_find_action:
# | yy_current_state = *--(yy_state_ptr);
# | (yy_lp) = yy_accept[yy_current_state];
# | find_rule: /* we branch to this label when backing up */
# | for ( ; ; ) /* until we find what rule we matched */
# | {
# | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
# | {
# | yy_act = yy_acclist[(yy_lp)];
# | {
# | (yy_full_match) = yy_cp;
# | break;
# | }
# | }
# | --yy_cp;
# | yy_current_state = *--(yy_state_ptr);
# | (yy_lp) = yy_accept[yy_current_state];
# | }
# |
# | YY_DO_BEFORE_ACTION;
# |
# | do_action: /* This label is used only to access EOF actions. */
# |
# | switch ( yy_act )
# | { /* beginning of action switch */
# | case 1:
# | YY_RULE_SETUP
# | #line 2 "conftest.l"
# | { ECHO; }
# | YY_BREAK
# | case 2:
# | YY_RULE_SETUP
# | #line 3 "conftest.l"
# | { REJECT; }
# | YY_BREAK
# | case 3:
# | YY_RULE_SETUP
# | #line 4 "conftest.l"
# | { yymore (); }
# | YY_BREAK
# | case 4:
# | YY_RULE_SETUP
# | #line 5 "conftest.l"
# | { yyless (1); }
# | YY_BREAK
# | case 5:
# | YY_RULE_SETUP
# | #line 6 "conftest.l"
# | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
# | yyless ((input () != 0)); }
# | YY_BREAK
# | case 6:
# | YY_RULE_SETUP
# | #line 8 "conftest.l"
# | { unput (yytext[0]); }
# | YY_BREAK
# | case 7:
# | YY_RULE_SETUP
# | #line 9 "conftest.l"
# | { BEGIN INITIAL; }
# | YY_BREAK
# | case 8:
# | YY_RULE_SETUP
# | #line 10 "conftest.l"
# | ECHO;
# | YY_BREAK
# | #line 817 "lex.yy.c"
# | case YY_STATE_EOF(INITIAL):
# | yyterminate();
# |
# | case YY_END_OF_BUFFER:
# | {
# | /* Amount of text matched not including the EOB char. */
# | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
# |
# | /* Undo the effects of YY_DO_BEFORE_ACTION. */
# | *yy_cp = (yy_hold_char);
# | YY_RESTORE_YY_MORE_OFFSET
# |
# | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
# | {
# | /* We're scanning a new file or input source. It's
# | * possible that this happened because the user
# | * just pointed yyin at a new source and called
# | * yylex(). If so, then we have to assure
# | * consistency between YY_CURRENT_BUFFER and our
# | * globals. Here is the right place to do so, because
# | * this is the first action (other than possibly a
# | * back-up) that will match for the new input source.
# | */
# | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
# | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
# | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
# | }
# |
# | /* Note that here we test for yy_c_buf_p "<=" to the position
# | * of the first EOB in the buffer, since yy_c_buf_p will
# | * already have been incremented past the NUL character
# | * (since all states make transitions on EOB to the
# | * end-of-buffer state). Contrast this with the test
# | * in input().
# | */
# | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
# | { /* This was really a NUL. */
# | yy_state_type yy_next_state;
# |
# | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
# |
# | yy_current_state = yy_get_previous_state( );
# |
# | /* Okay, we're now positioned to make the NUL
# | * transition. We couldn't have
# | * yy_get_previous_state() go ahead and do it
# | * for us because it doesn't know how to deal
# | * with the possibility of jamming (and we don't
# | * want to build jamming into it because then it
# | * will run more slowly).
# | */
# |
# | yy_next_state = yy_try_NUL_trans( yy_current_state );
# |
# | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
# |
# | if ( yy_next_state )
# | {
# | /* Consume the NUL. */
# | yy_cp = ++(yy_c_buf_p);
# | yy_current_state = yy_next_state;
# | goto yy_match;
# | }
# |
# | else
# | {
# | yy_cp = (yy_c_buf_p);
# | goto yy_find_action;
# | }
# | }
# |
# | else switch ( yy_get_next_buffer( ) )
# | {
# | case EOB_ACT_END_OF_FILE:
# | {
# | (yy_did_buffer_switch_on_eof) = 0;
# |
# | if ( yywrap( ) )
# | {
# | /* Note: because we've taken care in
# | * yy_get_next_buffer() to have set up
# | * yytext, we can now set up
# | * yy_c_buf_p so that if some total
# | * hoser (like flex itself) wants to
# | * call the scanner after we return the
# | * YY_NULL, it'll still work - another
# | * YY_NULL will get returned.
# | */
# | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
# |
# | yy_act = YY_STATE_EOF(YY_START);
# | goto do_action;
# | }
# |
# | else
# | {
# | if ( ! (yy_did_buffer_switch_on_eof) )
# | YY_NEW_FILE;
# | }
# | break;
# | }
# |
# | case EOB_ACT_CONTINUE_SCAN:
# | (yy_c_buf_p) =
# | (yytext_ptr) + yy_amount_of_matched_text;
# |
# | yy_current_state = yy_get_previous_state( );
# |
# | yy_cp = (yy_c_buf_p);
# | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
# | goto yy_match;
# |
# | case EOB_ACT_LAST_MATCH:
# | (yy_c_buf_p) =
# | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
# |
# | yy_current_state = yy_get_previous_state( );
# |
# | yy_cp = (yy_c_buf_p);
# | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
# | goto yy_find_action;
# | }
# | break;
# | }
# |
# | default:
# | YY_FATAL_ERROR(
# | "fatal flex scanner internal error--no action found" );
# | } /* end of action switch */
# | } /* end of scanning one token */
# | } /* end of user's declarations */
# | } /* end of yylex */
# |
# | /* yy_get_next_buffer - try to read in a new buffer
# | *
# | * Returns a code representing an action:
# | * EOB_ACT_LAST_MATCH -
# | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
# | * EOB_ACT_END_OF_FILE - end of file
# | */
# | static int yy_get_next_buffer (void)
# | {
# | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
# | char *source = (yytext_ptr);
# | yy_size_t number_to_move, i;
# | int ret_val;
# |
# | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
# | YY_FATAL_ERROR(
# | "fatal flex scanner internal error--end of buffer missed" );
# |
# | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
# | { /* Don't try to fill the buffer, so this is an EOF. */
# | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
# | {
# | /* We matched a single character, the EOB, so
# | * treat this as a final EOF.
# | */
# | return EOB_ACT_END_OF_FILE;
# | }
# |
# | else
# | {
# | /* We matched some text prior to the EOB, first
# | * process it.
# | */
# | return EOB_ACT_LAST_MATCH;
# | }
# | }
# |
# | /* Try to read more data. */
# |
# | /* First move last chars to start of buffer. */
# | number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
# |
# | for ( i = 0; i < number_to_move; ++i )
# | *(dest++) = *(source++);
# |
# | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
# | /* don't do the read, it's not guaranteed to return an EOF,
# | * just force an EOF
# | */
# | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
# |
# | else
# | {
# | yy_size_t num_to_read =
# | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
# |
# | while ( num_to_read <= 0 )
# | { /* Not enough room in the buffer - grow it. */
# |
# | YY_FATAL_ERROR(
# | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
# |
# | }
# |
# | if ( num_to_read > YY_READ_BUF_SIZE )
# | num_to_read = YY_READ_BUF_SIZE;
# |
# | /* Read in more data. */
# | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
# | (yy_n_chars), num_to_read );
# |
# | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
# | }
# |
# | if ( (yy_n_chars) == 0 )
# | {
# | if ( number_to_move == YY_MORE_ADJ )
# | {
# | ret_val = EOB_ACT_END_OF_FILE;
# | yyrestart(yyin );
# | }
# |
# | else
# | {
# | ret_val = EOB_ACT_LAST_MATCH;
# | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
# | YY_BUFFER_EOF_PENDING;
# | }
# | }
# |
# | else
# | ret_val = EOB_ACT_CONTINUE_SCAN;
# |
# | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
# | /* Extend the array by 50%, plus the number we really need. */
# | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
# | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
# | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
# | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
# | }
# |
# | (yy_n_chars) += number_to_move;
# | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
# | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
# |
# | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
# |
# | return ret_val;
# | }
# |
# | /* yy_get_previous_state - get the state just before the EOB char was reached */
# |
# | static yy_state_type yy_get_previous_state (void)
# | {
# | yy_state_type yy_current_state;
# | char *yy_cp;
# |
# | yy_current_state = (yy_start);
# |
# | (yy_state_ptr) = (yy_state_buf);
# | *(yy_state_ptr)++ = yy_current_state;
# |
# | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
# | {
# | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
# | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
# | {
# | yy_current_state = (int) yy_def[yy_current_state];
# | if ( yy_current_state >= 13 )
# | yy_c = yy_meta[(unsigned int) yy_c];
# | }
# | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
# | *(yy_state_ptr)++ = yy_current_state;
# | }
# |
# | return yy_current_state;
# | }
# |
# | /* yy_try_NUL_trans - try to make a transition on the NUL character
# | *
# | * synopsis
# | * next_state = yy_try_NUL_trans( current_state );
# | */
# | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
# | {
# | int yy_is_jam;
# |
# | YY_CHAR yy_c = 1;
# | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
# | {
# | yy_current_state = (int) yy_def[yy_current_state];
# | if ( yy_current_state >= 13 )
# | yy_c = yy_meta[(unsigned int) yy_c];
# | }
# | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
# | yy_is_jam = (yy_current_state == 12);
# | if ( ! yy_is_jam )
# | *(yy_state_ptr)++ = yy_current_state;
# |
# | return yy_is_jam ? 0 : yy_current_state;
# | }
# |
# | #ifndef YY_NO_UNPUT
# |
# | static void yyunput (int c, char * yy_bp )
# | {
# | char *yy_cp;
# |
# | yy_cp = (yy_c_buf_p);
# |
# | /* undo effects of setting up yytext */
# | *yy_cp = (yy_hold_char);
# |
# | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
# | { /* need to shift things up to make room */
# | /* +2 for EOB chars. */
# | yy_size_t number_to_move = (yy_n_chars) + 2;
# | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
# | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
# | char *source =
# | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
# |
# | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
# | *--dest = *--source;
# |
# | yy_cp += (int) (dest - source);
# | yy_bp += (int) (dest - source);
# | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
# | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
# |
# | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
# | YY_FATAL_ERROR( "flex scanner push-back overflow" );
# | }
# |
# | *--yy_cp = (char) c;
# |
# | (yytext_ptr) = yy_bp;
# | (yy_hold_char) = *yy_cp;
# | (yy_c_buf_p) = yy_cp;
# | }
# |
# | #endif
# |
# | #ifndef YY_NO_INPUT
# | #ifdef __cplusplus
# | static int yyinput (void)
# | #else
# | static int input (void)
# | #endif
# |
# | {
# | int c;
# |
# | *(yy_c_buf_p) = (yy_hold_char);
# |
# | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
# | {
# | /* yy_c_buf_p now points to the character we want to return.
# | * If this occurs *before* the EOB characters, then it's a
# | * valid NUL; if not, then we've hit the end of the buffer.
# | */
# | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
# | /* This was really a NUL. */
# | *(yy_c_buf_p) = '\0';
# |
# | else
# | { /* need more input */
# | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
# | ++(yy_c_buf_p);
# |
# | switch ( yy_get_next_buffer( ) )
# | {
# | case EOB_ACT_LAST_MATCH:
# | /* This happens because yy_g_n_b()
# | * sees that we've accumulated a
# | * token and flags that we need to
# | * try matching the token before
# | * proceeding. But for input(),
# | * there's no matching to consider.
# | * So convert the EOB_ACT_LAST_MATCH
# | * to EOB_ACT_END_OF_FILE.
# | */
# |
# | /* Reset buffer status. */
# | yyrestart(yyin );
# |
# | /*FALLTHROUGH*/
# |
# | case EOB_ACT_END_OF_FILE:
# | {
# | if ( yywrap( ) )
# | return EOF;
# |
# | if ( ! (yy_did_buffer_switch_on_eof) )
# | YY_NEW_FILE;
# | #ifdef __cplusplus
# | return yyinput();
# | #else
# | return input();
# | #endif
# | }
# |
# | case EOB_ACT_CONTINUE_SCAN:
# | (yy_c_buf_p) = (yytext_ptr) + offset;
# | break;
# | }
# | }
# | }
# |
# | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
# | *(yy_c_buf_p) = '\0'; /* preserve yytext */
# | (yy_hold_char) = *++(yy_c_buf_p);
# |
# | return c;
# | }
# | #endif /* ifndef YY_NO_INPUT */
# |
# | /** Immediately switch to a different input stream.
# | * @param input_file A readable stream.
# | *
# | * @note This function does not reset the start condition to @c INITIAL .
# | */
# | void yyrestart (FILE * input_file )
# | {
# |
# | if ( ! YY_CURRENT_BUFFER ){
# | yyensure_buffer_stack ();
# | YY_CURRENT_BUFFER_LVALUE =
# | yy_create_buffer(yyin,YY_BUF_SIZE );
# | }
# |
# | yy_init_buffer(YY_CURRENT_BUFFER,input_file );
# | yy_load_buffer_state( );
# | }
# |
# | /** Switch to a different input buffer.
# | * @param new_buffer The new input buffer.
# | *
# | */
# | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
# | {
# |
# | /* TODO. We should be able to replace this entire function body
# | * with
# | * yypop_buffer_state();
# | * yypush_buffer_state(new_buffer);
# | */
# | yyensure_buffer_stack ();
# | if ( YY_CURRENT_BUFFER == new_buffer )
# | return;
# |
# | if ( YY_CURRENT_BUFFER )
# | {
# | /* Flush out information for old buffer. */
# | *(yy_c_buf_p) = (yy_hold_char);
# | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
# | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
# | }
# |
# | YY_CURRENT_BUFFER_LVALUE = new_buffer;
# | yy_load_buffer_state( );
# |
# | /* We don't actually know whether we did this switch during
# | * EOF (yywrap()) processing, but the only time this flag
# | * is looked at is after yywrap() is called, so it's safe
# | * to go ahead and always set it.
# | */
# | (yy_did_buffer_switch_on_eof) = 1;
# | }
# |
# | static void yy_load_buffer_state (void)
# | {
# | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
# | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
# | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
# | (yy_hold_char) = *(yy_c_buf_p);
# | }
# |
# | /** Allocate and initialize an input buffer state.
# | * @param file A readable stream.
# | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
# | *
# | * @return the allocated buffer state.
# | */
# | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
# | {
# | YY_BUFFER_STATE b;
# |
# | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
# | if ( ! b )
# | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
# |
# | b->yy_buf_size = (yy_size_t)size;
# |
# | /* yy_ch_buf has to be 2 characters longer than the size given because
# | * we need to put in 2 end-of-buffer characters.
# | */
# | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
# | if ( ! b->yy_ch_buf )
# | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
# |
# | b->yy_is_our_buffer = 1;
# |
# | yy_init_buffer(b,file );
# |
# | return b;
# | }
# |
# | /** Destroy the buffer.
# | * @param b a buffer created with yy_create_buffer()
# | *
# | */
# | void yy_delete_buffer (YY_BUFFER_STATE b )
# | {
# |
# | if ( ! b )
# | return;
# |
# | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
# | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
# |
# | if ( b->yy_is_our_buffer )
# | yyfree((void *) b->yy_ch_buf );
# |
# | yyfree((void *) b );
# | }
# |
# | /* Initializes or reinitializes a buffer.
# | * This function is sometimes called more than once on the same buffer,
# | * such as during a yyrestart() or at EOF.
# | */
# | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
# |
# | {
# | int oerrno = errno;
# |
# | yy_flush_buffer(b );
# |
# | b->yy_input_file = file;
# | b->yy_fill_buffer = 1;
# |
# | /* If b is the current buffer, then yy_init_buffer was _probably_
# | * called from yyrestart() or through yy_get_next_buffer.
# | * In that case, we don't want to reset the lineno or column.
# | */
# | if (b != YY_CURRENT_BUFFER){
# | b->yy_bs_lineno = 1;
# | b->yy_bs_column = 0;
# | }
# |
# | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
# |
# | errno = oerrno;
# | }
# |
# | /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
# | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
# | *
# | */
# | void yy_flush_buffer (YY_BUFFER_STATE b )
# | {
# | if ( ! b )
# | return;
# |
# | b->yy_n_chars = 0;
# |
# | /* We always need two end-of-buffer characters. The first causes
# | * a transition to the end-of-buffer state. The second causes
# | * a jam in that state.
# | */
# | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
# | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
# |
# | b->yy_buf_pos = &b->yy_ch_buf[0];
# |
# | b->yy_at_bol = 1;
# | b->yy_buffer_status = YY_BUFFER_NEW;
# |
# | if ( b == YY_CURRENT_BUFFER )
# | yy_load_buffer_state( );
# | }
# |
# | /** Pushes the new state onto the stack. The new state becomes
# | * the current state. This function will allocate the stack
# | * if necessary.
# | * @param new_buffer The new state.
# | *
# | */
# | void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
# | {
# | if (new_buffer == NULL)
# | return;
# |
# | yyensure_buffer_stack();
# |
# | /* This block is copied from yy_switch_to_buffer. */
# | if ( YY_CURRENT_BUFFER )
# | {
# | /* Flush out information for old buffer. */
# | *(yy_c_buf_p) = (yy_hold_char);
# | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
# | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
# | }
# |
# | /* Only push if top exists. Otherwise, replace top. */
# | if (YY_CURRENT_BUFFER)
# | (yy_buffer_stack_top)++;
# | YY_CURRENT_BUFFER_LVALUE = new_buffer;
# |
# | /* copied from yy_switch_to_buffer. */
# | yy_load_buffer_state( );
# | (yy_did_buffer_switch_on_eof) = 1;
# | }
# |
# | /** Removes and deletes the top of the stack, if present.
# | * The next element becomes the new top.
# | *
# | */
# | void yypop_buffer_state (void)
# | {
# | if (!YY_CURRENT_BUFFER)
# | return;
# |
# | yy_delete_buffer(YY_CURRENT_BUFFER );
# | YY_CURRENT_BUFFER_LVALUE = NULL;
# | if ((yy_buffer_stack_top) > 0)
# | --(yy_buffer_stack_top);
# |
# | if (YY_CURRENT_BUFFER) {
# | yy_load_buffer_state( );
# | (yy_did_buffer_switch_on_eof) = 1;
# | }
# | }
# |
# | /* Allocates the stack if it does not exist.
# | * Guarantees space for at least one push.
# | */
# | static void yyensure_buffer_stack (void)
# | {
# | yy_size_t num_to_alloc;
# |
# | if (!(yy_buffer_stack)) {
# |
# | /* First allocation is just for 2 elements, since we don't know if this
# | * scanner will even need a stack. We use 2 instead of 1 to avoid an
# | * immediate realloc on the next call.
# | */
# | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
# | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
# | (num_to_alloc * sizeof(struct yy_buffer_state*)
# | );
# | if ( ! (yy_buffer_stack) )
# | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
# |
# | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
# |
# | (yy_buffer_stack_max) = num_to_alloc;
# | (yy_buffer_stack_top) = 0;
# | return;
# | }
# |
# | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
# |
# | /* Increase the buffer to prepare for a possible push. */
# | yy_size_t grow_size = 8 /* arbitrary grow size */;
# |
# | num_to_alloc = (yy_buffer_stack_max) + grow_size;
# | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
# | ((yy_buffer_stack),
# | num_to_alloc * sizeof(struct yy_buffer_state*)
# | );
# | if ( ! (yy_buffer_stack) )
# | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
# |
# | /* zero only the new slots.*/
# | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
# | (yy_buffer_stack_max) = num_to_alloc;
# | }
# | }
# |
# | /** Setup the input buffer state to scan directly from a user-specified character buffer.
# | * @param base the character buffer
# | * @param size the size in bytes of the character buffer
# | *
# | * @return the newly allocated buffer state object.
# | */
# | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
# | {
# | YY_BUFFER_STATE b;
# |
# | if ( size < 2 ||
# | base[size-2] != YY_END_OF_BUFFER_CHAR ||
# | base[size-1] != YY_END_OF_BUFFER_CHAR )
# | /* They forgot to leave room for the EOB's. */
# | return 0;
# |
# | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
# | if ( ! b )
# | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
# |
# | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
# | b->yy_buf_pos = b->yy_ch_buf = base;
# | b->yy_is_our_buffer = 0;
# | b->yy_input_file = 0;
# | b->yy_n_chars = b->yy_buf_size;
# | b->yy_is_interactive = 0;
# | b->yy_at_bol = 1;
# | b->yy_fill_buffer = 0;
# | b->yy_buffer_status = YY_BUFFER_NEW;
# |
# | yy_switch_to_buffer(b );
# |
# | return b;
# | }
# |
# | /** Setup the input buffer state to scan a string. The next call to yylex() will
# | * scan from a @e copy of @a str.
# | * @param yystr a NUL-terminated string to scan
# | *
# | * @return the newly allocated buffer state object.
# | * @note If you want to scan bytes that may contain NUL values, then use
# | * yy_scan_bytes() instead.
# | */
# | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
# | {
# |
# | return yy_scan_bytes(yystr,strlen(yystr) );
# | }
# |
# | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
# | * scan from a @e copy of @a bytes.
# | * @param yybytes the byte buffer to scan
# | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
# | *
# | * @return the newly allocated buffer state object.
# | */
# | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
# | {
# | YY_BUFFER_STATE b;
# | char *buf;
# | yy_size_t n;
# | yy_size_t i;
# |
# | /* Get memory for full buffer, including space for trailing EOB's. */
# | n = _yybytes_len + 2;
# | buf = (char *) yyalloc(n );
# | if ( ! buf )
# | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
# |
# | for ( i = 0; i < _yybytes_len; ++i )
# | buf[i] = yybytes[i];
# |
# | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
# |
# | b = yy_scan_buffer(buf,n );
# | if ( ! b )
# | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
# |
# | /* It's okay to grow etc. this buffer, and we should throw it
# | * away when we're done.
# | */
# | b->yy_is_our_buffer = 1;
# |
# | return b;
# | }
# |
# | #ifndef YY_EXIT_FAILURE
# | #define YY_EXIT_FAILURE 2
# | #endif
# |
# | static void yy_fatal_error (yyconst char* msg )
# | {
# | (void) fprintf( stderr, "%s\n", msg );
# | exit( YY_EXIT_FAILURE );
# | }
# |
# | /* Redefine yyless() so it works in section 3 code. */
# |
# | #undef yyless
# | #define yyless(n) \
# | do \
# | { \
# | /* Undo effects of setting up yytext. */ \
# | int yyless_macro_arg = (n); \
# | YY_LESS_LINENO(yyless_macro_arg);\
# | yytext[yyleng] = (yy_hold_char); \
# | (yy_c_buf_p) = yytext + yyless_macro_arg; \
# | (yy_hold_char) = *(yy_c_buf_p); \
# | *(yy_c_buf_p) = '\0'; \
# | yyleng = yyless_macro_arg; \
# | } \
# | while ( 0 )
# |
# | /* Accessor methods (get/set functions) to struct members. */
# |
# | /** Get the current line number.
# | *
# | */
# | int yyget_lineno (void)
# | {
# |
# | return yylineno;
# | }
# |
# | /** Get the input stream.
# | *
# | */
# | FILE *yyget_in (void)
# | {
# | return yyin;
# | }
# |
# | /** Get the output stream.
# | *
# | */
# | FILE *yyget_out (void)
# | {
# | return yyout;
# | }
# |
# | /** Get the length of the current token.
# | *
# | */
# | yy_size_t yyget_leng (void)
# | {
# | return yyleng;
# | }
# |
# | /** Get the current token.
# | *
# | */
# |
# | char *yyget_text (void)
# | {
# | return yytext;
# | }
# |
# | /** Set the current line number.
# | * @param _line_number line number
# | *
# | */
# | void yyset_lineno (int _line_number )
# | {
# |
# | yylineno = _line_number;
# | }
# |
# | /** Set the input stream. This does not discard the current
# | * input buffer.
# | * @param _in_str A readable stream.
# | *
# | * @see yy_switch_to_buffer
# | */
# | void yyset_in (FILE * _in_str )
# | {
# | yyin = _in_str ;
# | }
# |
# | void yyset_out (FILE * _out_str )
# | {
# | yyout = _out_str ;
# | }
# |
# | int yyget_debug (void)
# | {
# | return yy_flex_debug;
# | }
# |
# | void yyset_debug (int _bdebug )
# | {
# | yy_flex_debug = _bdebug ;
# | }
# |
# | static int yy_init_globals (void)
# | {
# | /* Initialization is the same as for the non-reentrant scanner.
# | * This function is called from yylex_destroy(), so don't allocate here.
# | */
# |
# | (yy_buffer_stack) = 0;
# | (yy_buffer_stack_top) = 0;
# | (yy_buffer_stack_max) = 0;
# | (yy_c_buf_p) = (char *) 0;
# | (yy_init) = 0;
# | (yy_start) = 0;
# |
# | (yy_state_buf) = 0;
# | (yy_state_ptr) = 0;
# | (yy_full_match) = 0;
# | (yy_lp) = 0;
# |
# | /* Defined in main.c */
# | #ifdef YY_STDINIT
# | yyin = stdin;
# | yyout = stdout;
# | #else
# | yyin = (FILE *) 0;
# | yyout = (FILE *) 0;
# | #endif
# |
# | /* For future reference: Set errno on error, since we are called by
# | * yylex_init()
# | */
# | return 0;
# | }
# |
# | /* yylex_destroy is for both reentrant and non-reentrant scanners. */
# | int yylex_destroy (void)
# | {
# |
# | /* Pop the buffer stack, destroying each element. */
# | while(YY_CURRENT_BUFFER){
# | yy_delete_buffer(YY_CURRENT_BUFFER );
# | YY_CURRENT_BUFFER_LVALUE = NULL;
# | yypop_buffer_state();
# | }
# |
# | /* Destroy the stack itself. */
# | yyfree((yy_buffer_stack) );
# | (yy_buffer_stack) = NULL;
# |
# | yyfree ( (yy_state_buf) );
# | (yy_state_buf) = NULL;
# |
# | /* Reset the globals. This is important in a non-reentrant scanner so the next time
# | * yylex() is called, initialization will occur. */
# | yy_init_globals( );
# |
# | return 0;
# | }
# |
# | /*
# | * Internal utility routines.
# | */
# |
# | #ifndef yytext_ptr
# | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
# | {
# |
# | int i;
# | for ( i = 0; i < n; ++i )
# | s1[i] = s2[i];
# | }
# | #endif
# |
# | #ifdef YY_NEED_STRLEN
# | static int yy_flex_strlen (yyconst char * s )
# | {
# | int n;
# | for ( n = 0; s[n]; ++n )
# | ;
# |
# | return n;
# | }
# | #endif
# |
# | void *yyalloc (yy_size_t size )
# | {
# | return (void *) malloc( size );
# | }
# |
# | void *yyrealloc (void * ptr, yy_size_t size )
# | {
# |
# | /* The cast to (char *) in the following accommodates both
# | * implementations that use char* generic pointers, and those
# | * that use void* generic pointers. It works with the latter
# | * because both ANSI C and C++ allow castless assignment from
# | * any pointer type to void*, and deal with argument conversions
# | * as though doing an assignment.
# | */
# | return (void *) realloc( (char *) ptr, size );
# | }
# |
# | void yyfree (void * ptr )
# | {
# | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
# | }
# |
# | #define YYTABLES_NAME "yytables"
# |
# | #line 10 "conftest.l"
# |
# |
# | #ifdef YYTEXT_POINTER
# | extern char *yytext;
# | #endif
# | int
# | main (void)
# | {
# | return ! yylex () + ! yywrap ();
# | }
# configure:14739: gcc -o conftest conftest.c -lfl >&5
# configure:14739: $? = 0
# configure:14749: result: -lfl
# configure:14755: checking whether yytext is a pointer
# configure:14772: gcc -o conftest conftest.c -lfl >&5
# configure:14772: $? = 0
# configure:14780: result: yes
# configure:14835: checking whether gcc understands -Wall
# configure:14848: gcc -o conftest -Wall conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wformat
# configure:14848: gcc -o conftest -Wformat conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wformat-security
# configure:14848: gcc -o conftest -Wformat-security conftest.c >&5
# cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wmissing-prototypes
# configure:14848: gcc -o conftest -Wmissing-prototypes conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wnested-externs
# configure:14848: gcc -o conftest -Wnested-externs conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wpointer-arith
# configure:14848: gcc -o conftest -Wpointer-arith conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wextra
# configure:14848: gcc -o conftest -Wextra conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wshadow
# configure:14848: gcc -o conftest -Wshadow conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wcast-align
# configure:14848: gcc -o conftest -Wcast-align conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wwrite-strings
# configure:14848: gcc -o conftest -Wwrite-strings conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Waggregate-return
# configure:14848: gcc -o conftest -Waggregate-return conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wstrict-prototypes
# configure:14848: gcc -o conftest -Wstrict-prototypes conftest.c >&5
# conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Winline
# configure:14848: gcc -o conftest -Winline conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wredundant-decls
# configure:14848: gcc -o conftest -Wredundant-decls conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -Wno-sign-compare
# configure:14848: gcc -o conftest -Wno-sign-compare conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -fexceptions
# configure:14848: gcc -o conftest -fexceptions conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14835: checking whether gcc understands -fasynchronous-unwind-tables
# configure:14848: gcc -o conftest -fasynchronous-unwind-tables conftest.c >&5
# configure:14848: $? = 0
# configure:14856: result: yes
# configure:14875: checking what language compliance flags to pass to the C compiler
# configure:14890: result:
# configure:14904: checking readline/readline.h usability
# configure:14904: gcc -c conftest.c >&5
# configure:14904: $? = 0
# configure:14904: result: yes
# configure:14904: checking readline/readline.h presence
# configure:14904: gcc -E conftest.c
# configure:14904: $? = 0
# configure:14904: result: yes
# configure:14904: checking for readline/readline.h
# configure:14904: result: yes
# configure:14916: checking for readline in -lreadline
# configure:14941: gcc -o conftest conftest.c -lreadline >&5
# configure:14941: $? = 0
# configure:14950: result: yes
# configure:15088: checking for rl_completion_matches
# configure:15088: gcc -o conftest conftest.c -lreadline >&5
# configure:15088: $? = 0
# configure:15088: result: yes
# configure:15088: checking for rl_crlf
# configure:15088: gcc -o conftest conftest.c -lreadline >&5
# configure:15088: $? = 0
# configure:15088: result: yes
# configure:15088: checking for rl_replace_line
# configure:15088: gcc -o conftest conftest.c -lreadline >&5
# configure:15088: $? = 0
# configure:15088: result: yes
# configure:15103: checking for open_memstream
# configure:15103: gcc -o conftest conftest.c >&5
# configure:15103: $? = 0
# configure:15103: result: yes
# configure:15103: checking for uselocale
# configure:15103: gcc -o conftest conftest.c >&5
# configure:15103: $? = 0
# configure:15103: result: yes
# configure:15113: checking how to pass version script to the linker (/usr/sbin/ld -m elf_x86_64)
# configure:15121: result: -Wl,--version-script=
# configure:15141: checking for size_t
# configure:15141: gcc -c conftest.c >&5
# configure:15141: $? = 0
# configure:15141: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:73:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:15141: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15141: result: yes
# configure:15154: checking for working alloca.h
# configure:15171: gcc -o conftest conftest.c >&5
# configure:15171: $? = 0
# configure:15179: result: yes
# configure:15187: checking for alloca
# configure:15224: gcc -o conftest conftest.c >&5
# configure:15224: $? = 0
# configure:15232: result: yes
# configure:15342: checking for C/C++ restrict keyword
# configure:15367: gcc -c conftest.c >&5
# configure:15367: $? = 0
# configure:15375: result: __restrict
# configure:15482: checking whether uses 'inline' correctly
# configure:15504: gcc -c conftest.c >&5
# configure:15507: $? = 0
# configure:15525: gcc -c conftest.c >&5
# configure:15528: $? = 0
# configure:15541: result: yes
# configure:15562: checking for btowc
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for canonicalize_file_name
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for getcwd
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for readlink
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for realpath
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for symlink
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for isblank
# configure:15562: gcc -o conftest conftest.c >&5
# conftest.c:69:6: warning: conflicting types for built-in function 'isblank'
# char isblank ();
# ^~~~~~~
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for iswctype
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for mbsrtowcs
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for mempcpy
# configure:15562: gcc -o conftest conftest.c >&5
# conftest.c:72:6: warning: conflicting types for built-in function 'mempcpy'
# char mempcpy ();
# ^~~~~~~
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for wmemchr
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for wmemcpy
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for wmempcpy
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for getdelim
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for gettimeofday
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for lstat
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for mbsinit
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for mbrtowc
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for mprotect
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for mkstemp
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for nl_langinfo
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for wcscoll
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for stpncpy
# configure:15562: gcc -o conftest conftest.c >&5
# conftest.c:85:6: warning: conflicting types for built-in function 'stpncpy'
# char stpncpy ();
# ^~~~~~~
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for strndup
# configure:15562: gcc -o conftest conftest.c >&5
# conftest.c:86:6: warning: conflicting types for built-in function 'strndup'
# char strndup ();
# ^~~~~~~
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for vasnprintf
# configure:15562: gcc -o conftest conftest.c >&5
# /tmp/ccwtYvaA.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `vasnprintf'
# collect2: error: ld returned 1 exit status
# configure:15562: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | /* end confdefs.h. */
# | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vasnprintf innocuous_vasnprintf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vasnprintf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vasnprintf
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char vasnprintf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vasnprintf || defined __stub___vasnprintf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vasnprintf ();
# | ;
# | return 0;
# | }
# configure:15562: result: no
# configure:15562: checking for snprintf
# configure:15562: gcc -o conftest conftest.c >&5
# conftest.c:87:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for wcrtomb
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for iswcntrl
# configure:15562: gcc -o conftest conftest.c >&5
# conftest.c:89:6: warning: conflicting types for built-in function 'iswcntrl'
# char iswcntrl ();
# ^~~~~~~~
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for _set_invalid_parameter_handler
# configure:15562: gcc -o conftest conftest.c >&5
# /tmp/cccMYsfL.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_set_invalid_parameter_handler'
# collect2: error: ld returned 1 exit status
# configure:15562: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | /* end confdefs.h. */
# | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _set_invalid_parameter_handler (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _set_invalid_parameter_handler
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _set_invalid_parameter_handler ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _set_invalid_parameter_handler ();
# | ;
# | return 0;
# | }
# configure:15562: result: no
# configure:15562: checking for newlocale
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for setenv
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15562: checking for wctob
# configure:15562: gcc -o conftest conftest.c >&5
# configure:15562: $? = 0
# configure:15562: result: yes
# configure:15576: checking for nl_langinfo and CODESET
# configure:15592: gcc -o conftest conftest.c >&5
# configure:15592: $? = 0
# configure:15601: result: yes
# configure:15612: checking for a traditional french locale
# configure:15680: gcc -o conftest conftest.c >&5
# configure:15683: $? = 0
# configure:15739: result: none
# configure:15836: checking whether // is distinct from /
# configure:15865: result: no
# configure:15886: checking whether realpath works
# configure:16056: gcc -o conftest conftest.c >&5
# configure:16056: $? = 0
# configure:16056: ./conftest
# configure:16056: $? = 0
# configure:16068: result: yes
# configure:16085: checking sys/param.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking sys/param.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for sys/param.h
# configure:16085: result: yes
# configure:16085: checking for unistd.h
# configure:16085: result: yes
# configure:16085: checking wctype.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking wctype.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for wctype.h
# configure:16085: result: yes
# configure:16085: checking getopt.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking getopt.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for getopt.h
# configure:16085: result: yes
# configure:16085: checking sys/time.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking sys/time.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for sys/time.h
# configure:16085: result: yes
# configure:16085: checking sys/socket.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking sys/socket.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for sys/socket.h
# configure:16085: result: yes
# configure:16085: checking langinfo.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking langinfo.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for langinfo.h
# configure:16085: result: yes
# configure:16085: checking xlocale.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking xlocale.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for xlocale.h
# configure:16085: result: yes
# configure:16085: checking sys/mman.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking sys/mman.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for sys/mman.h
# configure:16085: result: yes
# configure:16085: checking selinux/selinux.h usability
# configure:16085: gcc -c conftest.c >&5
# conftest.c:114:29: fatal error: selinux/selinux.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:16085: result: no
# configure:16085: checking selinux/selinux.h presence
# configure:16085: gcc -E conftest.c
# conftest.c:81:29: fatal error: selinux/selinux.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:16085: result: no
# configure:16085: checking for selinux/selinux.h
# configure:16085: result: no
# configure:16085: checking wchar.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking wchar.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for wchar.h
# configure:16085: result: yes
# configure:16085: checking for stdint.h
# configure:16085: result: yes
# configure:16085: checking for sys/stat.h
# configure:16085: result: yes
# configure:16085: checking sys/wait.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking sys/wait.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for sys/wait.h
# configure:16085: result: yes
# configure:16085: checking features.h usability
# configure:16085: gcc -c conftest.c >&5
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking features.h presence
# configure:16085: gcc -E conftest.c
# configure:16085: $? = 0
# configure:16085: result: yes
# configure:16085: checking for features.h
# configure:16085: result: yes
# configure:16085: checking for inttypes.h
# configure:16085: result: yes
# configure:16130: checking whether the preprocessor supports include_next
# configure:16168: gcc -c -Iconftestd1b -Iconftestd2 conftest.c >&5
# configure:16168: $? = 0
# configure:16189: result: yes
# configure:16210: checking whether system header files limit the line length
# configure:16233: result: no
# configure:16244: checking for complete errno.h
# configure:16314: result: yes
# configure:16649: checking for working fcntl.h
# configure:16741: gcc -o conftest conftest.c >&5
# configure:16741: $? = 0
# configure:16741: ./conftest
# configure:16741: $? = 0
# configure:16756: result: yes
# configure:16779: checking for pid_t
# configure:16779: gcc -c conftest.c >&5
# configure:16779: $? = 0
# configure:16779: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:125:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:16779: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16779: result: yes
# configure:16790: checking for mode_t
# configure:16790: gcc -c conftest.c >&5
# configure:16790: $? = 0
# configure:16790: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:125:21: error: expected expression before ')' token
# if (sizeof ((mode_t)))
# ^
# configure:16790: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16790: result: yes
# configure:16803: checking for mbstate_t
# configure:16827: gcc -c conftest.c >&5
# configure:16827: $? = 0
# configure:16834: result: yes
# configure:16990: checking whether getdelim is declared
# configure:16990: gcc -c conftest.c >&5
# configure:16990: $? = 0
# configure:16990: result: yes
# configure:17008: checking whether getline is declared
# configure:17008: gcc -c conftest.c >&5
# configure:17008: $? = 0
# configure:17008: result: yes
# configure:17244: checking for getopt.h
# configure:17244: result: yes
# configure:17261: checking for getopt_long_only
# configure:17261: gcc -o conftest conftest.c >&5
# configure:17261: $? = 0
# configure:17261: result: yes
# configure:17275: checking whether getopt is POSIX compatible
# configure:17317: gcc -o conftest conftest.c >&5
# configure:17317: $? = 0
# configure:17317: ./conftest
# configure:17317: $? = 0
# configure:17376: gcc -o conftest conftest.c >&5
# configure:17376: $? = 0
# configure:17376: ./conftest
# configure:17376: $? = 0
# configure:17418: gcc -o conftest conftest.c >&5
# configure:17418: $? = 0
# configure:17418: ./conftest
# program: option requires an argument -- 'b'
# configure:17418: $? = 0
# configure:17436: result: yes
# configure:17444: checking for working GNU getopt function
# configure:17665: gcc -o conftest conftest.c >&5
# configure:17665: $? = 0
# configure:17665: ./conftest
# configure:17665: $? = 0
# configure:17681: result: yes
# configure:17686: checking for working GNU getopt_long function
# configure:17731: gcc -o conftest conftest.c >&5
# configure:17731: $? = 0
# configure:17731: ./conftest
# configure:17731: $? = 0
# configure:17742: result: yes
# configure:17772: checking whether getenv is declared
# configure:17772: gcc -c conftest.c >&5
# configure:17772: $? = 0
# configure:17772: result: yes
# configure:17930: checking for struct timeval
# configure:17953: gcc -c conftest.c >&5
# configure:17953: $? = 0
# configure:17961: result: yes
# configure:17966: checking for wide-enough struct timeval.tv_sec member
# configure:17993: gcc -c conftest.c >&5
# configure:17993: $? = 0
# configure:18001: result: yes
# configure:18011: checking whether gettimeofday is declared without a macro
# configure:18033: gcc -c conftest.c >&5
# configure:18033: $? = 0
# configure:18041: result: yes
# configure:18117: checking whether getc_unlocked is declared
# configure:18117: gcc -c conftest.c >&5
# configure:18117: $? = 0
# configure:18117: result: yes
# configure:18130: checking whether we are using the GNU C Library >= 2.1 or uClibc
# configure:18160: result: yes
# configure:18181: checking for wchar_t
# configure:18198: gcc -c conftest.c >&5
# configure:18198: $? = 0
# configure:18205: result: yes
# configure:18221: checking whether NULL can be used in arbitrary expressions
# configure:18239: gcc -c conftest.c >&5
# configure:18239: $? = 0
# configure:18246: result: yes
# configure:18377: checking whether lstat correctly handles trailing slash
# configure:18410: gcc -o conftest conftest.c >&5
# configure:18410: $? = 0
# configure:18410: ./conftest
# configure:18410: $? = 0
# configure:18427: result: yes
# configure:18439: checking for inline
# configure:18455: gcc -c conftest.c >&5
# configure:18455: $? = 0
# configure:18463: result: inline
# configure:18482: checking whether malloc, realloc, calloc are POSIX compliant
# configure:18502: gcc -c conftest.c >&5
# configure:18502: $? = 0
# configure:18510: result: yes
# configure:18517: checking for stdlib.h
# configure:18517: result: yes
# configure:18527: checking for GNU libc compatible malloc
# configure:18560: gcc -o conftest conftest.c >&5
# configure:18560: $? = 0
# configure:18560: ./conftest
# configure:18560: $? = 0
# configure:18571: result: yes
# configure:18586: checking for unsigned long long int
# configure:18625: gcc -o conftest conftest.c >&5
# configure:18625: $? = 0
# configure:18634: result: yes
# configure:18644: checking for long long int
# configure:18682: gcc -o conftest conftest.c >&5
# configure:18682: $? = 0
# configure:18682: ./conftest
# configure:18682: $? = 0
# configure:18694: result: yes
# configure:18715: checking for a traditional japanese locale
# configure:18785: gcc -o conftest conftest.c >&5
# configure:18788: $? = 0
# configure:18846: result: none
# configure:18854: checking for a transitional chinese locale
# configure:18925: gcc -o conftest conftest.c >&5
# configure:18928: $? = 0
# configure:18979: result: none
# configure:18986: checking for a french Unicode locale
# configure:19058: gcc -o conftest conftest.c >&5
# configure:19061: $? = 0
# configure:19107: result: none
# configure:19204: checking for mmap
# configure:19204: gcc -o conftest conftest.c >&5
# configure:19204: $? = 0
# configure:19204: result: yes
# configure:19215: checking for MAP_ANONYMOUS
# configure:19252: result: yes
# configure:19286: checking whether memchr works
# configure:19349: gcc -o conftest conftest.c >&5
# configure:19349: $? = 0
# configure:19349: ./conftest
# configure:19349: $? = 0
# configure:19359: result: yes
# configure:19381: gcc -c conftest.c >&5
# conftest.c:105:10: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:105:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:105:16: error: unknown type name 'universal'
# configure:19381: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:19439: checking for library containing setfilecon
# configure:19470: gcc -o conftest conftest.c >&5
# /tmp/ccyEkyAc.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `setfilecon'
# collect2: error: ld returned 1 exit status
# configure:19470: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char setfilecon ();
# | int
# | main ()
# | {
# | return setfilecon ();
# | ;
# | return 0;
# | }
# configure:19470: gcc -o conftest conftest.c -lselinux >&5
# /usr/sbin/ld: cannot find -lselinux
# collect2: error: ld returned 1 exit status
# configure:19470: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char setfilecon ();
# | int
# | main ()
# | {
# | return setfilecon ();
# | ;
# | return 0;
# | }
# configure:19487: result: no
# configure:19514: checking for stdbool.h that conforms to C99
# configure:19581: gcc -c conftest.c >&5
# configure:19581: $? = 0
# configure:19588: result: yes
# configure:19590: checking for _Bool
# configure:19590: gcc -c conftest.c >&5
# configure:19590: $? = 0
# configure:19590: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:140:20: error: expected expression before ')' token
# if (sizeof ((_Bool)))
# ^
# configure:19590: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19590: result: yes
# configure:19744: checking whether stdint.h conforms to C99
# configure:19913: gcc -c conftest.c >&5
# configure:19913: $? = 0
# configure:19993: gcc -o conftest conftest.c >&5
# configure:19993: $? = 0
# configure:19993: ./conftest
# configure:19993: $? = 0
# configure:20005: result: yes
# configure:20349: checking whether stpncpy is declared
# configure:20349: gcc -c conftest.c >&5
# configure:20349: $? = 0
# configure:20349: result: yes
# configure:20440: checking whether ffsl is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether ffsll is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether memmem is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether mempcpy is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether memrchr is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether rawmemchr is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether stpcpy is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether stpncpy is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strchrnul is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strdup is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strncat is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strndup is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strnlen is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strpbrk is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strsep is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strcasestr is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strtok_r is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strerror_r is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strsignal is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20440: checking whether strverscmp is declared without a macro
# configure:20458: gcc -c conftest.c >&5
# configure:20458: $? = 0
# configure:20466: result: yes
# configure:20479: checking whether strndup is declared
# configure:20479: result: yes
# configure:20497: checking whether strnlen is declared
# configure:20497: result: yes
# configure:20515: checking whether strstr works
# configure:20567: gcc -o conftest conftest.c >&5
# configure:20567: $? = 0
# configure:20567: ./conftest
# configure:20567: $? = 0
# configure:20578: result: yes
# configure:20588: checking whether stat file-mode macros are broken
# configure:20615: gcc -c conftest.c >&5
# configure:20615: $? = 0
# configure:20622: result: no
# configure:20674: checking for struct timespec in
# configure:20691: gcc -c conftest.c >&5
# configure:20691: $? = 0
# configure:20698: result: yes
# configure:20849: checking for wint_t
# configure:20874: gcc -c conftest.c >&5
# configure:20874: $? = 0
# configure:20881: result: yes
# configure:20910: checking for inttypes.h
# configure:20929: gcc -c conftest.c >&5
# configure:20929: $? = 0
# configure:20936: result: yes
# configure:20947: checking for stdint.h
# configure:20964: gcc -c conftest.c >&5
# configure:20964: $? = 0
# configure:20971: result: yes
# configure:20984: checking for intmax_t
# configure:21009: gcc -c conftest.c >&5
# configure:21009: $? = 0
# configure:21016: result: yes
# configure:21035: checking where to find the exponent in a 'double'
# configure:21349: gcc -o conftest conftest.c >&5
# configure:21349: $? = 0
# configure:21349: ./conftest
# configure:21349: $? = 0
# configure:21361: result: word 1 bit 20
# configure:21397: checking whether snprintf returns a byte count as in C99
# configure:21467: gcc -o conftest conftest.c >&5
# configure:21467: $? = 0
# configure:21467: ./conftest
# configure:21467: $? = 0
# configure:21478: result: yes
# configure:21490: checking for snprintf
# configure:21490: result: yes
# configure:21490: checking for strnlen
# configure:21490: gcc -o conftest conftest.c >&5
# configure:21490: $? = 0
# configure:21490: result: yes
# configure:21490: checking for wcslen
# configure:21490: gcc -o conftest conftest.c >&5
# configure:21490: $? = 0
# configure:21490: result: yes
# configure:21490: checking for wcsnlen
# configure:21490: gcc -o conftest conftest.c >&5
# configure:21490: $? = 0
# configure:21490: result: yes
# configure:21490: checking for mbrtowc
# configure:21490: result: yes
# configure:21490: checking for wcrtomb
# configure:21490: result: yes
# configure:21499: checking whether _snprintf is declared
# configure:21499: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:149:10: error: '_snprintf' undeclared (first use in this function)
# (void) _snprintf;
# ^~~~~~~~~
# conftest.c:149:10: note: each undeclared identifier is reported only once for each function it appears in
# configure:21499: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef _snprintf
# | #ifdef __cplusplus
# | (void) _snprintf;
# | #else
# | (void) _snprintf;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:21499: result: no
# configure:21578: checking if environ is properly declared
# configure:21601: gcc -c conftest.c >&5
# conftest.c:148:39: error: conflicting types for 'environ'
# extern struct { int foo; } environ;
# ^~~~~~~
# In file included from conftest.c:143:0:
# /usr/include/unistd.h:548:15: note: previous declaration of 'environ' was here
# extern char **environ;
# ^~~~~~~
# configure:21601: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | /* end confdefs.h. */
# | #if HAVE_UNISTD_H
# | #include
# | #endif
# | /* mingw, BeOS, Haiku declare environ in , not in . */
# | #include
# |
# | extern struct { int foo; } environ;
# | int
# | main ()
# | {
# | environ.foo = 1;
# | ;
# | return 0;
# | }
# configure:21609: result: yes
# configure:21630: checking whether getcwd (NULL, 0) allocates memory for result
# configure:21685: gcc -o conftest conftest.c >&5
# configure:21685: $? = 0
# configure:21685: ./conftest
# configure:21685: $? = 0
# configure:21695: result: yes
# configure:21699: checking for getcwd with POSIX signature
# configure:21721: gcc -c conftest.c >&5
# configure:21721: $? = 0
# configure:21729: result: yes
# configure:21851: checking whether imaxabs is declared without a macro
# configure:21869: gcc -c conftest.c >&5
# configure:21869: $? = 0
# configure:21877: result: yes
# configure:21851: checking whether imaxdiv is declared without a macro
# configure:21869: gcc -c conftest.c >&5
# configure:21869: $? = 0
# configure:21877: result: yes
# configure:21851: checking whether strtoimax is declared without a macro
# configure:21869: gcc -c conftest.c >&5
# configure:21869: $? = 0
# configure:21877: result: yes
# configure:21851: checking whether strtoumax is declared without a macro
# configure:21869: gcc -c conftest.c >&5
# configure:21869: $? = 0
# configure:21877: result: yes
# configure:21892: checking for inttypes.h
# configure:21892: result: yes
# configure:21903: checking whether the inttypes.h PRIxNN macros are broken
# configure:21925: gcc -c conftest.c >&5
# configure:21925: $? = 0
# configure:21933: result: no
# configure:21954: checking for LC_MESSAGES
# configure:21970: gcc -o conftest conftest.c >&5
# configure:21970: $? = 0
# configure:21978: result: yes
# configure:21987: checking for CFPreferencesCopyAppValue
# configure:22005: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:149:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22005: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:22014: result: no
# configure:22021: checking for CFLocaleCopyCurrent
# configure:22039: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:149:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22039: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:22048: result: no
# configure:22100: checking for ld used by GCC
# configure:22164: result: /usr/sbin/ld -m elf_x86_64
# configure:22171: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:22184: result: yes
# configure:22191: checking for shared library run path origin
# configure:22204: result: done
# configure:22294: checking whether imported symbols can be declared weak
# configure:22312: gcc -o conftest conftest.c >&5
# configure:22312: $? = 0
# configure:22346: gcc -o conftest conftest.c >&5
# configure:22346: $? = 0
# configure:22346: ./conftest
# configure:22346: $? = 0
# configure:22358: result: yes
# configure:22363: checking pthread.h usability
# configure:22363: gcc -c conftest.c >&5
# configure:22363: $? = 0
# configure:22363: result: yes
# configure:22363: checking pthread.h presence
# configure:22363: gcc -E conftest.c
# configure:22363: $? = 0
# configure:22363: result: yes
# configure:22363: checking for pthread.h
# configure:22363: result: yes
# configure:22391: gcc -o conftest conftest.c >&5
# /tmp/ccHDu3a5.o: In function `main':
# conftest.c:(.text+0x14): undefined reference to `pthread_mutexattr_init'
# collect2: error: ld returned 1 exit status
# configure:22391: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_mutex_lock((pthread_mutex_t*)0);
# | pthread_mutexattr_init((pthread_mutexattr_t*)0);
# | ;
# | return 0;
# | }
# configure:22454: checking for pthread_kill in -lpthread
# configure:22479: gcc -o conftest conftest.c -lpthread >&5
# configure:22479: $? = 0
# configure:22488: result: yes
# configure:23178: checking for multithread API to use
# configure:23180: result: posix
# configure:23193: checking for promoted mode_t type
# configure:23210: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:155:13: error: size of array 'array' is negative
# typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
# ^~~~~
# configure:23210: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
# | ;
# | return 0;
# | }
# configure:23218: result: mode_t
# configure:23227: checking whether setenv is declared
# configure:23227: gcc -c conftest.c >&5
# configure:23227: $? = 0
# configure:23227: result: yes
# configure:23275: checking search.h usability
# configure:23275: gcc -c conftest.c >&5
# configure:23275: $? = 0
# configure:23275: result: yes
# configure:23275: checking search.h presence
# configure:23275: gcc -E conftest.c
# configure:23275: $? = 0
# configure:23275: result: yes
# configure:23275: checking for search.h
# configure:23275: result: yes
# configure:23287: checking for tsearch
# configure:23287: gcc -o conftest conftest.c >&5
# configure:23287: $? = 0
# configure:23287: result: yes
# configure:23299: checking whether alarm is declared
# configure:23299: gcc -c conftest.c >&5
# configure:23299: $? = 0
# configure:23299: result: yes
# configure:23312: checking whether unsetenv is declared
# configure:23312: gcc -c conftest.c >&5
# configure:23312: $? = 0
# configure:23312: result: yes
# configure:23360: checking for alloca as a compiler built-in
# configure:23384: result: yes
# configure:23413: checking for argz.h
# configure:23413: gcc -c conftest.c >&5
# configure:23413: $? = 0
# configure:23413: result: yes
# configure:23425: checking for error_t
# configure:23425: gcc -c conftest.c >&5
# configure:23425: $? = 0
# configure:23425: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:166:22: error: expected expression before ')' token
# if (sizeof ((error_t)))
# ^
# configure:23425: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | /* end confdefs.h. */
# | #if defined(HAVE_ARGZ_H)
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((error_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23425: result: yes
# configure:23447: checking for argz_replace
# configure:23447: gcc -o conftest conftest.c >&5
# configure:23447: $? = 0
# configure:23447: result: yes
# configure:23456: checking if argz actually works
# configure:23487: result: yes
# configure:23539: checking whether btowc(0) is correct
# configure:23574: gcc -o conftest conftest.c >&5
# configure:23574: $? = 0
# configure:23574: ./conftest
# configure:23574: $? = 0
# configure:23585: result: yes
# configure:23588: checking whether btowc(EOF) is correct
# configure:23639: result: guessing yes
# configure:23866: checking whether isblank is declared without a macro
# configure:23884: gcc -c conftest.c >&5
# configure:23884: $? = 0
# configure:23892: result: yes
# configure:23983: checking whether fcntl is declared without a macro
# configure:24001: gcc -c conftest.c >&5
# configure:24001: $? = 0
# configure:24009: result: yes
# configure:23983: checking whether openat is declared without a macro
# configure:24001: gcc -c conftest.c >&5
# configure:24001: $? = 0
# configure:24009: result: yes
# configure:24072: checking whether conversion from 'int' to 'long double' works
# configure:24113: gcc -o conftest conftest.c >&5
# configure:24113: $? = 0
# configure:24113: ./conftest
# configure:24113: $? = 0
# configure:24124: result: yes
# configure:24247: checking for working POSIX fnmatch
# configure:24348: gcc -o conftest conftest.c >&5
# configure:24348: $? = 0
# configure:24348: ./conftest
# configure:24348: $? = 0
# configure:24360: result: yes
# configure:24467: checking for working getdelim function
# configure:24527: gcc -o conftest conftest.c >&5
# configure:24527: $? = 0
# configure:24527: ./conftest
# configure:24527: $? = 0
# configure:24537: result: yes
# configure:24618: checking for getline
# configure:24618: gcc -o conftest conftest.c >&5
# configure:24618: $? = 0
# configure:24618: result: yes
# configure:24626: checking for working getline function
# configure:24686: gcc -o conftest conftest.c >&5
# configure:24686: $? = 0
# configure:24686: ./conftest
# configure:24686: $? = 0
# configure:24696: result: yes
# configure:24857: checking whether gettimeofday clobbers localtime buffer
# configure:24896: gcc -o conftest conftest.c >&5
# configure:24896: $? = 0
# configure:24896: ./conftest
# configure:24896: $? = 0
# configure:24906: result: no
# configure:24926: checking for gettimeofday with POSIX signature
# configure:24954: gcc -c conftest.c >&5
# conftest.c:173:19: error: conflicting types for 'gettimeofday'
# int gettimeofday (struct timeval *restrict, void *restrict);
# ^~~~~~~~~~~~
# In file included from conftest.c:171:0:
# /usr/include/sys/time.h:71:12: note: previous declaration of 'gettimeofday' was here
# extern int gettimeofday (struct timeval *__restrict __tv,
# ^~~~~~~~~~~~
# configure:24954: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | /* end confdefs.h. */
# | #include
# | struct timeval c;
# | int gettimeofday (struct timeval *restrict, void *restrict);
# |
# | int
# | main ()
# | {
# | /* glibc uses struct timezone * rather than the POSIX void *
# | if _GNU_SOURCE is defined. However, since the only portable
# | use of gettimeofday uses NULL as the second parameter, and
# | since the glibc definition is actually more typesafe, it is
# | not worth wrapping this to get a compliant signature. */
# | int (*f) (struct timeval *restrict, void *restrict)
# | = gettimeofday;
# | int x = f (&c, 0);
# | return !(x | c.tv_sec | c.tv_usec);
# |
# | ;
# | return 0;
# | }
# configure:24970: gcc -c conftest.c >&5
# configure:24970: $? = 0
# configure:24979: result: almost
# configure:25185: checking whether langinfo.h defines CODESET
# configure:25203: gcc -c conftest.c >&5
# configure:25203: $? = 0
# configure:25211: result: yes
# configure:25216: checking whether langinfo.h defines T_FMT_AMPM
# configure:25234: gcc -c conftest.c >&5
# configure:25234: $? = 0
# configure:25242: result: yes
# configure:25247: checking whether langinfo.h defines ERA
# configure:25265: gcc -c conftest.c >&5
# configure:25265: $? = 0
# configure:25273: result: yes
# configure:25278: checking whether langinfo.h defines YESEXPR
# configure:25296: gcc -c conftest.c >&5
# configure:25296: $? = 0
# configure:25304: result: yes
# configure:25321: checking whether nl_langinfo is declared without a macro
# configure:25339: gcc -c conftest.c >&5
# configure:25339: $? = 0
# configure:25347: result: yes
# configure:25392: checking whether locale.h conforms to POSIX:2001
# configure:25410: gcc -c conftest.c >&5
# configure:25410: $? = 0
# configure:25417: result: yes
# configure:25429: checking whether locale.h defines locale_t
# configure:25446: gcc -c conftest.c >&5
# configure:25446: $? = 0
# configure:25454: result: yes
# configure:25467: checking whether struct lconv is properly defined
# configure:25486: gcc -c conftest.c >&5
# configure:25486: $? = 0
# configure:25494: result: yes
# configure:25571: checking whether setlocale is declared without a macro
# configure:25593: gcc -c conftest.c >&5
# configure:25593: $? = 0
# configure:25601: result: yes
# configure:25571: checking whether duplocale is declared without a macro
# configure:25593: gcc -c conftest.c >&5
# configure:25593: $? = 0
# configure:25601: result: yes
# configure:25717: checking for stdlib.h
# configure:25717: result: yes
# configure:25727: checking for GNU libc compatible malloc
# configure:25771: result: yes
# configure:25872: checking whether mbrtowc handles incomplete characters
# configure:25929: result: guessing yes
# configure:25935: checking whether mbrtowc works as well as mbtowc
# configure:25996: result: guessing yes
# configure:26053: checking whether mbrtowc handles a NULL pwc argument
# configure:26124: result: guessing yes
# configure:26130: checking whether mbrtowc handles a NULL string argument
# configure:26189: result: guessing yes
# configure:26197: checking whether mbrtowc has a correct return value
# configure:26327: result: guessing yes
# configure:26333: checking whether mbrtowc returns 0 when parsing a NUL character
# configure:26389: result: guessing yes
# configure:26484: checking whether mbrtowc handles incomplete characters
# configure:26541: result: guessing yes
# configure:26547: checking whether mbrtowc works as well as mbtowc
# configure:26608: result: guessing yes
# configure:26724: checking whether mbrtowc handles incomplete characters
# configure:26781: result: guessing yes
# configure:26787: checking whether mbrtowc works as well as mbtowc
# configure:26848: result: guessing yes
# configure:26908: checking whether mbsrtowcs works
# configure:27012: result: guessing yes
# configure:27149: checking for mempcpy
# configure:27149: result: yes
# configure:27203: checking for working mkstemp
# configure:27256: gcc -o conftest conftest.c >&5
# configure:27256: $? = 0
# configure:27256: ./conftest
# configure:27256: $? = 0
# configure:27268: result: yes
# configure:27322: checking whether YESEXPR works
# configure:27350: gcc -o conftest conftest.c >&5
# configure:27350: $? = 0
# configure:27350: ./conftest
# configure:27350: $? = 0
# configure:27361: result: yes
# configure:27427: checking for rawmemchr
# configure:27427: gcc -o conftest conftest.c >&5
# configure:27427: $? = 0
# configure:27427: result: yes
# configure:27480: checking whether readlink signature is correct
# configure:27498: gcc -c conftest.c >&5
# configure:27498: $? = 0
# configure:27505: result: yes
# configure:27507: checking whether readlink handles trailing slash correctly
# configure:27537: gcc -o conftest conftest.c >&5
# configure:27537: $? = 0
# configure:27537: ./conftest
# configure:27537: $? = 0
# configure:27548: result: yes
# configure:27649: checking for working re_compile_pattern
# configure:27796: gcc -o conftest conftest.c >&5
# configure:27796: $? = 0
# configure:27796: ./conftest
# configure:27796: $? = 0
# configure:27806: result: yes
# configure:27934: checking for selinux/selinux.h
# configure:27934: result: no
# configure:28060: checking selinux/context.h usability
# configure:28060: gcc -c conftest.c >&5
# conftest.c:231:29: fatal error: selinux/context.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:28060: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define GNULIB_TEST_LOCALECONV 1
# | #define GNULIB_TEST_LSTAT 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MBTOWC 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define HAVE_MEMPCPY 1
# | #define GNULIB_TEST_MEMPCPY 1
# | #define GNULIB_TEST_MKSTEMP 1
# | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAWMEMCHR 1
# | #define GNULIB_TEST_RAWMEMCHR 1
# | #define GNULIB_TEST_READLINK 1
# | #define HAVE_REALLOC_POSIX 1
# | #define GNULIB_TEST_REALLOC_POSIX 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:28060: result: no
# configure:28060: checking selinux/context.h presence
# configure:28060: gcc -E conftest.c
# conftest.c:198:29: fatal error: selinux/context.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:28060: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define GNULIB_TEST_LOCALECONV 1
# | #define GNULIB_TEST_LSTAT 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MBTOWC 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define HAVE_MEMPCPY 1
# | #define GNULIB_TEST_MEMPCPY 1
# | #define GNULIB_TEST_MKSTEMP 1
# | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAWMEMCHR 1
# | #define GNULIB_TEST_RAWMEMCHR 1
# | #define GNULIB_TEST_READLINK 1
# | #define HAVE_REALLOC_POSIX 1
# | #define GNULIB_TEST_REALLOC_POSIX 1
# | /* end confdefs.h. */
# | #include
# configure:28060: result: no
# configure:28060: checking for selinux/context.h
# configure:28060: result: no
# configure:28101: checking for stdint.h
# configure:28101: result: yes
# configure:28111: checking for SIZE_MAX
# configure:28182: result: yes
# configure:28194: checking for ssize_t
# configure:28211: gcc -c conftest.c >&5
# configure:28211: $? = 0
# configure:28218: result: yes
# configure:28235: checking whether stat handles trailing slashes on directories
# configure:28258: gcc -o conftest conftest.c >&5
# configure:28258: $? = 0
# configure:28258: ./conftest
# configure:28258: $? = 0
# configure:28268: result: yes
# configure:28270: checking whether stat handles trailing slashes on files
# configure:28310: gcc -o conftest conftest.c >&5
# configure:28310: $? = 0
# configure:28310: ./conftest
# configure:28310: $? = 0
# configure:28321: result: yes
# configure:28402: checking whether NULL can be used in arbitrary expressions
# configure:28427: result: yes
# configure:28623: checking whether dprintf is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether fpurge is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:209:10: error: 'fpurge' undeclared (first use in this function)
# (void) fpurge;
# ^~~~~~
# conftest.c:209:10: note: each undeclared identifier is reported only once for each function it appears in
# configure:28641: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define GNULIB_TEST_LOCALECONV 1
# | #define GNULIB_TEST_LSTAT 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MBTOWC 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define HAVE_MEMPCPY 1
# | #define GNULIB_TEST_MEMPCPY 1
# | #define GNULIB_TEST_MKSTEMP 1
# | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAWMEMCHR 1
# | #define GNULIB_TEST_RAWMEMCHR 1
# | #define GNULIB_TEST_READLINK 1
# | #define HAVE_REALLOC_POSIX 1
# | #define GNULIB_TEST_REALLOC_POSIX 1
# | #define HAVE_STDINT_H 1
# | #define GNULIB_TEST_STAT 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #undef fpurge
# | (void) fpurge;
# | ;
# | return 0;
# | }
# configure:28649: result: no
# configure:28623: checking whether fseeko is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether ftello is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether getdelim is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether getline is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether gets is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:213:10: error: 'gets' undeclared (first use in this function)
# (void) gets;
# ^~~~
# conftest.c:213:10: note: each undeclared identifier is reported only once for each function it appears in
# configure:28641: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define GNULIB_TEST_LOCALECONV 1
# | #define GNULIB_TEST_LSTAT 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MBTOWC 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define HAVE_MEMPCPY 1
# | #define GNULIB_TEST_MEMPCPY 1
# | #define GNULIB_TEST_MKSTEMP 1
# | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAWMEMCHR 1
# | #define GNULIB_TEST_RAWMEMCHR 1
# | #define GNULIB_TEST_READLINK 1
# | #define HAVE_REALLOC_POSIX 1
# | #define GNULIB_TEST_REALLOC_POSIX 1
# | #define HAVE_STDINT_H 1
# | #define GNULIB_TEST_STAT 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #undef gets
# | (void) gets;
# | ;
# | return 0;
# | }
# configure:28649: result: no
# configure:28623: checking whether pclose is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether popen is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether renameat is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether snprintf is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether tmpfile is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether vdprintf is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28623: checking whether vsnprintf is declared without a macro
# configure:28641: gcc -c conftest.c >&5
# configure:28641: $? = 0
# configure:28649: result: yes
# configure:28734: checking whether _Exit is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether atoll is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether canonicalize_file_name is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether getloadavg is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether getsubopt is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether grantpt is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether initstate is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether initstate_r is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether mkdtemp is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether mkostemp is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether mkostemps is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether mkstemp is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether mkstemps is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether posix_openpt is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether ptsname is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether ptsname_r is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether random is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether random_r is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether realpath is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether rpmatch is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether setenv is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether setstate is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether setstate_r is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether srandom is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether srandom_r is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether strtod is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether strtoll is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether strtoull is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether unlockpt is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28734: checking whether unsetenv is declared without a macro
# configure:28758: gcc -c conftest.c >&5
# configure:28758: $? = 0
# configure:28766: result: yes
# configure:28786: checking for stpcpy
# configure:28786: gcc -o conftest conftest.c >&5
# conftest.c:267:6: warning: conflicting types for built-in function 'stpcpy'
# char stpcpy ();
# ^~~~~~
# configure:28786: $? = 0
# configure:28786: result: yes
# configure:28852: checking for working stpncpy
# configure:28918: gcc -o conftest conftest.c >&5
# configure:28918: $? = 0
# configure:28918: ./conftest
# configure:28918: $? = 0
# configure:28929: result: yes
# configure:28981: checking for strchrnul
# configure:28981: gcc -o conftest conftest.c >&5
# configure:28981: $? = 0
# configure:28981: result: yes
# configure:28993: checking whether strchrnul works
# configure:29037: gcc -o conftest conftest.c >&5
# configure:29037: $? = 0
# configure:29037: ./conftest
# configure:29037: $? = 0
# configure:29048: result: yes
# configure:29112: checking for working strndup
# configure:29150: gcc -o conftest conftest.c >&5
# configure:29150: $? = 0
# configure:29150: ./conftest
# configure:29150: $? = 0
# configure:29160: result: yes
# configure:29212: checking for working strnlen
# configure:29250: gcc -o conftest conftest.c >&5
# configure:29250: $? = 0
# configure:29250: ./conftest
# configure:29250: $? = 0
# configure:29260: result: yes
# configure:29301: checking whether strstr works in linear time
# configure:29375: gcc -o conftest conftest.c >&5
# configure:29375: $? = 0
# configure:29375: ./conftest
# configure:29375: $? = 0
# configure:29386: result: yes
# configure:29414: checking whether strstr works
# configure:29477: result: yes
# configure:29614: checking for nlink_t
# configure:29614: gcc -c conftest.c >&5
# configure:29614: $? = 0
# configure:29614: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:259:22: error: expected expression before ')' token
# if (sizeof ((nlink_t)))
# ^
# configure:29614: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define GNULIB_TEST_LOCALECONV 1
# | #define GNULIB_TEST_LSTAT 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MBTOWC 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define HAVE_MEMPCPY 1
# | #define GNULIB_TEST_MEMPCPY 1
# | #define GNULIB_TEST_MKSTEMP 1
# | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAWMEMCHR 1
# | #define GNULIB_TEST_RAWMEMCHR 1
# | #define GNULIB_TEST_READLINK 1
# | #define HAVE_REALLOC_POSIX 1
# | #define GNULIB_TEST_REALLOC_POSIX 1
# | #define HAVE_STDINT_H 1
# | #define GNULIB_TEST_STAT 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_STPCPY 1
# | #define GNULIB_TEST_STPCPY 1
# | #define HAVE_STPNCPY 1
# | #define GNULIB_TEST_STPNCPY 1
# | #define HAVE_STRCHRNUL 1
# | #define GNULIB_TEST_STRCHRNUL 1
# | #define GNULIB_TEST_STRNDUP 1
# | #define GNULIB_TEST_STRNLEN 1
# | #define GNULIB_TEST_STRSTR 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((nlink_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:29614: result: yes
# configure:29629: checking whether fchmodat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether fstat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether fstatat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether futimens is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether lchmod is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether lstat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether mkdirat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether mkfifo is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether mkfifoat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether mknod is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether mknodat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether stat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29629: checking whether utimensat is declared without a macro
# configure:29647: gcc -c conftest.c >&5
# configure:29647: $? = 0
# configure:29655: result: yes
# configure:29838: checking whether waitpid is declared without a macro
# configure:29855: gcc -c conftest.c >&5
# configure:29855: $? = 0
# configure:29863: result: yes
# configure:29982: checking whether chdir is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether chown is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether dup is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether dup2 is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether dup3 is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether environ is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether euidaccess is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether faccessat is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether fchdir is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether fchownat is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether fdatasync is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether fsync is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether ftruncate is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether getcwd is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether getdomainname is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether getdtablesize is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether getgroups is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether gethostname is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether getlogin is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether getlogin_r is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether getpagesize is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether getusershell is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether setusershell is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether endusershell is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether group_member is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether isatty is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether lchown is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether link is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether linkat is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether lseek is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether pipe is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether pipe2 is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether pread is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether pwrite is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether readlink is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether readlinkat is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether rmdir is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether sethostname is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether sleep is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether symlink is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether symlinkat is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether ttyname_r is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether unlink is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether unlinkat is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:29982: checking whether usleep is declared without a macro
# configure:30012: gcc -c conftest.c >&5
# configure:30012: $? = 0
# configure:30020: result: yes
# configure:30105: checking for ptrdiff_t
# configure:30105: gcc -c conftest.c >&5
# configure:30105: $? = 0
# configure:30105: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:348:24: error: expected expression before ')' token
# if (sizeof ((ptrdiff_t)))
# ^
# configure:30105: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define GNULIB_TEST_LOCALECONV 1
# | #define GNULIB_TEST_LSTAT 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MBTOWC 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define HAVE_MEMPCPY 1
# | #define GNULIB_TEST_MEMPCPY 1
# | #define GNULIB_TEST_MKSTEMP 1
# | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAWMEMCHR 1
# | #define GNULIB_TEST_RAWMEMCHR 1
# | #define GNULIB_TEST_READLINK 1
# | #define HAVE_REALLOC_POSIX 1
# | #define GNULIB_TEST_REALLOC_POSIX 1
# | #define HAVE_STDINT_H 1
# | #define GNULIB_TEST_STAT 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_STPCPY 1
# | #define GNULIB_TEST_STPCPY 1
# | #define HAVE_STPNCPY 1
# | #define GNULIB_TEST_STPNCPY 1
# | #define HAVE_STRCHRNUL 1
# | #define GNULIB_TEST_STRCHRNUL 1
# | #define GNULIB_TEST_STRNDUP 1
# | #define GNULIB_TEST_STRNLEN 1
# | #define GNULIB_TEST_STRSTR 1
# | #define HAVE_RAW_DECL_FCHMODAT 1
# | #define HAVE_RAW_DECL_FSTAT 1
# | #define HAVE_RAW_DECL_FSTATAT 1
# | #define HAVE_RAW_DECL_FUTIMENS 1
# | #define HAVE_RAW_DECL_LCHMOD 1
# | #define HAVE_RAW_DECL_LSTAT 1
# | #define HAVE_RAW_DECL_MKDIRAT 1
# | #define HAVE_RAW_DECL_MKFIFO 1
# | #define HAVE_RAW_DECL_MKFIFOAT 1
# | #define HAVE_RAW_DECL_MKNOD 1
# | #define HAVE_RAW_DECL_MKNODAT 1
# | #define HAVE_RAW_DECL_STAT 1
# | #define HAVE_RAW_DECL_UTIMENSAT 1
# | #define HAVE_RAW_DECL_WAITPID 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:30105: result: yes
# configure:30126: checking for vasprintf
# configure:30126: gcc -o conftest conftest.c >&5
# configure:30126: $? = 0
# configure:30126: result: yes
# configure:30292: checking whether btowc is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wctob is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether mbsinit is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether mbrtowc is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether mbrlen is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether mbsrtowcs is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether mbsnrtowcs is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcrtomb is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsrtombs is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsnrtombs is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcwidth is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wmemchr is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wmemcmp is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wmemcpy is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wmemmove is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wmemset is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcslen is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsnlen is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcscpy is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcpcpy is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsncpy is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcpncpy is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcscat is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsncat is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcscmp is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsncmp is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcscasecmp is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsncasecmp is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcscoll is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsxfrm is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsdup is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcschr is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsrchr is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcscspn is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsspn is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcspbrk is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcsstr is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcstok is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30292: checking whether wcswidth is declared without a macro
# configure:30320: gcc -c conftest.c >&5
# configure:30320: $? = 0
# configure:30328: result: yes
# configure:30366: checking whether mbrtowc handles incomplete characters
# configure:30423: result: guessing yes
# configure:30429: checking whether mbrtowc works as well as mbtowc
# configure:30490: result: guessing yes
# configure:30549: checking whether wcrtomb return value is correct
# configure:30616: result: guessing yes
# configure:30765: checking whether iswcntrl works
# configure:30809: gcc -o conftest conftest.c >&5
# configure:30809: $? = 0
# configure:30809: ./conftest
# configure:30809: $? = 0
# configure:30820: result: yes
# configure:30844: checking for towlower
# configure:30844: gcc -o conftest conftest.c >&5
# conftest.c:377:6: warning: conflicting types for built-in function 'towlower'
# char towlower ();
# ^~~~~~~~
# configure:30844: $? = 0
# configure:30844: result: yes
# configure:30892: checking for wctype_t
# configure:30920: gcc -c conftest.c >&5
# configure:30920: $? = 0
# configure:30928: result: yes
# configure:30934: checking for wctrans_t
# configure:30960: gcc -c conftest.c >&5
# configure:30960: $? = 0
# configure:30968: result: yes
# configure:30977: checking whether wctype is declared without a macro
# configure:31006: gcc -c conftest.c >&5
# configure:31006: $? = 0
# configure:31014: result: yes
# configure:30977: checking whether iswctype is declared without a macro
# configure:31006: gcc -c conftest.c >&5
# configure:31006: $? = 0
# configure:31014: result: yes
# configure:30977: checking whether wctrans is declared without a macro
# configure:31006: gcc -c conftest.c >&5
# configure:31006: $? = 0
# configure:31014: result: yes
# configure:30977: checking whether towctrans is declared without a macro
# configure:31006: gcc -c conftest.c >&5
# configure:31006: $? = 0
# configure:31014: result: yes
# configure:31031: checking for stdint.h
# configure:31031: result: yes
# configure:31072: checking for a traditional french locale
# configure:31199: result: none
# configure:31206: checking for a french Unicode locale
# configure:31327: result: none
# configure:31335: checking for a traditional french locale
# configure:31462: result: none
# configure:31470: checking for a turkish Unicode locale
# configure:31541: gcc -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:416:7: warning: implicit declaration of function 'towupper' [-Wimplicit-function-declaration]
# if (towupper ('i') != 0x0130 || towlower (0x0130) != 'i'
# ^~~~~~~~
# conftest.c:416:7: warning: incompatible implicit declaration of built-in function 'towupper'
# conftest.c:416:7: note: include '' or provide a declaration of 'towupper'
# conftest.c:416:35: warning: implicit declaration of function 'towlower' [-Wimplicit-function-declaration]
# if (towupper ('i') != 0x0130 || towlower (0x0130) != 'i'
# ^~~~~~~~
# conftest.c:416:35: warning: incompatible implicit declaration of built-in function 'towlower'
# conftest.c:416:35: note: include '' or provide a declaration of 'towlower'
# configure:31544: $? = 0
# configure:31592: result: none
# configure:31685: checking whether dup2 works
# configure:31739: gcc -o conftest conftest.c >&5
# configure:31739: $? = 0
# configure:31739: ./conftest
# configure:31739: $? = 0
# configure:31750: result: yes
# configure:31823: checking whether fdopen sets errno
# configure:31852: gcc -o conftest conftest.c >&5
# configure:31852: $? = 0
# configure:31852: ./conftest
# configure:31852: $? = 0
# configure:31863: result: yes
# configure:32005: checking for getpagesize
# configure:32005: gcc -o conftest conftest.c >&5
# configure:32005: $? = 0
# configure:32005: result: yes
# configure:32052: checking whether getpagesize is declared
# configure:32052: result: yes
# configure:32123: gcc -c conftest.c >&5
# conftest.c:371:23: error: conflicting types for 'foo'
# extern int foo;
# ^~~
# conftest.c:370:28: note: previous declaration of 'foo' was here
# extern intptr_t foo;
# ^~~
# configure:32123: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define GNULIB_TEST_LOCALECONV 1
# | #define GNULIB_TEST_LSTAT 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MBTOWC 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define HAVE_MEMPCPY 1
# | #define GNULIB_TEST_MEMPCPY 1
# | #define GNULIB_TEST_MKSTEMP 1
# | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAWMEMCHR 1
# | #define GNULIB_TEST_RAWMEMCHR 1
# | #define GNULIB_TEST_READLINK 1
# | #define HAVE_REALLOC_POSIX 1
# | #define GNULIB_TEST_REALLOC_POSIX 1
# | #define HAVE_STDINT_H 1
# | #define GNULIB_TEST_STAT 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_STPCPY 1
# | #define GNULIB_TEST_STPCPY 1
# | #define HAVE_STPNCPY 1
# | #define GNULIB_TEST_STPNCPY 1
# | #define HAVE_STRCHRNUL 1
# | #define GNULIB_TEST_STRCHRNUL 1
# | #define GNULIB_TEST_STRNDUP 1
# | #define GNULIB_TEST_STRNLEN 1
# | #define GNULIB_TEST_STRSTR 1
# | #define HAVE_RAW_DECL_FCHMODAT 1
# | #define HAVE_RAW_DECL_FSTAT 1
# | #define HAVE_RAW_DECL_FSTATAT 1
# | #define HAVE_RAW_DECL_FUTIMENS 1
# | #define HAVE_RAW_DECL_LCHMOD 1
# | #define HAVE_RAW_DECL_LSTAT 1
# | #define HAVE_RAW_DECL_MKDIRAT 1
# | #define HAVE_RAW_DECL_MKFIFO 1
# | #define HAVE_RAW_DECL_MKFIFOAT 1
# | #define HAVE_RAW_DECL_MKNOD 1
# | #define HAVE_RAW_DECL_MKNODAT 1
# | #define HAVE_RAW_DECL_STAT 1
# | #define HAVE_RAW_DECL_UTIMENSAT 1
# | #define HAVE_RAW_DECL_WAITPID 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_VASPRINTF 1
# | #define GNULIB_TEST_VASPRINTF 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_RAW_DECL_WMEMCHR 1
# | #define HAVE_RAW_DECL_WMEMCMP 1
# | #define HAVE_RAW_DECL_WMEMCPY 1
# | #define HAVE_RAW_DECL_WMEMMOVE 1
# | #define HAVE_RAW_DECL_WMEMSET 1
# | #define HAVE_RAW_DECL_WCSLEN 1
# | #define HAVE_RAW_DECL_WCSNLEN 1
# | #define HAVE_RAW_DECL_WCSCPY 1
# | #define HAVE_RAW_DECL_WCPCPY 1
# | #define HAVE_RAW_DECL_WCSNCPY 1
# | #define HAVE_RAW_DECL_WCPNCPY 1
# | #define HAVE_RAW_DECL_WCSCAT 1
# | #define HAVE_RAW_DECL_WCSNCAT 1
# | #define HAVE_RAW_DECL_WCSCMP 1
# | #define HAVE_RAW_DECL_WCSNCMP 1
# | #define HAVE_RAW_DECL_WCSCASECMP 1
# | #define HAVE_RAW_DECL_WCSNCASECMP 1
# | #define HAVE_RAW_DECL_WCSCOLL 1
# | #define HAVE_RAW_DECL_WCSXFRM 1
# | #define HAVE_RAW_DECL_WCSDUP 1
# | #define HAVE_RAW_DECL_WCSCHR 1
# | #define HAVE_RAW_DECL_WCSRCHR 1
# | #define HAVE_RAW_DECL_WCSCSPN 1
# | #define HAVE_RAW_DECL_WCSSPN 1
# | #define HAVE_RAW_DECL_WCSPBRK 1
# | #define HAVE_RAW_DECL_WCSSTR 1
# | #define HAVE_RAW_DECL_WCSTOK 1
# | #define HAVE_RAW_DECL_WCSWIDTH 1
# | #define GNULIB_TEST_WCRTOMB 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_RAW_DECL_WCTYPE 1
# | #define HAVE_RAW_DECL_ISWCTYPE 1
# | #define HAVE_RAW_DECL_WCTRANS 1
# | #define HAVE_RAW_DECL_TOWCTRANS 1
# | #define HAVE_STDINT_H 1
# | #define GNULIB_TEST_CLOSE 1
# | #define HAVE_DUP2 1
# | #define GNULIB_TEST_DUP2 1
# | #define GNULIB_TEST_ENVIRON 1
# | #define GNULIB_TEST_FDOPEN 1
# | #define GNULIB_TEST_FSTAT 1
# | #define GNULIB_TEST_GETCWD 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | /* end confdefs.h. */
# | #include
# | extern intptr_t foo;
# | extern int foo;
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:32123: gcc -c conftest.c >&5
# configure:32123: $? = 0
# configure:32133: checking whether INT32_MAX < INTMAX_MAX
# configure:32167: gcc -c conftest.c >&5
# configure:32167: $? = 0
# configure:32174: result: yes
# configure:32185: checking whether INT64_MAX == LONG_MAX
# configure:32219: gcc -c conftest.c >&5
# configure:32219: $? = 0
# configure:32226: result: yes
# configure:32239: checking whether UINT32_MAX < UINTMAX_MAX
# configure:32273: gcc -c conftest.c >&5
# configure:32273: $? = 0
# configure:32280: result: yes
# configure:32291: checking whether UINT64_MAX == ULONG_MAX
# configure:32325: gcc -c conftest.c >&5
# configure:32325: $? = 0
# configure:32332: result: yes
# configure:32360: checking for setlocale
# configure:32360: gcc -o conftest conftest.c >&5
# configure:32360: $? = 0
# configure:32360: result: yes
# configure:32360: checking for uselocale
# configure:32360: result: yes
# configure:32382: checking for pthread_rwlock_t
# configure:32382: gcc -c conftest.c >&5
# configure:32382: $? = 0
# configure:32382: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:376:31: error: expected expression before ')' token
# if (sizeof ((pthread_rwlock_t)))
# ^
# configure:32382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "augeas"
# | #define PACKAGE_TARNAME "augeas"
# | #define PACKAGE_VERSION "1.5.0"
# | #define PACKAGE_STRING "augeas 1.5.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "augeas"
# | #define VERSION "1.5.0"
# | #define ENABLE_DEBUG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define YYTEXT_POINTER 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_CRLF 1
# | #define HAVE_RL_REPLACE_LINE 1
# | #define HAVE_OPEN_MEMSTREAM 1
# | #define HAVE_USELOCALE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_BTOWC 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_READLINK 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_WMEMCHR 1
# | #define HAVE_WMEMCPY 1
# | #define HAVE_WMEMPCPY 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_STPNCPY 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_NEWLOCALE 1
# | #define HAVE_SETENV 1
# | #define HAVE_WCTOB 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define FUNC_REALPATH_WORKS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_DECL_GETDELIM 1
# | #define HAVE_DECL_GETLINE 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_WCHAR_T 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STDLIB_H 1
# | #define MALLOC_0_IS_NONNULL 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_DECL_STRNDUP 1
# | #define HAVE_DECL_STRNLEN 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_ENVIRON_DECL 1
# | #define HAVE_RAW_DECL_IMAXABS 1
# | #define HAVE_RAW_DECL_IMAXDIV 1
# | #define HAVE_RAW_DECL_STRTOIMAX 1
# | #define HAVE_RAW_DECL_STRTOUMAX 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LC_MESSAGES 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define PROMOTED_MODE_T mode_t
# | #define HAVE_DECL_SETENV 1
# | #define HAVE_SEARCH_H 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_DECL_ALARM 1
# | #define HAVE_DECL_UNSETENV 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_WORKING_ARGZ 1
# | #define GNULIB_TEST_BTOWC 1
# | #define GNULIB_CANONICALIZE_LGPL 1
# | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# | #define GNULIB_TEST_REALPATH 1
# | #define HAVE_RAW_DECL_ISBLANK 1
# | #define HAVE_RAW_DECL_FCNTL 1
# | #define HAVE_RAW_DECL_OPENAT 1
# | #define GNULIB_TEST_GETDELIM 1
# | #define GNULIB_TEST_GETLINE 1
# | #define GNULIB_TEST_GETOPT_GNU 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define GNULIB_TEST_LOCALECONV 1
# | #define GNULIB_TEST_LSTAT 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MBTOWC 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define HAVE_MEMPCPY 1
# | #define GNULIB_TEST_MEMPCPY 1
# | #define GNULIB_TEST_MKSTEMP 1
# | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAWMEMCHR 1
# | #define GNULIB_TEST_RAWMEMCHR 1
# | #define GNULIB_TEST_READLINK 1
# | #define HAVE_REALLOC_POSIX 1
# | #define GNULIB_TEST_REALLOC_POSIX 1
# | #define HAVE_STDINT_H 1
# | #define GNULIB_TEST_STAT 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_STPCPY 1
# | #define GNULIB_TEST_STPCPY 1
# | #define HAVE_STPNCPY 1
# | #define GNULIB_TEST_STPNCPY 1
# | #define HAVE_STRCHRNUL 1
# | #define GNULIB_TEST_STRCHRNUL 1
# | #define GNULIB_TEST_STRNDUP 1
# | #define GNULIB_TEST_STRNLEN 1
# | #define GNULIB_TEST_STRSTR 1
# | #define HAVE_RAW_DECL_FCHMODAT 1
# | #define HAVE_RAW_DECL_FSTAT 1
# | #define HAVE_RAW_DECL_FSTATAT 1
# | #define HAVE_RAW_DECL_FUTIMENS 1
# | #define HAVE_RAW_DECL_LCHMOD 1
# | #define HAVE_RAW_DECL_LSTAT 1
# | #define HAVE_RAW_DECL_MKDIRAT 1
# | #define HAVE_RAW_DECL_MKFIFO 1
# | #define HAVE_RAW_DECL_MKFIFOAT 1
# | #define HAVE_RAW_DECL_MKNOD 1
# | #define HAVE_RAW_DECL_MKNODAT 1
# | #define HAVE_RAW_DECL_STAT 1
# | #define HAVE_RAW_DECL_UTIMENSAT 1
# | #define HAVE_RAW_DECL_WAITPID 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_VASPRINTF 1
# | #define GNULIB_TEST_VASPRINTF 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_RAW_DECL_WMEMCHR 1
# | #define HAVE_RAW_DECL_WMEMCMP 1
# | #define HAVE_RAW_DECL_WMEMCPY 1
# | #define HAVE_RAW_DECL_WMEMMOVE 1
# | #define HAVE_RAW_DECL_WMEMSET 1
# | #define HAVE_RAW_DECL_WCSLEN 1
# | #define HAVE_RAW_DECL_WCSNLEN 1
# | #define HAVE_RAW_DECL_WCSCPY 1
# | #define HAVE_RAW_DECL_WCPCPY 1
# | #define HAVE_RAW_DECL_WCSNCPY 1
# | #define HAVE_RAW_DECL_WCPNCPY 1
# | #define HAVE_RAW_DECL_WCSCAT 1
# | #define HAVE_RAW_DECL_WCSNCAT 1
# | #define HAVE_RAW_DECL_WCSCMP 1
# | #define HAVE_RAW_DECL_WCSNCMP 1
# | #define HAVE_RAW_DECL_WCSCASECMP 1
# | #define HAVE_RAW_DECL_WCSNCASECMP 1
# | #define HAVE_RAW_DECL_WCSCOLL 1
# | #define HAVE_RAW_DECL_WCSXFRM 1
# | #define HAVE_RAW_DECL_WCSDUP 1
# | #define HAVE_RAW_DECL_WCSCHR 1
# | #define HAVE_RAW_DECL_WCSRCHR 1
# | #define HAVE_RAW_DECL_WCSCSPN 1
# | #define HAVE_RAW_DECL_WCSSPN 1
# | #define HAVE_RAW_DECL_WCSPBRK 1
# | #define HAVE_RAW_DECL_WCSSTR 1
# | #define HAVE_RAW_DECL_WCSTOK 1
# | #define HAVE_RAW_DECL_WCSWIDTH 1
# | #define GNULIB_TEST_WCRTOMB 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_RAW_DECL_WCTYPE 1
# | #define HAVE_RAW_DECL_ISWCTYPE 1
# | #define HAVE_RAW_DECL_WCTRANS 1
# | #define HAVE_RAW_DECL_TOWCTRANS 1
# | #define HAVE_STDINT_H 1
# | #define GNULIB_TEST_CLOSE 1
# | #define HAVE_DUP2 1
# | #define GNULIB_TEST_DUP2 1
# | #define GNULIB_TEST_ENVIRON 1
# | #define GNULIB_TEST_FDOPEN 1
# | #define GNULIB_TEST_FSTAT 1
# | #define GNULIB_TEST_GETCWD 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_USELOCALE 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((pthread_rwlock_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:32382: result: yes
# configure:32410: gcc -c conftest.c >&5
# configure:32410: $? = 0
# configure:32424: checking for a traditional french locale
# configure:32551: result: none
# configure:32558: checking for a french Unicode locale
# configure:32679: result: none
# configure:32687: checking for a traditional japanese locale
# configure:32818: result: none
# configure:32826: checking for a transitional chinese locale
# configure:32951: result: none
# configure:32958: checking for a french Unicode locale
# configure:33079: result: none
# configure:33087: checking for a traditional french locale
# configure:33214: result: none
# configure:33221: checking for a french Unicode locale
# configure:33342: result: none
# configure:33350: checking for a traditional japanese locale
# configure:33481: result: none
# configure:33489: checking for a transitional chinese locale
# configure:33614: result: none
# configure:33625: checking for mmap
# configure:33625: result: yes
# configure:33636: checking for MAP_ANONYMOUS
# configure:33673: result: yes
# configure:33744: checking for a traditional french locale
# configure:33871: result: none
# configure:33878: checking for a french Unicode locale
# configure:33999: result: none
# configure:34018: checking whether open recognizes a trailing slash
# configure:34057: gcc -o conftest conftest.c >&5
# configure:34057: $? = 0
# configure:34057: ./conftest
# configure:34057: $? = 0
# configure:34069: result: yes
# configure:34124: checking for putenv compatible with GNU and SVID
# configure:34163: gcc -o conftest conftest.c >&5
# configure:34163: $? = 0
# configure:34163: ./conftest
# configure:34163: $? = 0
# configure:34174: result: yes
# configure:34222: checking for mmap
# configure:34222: result: yes
# configure:34233: checking for MAP_ANONYMOUS
# configure:34270: result: yes
# configure:34298: checking whether setenv validates arguments
# configure:34342: gcc -o conftest conftest.c >&5
# configure:34342: $? = 0
# configure:34342: ./conftest
# configure:34342: $? = 0
# configure:34352: result: yes
# configure:34446: checking for a traditional french locale
# configure:34573: result: none
# configure:34580: checking for a french Unicode locale
# configure:34701: result: none
# configure:34709: checking for a traditional japanese locale
# configure:34840: result: none
# configure:34848: checking for a transitional chinese locale
# configure:34973: result: none
# configure:34979: checking for wchar_t
# configure:35003: result: yes
# configure:35012: checking for wint_t
# configure:35044: result: yes
# configure:35058: checking for mmap
# configure:35058: result: yes
# configure:35069: checking for MAP_ANONYMOUS
# configure:35106: result: yes
# configure:35142: checking for mmap
# configure:35142: result: yes
# configure:35153: checking for MAP_ANONYMOUS
# configure:35190: result: yes
# configure:35225: checking whether symlink handles trailing slash correctly
# configure:35259: gcc -o conftest conftest.c >&5
# configure:35259: $? = 0
# configure:35259: ./conftest
# configure:35259: $? = 0
# configure:35270: result: yes
# configure:35322: checking for pthread_atfork
# configure:35322: gcc -o conftest conftest.c -lpthread >&5
# configure:35322: $? = 0
# configure:35322: result: yes
# configure:35352: checking for unsetenv
# configure:35352: gcc -o conftest conftest.c >&5
# configure:35352: $? = 0
# configure:35352: result: yes
# configure:35365: checking for unsetenv() return type
# configure:35390: gcc -c conftest.c >&5
# configure:35390: $? = 0
# configure:35397: result: int
# configure:35406: checking whether unsetenv obeys POSIX
# configure:35451: gcc -o conftest conftest.c >&5
# configure:35451: $? = 0
# configure:35451: ./conftest
# configure:35451: $? = 0
# configure:35461: result: yes
# configure:35517: checking for a traditional french locale
# configure:35644: result: none
# configure:35651: checking for a french Unicode locale
# configure:35772: result: none
# configure:35780: checking for a traditional japanese locale
# configure:35911: result: none
# configure:35919: checking for a transitional chinese locale
# configure:36044: result: none
# configure:36067: checking whether wctob works
# configure:36165: result: guessing yes
# configure:36173: checking whether wctob is declared
# configure:36173: result: yes
# configure:36283: checking for sched_yield in -lrt
# configure:36308: gcc -o conftest conftest.c -lrt >&5
# configure:36308: $? = 0
# configure:36317: result: yes
# configure:36392: checking for x86_64-unknown-linux-pkg-config
# configure:36425: result: no
# configure:36435: checking for pkg-config
# configure:36453: found /usr/sbin/pkg-config
# configure:36465: result: /usr/sbin/pkg-config
# configure:36490: checking pkg-config is at least version 0.9.0
# configure:36493: result: yes
# configure:36503: checking for LIBXML
# configure:36510: $PKG_CONFIG --exists --print-errors "libxml-2.0"
# configure:36513: $? = 0
# configure:36527: $PKG_CONFIG --exists --print-errors "libxml-2.0"
# configure:36530: $? = 0
# configure:36588: result: yes
# configure:36596: checking for strerror_r
# configure:36596: gcc -o conftest conftest.c >&5
# configure:36596: $? = 0
# configure:36596: result: yes
# configure:36596: checking for fsync
# configure:36596: gcc -o conftest conftest.c >&5
# configure:36596: $? = 0
# configure:36596: result: yes
# configure:36716: checking that generated files are newer than configure
# configure:36722: result: done
# configure:36842: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by augeas config.status 1.5.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on fd1c1bd1b404
#
# config.status:2208: creating Makefile
# config.status:2208: creating gnulib/lib/Makefile
# config.status:2208: creating gnulib/tests/Makefile
# config.status:2208: creating src/Makefile
# config.status:2208: creating man/Makefile
# config.status:2208: creating tests/Makefile
# config.status:2208: creating examples/Makefile
# config.status:2208: creating doc/Makefile
# config.status:2208: creating doc/naturaldocs/Makefile
# config.status:2208: creating augeas.pc
# config.status:2208: creating augeas.spec
# config.status:2208: creating config.h
# config.status:2437: executing depfiles commands
# config.status:2437: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=__restrict
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LIBXML_CFLAGS_set=
# ac_cv_env_LIBXML_CFLAGS_value=
# ac_cv_env_LIBXML_LIBS_set=
# ac_cv_env_LIBXML_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__set_invalid_parameter_handler=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_argz_replace=yes
# ac_cv_func_btowc=yes
# ac_cv_func_canonicalize_file_name=yes
# ac_cv_func_fsync=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getdelim=yes
# ac_cv_func_getline=yes
# ac_cv_func_getopt_long_only=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_isblank=yes
# ac_cv_func_iswcntrl=yes
# ac_cv_func_iswctype=yes
# ac_cv_func_lstat=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_mbsinit=yes
# ac_cv_func_mbsrtowcs=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_mmap=yes
# ac_cv_func_mprotect=yes
# ac_cv_func_newlocale=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_open_memstream=yes
# ac_cv_func_pthread_atfork=yes
# ac_cv_func_rawmemchr=yes
# ac_cv_func_readlink=yes
# ac_cv_func_realpath=yes
# ac_cv_func_rl_completion_matches=yes
# ac_cv_func_rl_crlf=yes
# ac_cv_func_rl_replace_line=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_stpncpy=yes
# ac_cv_func_strchrnul=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strndup=yes
# ac_cv_func_strnlen=yes
# ac_cv_func_strnlen_working=yes
# ac_cv_func_symlink=yes
# ac_cv_func_towlower=yes
# ac_cv_func_tsearch=yes
# ac_cv_func_unsetenv=yes
# ac_cv_func_uselocale=yes
# ac_cv_func_vasnprintf=no
# ac_cv_func_vasprintf=yes
# ac_cv_func_wcrtomb=yes
# ac_cv_func_wcscoll=yes
# ac_cv_func_wcslen=yes
# ac_cv_func_wcsnlen=yes
# ac_cv_func_wctob=yes
# ac_cv_func_wmemchr=yes
# ac_cv_func_wmemcpy=yes
# ac_cv_func_wmempcpy=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl__Exit=yes
# ac_cv_have_decl__snprintf=no
# ac_cv_have_decl_alarm=yes
# ac_cv_have_decl_atoll=yes
# ac_cv_have_decl_btowc=yes
# ac_cv_have_decl_canonicalize_file_name=yes
# ac_cv_have_decl_chdir=yes
# ac_cv_have_decl_chown=yes
# ac_cv_have_decl_dprintf=yes
# ac_cv_have_decl_dup2=yes
# ac_cv_have_decl_dup3=yes
# ac_cv_have_decl_dup=yes
# ac_cv_have_decl_duplocale=yes
# ac_cv_have_decl_endusershell=yes
# ac_cv_have_decl_environ=yes
# ac_cv_have_decl_euidaccess=yes
# ac_cv_have_decl_faccessat=yes
# ac_cv_have_decl_fchdir=yes
# ac_cv_have_decl_fchmodat=yes
# ac_cv_have_decl_fchownat=yes
# ac_cv_have_decl_fcntl=yes
# ac_cv_have_decl_fdatasync=yes
# ac_cv_have_decl_ffsl=yes
# ac_cv_have_decl_ffsll=yes
# ac_cv_have_decl_fseeko=yes
# ac_cv_have_decl_fstat=yes
# ac_cv_have_decl_fstatat=yes
# ac_cv_have_decl_fsync=yes
# ac_cv_have_decl_ftello=yes
# ac_cv_have_decl_ftruncate=yes
# ac_cv_have_decl_futimens=yes
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_have_decl_getcwd=yes
# ac_cv_have_decl_getdelim=yes
# ac_cv_have_decl_getdomainname=yes
# ac_cv_have_decl_getdtablesize=yes
# ac_cv_have_decl_getenv=yes
# ac_cv_have_decl_getgroups=yes
# ac_cv_have_decl_gethostname=yes
# ac_cv_have_decl_getline=yes
# ac_cv_have_decl_getloadavg=yes
# ac_cv_have_decl_getlogin=yes
# ac_cv_have_decl_getlogin_r=yes
# ac_cv_have_decl_getpagesize=yes
# ac_cv_have_decl_getsubopt=yes
# ac_cv_have_decl_gettimeofday=yes
# ac_cv_have_decl_getusershell=yes
# ac_cv_have_decl_grantpt=yes
# ac_cv_have_decl_group_member=yes
# ac_cv_have_decl_imaxabs=yes
# ac_cv_have_decl_imaxdiv=yes
# ac_cv_have_decl_initstate=yes
# ac_cv_have_decl_initstate_r=yes
# ac_cv_have_decl_isatty=yes
# ac_cv_have_decl_isblank=yes
# ac_cv_have_decl_iswctype=yes
# ac_cv_have_decl_lchmod=yes
# ac_cv_have_decl_lchown=yes
# ac_cv_have_decl_link=yes
# ac_cv_have_decl_linkat=yes
# ac_cv_have_decl_lseek=yes
# ac_cv_have_decl_lstat=yes
# ac_cv_have_decl_mbrlen=yes
# ac_cv_have_decl_mbrtowc=yes
# ac_cv_have_decl_mbsinit=yes
# ac_cv_have_decl_mbsnrtowcs=yes
# ac_cv_have_decl_mbsrtowcs=yes
# ac_cv_have_decl_memmem=yes
# ac_cv_have_decl_mempcpy=yes
# ac_cv_have_decl_memrchr=yes
# ac_cv_have_decl_mkdirat=yes
# ac_cv_have_decl_mkdtemp=yes
# ac_cv_have_decl_mkfifo=yes
# ac_cv_have_decl_mkfifoat=yes
# ac_cv_have_decl_mknod=yes
# ac_cv_have_decl_mknodat=yes
# ac_cv_have_decl_mkostemp=yes
# ac_cv_have_decl_mkostemps=yes
# ac_cv_have_decl_mkstemp=yes
# ac_cv_have_decl_mkstemps=yes
# ac_cv_have_decl_nl_langinfo=yes
# ac_cv_have_decl_openat=yes
# ac_cv_have_decl_pclose=yes
# ac_cv_have_decl_pipe2=yes
# ac_cv_have_decl_pipe=yes
# ac_cv_have_decl_popen=yes
# ac_cv_have_decl_posix_openpt=yes
# ac_cv_have_decl_pread=yes
# ac_cv_have_decl_ptsname=yes
# ac_cv_have_decl_ptsname_r=yes
# ac_cv_have_decl_pwrite=yes
# ac_cv_have_decl_random=yes
# ac_cv_have_decl_random_r=yes
# ac_cv_have_decl_rawmemchr=yes
# ac_cv_have_decl_readlink=yes
# ac_cv_have_decl_readlinkat=yes
# ac_cv_have_decl_realpath=yes
# ac_cv_have_decl_renameat=yes
# ac_cv_have_decl_rmdir=yes
# ac_cv_have_decl_rpmatch=yes
# ac_cv_have_decl_setenv=yes
# ac_cv_have_decl_sethostname=yes
# ac_cv_have_decl_setlocale=yes
# ac_cv_have_decl_setstate=yes
# ac_cv_have_decl_setstate_r=yes
# ac_cv_have_decl_setusershell=yes
# ac_cv_have_decl_sleep=yes
# ac_cv_have_decl_snprintf=yes
# ac_cv_have_decl_srandom=yes
# ac_cv_have_decl_srandom_r=yes
# ac_cv_have_decl_stat=yes
# ac_cv_have_decl_stpcpy=yes
# ac_cv_have_decl_stpncpy=yes
# ac_cv_have_decl_strcasestr=yes
# ac_cv_have_decl_strchrnul=yes
# ac_cv_have_decl_strdup=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_have_decl_strncat=yes
# ac_cv_have_decl_strndup=yes
# ac_cv_have_decl_strnlen=yes
# ac_cv_have_decl_strpbrk=yes
# ac_cv_have_decl_strsep=yes
# ac_cv_have_decl_strsignal=yes
# ac_cv_have_decl_strtod=yes
# ac_cv_have_decl_strtoimax=yes
# ac_cv_have_decl_strtok_r=yes
# ac_cv_have_decl_strtoll=yes
# ac_cv_have_decl_strtoull=yes
# ac_cv_have_decl_strtoumax=yes
# ac_cv_have_decl_strverscmp=yes
# ac_cv_have_decl_symlink=yes
# ac_cv_have_decl_symlinkat=yes
# ac_cv_have_decl_tmpfile=yes
# ac_cv_have_decl_towctrans=yes
# ac_cv_have_decl_ttyname_r=yes
# ac_cv_have_decl_unlink=yes
# ac_cv_have_decl_unlinkat=yes
# ac_cv_have_decl_unlockpt=yes
# ac_cv_have_decl_unsetenv=yes
# ac_cv_have_decl_usleep=yes
# ac_cv_have_decl_utimensat=yes
# ac_cv_have_decl_vdprintf=yes
# ac_cv_have_decl_vsnprintf=yes
# ac_cv_have_decl_waitpid=yes
# ac_cv_have_decl_wcpcpy=yes
# ac_cv_have_decl_wcpncpy=yes
# ac_cv_have_decl_wcrtomb=yes
# ac_cv_have_decl_wcscasecmp=yes
# ac_cv_have_decl_wcscat=yes
# ac_cv_have_decl_wcschr=yes
# ac_cv_have_decl_wcscmp=yes
# ac_cv_have_decl_wcscoll=yes
# ac_cv_have_decl_wcscpy=yes
# ac_cv_have_decl_wcscspn=yes
# ac_cv_have_decl_wcsdup=yes
# ac_cv_have_decl_wcslen=yes
# ac_cv_have_decl_wcsncasecmp=yes
# ac_cv_have_decl_wcsncat=yes
# ac_cv_have_decl_wcsncmp=yes
# ac_cv_have_decl_wcsncpy=yes
# ac_cv_have_decl_wcsnlen=yes
# ac_cv_have_decl_wcsnrtombs=yes
# ac_cv_have_decl_wcspbrk=yes
# ac_cv_have_decl_wcsrchr=yes
# ac_cv_have_decl_wcsrtombs=yes
# ac_cv_have_decl_wcsspn=yes
# ac_cv_have_decl_wcsstr=yes
# ac_cv_have_decl_wcstok=yes
# ac_cv_have_decl_wcswidth=yes
# ac_cv_have_decl_wcsxfrm=yes
# ac_cv_have_decl_wctob=yes
# ac_cv_have_decl_wctrans=yes
# ac_cv_have_decl_wctype=yes
# ac_cv_have_decl_wcwidth=yes
# ac_cv_have_decl_wmemchr=yes
# ac_cv_have_decl_wmemcmp=yes
# ac_cv_have_decl_wmemcpy=yes
# ac_cv_have_decl_wmemmove=yes
# ac_cv_have_decl_wmemset=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_features_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_pthread_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_search_h=yes
# ac_cv_header_selinux_context_h=no
# ac_cv_header_selinux_selinux_h=no
# ac_cv_header_stat_broken=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_header_xlocale_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex=-lfl
# ac_cv_lib_pthread_pthread_kill=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_lib_rt_sched_yield=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_setfilecon=no
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type__Bool=yes
# ac_cv_type_error_t=yes
# ac_cv_type_long_long_int=yes
# ac_cv_type_mbstate_t=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_nlink_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_pthread_rwlock_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_working_alloca_h=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/sbin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_working_getline=yes
# am_cv_langinfo_codeset=yes
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gl_cv_c_amsterdam_compiler=no
# gl_cv_c_multiarch=no
# gl_cv_cc_double_expbit0='word 1 bit 20'
# gl_cv_decl_null_works=yes
# gl_cv_decl_readlink_works=yes
# gl_cv_double_slash_root=no
# gl_cv_func_btowc_eof='guessing yes'
# gl_cv_func_btowc_nul=yes
# gl_cv_func_dup2_works=yes
# gl_cv_func_fdopen_works=yes
# gl_cv_func_fnmatch_posix=yes
# gl_cv_func_getcwd_null=yes
# gl_cv_func_getcwd_posix_signature=yes
# gl_cv_func_getopt_gnu=yes
# gl_cv_func_getopt_long_gnu=yes
# gl_cv_func_getopt_posix=yes
# gl_cv_func_gettimeofday_clobber=no
# gl_cv_func_gettimeofday_posix_signature=almost
# gl_cv_func_iswcntrl_works=yes
# gl_cv_func_itold_works=yes
# gl_cv_func_lstat_dereferences_slashed_symlink=yes
# gl_cv_func_malloc_0_nonnull=1
# gl_cv_func_malloc_posix=yes
# gl_cv_func_mbrtowc_incomplete_state='guessing yes'
# gl_cv_func_mbrtowc_nul_retval='guessing yes'
# gl_cv_func_mbrtowc_null_arg1='guessing yes'
# gl_cv_func_mbrtowc_null_arg2='guessing yes'
# gl_cv_func_mbrtowc_retval='guessing yes'
# gl_cv_func_mbrtowc_sanitycheck='guessing yes'
# gl_cv_func_mbsrtowcs_works='guessing yes'
# gl_cv_func_memchr_works=yes
# gl_cv_func_nl_langinfo_yesexpr_works=yes
# gl_cv_func_open_slash=yes
# gl_cv_func_re_compile_pattern_working=yes
# gl_cv_func_readlink_works=yes
# gl_cv_func_realpath_works=yes
# gl_cv_func_setenv_works=yes
# gl_cv_func_snprintf_retval_c99=yes
# gl_cv_func_stat_dir_slash=yes
# gl_cv_func_stat_file_slash=yes
# gl_cv_func_stpncpy=yes
# gl_cv_func_strchrnul_works=yes
# gl_cv_func_strndup_works=yes
# gl_cv_func_strstr_linear=yes
# gl_cv_func_strstr_works_always=yes
# gl_cv_func_svid_putenv=yes
# gl_cv_func_symlink_works=yes
# gl_cv_func_unsetenv_works=yes
# gl_cv_func_wcrtomb_retval='guessing yes'
# gl_cv_func_wctob_works='guessing yes'
# gl_cv_func_working_getdelim=yes
# gl_cv_func_working_mkstemp=yes
# gl_cv_have_include_next=yes
# gl_cv_have_raw_decl__Exit=yes
# gl_cv_have_raw_decl_atoll=yes
# gl_cv_have_raw_decl_btowc=yes
# gl_cv_have_raw_decl_canonicalize_file_name=yes
# gl_cv_have_raw_decl_chdir=yes
# gl_cv_have_raw_decl_chown=yes
# gl_cv_have_raw_decl_dprintf=yes
# gl_cv_have_raw_decl_dup2=yes
# gl_cv_have_raw_decl_dup3=yes
# gl_cv_have_raw_decl_dup=yes
# gl_cv_have_raw_decl_duplocale=yes
# gl_cv_have_raw_decl_endusershell=yes
# gl_cv_have_raw_decl_environ=yes
# gl_cv_have_raw_decl_euidaccess=yes
# gl_cv_have_raw_decl_faccessat=yes
# gl_cv_have_raw_decl_fchdir=yes
# gl_cv_have_raw_decl_fchmodat=yes
# gl_cv_have_raw_decl_fchownat=yes
# gl_cv_have_raw_decl_fcntl=yes
# gl_cv_have_raw_decl_fdatasync=yes
# gl_cv_have_raw_decl_ffsl=yes
# gl_cv_have_raw_decl_ffsll=yes
# gl_cv_have_raw_decl_fpurge=no
# gl_cv_have_raw_decl_fseeko=yes
# gl_cv_have_raw_decl_fstat=yes
# gl_cv_have_raw_decl_fstatat=yes
# gl_cv_have_raw_decl_fsync=yes
# gl_cv_have_raw_decl_ftello=yes
# gl_cv_have_raw_decl_ftruncate=yes
# gl_cv_have_raw_decl_futimens=yes
# gl_cv_have_raw_decl_getcwd=yes
# gl_cv_have_raw_decl_getdelim=yes
# gl_cv_have_raw_decl_getdomainname=yes
# gl_cv_have_raw_decl_getdtablesize=yes
# gl_cv_have_raw_decl_getgroups=yes
# gl_cv_have_raw_decl_gethostname=yes
# gl_cv_have_raw_decl_getline=yes
# gl_cv_have_raw_decl_getloadavg=yes
# gl_cv_have_raw_decl_getlogin=yes
# gl_cv_have_raw_decl_getlogin_r=yes
# gl_cv_have_raw_decl_getpagesize=yes
# gl_cv_have_raw_decl_gets=no
# gl_cv_have_raw_decl_getsubopt=yes
# gl_cv_have_raw_decl_gettimeofday=yes
# gl_cv_have_raw_decl_getusershell=yes
# gl_cv_have_raw_decl_grantpt=yes
# gl_cv_have_raw_decl_group_member=yes
# gl_cv_have_raw_decl_imaxabs=yes
# gl_cv_have_raw_decl_imaxdiv=yes
# gl_cv_have_raw_decl_initstate=yes
# gl_cv_have_raw_decl_initstate_r=yes
# gl_cv_have_raw_decl_isatty=yes
# gl_cv_have_raw_decl_isblank=yes
# gl_cv_have_raw_decl_iswctype=yes
# gl_cv_have_raw_decl_lchmod=yes
# gl_cv_have_raw_decl_lchown=yes
# gl_cv_have_raw_decl_link=yes
# gl_cv_have_raw_decl_linkat=yes
# gl_cv_have_raw_decl_lseek=yes
# gl_cv_have_raw_decl_lstat=yes
# gl_cv_have_raw_decl_mbrlen=yes
# gl_cv_have_raw_decl_mbrtowc=yes
# gl_cv_have_raw_decl_mbsinit=yes
# gl_cv_have_raw_decl_mbsnrtowcs=yes
# gl_cv_have_raw_decl_mbsrtowcs=yes
# gl_cv_have_raw_decl_memmem=yes
# gl_cv_have_raw_decl_mempcpy=yes
# gl_cv_have_raw_decl_memrchr=yes
# gl_cv_have_raw_decl_mkdirat=yes
# gl_cv_have_raw_decl_mkdtemp=yes
# gl_cv_have_raw_decl_mkfifo=yes
# gl_cv_have_raw_decl_mkfifoat=yes
# gl_cv_have_raw_decl_mknod=yes
# gl_cv_have_raw_decl_mknodat=yes
# gl_cv_have_raw_decl_mkostemp=yes
# gl_cv_have_raw_decl_mkostemps=yes
# gl_cv_have_raw_decl_mkstemp=yes
# gl_cv_have_raw_decl_mkstemps=yes
# gl_cv_have_raw_decl_nl_langinfo=yes
# gl_cv_have_raw_decl_openat=yes
# gl_cv_have_raw_decl_pclose=yes
# gl_cv_have_raw_decl_pipe2=yes
# gl_cv_have_raw_decl_pipe=yes
# gl_cv_have_raw_decl_popen=yes
# gl_cv_have_raw_decl_posix_openpt=yes
# gl_cv_have_raw_decl_pread=yes
# gl_cv_have_raw_decl_ptsname=yes
# gl_cv_have_raw_decl_ptsname_r=yes
# gl_cv_have_raw_decl_pwrite=yes
# gl_cv_have_raw_decl_random=yes
# gl_cv_have_raw_decl_random_r=yes
# gl_cv_have_raw_decl_rawmemchr=yes
# gl_cv_have_raw_decl_readlink=yes
# gl_cv_have_raw_decl_readlinkat=yes
# gl_cv_have_raw_decl_realpath=yes
# gl_cv_have_raw_decl_renameat=yes
# gl_cv_have_raw_decl_rmdir=yes
# gl_cv_have_raw_decl_rpmatch=yes
# gl_cv_have_raw_decl_setenv=yes
# gl_cv_have_raw_decl_sethostname=yes
# gl_cv_have_raw_decl_setlocale=yes
# gl_cv_have_raw_decl_setstate=yes
# gl_cv_have_raw_decl_setstate_r=yes
# gl_cv_have_raw_decl_setusershell=yes
# gl_cv_have_raw_decl_sleep=yes
# gl_cv_have_raw_decl_snprintf=yes
# gl_cv_have_raw_decl_srandom=yes
# gl_cv_have_raw_decl_srandom_r=yes
# gl_cv_have_raw_decl_stat=yes
# gl_cv_have_raw_decl_stpcpy=yes
# gl_cv_have_raw_decl_stpncpy=yes
# gl_cv_have_raw_decl_strcasestr=yes
# gl_cv_have_raw_decl_strchrnul=yes
# gl_cv_have_raw_decl_strdup=yes
# gl_cv_have_raw_decl_strerror_r=yes
# gl_cv_have_raw_decl_strncat=yes
# gl_cv_have_raw_decl_strndup=yes
# gl_cv_have_raw_decl_strnlen=yes
# gl_cv_have_raw_decl_strpbrk=yes
# gl_cv_have_raw_decl_strsep=yes
# gl_cv_have_raw_decl_strsignal=yes
# gl_cv_have_raw_decl_strtod=yes
# gl_cv_have_raw_decl_strtoimax=yes
# gl_cv_have_raw_decl_strtok_r=yes
# gl_cv_have_raw_decl_strtoll=yes
# gl_cv_have_raw_decl_strtoull=yes
# gl_cv_have_raw_decl_strtoumax=yes
# gl_cv_have_raw_decl_strverscmp=yes
# gl_cv_have_raw_decl_symlink=yes
# gl_cv_have_raw_decl_symlinkat=yes
# gl_cv_have_raw_decl_tmpfile=yes
# gl_cv_have_raw_decl_towctrans=yes
# gl_cv_have_raw_decl_ttyname_r=yes
# gl_cv_have_raw_decl_unlink=yes
# gl_cv_have_raw_decl_unlinkat=yes
# gl_cv_have_raw_decl_unlockpt=yes
# gl_cv_have_raw_decl_unsetenv=yes
# gl_cv_have_raw_decl_usleep=yes
# gl_cv_have_raw_decl_utimensat=yes
# gl_cv_have_raw_decl_vdprintf=yes
# gl_cv_have_raw_decl_vsnprintf=yes
# gl_cv_have_raw_decl_waitpid=yes
# gl_cv_have_raw_decl_wcpcpy=yes
# gl_cv_have_raw_decl_wcpncpy=yes
# gl_cv_have_raw_decl_wcrtomb=yes
# gl_cv_have_raw_decl_wcscasecmp=yes
# gl_cv_have_raw_decl_wcscat=yes
# gl_cv_have_raw_decl_wcschr=yes
# gl_cv_have_raw_decl_wcscmp=yes
# gl_cv_have_raw_decl_wcscoll=yes
# gl_cv_have_raw_decl_wcscpy=yes
# gl_cv_have_raw_decl_wcscspn=yes
# gl_cv_have_raw_decl_wcsdup=yes
# gl_cv_have_raw_decl_wcslen=yes
# gl_cv_have_raw_decl_wcsncasecmp=yes
# gl_cv_have_raw_decl_wcsncat=yes
# gl_cv_have_raw_decl_wcsncmp=yes
# gl_cv_have_raw_decl_wcsncpy=yes
# gl_cv_have_raw_decl_wcsnlen=yes
# gl_cv_have_raw_decl_wcsnrtombs=yes
# gl_cv_have_raw_decl_wcspbrk=yes
# gl_cv_have_raw_decl_wcsrchr=yes
# gl_cv_have_raw_decl_wcsrtombs=yes
# gl_cv_have_raw_decl_wcsspn=yes
# gl_cv_have_raw_decl_wcsstr=yes
# gl_cv_have_raw_decl_wcstok=yes
# gl_cv_have_raw_decl_wcswidth=yes
# gl_cv_have_raw_decl_wcsxfrm=yes
# gl_cv_have_raw_decl_wctob=yes
# gl_cv_have_raw_decl_wctrans=yes
# gl_cv_have_raw_decl_wctype=yes
# gl_cv_have_raw_decl_wcwidth=yes
# gl_cv_have_raw_decl_wmemchr=yes
# gl_cv_have_raw_decl_wmemcmp=yes
# gl_cv_have_raw_decl_wmemcpy=yes
# gl_cv_have_raw_decl_wmemmove=yes
# gl_cv_have_raw_decl_wmemset=yes
# gl_cv_have_weak=yes
# gl_cv_header_errno_h_complete=yes
# gl_cv_header_inttypes_h=yes
# gl_cv_header_langinfo_codeset=yes
# gl_cv_header_langinfo_era=yes
# gl_cv_header_langinfo_t_fmt_ampm=yes
# gl_cv_header_langinfo_yesexpr=yes
# gl_cv_header_locale_h_needs_xlocale_h=no
# gl_cv_header_locale_h_posix2001=yes
# gl_cv_header_locale_has_locale_t=yes
# gl_cv_header_stdint_h=yes
# gl_cv_header_wchar_h_correct_inline=yes
# gl_cv_header_working_fcntl_h=yes
# gl_cv_header_working_stdint_h=yes
# gl_cv_next_ctype_h=''
# gl_cv_next_fcntl_h=''
# gl_cv_next_getopt_h=''
# gl_cv_next_inttypes_h=''
# gl_cv_next_langinfo_h=''
# gl_cv_next_locale_h=''
# gl_cv_next_stdint_h=''
# gl_cv_next_stdio_h=''
# gl_cv_next_stdlib_h=''
# gl_cv_next_string_h=''
# gl_cv_next_sys_stat_h=''
# gl_cv_next_sys_time_h=''
# gl_cv_next_sys_types_h=''
# gl_cv_next_sys_wait_h=''
# gl_cv_next_time_h=''
# gl_cv_next_unistd_h=''
# gl_cv_next_wchar_h=''
# gl_cv_next_wctype_h=''
# gl_cv_pragma_columns=no
# gl_cv_promoted_mode_t=mode_t
# gl_cv_rpl_alloca=yes
# gl_cv_size_max=yes
# gl_cv_sys_struct_lconv_ok=yes
# gl_cv_sys_struct_timespec_in_time_h=yes
# gl_cv_sys_struct_timeval=yes
# gl_cv_sys_struct_timeval_tv_sec=yes
# gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes
# gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes
# gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes
# gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes
# gl_cv_type_wctrans_t=yes
# gl_cv_type_wctype_t=yes
# gt_cv_c_intmax_t=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_unsetenv_ret=int
# gt_cv_inttypes_pri_broken=no
# gt_cv_locale_fr=none
# gt_cv_locale_fr_utf8=none
# gt_cv_locale_ja=none
# gt_cv_locale_tr_utf8=none
# gt_cv_locale_zh_CN=none
# gt_cv_ssize_t=yes
# gt_cv_val_LC_MESSAGES=yes
# gt_cv_var_environ_declaration=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_argz_works=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_LIBXML_CFLAGS=-I/usr/include/libxml2
# pkg_cv_LIBXML_LIBS=-lxml2
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/augeas/src/augeas-1.5.0/build/ac-aux/missing aclocal-1.15'
# ALLOCA=''
# ALLOCA_H='alloca.h'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# APPLE_UNIVERSAL_BUILD='0'
# AR='ar'
# ARFLAGS='cru'
# ARGZ_H=''
# AUGEAS_CFLAGS='-std=gnu99'
# AUTOCONF='${SHELL} /tmp/augeas/src/augeas-1.5.0/build/ac-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/augeas/src/augeas-1.5.0/build/ac-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/augeas/src/augeas-1.5.0/build/ac-aux/missing automake-1.15'
# AWK='gawk'
# BITSIZEOF_PTRDIFF_T=''
# BITSIZEOF_SIG_ATOMIC_T=''
# BITSIZEOF_SIZE_T=''
# BITSIZEOF_WCHAR_T=''
# BITSIZEOF_WINT_T=''
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EMULTIHOP_HIDDEN=''
# EMULTIHOP_VALUE=''
# ENABLE_DEBUG_FALSE='#'
# ENABLE_DEBUG_TRUE=''
# ENOLINK_HIDDEN=''
# ENOLINK_VALUE=''
# EOVERFLOW_HIDDEN=''
# EOVERFLOW_VALUE=''
# ERRNO_H=''
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# FLOAT_H=''
# FNMATCH_H=''
# GETOPT_H=''
# GLIBC21='yes'
# GL_COND_LIBTOOL_FALSE='#'
# GL_COND_LIBTOOL_TRUE=''
# GL_GENERATE_ALLOCA_H_FALSE='#'
# GL_GENERATE_ALLOCA_H_TRUE=''
# GL_GENERATE_ARGZ_H_FALSE=''
# GL_GENERATE_ARGZ_H_TRUE='#'
# GL_GENERATE_ERRNO_H_FALSE=''
# GL_GENERATE_ERRNO_H_TRUE='#'
# GL_GENERATE_FLOAT_H_FALSE=''
# GL_GENERATE_FLOAT_H_TRUE='#'
# GL_GENERATE_FNMATCH_H_FALSE=''
# GL_GENERATE_FNMATCH_H_TRUE='#'
# GL_GENERATE_SELINUX_CONTEXT_H_FALSE='#'
# GL_GENERATE_SELINUX_CONTEXT_H_TRUE=''
# GL_GENERATE_STDBOOL_H_FALSE=''
# GL_GENERATE_STDBOOL_H_TRUE='#'
# GL_GENERATE_STDDEF_H_FALSE=''
# GL_GENERATE_STDDEF_H_TRUE='#'
# GL_GENERATE_STDINT_H_FALSE=''
# GL_GENERATE_STDINT_H_TRUE='#'
# GNULIB_ATOLL='0'
# GNULIB_BTOWC='1'
# GNULIB_CALLOC_POSIX='0'
# GNULIB_CANONICALIZE_FILE_NAME='1'
# GNULIB_CHDIR='0'
# GNULIB_CHOWN='0'
# GNULIB_CLOSE='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_DPRINTF='0'
# GNULIB_DUP2='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_DUP3='0'
# GNULIB_DUP='0'
# GNULIB_DUPLOCALE='0'
# GNULIB_ENVIRON='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_EUIDACCESS='0'
# GNULIB_FACCESSAT='0'
# GNULIB_FCHDIR='0'
# GNULIB_FCHMODAT='0'
# GNULIB_FCHOWNAT='0'
# GNULIB_FCLOSE='0'
# GNULIB_FCNTL='0'
# GNULIB_FDATASYNC='0'
# GNULIB_FDOPEN='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_FFLUSH='0'
# GNULIB_FFSL='0'
# GNULIB_FFSLL='0'
# GNULIB_FGETC='1'
# GNULIB_FGETS='1'
# GNULIB_FOPEN='0'
# GNULIB_FPRINTF='1'
# GNULIB_FPRINTF_POSIX='0'
# GNULIB_FPURGE='0'
# GNULIB_FPUTC='1'
# GNULIB_FPUTS='1'
# GNULIB_FREAD='1'
# GNULIB_FREOPEN='0'
# GNULIB_FSCANF='1'
# GNULIB_FSEEK='0'
# GNULIB_FSEEKO='0'
# GNULIB_FSTAT='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_FSTATAT='0'
# GNULIB_FSYNC='0'
# GNULIB_FTELL='0'
# GNULIB_FTELLO='0'
# GNULIB_FTRUNCATE='0'
# GNULIB_FUTIMENS='0'
# GNULIB_FWRITE='1'
# GNULIB_GETC='1'
# GNULIB_GETCHAR='1'
# GNULIB_GETCWD='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_GETDELIM='1'
# GNULIB_GETDOMAINNAME='0'
# GNULIB_GETDTABLESIZE='0'
# GNULIB_GETGROUPS='0'
# GNULIB_GETHOSTNAME='0'
# GNULIB_GETLINE='1'
# GNULIB_GETLOADAVG='0'
# GNULIB_GETLOGIN='0'
# GNULIB_GETLOGIN_R='0'
# GNULIB_GETPAGESIZE='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_GETSUBOPT='0'
# GNULIB_GETTIMEOFDAY='1'
# GNULIB_GETUSERSHELL='0'
# GNULIB_GL_UNISTD_H_GETOPT=''
# GNULIB_GRANTPT='0'
# GNULIB_GROUP_MEMBER='0'
# GNULIB_IMAXABS='0'
# GNULIB_IMAXDIV='0'
# GNULIB_ISATTY='0'
# GNULIB_ISBLANK='1'
# GNULIB_ISWBLANK='0'
# GNULIB_ISWCTYPE='0'
# GNULIB_LCHMOD='0'
# GNULIB_LCHOWN='0'
# GNULIB_LINK='0'
# GNULIB_LINKAT='0'
# GNULIB_LOCALECONV='1'
# GNULIB_LSEEK='0'
# GNULIB_LSTAT='1'
# GNULIB_MALLOC_POSIX='1'
# GNULIB_MBRLEN='0'
# GNULIB_MBRTOWC='1'
# GNULIB_MBSCASECMP='0'
# GNULIB_MBSCASESTR='0'
# GNULIB_MBSCHR='0'
# GNULIB_MBSCSPN='0'
# GNULIB_MBSINIT='1'
# GNULIB_MBSLEN='0'
# GNULIB_MBSNCASECMP='0'
# GNULIB_MBSNLEN='0'
# GNULIB_MBSNRTOWCS='0'
# GNULIB_MBSPBRK='0'
# GNULIB_MBSPCASECMP='0'
# GNULIB_MBSRCHR='0'
# GNULIB_MBSRTOWCS='1'
# GNULIB_MBSSEP='0'
# GNULIB_MBSSPN='0'
# GNULIB_MBSSTR='0'
# GNULIB_MBSTOK_R='0'
# GNULIB_MBTOWC='1'
# GNULIB_MEMCHR='1'
# GNULIB_MEMMEM='0'
# GNULIB_MEMPCPY='1'
# GNULIB_MEMRCHR='0'
# GNULIB_MKDIRAT='0'
# GNULIB_MKDTEMP='0'
# GNULIB_MKFIFO='0'
# GNULIB_MKFIFOAT='0'
# GNULIB_MKNOD='0'
# GNULIB_MKNODAT='0'
# GNULIB_MKOSTEMP='0'
# GNULIB_MKOSTEMPS='0'
# GNULIB_MKSTEMP='1'
# GNULIB_MKSTEMPS='0'
# GNULIB_MKTIME='0'
# GNULIB_NANOSLEEP='0'
# GNULIB_NL_LANGINFO='1'
# GNULIB_NONBLOCKING='0'
# GNULIB_OBSTACK_PRINTF='0'
# GNULIB_OBSTACK_PRINTF_POSIX='0'
# GNULIB_OPEN='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_OPENAT='0'
# GNULIB_PCLOSE='0'
# GNULIB_PERROR='0'
# GNULIB_PIPE2='0'
# GNULIB_PIPE='0'
# GNULIB_POPEN='0'
# GNULIB_POSIX_OPENPT='0'
# GNULIB_PREAD='0'
# GNULIB_PRINTF='1'
# GNULIB_PRINTF_POSIX='0'
# GNULIB_PTSNAME='0'
# GNULIB_PTSNAME_R='0'
# GNULIB_PUTC='1'
# GNULIB_PUTCHAR='1'
# GNULIB_PUTENV='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_PUTS='1'
# GNULIB_PWRITE='0'
# GNULIB_RANDOM='0'
# GNULIB_RANDOM_R='0'
# GNULIB_RAWMEMCHR='1'
# GNULIB_READ='0'
# GNULIB_READLINK='1'
# GNULIB_READLINKAT='0'
# GNULIB_REALLOC_POSIX='1'
# GNULIB_REALPATH='1'
# GNULIB_REMOVE='0'
# GNULIB_RENAME='0'
# GNULIB_RENAMEAT='0'
# GNULIB_RMDIR='0'
# GNULIB_RPMATCH='0'
# GNULIB_SCANF='1'
# GNULIB_SETENV='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_SETHOSTNAME='0'
# GNULIB_SETLOCALE='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_SLEEP='0'
# GNULIB_SNPRINTF='0'
# GNULIB_SPRINTF_POSIX='0'
# GNULIB_STAT='1'
# GNULIB_STDIO_H_NONBLOCKING='0'
# GNULIB_STDIO_H_SIGPIPE='0'
# GNULIB_STPCPY='1'
# GNULIB_STPNCPY='1'
# GNULIB_STRCASESTR='0'
# GNULIB_STRCHRNUL='1'
# GNULIB_STRDUP='0'
# GNULIB_STRERROR='0'
# GNULIB_STRERROR_R='0'
# GNULIB_STRNCAT='0'
# GNULIB_STRNDUP='1'
# GNULIB_STRNLEN='1'
# GNULIB_STRPBRK='0'
# GNULIB_STRPTIME='0'
# GNULIB_STRSEP='0'
# GNULIB_STRSIGNAL='0'
# GNULIB_STRSTR='1'
# GNULIB_STRTOD='0'
# GNULIB_STRTOIMAX='0'
# GNULIB_STRTOK_R='0'
# GNULIB_STRTOLL='0'
# GNULIB_STRTOULL='0'
# GNULIB_STRTOUMAX='0'
# GNULIB_STRVERSCMP='0'
# GNULIB_SYMLINK='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_SYMLINKAT='0'
# GNULIB_SYSTEM_POSIX='0'
# GNULIB_TIMEGM='0'
# GNULIB_TIME_R='0'
# GNULIB_TMPFILE='0'
# GNULIB_TOWCTRANS='0'
# GNULIB_TTYNAME_R='0'
# GNULIB_UNISTD_H_NONBLOCKING='0'
# GNULIB_UNISTD_H_SIGPIPE='0'
# GNULIB_UNLINK='0'
# GNULIB_UNLINKAT='0'
# GNULIB_UNLOCKPT='0'
# GNULIB_UNSETENV='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_USLEEP='0'
# GNULIB_UTIMENSAT='0'
# GNULIB_VASPRINTF='1'
# GNULIB_VDPRINTF='0'
# GNULIB_VFPRINTF='1'
# GNULIB_VFPRINTF_POSIX='0'
# GNULIB_VFSCANF='0'
# GNULIB_VPRINTF='1'
# GNULIB_VPRINTF_POSIX='0'
# GNULIB_VSCANF='0'
# GNULIB_VSNPRINTF='0'
# GNULIB_VSPRINTF_POSIX='0'
# GNULIB_WAITPID='0'
# GNULIB_WCPCPY='0'
# GNULIB_WCPNCPY='0'
# GNULIB_WCRTOMB='1'
# GNULIB_WCSCASECMP='0'
# GNULIB_WCSCAT='0'
# GNULIB_WCSCHR='0'
# GNULIB_WCSCMP='0'
# GNULIB_WCSCOLL='0'
# GNULIB_WCSCPY='0'
# GNULIB_WCSCSPN='0'
# GNULIB_WCSDUP='0'
# GNULIB_WCSLEN='0'
# GNULIB_WCSNCASECMP='0'
# GNULIB_WCSNCAT='0'
# GNULIB_WCSNCMP='0'
# GNULIB_WCSNCPY='0'
# GNULIB_WCSNLEN='0'
# GNULIB_WCSNRTOMBS='0'
# GNULIB_WCSPBRK='0'
# GNULIB_WCSRCHR='0'
# GNULIB_WCSRTOMBS='0'
# GNULIB_WCSSPN='0'
# GNULIB_WCSSTR='0'
# GNULIB_WCSTOK='0'
# GNULIB_WCSWIDTH='0'
# GNULIB_WCSXFRM='0'
# GNULIB_WCTOB='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_WCTOMB='IN_AUGEAS_GNULIB_TESTS'
# GNULIB_WCTRANS='0'
# GNULIB_WCTYPE='0'
# GNULIB_WCWIDTH='0'
# GNULIB_WMEMCHR='0'
# GNULIB_WMEMCMP='0'
# GNULIB_WMEMCPY='0'
# GNULIB_WMEMMOVE='0'
# GNULIB_WMEMSET='0'
# GNULIB_WRITE='0'
# GNULIB__EXIT='0'
# GREP='/usr/sbin/grep'
# HAVE_ATOLL='1'
# HAVE_BTOWC='1'
# HAVE_CANONICALIZE_FILE_NAME='1'
# HAVE_CHOWN='1'
# HAVE_DECL_ENVIRON='1'
# HAVE_DECL_FCHDIR='1'
# HAVE_DECL_FDATASYNC='1'
# HAVE_DECL_FPURGE='1'
# HAVE_DECL_FSEEKO='1'
# HAVE_DECL_FTELLO='1'
# HAVE_DECL_GETDELIM='1'
# HAVE_DECL_GETDOMAINNAME='1'
# HAVE_DECL_GETLINE='1'
# HAVE_DECL_GETLOADAVG='1'
# HAVE_DECL_GETLOGIN_R='1'
# HAVE_DECL_GETPAGESIZE='1'
# HAVE_DECL_GETUSERSHELL='1'
# HAVE_DECL_IMAXABS='1'
# HAVE_DECL_IMAXDIV='1'
# HAVE_DECL_LOCALTIME_R='1'
# HAVE_DECL_MEMMEM='1'
# HAVE_DECL_MEMRCHR='1'
# HAVE_DECL_OBSTACK_PRINTF='1'
# HAVE_DECL_SETENV='1'
# HAVE_DECL_SETHOSTNAME='1'
# HAVE_DECL_SNPRINTF='1'
# HAVE_DECL_STRDUP='1'
# HAVE_DECL_STRERROR_R='1'
# HAVE_DECL_STRNDUP='1'
# HAVE_DECL_STRNLEN='1'
# HAVE_DECL_STRSIGNAL='1'
# HAVE_DECL_STRTOIMAX='1'
# HAVE_DECL_STRTOK_R='1'
# HAVE_DECL_STRTOUMAX='1'
# HAVE_DECL_TTYNAME_R='1'
# HAVE_DECL_UNSETENV='1'
# HAVE_DECL_VSNPRINTF='1'
# HAVE_DECL_WCTOB='1'
# HAVE_DECL_WCWIDTH='1'
# HAVE_DPRINTF='1'
# HAVE_DUP2='1'
# HAVE_DUP3='1'
# HAVE_DUPLOCALE='1'
# HAVE_EUIDACCESS='1'
# HAVE_FACCESSAT='1'
# HAVE_FCHDIR='1'
# HAVE_FCHMODAT='1'
# HAVE_FCHOWNAT='1'
# HAVE_FCNTL='1'
# HAVE_FDATASYNC='1'
# HAVE_FEATURES_H='1'
# HAVE_FFSL='1'
# HAVE_FFSLL='1'
# HAVE_FSEEKO='1'
# HAVE_FSTATAT='1'
# HAVE_FSYNC='1'
# HAVE_FTELLO='1'
# HAVE_FTRUNCATE='1'
# HAVE_FUTIMENS='1'
# HAVE_GETDTABLESIZE='1'
# HAVE_GETGROUPS='1'
# HAVE_GETHOSTNAME='1'
# HAVE_GETLOGIN='1'
# HAVE_GETOPT_H='1'
# HAVE_GETPAGESIZE='1'
# HAVE_GETSUBOPT='1'
# HAVE_GETTIMEOFDAY='1'
# HAVE_GRANTPT='1'
# HAVE_GROUP_MEMBER='1'
# HAVE_INTTYPES_H='1'
# HAVE_ISBLANK='1'
# HAVE_ISWBLANK='1'
# HAVE_ISWCNTRL='1'
# HAVE_LANGINFO_CODESET='1'
# HAVE_LANGINFO_ERA='1'
# HAVE_LANGINFO_H='1'
# HAVE_LANGINFO_T_FMT_AMPM='1'
# HAVE_LANGINFO_YESEXPR='1'
# HAVE_LCHMOD='1'
# HAVE_LCHOWN='1'
# HAVE_LINK='1'
# HAVE_LINKAT='1'
# HAVE_LONG_LONG_INT='1'
# HAVE_LSTAT='1'
# HAVE_MBRLEN='1'
# HAVE_MBRTOWC='1'
# HAVE_MBSINIT='1'
# HAVE_MBSLEN='0'
# HAVE_MBSNRTOWCS='1'
# HAVE_MBSRTOWCS='1'
# HAVE_MEMCHR='1'
# HAVE_MEMPCPY='1'
# HAVE_MKDIRAT='1'
# HAVE_MKDTEMP='1'
# HAVE_MKFIFO='1'
# HAVE_MKFIFOAT='1'
# HAVE_MKNOD='1'
# HAVE_MKNODAT='1'
# HAVE_MKOSTEMP='1'
# HAVE_MKOSTEMPS='1'
# HAVE_MKSTEMP='1'
# HAVE_MKSTEMPS='1'
# HAVE_MSVC_INVALID_PARAMETER_HANDLER='0'
# HAVE_NANOSLEEP='1'
# HAVE_NL_LANGINFO='1'
# HAVE_OPENAT='1'
# HAVE_OS_H='0'
# HAVE_PCLOSE='1'
# HAVE_PIPE2='1'
# HAVE_PIPE='1'
# HAVE_POPEN='1'
# HAVE_POSIX_OPENPT='1'
# HAVE_PREAD='1'
# HAVE_PTSNAME='1'
# HAVE_PTSNAME_R='1'
# HAVE_PWRITE='1'
# HAVE_RANDOM='1'
# HAVE_RANDOM_H='1'
# HAVE_RANDOM_R='1'
# HAVE_RAWMEMCHR='1'
# HAVE_READLINK='1'
# HAVE_READLINKAT='1'
# HAVE_REALPATH='1'
# HAVE_RENAMEAT='1'
# HAVE_RPMATCH='1'
# HAVE_SETENV='1'
# HAVE_SETHOSTNAME='1'
# HAVE_SIGNED_SIG_ATOMIC_T=''
# HAVE_SIGNED_WCHAR_T=''
# HAVE_SIGNED_WINT_T=''
# HAVE_SLEEP='1'
# HAVE_STDINT_H='1'
# HAVE_STPCPY='1'
# HAVE_STPNCPY='1'
# HAVE_STRCASESTR='1'
# HAVE_STRCHRNUL='1'
# HAVE_STRPBRK='1'
# HAVE_STRPTIME='1'
# HAVE_STRSEP='1'
# HAVE_STRTOD='1'
# HAVE_STRTOLL='1'
# HAVE_STRTOULL='1'
# HAVE_STRUCT_RANDOM_DATA='1'
# HAVE_STRUCT_TIMEVAL='1'
# HAVE_STRVERSCMP='1'
# HAVE_SYMLINK='1'
# HAVE_SYMLINKAT='1'
# HAVE_SYS_BITYPES_H=''
# HAVE_SYS_INTTYPES_H=''
# HAVE_SYS_LOADAVG_H='0'
# HAVE_SYS_PARAM_H='0'
# HAVE_SYS_TIME_H='1'
# HAVE_SYS_TYPES_H='1'
# HAVE_TIMEGM='1'
# HAVE_UNISTD_H='1'
# HAVE_UNLINKAT='1'
# HAVE_UNLOCKPT='1'
# HAVE_UNSIGNED_LONG_LONG_INT='1'
# HAVE_USLEEP='1'
# HAVE_UTIMENSAT='1'
# HAVE_VASPRINTF='1'
# HAVE_VDPRINTF='1'
# HAVE_WCHAR_H='1'
# HAVE_WCHAR_T='1'
# HAVE_WCPCPY='1'
# HAVE_WCPNCPY='1'
# HAVE_WCRTOMB='1'
# HAVE_WCSCASECMP='1'
# HAVE_WCSCAT='1'
# HAVE_WCSCHR='1'
# HAVE_WCSCMP='1'
# HAVE_WCSCOLL='1'
# HAVE_WCSCPY='1'
# HAVE_WCSCSPN='1'
# HAVE_WCSDUP='1'
# HAVE_WCSLEN='1'
# HAVE_WCSNCASECMP='1'
# HAVE_WCSNCAT='1'
# HAVE_WCSNCMP='1'
# HAVE_WCSNCPY='1'
# HAVE_WCSNLEN='1'
# HAVE_WCSNRTOMBS='1'
# HAVE_WCSPBRK='1'
# HAVE_WCSRCHR='1'
# HAVE_WCSRTOMBS='1'
# HAVE_WCSSPN='1'
# HAVE_WCSSTR='1'
# HAVE_WCSTOK='1'
# HAVE_WCSWIDTH='1'
# HAVE_WCSXFRM='1'
# HAVE_WCTRANS_T='1'
# HAVE_WCTYPE_H='1'
# HAVE_WCTYPE_T='1'
# HAVE_WINSOCK2_H='0'
# HAVE_WINT_T='1'
# HAVE_WMEMCHR='1'
# HAVE_WMEMCMP='1'
# HAVE_WMEMCPY='1'
# HAVE_WMEMMOVE='1'
# HAVE_WMEMSET='1'
# HAVE_XLOCALE_H='1'
# HAVE__BOOL='1'
# HAVE__EXIT='1'
# INCLUDE_NEXT='include_next'
# INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INT32_MAX_LT_INTMAX_MAX='1'
# INT64_MAX_EQ_LONG_MAX='1'
# INTL_MACOSX_LIBS=''
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB='-lfl'
# LEX_OUTPUT_ROOT='lex.yy'
# LIBAUGEAS_VERSION_INFO='20:1:20'
# LIBFAILMALLOC=''
# LIBFA_VERSION_INFO='5:2:4'
# LIBINTL=''
# LIBMULTITHREAD='-lpthread'
# LIBOBJS=''
# LIBPTH=''
# LIBPTH_PREFIX=''
# LIBS=''
# LIBTESTS_LIBDEPS=''
# LIBTHREAD=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBXML_CFLAGS='-I/usr/include/libxml2'
# LIBXML_LIBS='-lxml2'
# LIB_SELINUX=''
# LIPO=''
# LN_S='ln -s'
# LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/gnulib/lib"'
# LOCALE_FR='none'
# LOCALE_FR_UTF8='none'
# LOCALE_JA='none'
# LOCALE_TR_UTF8='none'
# LOCALE_ZH_CN='none'
# LTALLOCA=''
# LTLIBINTL=''
# LTLIBMULTITHREAD='-lpthread'
# LTLIBOBJS=''
# LTLIBPTH=''
# LTLIBTHREAD=''
# MAKEINFO='${SHELL} /tmp/augeas/src/augeas-1.5.0/build/ac-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# ND_ENABLED_FALSE=''
# ND_ENABLED_TRUE='#'
# ND_FORMAT='HTML'
# ND_PROG='missing'
# NEXT_AS_FIRST_DIRECTIVE_CTYPE_H=''
# NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
# NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
# NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
# NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=''
# NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=''
# NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H=''
# NEXT_AS_FIRST_DIRECTIVE_LOCALE_H=''
# NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
# NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H=''
# NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
# NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
# NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
# NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
# NEXT_CTYPE_H=''
# NEXT_ERRNO_H=''
# NEXT_FCNTL_H=''
# NEXT_FLOAT_H=''
# NEXT_GETOPT_H=''
# NEXT_INTTYPES_H=''
# NEXT_LANGINFO_H=''
# NEXT_LOCALE_H=''
# NEXT_SELINUX_SELINUX_H=''
# NEXT_STDDEF_H=''
# NEXT_STDINT_H=''
# NEXT_STDIO_H=''
# NEXT_STDLIB_H=''
# NEXT_STRING_H=''
# NEXT_SYS_STAT_H=''
# NEXT_SYS_TIME_H=''
# NEXT_SYS_TYPES_H=''
# NEXT_SYS_WAIT_H=''
# NEXT_TIME_H=''
# NEXT_UNISTD_H=''
# NEXT_WCHAR_H=''
# NEXT_WCTYPE_H=''
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='augeas'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='augeas'
# PACKAGE_STRING='augeas 1.5.0'
# PACKAGE_TARNAME='augeas'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.5.0'
# PATH_SEPARATOR=':'
# PDFDOCS=''
# PDFLATEX=''
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PRAGMA_COLUMNS=''
# PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
# PRIPTR_PREFIX='"l"'
# PRI_MACROS_BROKEN='0'
# PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
# PTRDIFF_T_SUFFIX=''
# RANLIB='ranlib'
# READLINE_LIBS='-lreadline'
# REPLACE_BTOWC='0'
# REPLACE_CALLOC='0'
# REPLACE_CANONICALIZE_FILE_NAME='0'
# REPLACE_CHOWN='0'
# REPLACE_CLOSE='0'
# REPLACE_DPRINTF='0'
# REPLACE_DUP2='0'
# REPLACE_DUP='0'
# REPLACE_DUPLOCALE='0'
# REPLACE_FCHOWNAT='0'
# REPLACE_FCLOSE='0'
# REPLACE_FCNTL='0'
# REPLACE_FDOPEN='0'
# REPLACE_FFLUSH='0'
# REPLACE_FOPEN='0'
# REPLACE_FPRINTF='0'
# REPLACE_FPURGE='0'
# REPLACE_FREOPEN='0'
# REPLACE_FSEEK='0'
# REPLACE_FSEEKO='0'
# REPLACE_FSTAT='0'
# REPLACE_FSTATAT='0'
# REPLACE_FTELL='0'
# REPLACE_FTELLO='0'
# REPLACE_FTRUNCATE='0'
# REPLACE_FUTIMENS='0'
# REPLACE_GETCWD='0'
# REPLACE_GETDELIM='0'
# REPLACE_GETDOMAINNAME='0'
# REPLACE_GETGROUPS='0'
# REPLACE_GETLINE='0'
# REPLACE_GETLOGIN_R='0'
# REPLACE_GETPAGESIZE='0'
# REPLACE_GETTIMEOFDAY='0'
# REPLACE_ISATTY='0'
# REPLACE_ISWBLANK='0'
# REPLACE_ISWCNTRL='0'
# REPLACE_ITOLD='0'
# REPLACE_LCHOWN='0'
# REPLACE_LINK='0'
# REPLACE_LINKAT='0'
# REPLACE_LOCALECONV='0'
# REPLACE_LOCALTIME_R='GNULIB_PORTCHECK'
# REPLACE_LSEEK='0'
# REPLACE_LSTAT='0'
# REPLACE_MALLOC='0'
# REPLACE_MBRLEN='0'
# REPLACE_MBRTOWC='0'
# REPLACE_MBSINIT='0'
# REPLACE_MBSNRTOWCS='0'
# REPLACE_MBSRTOWCS='0'
# REPLACE_MBSTATE_T='0'
# REPLACE_MBTOWC='0'
# REPLACE_MEMCHR='0'
# REPLACE_MEMMEM='0'
# REPLACE_MKDIR='0'
# REPLACE_MKFIFO='0'
# REPLACE_MKNOD='0'
# REPLACE_MKSTEMP='0'
# REPLACE_MKTIME='GNULIB_PORTCHECK'
# REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
# REPLACE_NL_LANGINFO='0'
# REPLACE_NULL='0'
# REPLACE_OBSTACK_PRINTF='0'
# REPLACE_OPEN='0'
# REPLACE_OPENAT='0'
# REPLACE_PERROR='0'
# REPLACE_POPEN='0'
# REPLACE_PREAD='0'
# REPLACE_PRINTF='0'
# REPLACE_PTSNAME_R='0'
# REPLACE_PUTENV='0'
# REPLACE_PWRITE='0'
# REPLACE_RANDOM_R='0'
# REPLACE_READ='0'
# REPLACE_READLINK='0'
# REPLACE_REALLOC='0'
# REPLACE_REALPATH='0'
# REPLACE_REMOVE='0'
# REPLACE_RENAME='0'
# REPLACE_RENAMEAT='0'
# REPLACE_RMDIR='0'
# REPLACE_SETENV='0'
# REPLACE_SETLOCALE='0'
# REPLACE_SLEEP='0'
# REPLACE_SNPRINTF='0'
# REPLACE_SPRINTF='0'
# REPLACE_STAT='0'
# REPLACE_STDIO_READ_FUNCS='0'
# REPLACE_STDIO_WRITE_FUNCS='0'
# REPLACE_STPNCPY='0'
# REPLACE_STRCASESTR='0'
# REPLACE_STRCHRNUL='0'
# REPLACE_STRDUP='0'
# REPLACE_STRERROR='0'
# REPLACE_STRERROR_R='0'
# REPLACE_STRNCAT='0'
# REPLACE_STRNDUP='0'
# REPLACE_STRNLEN='0'
# REPLACE_STRSIGNAL='0'
# REPLACE_STRSTR='0'
# REPLACE_STRTOD='0'
# REPLACE_STRTOIMAX='0'
# REPLACE_STRTOK_R='0'
# REPLACE_STRUCT_LCONV='0'
# REPLACE_STRUCT_TIMEVAL='0'
# REPLACE_SYMLINK='0'
# REPLACE_TIMEGM='GNULIB_PORTCHECK'
# REPLACE_TMPFILE='0'
# REPLACE_TOWLOWER='0'
# REPLACE_TTYNAME_R='0'
# REPLACE_UNLINK='0'
# REPLACE_UNLINKAT='0'
# REPLACE_UNSETENV='0'
# REPLACE_USLEEP='0'
# REPLACE_UTIMENSAT='0'
# REPLACE_VASPRINTF='0'
# REPLACE_VDPRINTF='0'
# REPLACE_VFPRINTF='0'
# REPLACE_VPRINTF='0'
# REPLACE_VSNPRINTF='0'
# REPLACE_VSPRINTF='0'
# REPLACE_WCRTOMB='0'
# REPLACE_WCSNRTOMBS='0'
# REPLACE_WCSRTOMBS='0'
# REPLACE_WCSWIDTH='0'
# REPLACE_WCTOB='0'
# REPLACE_WCTOMB='0'
# REPLACE_WCWIDTH='0'
# REPLACE_WRITE='0'
# SED='/usr/sbin/sed'
# SELINUX_CONTEXT_H='selinux/context.h'
# SET_MAKE=''
# SHELL='/bin/sh'
# SIG_ATOMIC_T_SUFFIX=''
# SIZE_T_SUFFIX=''
# STDBOOL_H=''
# STDDEF_H=''
# STDINT_H=''
# STRIP='strip'
# SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
# TIME_H_DEFINES_STRUCT_TIMESPEC='1'
# UINT32_MAX_LT_UINTMAX_MAX='1'
# UINT64_MAX_EQ_ULONG_MAX='1'
# UNDEFINE_STRTOK_R='0'
# UNISTD_H_HAVE_WINSOCK2_H='0'
# UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
# USE_VERSION_SCRIPT_FALSE='#'
# USE_VERSION_SCRIPT_TRUE=''
# VERSION='1.5.0'
# VERSION_SCRIPT_FLAGS='-Wl,--version-script='
# WARN_CFLAGS=' -Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -fexceptions -fasynchronous-unwind-tables '
# WCHAR_T_SUFFIX=''
# WINDOWS_64_BIT_OFF_T='0'
# WINDOWS_64_BIT_ST_SIZE='0'
# WINT_T_SUFFIX=''
# WITH_FAILMALLOC_FALSE=''
# WITH_FAILMALLOC_TRUE='#'
# YACC='bison -y'
# YFLAGS=''
# YIELD_LIB='-lrt'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# gl_LIBOBJS=' asnprintf.o printf-args.o printf-parse.o vasnprintf.o'
# gl_LTLIBOBJS=' asnprintf.lo printf-args.lo printf-parse.lo vasnprintf.lo'
# gltests_LIBOBJS=''
# gltests_LTLIBOBJS=''
# gltests_WITNESS='IN_AUGEAS_GNULIB_TESTS'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/augeas/src/augeas-1.5.0/build/ac-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# lispdir='${datarootdir}/emacs/site-lisp'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkglibexecdir='${libexecdir}/${PACKAGE}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "augeas"
# #define PACKAGE_TARNAME "augeas"
# #define PACKAGE_VERSION "1.5.0"
# #define PACKAGE_STRING "augeas 1.5.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "augeas"
# #define VERSION "1.5.0"
# #define ENABLE_DEBUG 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _DARWIN_C_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define YYTEXT_POINTER 1
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_RL_COMPLETION_MATCHES 1
# #define HAVE_RL_CRLF 1
# #define HAVE_RL_REPLACE_LINE 1
# #define HAVE_OPEN_MEMSTREAM 1
# #define HAVE_USELOCALE 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define restrict __restrict
# #define HAVE_BTOWC 1
# #define HAVE_CANONICALIZE_FILE_NAME 1
# #define HAVE_GETCWD 1
# #define HAVE_READLINK 1
# #define HAVE_REALPATH 1
# #define HAVE_SYMLINK 1
# #define HAVE_ISBLANK 1
# #define HAVE_ISWCTYPE 1
# #define HAVE_MBSRTOWCS 1
# #define HAVE_MEMPCPY 1
# #define HAVE_WMEMCHR 1
# #define HAVE_WMEMCPY 1
# #define HAVE_WMEMPCPY 1
# #define HAVE_GETDELIM 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_LSTAT 1
# #define HAVE_MBSINIT 1
# #define HAVE_MBRTOWC 1
# #define HAVE_MPROTECT 1
# #define HAVE_MKSTEMP 1
# #define HAVE_NL_LANGINFO 1
# #define HAVE_WCSCOLL 1
# #define HAVE_STPNCPY 1
# #define HAVE_STRNDUP 1
# #define HAVE_SNPRINTF 1
# #define HAVE_WCRTOMB 1
# #define HAVE_ISWCNTRL 1
# #define HAVE_NEWLOCALE 1
# #define HAVE_SETENV 1
# #define HAVE_WCTOB 1
# #define HAVE_LANGINFO_CODESET 1
# #define FUNC_REALPATH_WORKS 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_XLOCALE_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_FEATURES_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_WORKING_O_NOATIME 1
# #define HAVE_WORKING_O_NOFOLLOW 1
# #define HAVE_MBSTATE_T 1
# #define HAVE_DECL_GETDELIM 1
# #define HAVE_DECL_GETLINE 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG_ONLY 1
# #define HAVE_DECL_GETENV 1
# #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# #define HAVE_DECL_GETC_UNLOCKED 1
# #define HAVE_WCHAR_T 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define HAVE_STDLIB_H 1
# #define MALLOC_0_IS_NONNULL 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_MAP_ANONYMOUS 1
# #define HAVE__BOOL 1
# #define HAVE_DECL_STPNCPY 1
# #define HAVE_RAW_DECL_FFSL 1
# #define HAVE_RAW_DECL_FFSLL 1
# #define HAVE_RAW_DECL_MEMMEM 1
# #define HAVE_RAW_DECL_MEMPCPY 1
# #define HAVE_RAW_DECL_MEMRCHR 1
# #define HAVE_RAW_DECL_RAWMEMCHR 1
# #define HAVE_RAW_DECL_STPCPY 1
# #define HAVE_RAW_DECL_STPNCPY 1
# #define HAVE_RAW_DECL_STRCHRNUL 1
# #define HAVE_RAW_DECL_STRDUP 1
# #define HAVE_RAW_DECL_STRNCAT 1
# #define HAVE_RAW_DECL_STRNDUP 1
# #define HAVE_RAW_DECL_STRNLEN 1
# #define HAVE_RAW_DECL_STRPBRK 1
# #define HAVE_RAW_DECL_STRSEP 1
# #define HAVE_RAW_DECL_STRCASESTR 1
# #define HAVE_RAW_DECL_STRTOK_R 1
# #define HAVE_RAW_DECL_STRERROR_R 1
# #define HAVE_RAW_DECL_STRSIGNAL 1
# #define HAVE_RAW_DECL_STRVERSCMP 1
# #define HAVE_DECL_STRNDUP 1
# #define HAVE_DECL_STRNLEN 1
# #define HAVE_WINT_T 1
# #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# #define HAVE_STDINT_H_WITH_UINTMAX 1
# #define HAVE_INTMAX_T 1
# #define DBL_EXPBIT0_WORD 1
# #define DBL_EXPBIT0_BIT 20
# #define HAVE_SNPRINTF 1
# #define HAVE_STRNLEN 1
# #define HAVE_WCSLEN 1
# #define HAVE_WCSNLEN 1
# #define HAVE_MBRTOWC 1
# #define HAVE_WCRTOMB 1
# #define HAVE_DECL__SNPRINTF 0
# #define HAVE_SNPRINTF_RETVAL_C99 1
# #define HAVE_ENVIRON_DECL 1
# #define HAVE_RAW_DECL_IMAXABS 1
# #define HAVE_RAW_DECL_IMAXDIV 1
# #define HAVE_RAW_DECL_STRTOIMAX 1
# #define HAVE_RAW_DECL_STRTOUMAX 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LC_MESSAGES 1
# #define USE_POSIX_THREADS 1
# #define USE_POSIX_THREADS_WEAK 1
# #define PROMOTED_MODE_T mode_t
# #define HAVE_DECL_SETENV 1
# #define HAVE_SEARCH_H 1
# #define HAVE_TSEARCH 1
# #define HAVE_DECL_ALARM 1
# #define HAVE_DECL_UNSETENV 1
# #define HAVE_ALLOCA 1
# #define HAVE_ARGZ_H 1
# #define HAVE_ERROR_T 1
# #define HAVE_WORKING_ARGZ 1
# #define GNULIB_TEST_BTOWC 1
# #define GNULIB_CANONICALIZE_LGPL 1
# #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
# #define GNULIB_TEST_REALPATH 1
# #define HAVE_RAW_DECL_ISBLANK 1
# #define HAVE_RAW_DECL_FCNTL 1
# #define HAVE_RAW_DECL_OPENAT 1
# #define GNULIB_TEST_GETDELIM 1
# #define GNULIB_TEST_GETLINE 1
# #define GNULIB_TEST_GETOPT_GNU 1
# #define GETTIMEOFDAY_TIMEZONE struct timezone
# #define GNULIB_TEST_GETTIMEOFDAY 1
# #define HAVE_RAW_DECL_NL_LANGINFO 1
# #define HAVE_RAW_DECL_SETLOCALE 1
# #define HAVE_RAW_DECL_DUPLOCALE 1
# #define GNULIB_TEST_LOCALECONV 1
# #define GNULIB_TEST_LSTAT 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC_GNU 1
# #define GNULIB_MALLOC_GNU 1
# #define HAVE_MALLOC_POSIX 1
# #define GNULIB_TEST_MALLOC_POSIX 1
# #define GNULIB_TEST_MBRTOWC 1
# #define GNULIB_TEST_MBSINIT 1
# #define GNULIB_TEST_MBSRTOWCS 1
# #define GNULIB_TEST_MBTOWC 1
# #define GNULIB_TEST_MEMCHR 1
# #define HAVE_MEMPCPY 1
# #define GNULIB_TEST_MEMPCPY 1
# #define GNULIB_TEST_MKSTEMP 1
# #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
# #define GNULIB_TEST_NL_LANGINFO 1
# #define HAVE_RAWMEMCHR 1
# #define GNULIB_TEST_RAWMEMCHR 1
# #define GNULIB_TEST_READLINK 1
# #define HAVE_REALLOC_POSIX 1
# #define GNULIB_TEST_REALLOC_POSIX 1
# #define HAVE_STDINT_H 1
# #define GNULIB_TEST_STAT 1
# #define GNULIB_FSCANF 1
# #define GNULIB_SCANF 1
# #define HAVE_RAW_DECL_DPRINTF 1
# #define HAVE_RAW_DECL_FSEEKO 1
# #define HAVE_RAW_DECL_FTELLO 1
# #define HAVE_RAW_DECL_GETDELIM 1
# #define HAVE_RAW_DECL_GETLINE 1
# #define HAVE_RAW_DECL_PCLOSE 1
# #define HAVE_RAW_DECL_POPEN 1
# #define HAVE_RAW_DECL_RENAMEAT 1
# #define HAVE_RAW_DECL_SNPRINTF 1
# #define HAVE_RAW_DECL_TMPFILE 1
# #define HAVE_RAW_DECL_VDPRINTF 1
# #define HAVE_RAW_DECL_VSNPRINTF 1
# #define HAVE_RAW_DECL__EXIT 1
# #define HAVE_RAW_DECL_ATOLL 1
# #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# #define HAVE_RAW_DECL_GETLOADAVG 1
# #define HAVE_RAW_DECL_GETSUBOPT 1
# #define HAVE_RAW_DECL_GRANTPT 1
# #define HAVE_RAW_DECL_INITSTATE 1
# #define HAVE_RAW_DECL_INITSTATE_R 1
# #define HAVE_RAW_DECL_MKDTEMP 1
# #define HAVE_RAW_DECL_MKOSTEMP 1
# #define HAVE_RAW_DECL_MKOSTEMPS 1
# #define HAVE_RAW_DECL_MKSTEMP 1
# #define HAVE_RAW_DECL_MKSTEMPS 1
# #define HAVE_RAW_DECL_POSIX_OPENPT 1
# #define HAVE_RAW_DECL_PTSNAME 1
# #define HAVE_RAW_DECL_PTSNAME_R 1
# #define HAVE_RAW_DECL_RANDOM 1
# #define HAVE_RAW_DECL_RANDOM_R 1
# #define HAVE_RAW_DECL_REALPATH 1
# #define HAVE_RAW_DECL_RPMATCH 1
# #define HAVE_RAW_DECL_SETENV 1
# #define HAVE_RAW_DECL_SETSTATE 1
# #define HAVE_RAW_DECL_SETSTATE_R 1
# #define HAVE_RAW_DECL_SRANDOM 1
# #define HAVE_RAW_DECL_SRANDOM_R 1
# #define HAVE_RAW_DECL_STRTOD 1
# #define HAVE_RAW_DECL_STRTOLL 1
# #define HAVE_RAW_DECL_STRTOULL 1
# #define HAVE_RAW_DECL_UNLOCKPT 1
# #define HAVE_RAW_DECL_UNSETENV 1
# #define HAVE_STPCPY 1
# #define GNULIB_TEST_STPCPY 1
# #define HAVE_STPNCPY 1
# #define GNULIB_TEST_STPNCPY 1
# #define HAVE_STRCHRNUL 1
# #define GNULIB_TEST_STRCHRNUL 1
# #define GNULIB_TEST_STRNDUP 1
# #define GNULIB_TEST_STRNLEN 1
# #define GNULIB_TEST_STRSTR 1
# #define HAVE_RAW_DECL_FCHMODAT 1
# #define HAVE_RAW_DECL_FSTAT 1
# #define HAVE_RAW_DECL_FSTATAT 1
# #define HAVE_RAW_DECL_FUTIMENS 1
# #define HAVE_RAW_DECL_LCHMOD 1
# #define HAVE_RAW_DECL_LSTAT 1
# #define HAVE_RAW_DECL_MKDIRAT 1
# #define HAVE_RAW_DECL_MKFIFO 1
# #define HAVE_RAW_DECL_MKFIFOAT 1
# #define HAVE_RAW_DECL_MKNOD 1
# #define HAVE_RAW_DECL_MKNODAT 1
# #define HAVE_RAW_DECL_STAT 1
# #define HAVE_RAW_DECL_UTIMENSAT 1
# #define HAVE_RAW_DECL_WAITPID 1
# #define HAVE_RAW_DECL_CHDIR 1
# #define HAVE_RAW_DECL_CHOWN 1
# #define HAVE_RAW_DECL_DUP 1
# #define HAVE_RAW_DECL_DUP2 1
# #define HAVE_RAW_DECL_DUP3 1
# #define HAVE_RAW_DECL_ENVIRON 1
# #define HAVE_RAW_DECL_EUIDACCESS 1
# #define HAVE_RAW_DECL_FACCESSAT 1
# #define HAVE_RAW_DECL_FCHDIR 1
# #define HAVE_RAW_DECL_FCHOWNAT 1
# #define HAVE_RAW_DECL_FDATASYNC 1
# #define HAVE_RAW_DECL_FSYNC 1
# #define HAVE_RAW_DECL_FTRUNCATE 1
# #define HAVE_RAW_DECL_GETCWD 1
# #define HAVE_RAW_DECL_GETDOMAINNAME 1
# #define HAVE_RAW_DECL_GETDTABLESIZE 1
# #define HAVE_RAW_DECL_GETGROUPS 1
# #define HAVE_RAW_DECL_GETHOSTNAME 1
# #define HAVE_RAW_DECL_GETLOGIN 1
# #define HAVE_RAW_DECL_GETLOGIN_R 1
# #define HAVE_RAW_DECL_GETPAGESIZE 1
# #define HAVE_RAW_DECL_GETUSERSHELL 1
# #define HAVE_RAW_DECL_SETUSERSHELL 1
# #define HAVE_RAW_DECL_ENDUSERSHELL 1
# #define HAVE_RAW_DECL_GROUP_MEMBER 1
# #define HAVE_RAW_DECL_ISATTY 1
# #define HAVE_RAW_DECL_LCHOWN 1
# #define HAVE_RAW_DECL_LINK 1
# #define HAVE_RAW_DECL_LINKAT 1
# #define HAVE_RAW_DECL_LSEEK 1
# #define HAVE_RAW_DECL_PIPE 1
# #define HAVE_RAW_DECL_PIPE2 1
# #define HAVE_RAW_DECL_PREAD 1
# #define HAVE_RAW_DECL_PWRITE 1
# #define HAVE_RAW_DECL_READLINK 1
# #define HAVE_RAW_DECL_READLINKAT 1
# #define HAVE_RAW_DECL_RMDIR 1
# #define HAVE_RAW_DECL_SETHOSTNAME 1
# #define HAVE_RAW_DECL_SLEEP 1
# #define HAVE_RAW_DECL_SYMLINK 1
# #define HAVE_RAW_DECL_SYMLINKAT 1
# #define HAVE_RAW_DECL_TTYNAME_R 1
# #define HAVE_RAW_DECL_UNLINK 1
# #define HAVE_RAW_DECL_UNLINKAT 1
# #define HAVE_RAW_DECL_USLEEP 1
# #define HAVE_VASPRINTF 1
# #define GNULIB_TEST_VASPRINTF 1
# #define HAVE_RAW_DECL_BTOWC 1
# #define HAVE_RAW_DECL_WCTOB 1
# #define HAVE_RAW_DECL_MBSINIT 1
# #define HAVE_RAW_DECL_MBRTOWC 1
# #define HAVE_RAW_DECL_MBRLEN 1
# #define HAVE_RAW_DECL_MBSRTOWCS 1
# #define HAVE_RAW_DECL_MBSNRTOWCS 1
# #define HAVE_RAW_DECL_WCRTOMB 1
# #define HAVE_RAW_DECL_WCSRTOMBS 1
# #define HAVE_RAW_DECL_WCSNRTOMBS 1
# #define HAVE_RAW_DECL_WCWIDTH 1
# #define HAVE_RAW_DECL_WMEMCHR 1
# #define HAVE_RAW_DECL_WMEMCMP 1
# #define HAVE_RAW_DECL_WMEMCPY 1
# #define HAVE_RAW_DECL_WMEMMOVE 1
# #define HAVE_RAW_DECL_WMEMSET 1
# #define HAVE_RAW_DECL_WCSLEN 1
# #define HAVE_RAW_DECL_WCSNLEN 1
# #define HAVE_RAW_DECL_WCSCPY 1
# #define HAVE_RAW_DECL_WCPCPY 1
# #define HAVE_RAW_DECL_WCSNCPY 1
# #define HAVE_RAW_DECL_WCPNCPY 1
# #define HAVE_RAW_DECL_WCSCAT 1
# #define HAVE_RAW_DECL_WCSNCAT 1
# #define HAVE_RAW_DECL_WCSCMP 1
# #define HAVE_RAW_DECL_WCSNCMP 1
# #define HAVE_RAW_DECL_WCSCASECMP 1
# #define HAVE_RAW_DECL_WCSNCASECMP 1
# #define HAVE_RAW_DECL_WCSCOLL 1
# #define HAVE_RAW_DECL_WCSXFRM 1
# #define HAVE_RAW_DECL_WCSDUP 1
# #define HAVE_RAW_DECL_WCSCHR 1
# #define HAVE_RAW_DECL_WCSRCHR 1
# #define HAVE_RAW_DECL_WCSCSPN 1
# #define HAVE_RAW_DECL_WCSSPN 1
# #define HAVE_RAW_DECL_WCSPBRK 1
# #define HAVE_RAW_DECL_WCSSTR 1
# #define HAVE_RAW_DECL_WCSTOK 1
# #define HAVE_RAW_DECL_WCSWIDTH 1
# #define GNULIB_TEST_WCRTOMB 1
# #define HAVE_TOWLOWER 1
# #define HAVE_RAW_DECL_WCTYPE 1
# #define HAVE_RAW_DECL_ISWCTYPE 1
# #define HAVE_RAW_DECL_WCTRANS 1
# #define HAVE_RAW_DECL_TOWCTRANS 1
# #define HAVE_STDINT_H 1
# #define GNULIB_TEST_CLOSE 1
# #define HAVE_DUP2 1
# #define GNULIB_TEST_DUP2 1
# #define GNULIB_TEST_ENVIRON 1
# #define GNULIB_TEST_FDOPEN 1
# #define GNULIB_TEST_FSTAT 1
# #define GNULIB_TEST_GETCWD 1
# #define HAVE_GETPAGESIZE 1
# #define GNULIB_TEST_GETPAGESIZE 1
# #define HAVE_SETLOCALE 1
# #define HAVE_USELOCALE 1
# #define HAVE_PTHREAD_RWLOCK 1
# #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# #define HAVE_MAP_ANONYMOUS 1
# #define GNULIB_TEST_OPEN 1
# #define GNULIB_TEST_PUTENV 1
# #define HAVE_MAP_ANONYMOUS 1
# #define GNULIB_TEST_SETENV 1
# #define GNULIB_TEST_SETLOCALE 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_MAP_ANONYMOUS 1
# #define HAVE_MAP_ANONYMOUS 1
# #define GNULIB_TEST_SYMLINK 1
# #define HAVE_PTHREAD_ATFORK 1
# #define HAVE_UNSETENV 1
# #define GNULIB_TEST_UNSETENV 1
# #define HAVE_DECL_WCTOB 1
# #define GNULIB_TEST_WCTOB 1
# #define GNULIB_TEST_WCTOMB 1
# #define HAVE_STRERROR_R 1
# #define HAVE_FSYNC 1
#
# configure: exit 0