mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.7 KiB

  1. --- ./configure.in.orig 2006-04-19 14:06:13.000000000 +0200
  2. +++ ./configure.in 2006-04-19 14:07:58.000000000 +0200
  3. @@ -227,7 +227,7 @@
  4. # Either a space-separated list of allowable Neon versions, or "any" to
  5. # mean allow anything.
  6. -NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5"
  7. +NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0"
  8. NEON_LATEST_WORKING_VER=0.25.5
  9. NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
  10. dnl You can skip the neon version check only if you know what you are doing
  11. --- ./build/ac-macros/neon.m4.orig 2006-04-19 14:06:04.000000000 +0200
  12. +++ ./build/ac-macros/neon.m4 2006-04-19 14:07:40.000000000 +0200
  13. @@ -50,9 +50,9 @@
  14. NEON_VERSION=`cat $abs_srcdir/neon/.version`
  15. AC_MSG_RESULT([$NEON_VERSION])
  16. - if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
  17. + if test -n "`echo \"$NEON_VERSION\" | grep -E '^0\.26\.'`" ; then
  18. AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
  19. - [Defined if have Neon 0.25.x instead of 0.24.7.])
  20. + [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
  21. fi
  22. for svn_allowed_neon in $NEON_ALLOWED_LIST; do
  23. @@ -123,9 +123,9 @@
  24. NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'`
  25. AC_MSG_RESULT([$NEON_VERSION])
  26. - if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
  27. + if test -n "`echo \"$NEON_VERSION\" | grep -E '^0\.26\.'`" ; then
  28. AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
  29. - [Defined if have Neon 0.25.x instead of 0.24.7.])
  30. + [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
  31. fi
  32. for svn_allowed_neon in $NEON_ALLOWED_LIST; do