X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=1b21947fcd9ab8266bdc9b1914ca36dab854d24f;hb=41d82d7d825b9b4e73bb227f5b2fafa86067cba0;hp=28d29cd96a1e48074c1d219fcfec1ad0ec5e7c2d;hpb=fc4bdc2269596ad94f92798149d587e38c73712b;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 28d29cd..1b21947 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [0.0.0]) +AC_INIT([libnfs], [1.0.0]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -44,8 +44,12 @@ case $host in *darwin*) RPCGENFLAGS=-DU_INT64_PLATTFORM_TYPE="u_int64_t" ;; + *cygwin*) + RPCGENFLAGS=-DU_INT64_PLATTFORM_TYPE="u_int64_t" + ;; *solaris*) AC_CHECK_HEADERS([sys/filio.h]) + AC_CHECK_HEADERS([sys/sockio.h]) if test x$ENABLE_EXAMPLES = xyes; then AC_CHECK_LIB([socket], [main], , [AC_MSG_ERROR([Can not find required library])]) AC_CHECK_LIB([nsl], [main], , [AC_MSG_ERROR([Can not find required library])])