X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=24400c377857832dd8d756c1f91db8130b74d7b5;hb=95b7217dc80c042ef364a56d3cd2cf15e489369e;hp=309f73fc28fe8134743a832c2abe692c266ff335;hpb=2b50be4e1c069596b5e6c51790c3cda41093e7f5;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 309f73f..24400c3 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 @@ -49,6 +49,7 @@ case $host in ;; *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])]) @@ -87,4 +88,4 @@ AC_CONFIG_FILES([Makefile] [examples/Makefile] ) -AC_OUTPUT +AC_OUTPUT([libnfs.pc])