X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1cb6f3bf4d1082ec59720e8018bf825baf63223a..ac1d2d338450eb005abf03002f5784097caf7e19:/configure.in diff --git a/configure.in b/configure.in index 2b16ff00..1d058718 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.6.1pre-1 +RSYNC_VERSION=2.6.1pre-2 AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) @@ -283,7 +283,8 @@ AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h \ unistd.h utime.h grp.h compat.h sys/param.h ctype.h sys/wait.h \ sys/ioctl.h sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h \ sys/un.h glob.h mcheck.h sys/sysctl.h arpa/inet.h arpa/nameser.h \ - netdb.h malloc.h float.h sys/mkdev.h) + netdb.h malloc.h float.h) +AC_HEADER_MAJOR AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long)