libgnutls.m4 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. dnl Autoconf macros for libgnutls
  2. dnl $id$
  3. # Modified for LIBGNUTLS -- nmav
  4. # Configure paths for LIBGCRYPT
  5. # Shamelessly stolen from the one of XDELTA by Owen Taylor
  6. # Werner Koch 99-12-09
  7. dnl AM_PATH_LIBGNUTLS([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
  8. dnl Test for libgnutls, and define LIBGNUTLS_CFLAGS and LIBGNUTLS_LIBS
  9. dnl
  10. AC_DEFUN([AM_PATH_LIBGNUTLS],
  11. [dnl
  12. dnl Get the cflags and libraries from the libgnutls-config script
  13. dnl
  14. AC_ARG_WITH(libgnutls-prefix,
  15. [ --with-libgnutls-prefix=PFX Prefix where libgnutls is installed (optional)],
  16. libgnutls_config_prefix="$withval", libgnutls_config_prefix="")
  17. if test x$libgnutls_config_prefix != x ; then
  18. if test x${LIBGNUTLS_CONFIG+set} != xset ; then
  19. LIBGNUTLS_CONFIG=$libgnutls_config_prefix/bin/libgnutls-config
  20. fi
  21. fi
  22. AC_PATH_PROG(LIBGNUTLS_CONFIG, libgnutls-config, no)
  23. min_libgnutls_version=ifelse([$1], ,0.1.0,$1)
  24. AC_MSG_CHECKING(for libgnutls - version >= $min_libgnutls_version)
  25. no_libgnutls=""
  26. if test "$LIBGNUTLS_CONFIG" = "no" ; then
  27. no_libgnutls=yes
  28. else
  29. LIBGNUTLS_CFLAGS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --cflags`
  30. LIBGNUTLS_LIBS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --libs`
  31. libgnutls_config_version=`$LIBGNUTLS_CONFIG $libgnutls_config_args --version`
  32. ac_save_CFLAGS="$CFLAGS"
  33. ac_save_LIBS="$LIBS"
  34. CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
  35. LIBS="$LIBS $LIBGNUTLS_LIBS"
  36. dnl
  37. dnl Now check if the installed libgnutls is sufficiently new. Also sanity
  38. dnl checks the results of libgnutls-config to some extent
  39. dnl
  40. rm -f conf.libgnutlstest
  41. AC_TRY_RUN([
  42. #include <stdio.h>
  43. #include <stdlib.h>
  44. #include <string.h>
  45. #include <gnutls/gnutls.h>
  46. int
  47. main ()
  48. {
  49. system ("touch conf.libgnutlstest");
  50. if( strcmp( gnutls_check_version(NULL), "$libgnutls_config_version" ) )
  51. {
  52. printf("\n*** 'libgnutls-config --version' returned %s, but LIBGNUTLS (%s)\n",
  53. "$libgnutls_config_version", gnutls_check_version(NULL) );
  54. printf("*** was found! If libgnutls-config was correct, then it is best\n");
  55. printf("*** to remove the old version of LIBGNUTLS. You may also be able to fix the error\n");
  56. printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
  57. printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
  58. printf("*** required on your system.\n");
  59. printf("*** If libgnutls-config was wrong, set the environment variable LIBGNUTLS_CONFIG\n");
  60. printf("*** to point to the correct copy of libgnutls-config, and remove the file config.cache\n");
  61. printf("*** before re-running configure\n");
  62. }
  63. else if ( strcmp(gnutls_check_version(NULL), LIBGNUTLS_VERSION ) )
  64. {
  65. printf("\n*** LIBGNUTLS header file (version %s) does not match\n", LIBGNUTLS_VERSION);
  66. printf("*** library (version %s)\n", gnutls_check_version(NULL) );
  67. }
  68. else
  69. {
  70. if ( gnutls_check_version( "$min_libgnutls_version" ) )
  71. {
  72. return 0;
  73. }
  74. else
  75. {
  76. printf("no\n*** An old version of LIBGNUTLS (%s) was found.\n",
  77. gnutls_check_version(NULL) );
  78. printf("*** You need a version of LIBGNUTLS newer than %s. The latest version of\n",
  79. "$min_libgnutls_version" );
  80. printf("*** LIBGNUTLS is always available from ftp://gnutls.hellug.gr/pub/gnutls.\n");
  81. printf("*** \n");
  82. printf("*** If you have already installed a sufficiently new version, this error\n");
  83. printf("*** probably means that the wrong copy of the libgnutls-config shell script is\n");
  84. printf("*** being found. The easiest way to fix this is to remove the old version\n");
  85. printf("*** of LIBGNUTLS, but you can also set the LIBGNUTLS_CONFIG environment to point to the\n");
  86. printf("*** correct copy of libgnutls-config. (In this case, you will have to\n");
  87. printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
  88. printf("*** so that the correct libraries are found at run-time))\n");
  89. }
  90. }
  91. return 1;
  92. }
  93. ],, no_libgnutls=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
  94. CFLAGS="$ac_save_CFLAGS"
  95. LIBS="$ac_save_LIBS"
  96. fi
  97. if test "x$no_libgnutls" = x ; then
  98. AC_MSG_RESULT(yes)
  99. ifelse([$2], , :, [$2])
  100. else
  101. if test -f conf.libgnutlstest ; then
  102. :
  103. else
  104. AC_MSG_RESULT(no)
  105. fi
  106. if test "$LIBGNUTLS_CONFIG" = "no" ; then
  107. echo "*** The libgnutls-config script installed by LIBGNUTLS could not be found"
  108. echo "*** If LIBGNUTLS was installed in PREFIX, make sure PREFIX/bin is in"
  109. echo "*** your path, or set the LIBGNUTLS_CONFIG environment variable to the"
  110. echo "*** full path to libgnutls-config."
  111. else
  112. if test -f conf.libgnutlstest ; then
  113. :
  114. else
  115. echo "*** Could not run libgnutls test program, checking why..."
  116. CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
  117. LIBS="$LIBS $LIBGNUTLS_LIBS"
  118. AC_TRY_LINK([
  119. #include <stdio.h>
  120. #include <stdlib.h>
  121. #include <string.h>
  122. #include <gnutls/gnutls.h>
  123. ], [ return !!gnutls_check_version(NULL); ],
  124. [ echo "*** The test program compiled, but did not run. This usually means"
  125. echo "*** that the run-time linker is not finding LIBGNUTLS or finding the wrong"
  126. echo "*** version of LIBGNUTLS. If it is not finding LIBGNUTLS, you'll need to set your"
  127. echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
  128. echo "*** to the installed location Also, make sure you have run ldconfig if that"
  129. echo "*** is required on your system"
  130. echo "***"
  131. echo "*** If you have an old version installed, it is best to remove it, although"
  132. echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
  133. echo "***" ],
  134. [ echo "*** The test program failed to compile or link. See the file config.log for the"
  135. echo "*** exact error that occured. This usually means LIBGNUTLS was incorrectly installed"
  136. echo "*** or that you have moved LIBGNUTLS since it was installed. In the latter case, you"
  137. echo "*** may want to edit the libgnutls-config script: $LIBGNUTLS_CONFIG" ])
  138. CFLAGS="$ac_save_CFLAGS"
  139. LIBS="$ac_save_LIBS"
  140. fi
  141. fi
  142. LIBGNUTLS_CFLAGS=""
  143. LIBGNUTLS_LIBS=""
  144. ifelse([$3], , :, [$3])
  145. fi
  146. rm -f conf.libgnutlstest
  147. AC_SUBST(LIBGNUTLS_CFLAGS)
  148. AC_SUBST(LIBGNUTLS_LIBS)
  149. ])
  150. dnl *-*wedit:notab*-* Please keep this as the last line.