Switch to unified view

a/src/configure.ac b/src/configure.ac
...
...
21
fi
21
fi
22
(cd mk; rm -f sysconf; ln -s $sys sysconf)
22
(cd mk; rm -f sysconf; ln -s $sys sysconf)
23
23
24
AC_SYS_LARGEFILE
24
AC_SYS_LARGEFILE
25
25
26
# OpenBSD needs sys/param.h for mount.h to compile
27
AC_CHECK_HEADERS([sys/param.h])
28
26
AC_CHECK_HEADERS(sys/mount.h sys/statfs.h sys/statvfs.h sys/vfs.h)
29
AC_CHECK_HEADERS([sys/mount.h sys/statfs.h sys/statvfs.h sys/vfs.h], [], [],
30
[#ifdef HAVE_SYS_PARAM_H
31
# include <sys/param.h>
32
#endif
33
])
27
34
28
# Use specific 'file' command ? (Useful on solaris to specify
35
# Use specific 'file' command ? (Useful on solaris to specify
29
# /usr/local/bin/file instead of the system's which doesn't understand '-i'
36
# /usr/local/bin/file instead of the system's which doesn't understand '-i'
30
AC_ARG_WITH(file-command, 
37
AC_ARG_WITH(file-command, 
31
    AC_HELP_STRING([--with-file-command],
38
    AC_HELP_STRING([--with-file-command],