Preparing for release of 3.0.0pre1
[rsync/rsync.git] / configure.in
index 5e6dbba..7dd970e 100644 (file)
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h])
 AC_CONFIG_HEADER(config.h)
 AC_PREREQ(2.59)
 
-RSYNC_VERSION=3.0.0cvs
+RSYNC_VERSION=3.0.0pre1
 AC_SUBST(RSYNC_VERSION)
 AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION])
 
@@ -874,7 +874,9 @@ else
        LIBS="$LIBS -lpacl"
        ;;
     darwin*)
-       AC_MSG_RESULT(MacOS ACLs not yet supported)
+       AC_MSG_RESULT(Using OS X ACLs)
+       AC_DEFINE(HAVE_OSX_ACLS, 1, [true if you have Mac OS X ACLs])
+       AC_DEFINE(SUPPORT_ACLS, 1)
        ;;
     *)
        AC_MSG_RESULT(running tests:)