Hello,

I'm having problems compiling 1.1.6 on FreeBSD6.2. This is my first fsvs install, so I need a little help.

Here's the configure output (btw, running make as instructed in the README didn't work):

neo% env LDFLAGS="-L/usr/local/lib" ./configure
as_func_failure succeeded.
as_func_failure succeeded.
No shell found that supports shell functions.
Please tell [EMAIL PROTECTED] about your system,
including any error possibly output before this
message
configure: ***  Now configuring FSVS fsvs-1.1.6:900  ***
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 how to run the C preprocessor... gcc -E
checking for pcre_compile in -lpcre... yes
checking for apr_md5_init in -lapr... no
checking for svn_ra_initialize in -lsvn_ra... no
checking for gdbm_firstkey in -lgdbm... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking apr_md5.h usability... no
checking apr_md5.h presence... no
checking for apr_md5.h... no
checking svn_md5.h usability... no
checking svn_md5.h presence... no
checking for svn_md5.h... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct stat.st_mtim... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
configure: WARNING: Sorry, can't find valgrind headers.
checking linux/kdev_t.h usability... no
checking linux/kdev_t.h presence... no
checking for linux/kdev_t.h... no
configure: error:
*** MAJOR(), MINOR() and MAKEDEV() definitions not found.
*** I'll fake a definition, but that could make problems for ignore patterns
*** and commits/updates of device nodes.
*** Please contact [EMAIL PROTECTED] for help, or, if you know your
*** systems' way, to report the correct header name.
See `config.log' for more details.

For some reason it can't find my APR libraries (and possible more). I needed the LDFLAGS so it could find PCRE. All of my APR libraries are in /usr/local/lib:

neo% ls /usr/local/lib | grep apr
apr.exp
aprutil.exp
libapr-1.a
libapr-1.la
libapr-1.so
libapr-1.so.2
libaprutil-1.a
libaprutil-1.la
libaprutil-1.so
libaprutil-1.so.2

The verion of APR installed on my machine is:

neo% pkg_info | grep apr
apr-db42-1.2.7_1    The Apache Group's Portability Library

Unfortunately I don't know a whole lot about autoconf so I'm stuck on this one. I've also attached my config.log if that helps.

Thanks!
Neil Gruending

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by fsvs configure fsvs-1.1.6:900, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = neo.gruending.net
uname -m = i386
uname -r = 6.2-RELEASE-p2
uname -s = FreeBSD
uname -v = FreeBSD 6.2-RELEASE-p2 #0: Thu Mar  1 07:01:10 PST 2007     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 

/usr/bin/uname -p = i386
/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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/neil/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1725: ***  Now configuring FSVS fsvs-1.1.6:900  ***
configure:1777: checking for gcc
configure:1793: found /usr/bin/gcc
configure:1804: result: gcc
configure:2042: checking for C compiler version
configure:2049: gcc --version >&5
gcc (GCC) 3.4.6 [FreeBSD] 20060305
Copyright (C) 2006 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:2052: $? = 0
configure:2059: gcc -v >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305
configure:2062: $? = 0
configure:2069: gcc -V >&5
gcc: `-V' option must have argument
configure:2072: $? = 1
configure:2095: checking for C compiler default output file name
configure:2122: gcc -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -L/usr/local/lib -lapr-1 conftest.c  >&5
configure:2125: $? = 0
configure:2163: result: a.out
configure:2180: checking whether the C compiler works
configure:2190: ./a.out
configure:2193: $? = 0
configure:2210: result: yes
configure:2217: checking whether we are cross compiling
configure:2219: result: no
configure:2222: checking for suffix of executables
configure:2229: gcc -o conftest -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -L/usr/local/lib -lapr-1 conftest.c  >&5
configure:2232: $? = 0
configure:2256: result: 
configure:2262: checking for suffix of object files
configure:2288: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:2291: $? = 0
configure:2314: result: o
configure:2318: checking whether we are using the GNU C compiler
configure:2347: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:2353: $? = 0
configure:2370: result: yes
configure:2375: checking whether gcc accepts -g
configure:2405: gcc -c -g  conftest.c >&5
configure:2411: $? = 0
configure:2510: result: yes
configure:2527: checking for gcc option to accept ISO C89
configure:2601: gcc  -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:2607: $? = 0
configure:2630: result: none needed
configure:2653: checking how to run the C preprocessor
configure:2693: gcc -E  conftest.c
configure:2699: $? = 0
configure:2730: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2736: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2769: result: gcc -E
configure:2798: gcc -E  conftest.c
configure:2804: $? = 0
configure:2835: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2841: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2895: checking for pcre_compile in -lpcre
configure:2930: gcc -o conftest -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -L/usr/local/lib -lapr-1 conftest.c -lpcre   >&5
configure:2936: $? = 0
configure:2954: result: yes
configure:2972: checking for apr_md5_init in -lapr
configure:3007: gcc -o conftest -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -L/usr/local/lib -lapr-1 conftest.c -lapr  -lpcre  >&5
/usr/bin/ld: cannot find -lapr
configure:3013: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 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 apr_md5_init ();
| int
| main ()
| {
| return apr_md5_init ();
|   ;
|   return 0;
| }
configure:3031: result: no
configure:3043: checking for svn_ra_initialize in -lsvn_ra
configure:3078: gcc -o conftest -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -L/usr/local/lib -lapr-1 conftest.c -lsvn_ra  -lpcre  >&5
/usr/bin/ld: cannot find -lsvn_ra
configure:3084: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 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 svn_ra_initialize ();
| int
| main ()
| {
| return svn_ra_initialize ();
|   ;
|   return 0;
| }
configure:3102: result: no
configure:3114: checking for gdbm_firstkey in -lgdbm
configure:3149: gcc -o conftest -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -L/usr/local/lib -lapr-1 conftest.c -lgdbm  -lpcre  >&5
configure:3155: $? = 0
configure:3173: result: yes
configure:3193: checking for grep that handles long lines and -e
configure:3267: result: /usr/bin/grep
configure:3272: checking for egrep
configure:3350: result: /usr/bin/grep -E
configure:3355: checking for ANSI C header files
configure:3385: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3391: $? = 0
configure:3490: gcc -o conftest -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -L/usr/local/lib -lapr-1 conftest.c -lgdbm -lpcre  >&5
configure:3493: $? = 0
configure:3499: ./conftest
configure:3502: $? = 0
configure:3519: result: yes
configure:3543: checking for sys/types.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3543: checking for sys/stat.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3543: checking for stdlib.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3543: checking for string.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3543: checking for memory.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3543: checking for strings.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3543: checking for inttypes.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3543: checking for stdint.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3543: checking for unistd.h
configure:3564: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3570: $? = 0
configure:3586: result: yes
configure:3621: checking fcntl.h usability
configure:3638: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3644: $? = 0
configure:3658: result: yes
configure:3662: checking fcntl.h presence
configure:3677: gcc -E  conftest.c
configure:3683: $? = 0
configure:3697: result: yes
configure:3730: checking for fcntl.h
configure:3738: result: yes
configure:3621: checking stddef.h usability
configure:3638: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3644: $? = 0
configure:3658: result: yes
configure:3662: checking stddef.h presence
configure:3677: gcc -E  conftest.c
configure:3683: $? = 0
configure:3697: result: yes
configure:3730: checking for stddef.h
configure:3738: result: yes
configure:3611: checking for stdlib.h
configure:3617: result: yes
configure:3611: checking for string.h
configure:3617: result: yes
configure:3621: checking sys/time.h usability
configure:3638: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3644: $? = 0
configure:3658: result: yes
configure:3662: checking sys/time.h presence
configure:3677: gcc -E  conftest.c
configure:3683: $? = 0
configure:3697: result: yes
configure:3730: checking for sys/time.h
configure:3738: result: yes
configure:3611: checking for unistd.h
configure:3617: result: yes
configure:3621: checking pcre.h usability
configure:3638: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
conftest.c:61:18: pcre.h: No such file or directory
configure:3644: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre.h>
configure:3658: result: no
configure:3662: checking pcre.h presence
configure:3677: gcc -E  conftest.c
conftest.c:28:18: pcre.h: No such file or directory
configure:3683: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <pcre.h>
configure:3697: result: no
configure:3730: checking for pcre.h
configure:3738: result: no
configure:3621: checking apr_md5.h usability
configure:3638: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
conftest.c:61:21: apr_md5.h: No such file or directory
configure:3644: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <apr_md5.h>
configure:3658: result: no
configure:3662: checking apr_md5.h presence
configure:3677: gcc -E  conftest.c
conftest.c:28:21: apr_md5.h: No such file or directory
configure:3683: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <apr_md5.h>
configure:3697: result: no
configure:3730: checking for apr_md5.h
configure:3738: result: no
configure:3621: checking svn_md5.h usability
configure:3638: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
conftest.c:61:21: svn_md5.h: No such file or directory
configure:3644: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <svn_md5.h>
configure:3658: result: no
configure:3662: checking svn_md5.h presence
configure:3677: gcc -E  conftest.c
conftest.c:28:21: svn_md5.h: No such file or directory
configure:3683: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <svn_md5.h>
configure:3697: result: no
configure:3730: checking for svn_md5.h
configure:3738: result: no
configure:3759: checking for dirent.h that defines DIR
configure:3788: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3794: $? = 0
configure:3810: result: yes
configure:3823: checking for library containing opendir
configure:3864: gcc -o conftest -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -L/usr/local/lib -lapr-1 conftest.c -lgdbm -lpcre  >&5
configure:3870: $? = 0
configure:3898: result: none required
configure:3993: checking for struct stat.st_mtim
configure:4021: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
conftest.c: In function `main':
conftest.c:66: error: structure has no member named `st_mtim'
configure:4027: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtim)
| return 0;
|   ;
|   return 0;
| }
configure:4060: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
conftest.c: In function `main':
conftest.c:66: error: structure has no member named `st_mtim'
configure:4066: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_mtim)
| return 0;
|   ;
|   return 0;
| }
configure:4084: result: no
configure:4111: checking valgrind/valgrind.h usability
configure:4128: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
conftest.c:62:31: valgrind/valgrind.h: No such file or directory
configure:4134: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:4148: result: no
configure:4152: checking valgrind/valgrind.h presence
configure:4167: gcc -E  conftest.c
conftest.c:29:31: valgrind/valgrind.h: No such file or directory
configure:4173: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <valgrind/valgrind.h>
configure:4187: result: no
configure:4220: checking for valgrind/valgrind.h
configure:4228: result: no
configure:4238: WARNING: Sorry, can't find valgrind headers.
configure:4261: checking linux/kdev_t.h usability
configure:4278: gcc -c -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  conftest.c >&5
conftest.c:62:26: linux/kdev_t.h: No such file or directory
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/kdev_t.h>
configure:4298: result: no
configure:4302: checking linux/kdev_t.h presence
configure:4317: gcc -E  conftest.c
conftest.c:29:26: linux/kdev_t.h: No such file or directory
configure:4323: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION "fsvs-1.1.6:900"
| #define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
| #define _GNU_SOURCE 1
| #define INCDIRS /usr/local/include /usr/include /openpkg/include 
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <linux/kdev_t.h>
configure:4337: result: no
configure:4370: checking for linux/kdev_t.h
configure:4378: result: no
configure:4388: error:
*** MAJOR(), MINOR() and MAKEDEV() definitions not found.
*** I'll fake a definition, but that could make problems for ignore patterns
*** and commits/updates of device nodes.
*** Please contact [EMAIL PROTECTED] for help, or, if you know your
*** systems' way, to report the correct header name.
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_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='-L/usr/local/lib -lapr-1'
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_header_apr_md5_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_kdev_t_h=no
ac_cv_header_memory_h=yes
ac_cv_header_pcre_h=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_svn_md5_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_valgrind_valgrind_h=no
ac_cv_lib_apr_apr_md5_init=no
ac_cv_lib_gdbm_gdbm_firstkey=yes
ac_cv_lib_pcre_pcre_compile=yes
ac_cv_lib_svn_ra_svn_ra_initialize=no
ac_cv_member_struct_stat_st_mtim=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_search_opendir='none required'

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64'
CHROOTER_JAIL=''
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_DEBUG=''
ENABLE_GCOV=''
ENABLE_RELEASE=''
EXEEXT=''
GREP='/usr/bin/grep'
HAVE_LOCALES=''
HAVE_O_DIRECTORY=''
HAVE_UINT32_T=''
HAVE_UINT64_T=''
HAVE_VALGRIND_H=''
INCDIRS='/usr/local/include /usr/include /openpkg/include '
LDFLAGS='-L/usr/local/lib -lapr-1'
LIBOBJS=''
LIBS='-lgdbm -lpcre '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='http://fsvs.tigris.org/'
PACKAGE_NAME='fsvs'
PACKAGE_STRING='fsvs fsvs-1.1.6:900'
PACKAGE_TARNAME='fsvs'
PACKAGE_VERSION='fsvs-1.1.6:900'
PATH_SEPARATOR=':'
SHELL='/usr/local/bin/zsh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "fsvs"
#define PACKAGE_TARNAME "fsvs"
#define PACKAGE_VERSION "fsvs-1.1.6:900"
#define PACKAGE_STRING "fsvs fsvs-1.1.6:900"
#define PACKAGE_BUGREPORT "http://fsvs.tigris.org/";
#define _GNU_SOURCE 1
#define INCDIRS /usr/local/include /usr/include /openpkg/include 
#define HAVE_LIBPCRE 1
#define HAVE_LIBGDBM 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 HAVE_FCNTL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DIRENT_H 1

configure: exit 1

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to