Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

tigervnc-ac-compatibility.patch 418B

123456789101112131415
  1. diff --git a/m4/shave.m4 b/m4/shave.m4
  2. index 01cb5c7..0dfde6c 100644
  3. --- a/m4/shave.m4
  4. +++ b/m4/shave.m4
  5. @@ -32,8 +32,8 @@ AC_DEFUN([SHAVE_INIT],
  6. if test x"$enable_shave" = xyes; then
  7. dnl where can we find the shave scripts?
  8. m4_if([$1],,
  9. - [shavedir="$ac_pwd"],
  10. - [shavedir="$ac_pwd/$1"])
  11. + [shavedir=`pwd`],
  12. + [shavedir=`pwd`/$1])
  13. AC_SUBST(shavedir)
  14. dnl make is now quiet