X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/68b2cc55389d4691fdf6e124feb26e08258db967..384958ed3dcd18e8ec7cf2e5a6142812f14229d8:/configure.in diff --git a/configure.in b/configure.in index 72f1ab41..29718afd 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.52) -RSYNC_VERSION=2.4.7pre5 +RSYNC_VERSION=2.5.1pre2 AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) @@ -291,7 +291,11 @@ if test x"$ac_cv_func_strcasecmp" = x"no"; then AC_CHECK_LIB(resolv, strcasecmp) fi -AC_FUNC_MEMCMP +dnl At the moment we don't test for a broken memcmp(), because all we +dnl need to do is test for equality, not comparison, and it seems that +dnl every platform has a memcmp that can do at least that. +dnl AC_FUNC_MEMCMP + AC_FUNC_UTIME_NULL AC_CHECK_FUNCS(waitpid wait4 getcwd strdup strerror chown chmod mknod) AC_CHECK_FUNCS(fchmod fstat strchr readlink link utime utimes strftime)