gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5116 - gnunet-fuse


From: gnunet
Subject: [GNUnet-SVN] r5116 - gnunet-fuse
Date: Mon, 18 Jun 2007 13:43:42 -0600 (MDT)

Author: amatus
Date: 2007-06-18 13:43:41 -0600 (Mon, 18 Jun 2007)
New Revision: 5116

Modified:
   gnunet-fuse/ChangeLog
   gnunet-fuse/configure.ac
Log:
Modified configure script to better detect compatability with GNUnet

Modified: gnunet-fuse/ChangeLog
===================================================================
--- gnunet-fuse/ChangeLog       2007-06-18 17:38:03 UTC (rev 5115)
+++ gnunet-fuse/ChangeLog       2007-06-18 19:43:41 UTC (rev 5116)
@@ -1,3 +1,5 @@
+2007-06-18 David Barksdale <address@hidden> 0.7.2a
+* Modified configure script to better detect compatability with GNUnet
 2007-06-18 David Barksdale <address@hidden> 0.7.2
 * Gratuitous version incrementation
 2007-06-12 David Barksdale <address@hidden> 0.6

Modified: gnunet-fuse/configure.ac
===================================================================
--- gnunet-fuse/configure.ac    2007-06-18 17:38:03 UTC (rev 5115)
+++ gnunet-fuse/configure.ac    2007-06-18 19:43:41 UTC (rev 5116)
@@ -1,4 +1,4 @@
-AC_INIT(gnunet-fuse, 0.7.2)
+AC_INIT(gnunet-fuse, 0.7.2a)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 
@@ -20,8 +20,8 @@
       no)
         ;;
       yes)
-        AC_CHECK_HEADERS(GNUnet/gnunet_util.h,
-          AC_CHECK_LIB([gnunetutil_boot], [GNUNET_init],
+        AC_CHECK_HEADERS(GNUnet/gnunet_ecrs_lib.h,
+          AC_CHECK_LIB([gnunetecrs], [ECRS_downloadPartialFile],
             gnunet=1))
         ;;
       *)
@@ -29,22 +29,22 @@
         LIBPATH="$with_gnunet/lib $LIBPATH" 
         CPPFLAGS="-I$with_gnunet/include $CPPFLAGS"
         INCLUDEPATH="$with_gnunet/include $INCLUDEPATH"
-        AC_CHECK_HEADERS(GNUnet/gnunet_util.h,
-          AC_CHECK_LIB([gnunetutil_boot], [GNUNET_init],
+        AC_CHECK_HEADERS(GNUnet/gnunet_ecrs_lib.h,
+          AC_CHECK_LIB([gnunetecrs], [ECRS_downloadPartialFile],
             EXT_LIB_PATH="-L$with_gnunet/lib $EXT_LIB_PATH"
             gnunet=1))
         ;;
     esac
    ],
    [AC_MSG_RESULT([--with-gnunet not specified])
-    AC_CHECK_HEADERS(gnunet_util.h,
-     AC_CHECK_LIB([GNUnet/gnunet_util.h], [os_init],
+    AC_CHECK_HEADERS(GNUnet/gnunet_ecrs_lib.h,
+     AC_CHECK_LIB([gnunetecrs], [ECRS_downloadPartialFile],
       gnunet=1))])
 if test "$gnunet" != 1
 then
  AC_MSG_ERROR([gnunet-fuse requires GNUnet])
 fi
-AC_CHECK_HEADERS([GNUnet/gnunet_ecrs_lib.h GNUnet/gnunet_getoption_lib.h],,
+AC_CHECK_HEADERS([GNUnet/gnunet_util.h GNUnet/gnunet_getoption_lib.h],,
              AC_MSG_ERROR([compiling gnunet-fuse requires GNUnet core headers]
 ))
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]