X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=ab55d0b8b0573cf7462a74019eb0a24df978e933;hb=0b3f304a7ccb892621345ee7dad139b30d94155c;hp=9d82295d1fa62b7a8f8683fdd5234637f62ec9ee;hpb=85aebf0bc477953b80f62bd26cd528a8932501a4;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index 9d82295d1..ab55d0b8b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,15 +21,18 @@ # # AC_PREREQ(2.61) +# Checks for programs. AC_INIT([gnunet], [0.9.0pre2],[bug-gnunet@gnu.org]) + +AC_CANONICAL_TARGET +AC_CANONICAL_HOST +AC_CANONICAL_SYSTEM + AM_INIT_AUTOMAKE([gnunet], [0.9.0pre2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([gnunet_config.h]) - AH_TOP([#define _GNU_SOURCE 1]) -# Checks for programs. -AC_CANONICAL_HOST AC_PROG_AWK AC_PROG_CC AC_PROG_CPP @@ -39,7 +42,6 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AM_PROG_CC_C_O -AC_CANONICAL_HOST LT_INIT([disable-static dlopen win32-dll]) LTDL_INIT AC_SUBST(LTDLINCL) @@ -191,6 +193,8 @@ then AC_MSG_ERROR([GNUnet needs libgcrypt]) fi +if test $build = $target +then AC_MSG_CHECKING([for working HMAC]) AC_LANG_PUSH(C) LIBS="$LIBS $LIBGCRYPT_LIBS" @@ -245,6 +249,28 @@ LIBCURL_CHECK_CONFIG(,7.20.1,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.20.1])) # restore LIBS LIBS=$SAVE_LIBS +fi # $build = $target + +# glpk +#AC_CHECK_HEADERS(glpk.h, glpk=true) +#AM_CONDITIONAL(HAVE_GLPK, test x$glpk = xtrue) +#AC_CHECK_LIB([glpk],[glp_create_prob]) + +glpk=true +AC_CHECK_HEADERS(glpk.h, ,[gplk=false]) +AC_CHECK_LIB([glpk],[glp_create_prob], , [gplk=false]) +# GLPK must support atm MLP presolving, version >= 4.32 +AC_CHECK_MEMBERS(glp_iocp.presolve, ,[gplk=false],[[#include ]]) +if test x$gplk = xfalse +then + AM_CONDITIONAL(HAVE_GLPK, [test x$gplk = xtrue]) + AM_CONDITIONAL(HAVE_LIBGLPK, [test x$gplk != x$gplk]) + AC_MSG_WARN([GNUnet requires GLPK >= 4.32]) +else + AM_CONDITIONAL(HAVE_GLPK, [test x$gplk = xtrue]) + AM_CONDITIONAL(HAVE_LIBGLPK, [test x$gplk = x$gplk]) +fi + # test for kvm and kstat (for CPU stats under BSD/Solaris) AC_CHECK_LIB([kvm],[kvm_open]) AC_CHECK_LIB([kstat],[kstat_open]) @@ -293,7 +319,7 @@ AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h math.h errno.h ctype.h limits.h stdio.h stdlib.h string.h unistd.h stdarg.h signal.h locale.h sys/stat.h sys/types.h],,AC_MSG_ERROR([Compiling GNUnet requires standard UNIX headers files])) # Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there) -AC_CHECK_HEADERS([langinfo.h sys/param.h sys/mount.h sys/statvfs.h sys/select.h sockLib.h sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h fcntl.h libintl.h netdb.h netinet/in.h netinet/in_systm.h sys/ioctl.h sys/socket.h sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h sys/resource.h ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h argz.h]) +AC_CHECK_HEADERS([langinfo.h sys/param.h sys/mount.h sys/statvfs.h sys/select.h sockLib.h sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h fcntl.h libintl.h netdb.h netinet/in.h netinet/in_systm.h sys/ioctl.h sys/socket.h sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h sys/resource.h ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h argz.h ucred.h endian.h sys/endian.h]) SAVE_LDFLAGS=$LDFLAGS SAVE_CPPFLAGS=$CPPFLAGS @@ -620,6 +646,8 @@ AC_DEFINE_UNQUOTED([HAVE_ESMTP], $esmtp, [We have libesmtp]) # restore LIBS LIBS=$SAVE_LIBS + + # check for gettext AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.16.1]) @@ -664,7 +692,7 @@ AC_FUNC_VPRINTF AC_HEADER_SYS_WAIT AC_TYPE_OFF_T AC_TYPE_UID_T -AC_CHECK_FUNCS([floor gethostname memmove rmdir strncasecmp strrchr strtol atoll dup2 fdatasync ftruncate gettimeofday memset mkdir mkfifo select socket strcasecmp strchr strdup strerror strstr clock_gettime getrusage rand uname setlocale getcwd mktime gmtime_r gmtime strlcpy strlcat ftruncate stat64 sbrk mmap mremap setrlimit sysconf gethostbyaddr initgroups getifaddrs freeifaddrs getnameinfo getaddrinfo inet_ntoa localtime_r nl_langinfo putenv realpath strndup gethostbyname2 gethostbyname]) +AC_CHECK_FUNCS([floor gethostname memmove rmdir strncasecmp strrchr strtol atoll dup2 fdatasync ftruncate gettimeofday memset mkdir mkfifo select socket strcasecmp strchr strdup strerror strstr clock_gettime getrusage rand uname setlocale getcwd mktime gmtime_r gmtime strlcpy strlcat ftruncate stat64 sbrk mmap mremap setrlimit sysconf gethostbyaddr initgroups getifaddrs freeifaddrs getnameinfo getaddrinfo inet_ntoa localtime_r nl_langinfo putenv realpath strndup gethostbyname2 gethostbyname getpeerucred getpeereid]) # restore LIBS LIBS=$SAVE_LIBS @@ -810,6 +838,7 @@ src/topology/Makefile src/transport/Makefile src/util/Makefile src/vpn/Makefile +src/chat/Makefile pkgconfig/Makefile pkgconfig/gnunetarm.pc pkgconfig/gnunetblock.pc @@ -883,8 +912,8 @@ You also need to create an configuration file that should specify the path where GNUnet should store data. For example, you could store in "/etc/gnunet.conf" the following lines: -[PATHS] -SERVICEHOME = /opt/gnunet/ +[[PATHS]] +SERVICEHOME = /var/lib/gnunet DEFAULTCONFIG = /etc/gnunet.conf Now, in order to start your peer, run as the 'gnunet' user