|
|
@ -1,37 +0,0 @@ |
|
|
|
--- ./configure.in.orig 2006-04-19 14:06:13.000000000 +0200
|
|
|
|
+++ ./configure.in 2006-04-19 14:07:58.000000000 +0200
|
|
|
|
@@ -227,7 +227,7 @@
|
|
|
|
|
|
|
|
# Either a space-separated list of allowable Neon versions, or "any" to |
|
|
|
# mean allow anything. |
|
|
|
-NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5"
|
|
|
|
+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"
|
|
|
|
NEON_LATEST_WORKING_VER=0.25.5 |
|
|
|
NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz" |
|
|
|
dnl You can skip the neon version check only if you know what you are doing |
|
|
|
--- ./build/ac-macros/neon.m4.orig 2006-04-19 14:06:04.000000000 +0200
|
|
|
|
+++ ./build/ac-macros/neon.m4 2006-04-19 14:07:40.000000000 +0200
|
|
|
|
@@ -50,9 +50,9 @@
|
|
|
|
NEON_VERSION=`cat $abs_srcdir/neon/.version` |
|
|
|
AC_MSG_RESULT([$NEON_VERSION]) |
|
|
|
|
|
|
|
- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
|
|
|
|
+ if test -n "`echo \"$NEON_VERSION\" | grep -E '^0\.26\.'`" ; then
|
|
|
|
AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1], |
|
|
|
- [Defined if have Neon 0.25.x instead of 0.24.7.])
|
|
|
|
+ [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
|
|
|
|
fi |
|
|
|
|
|
|
|
for svn_allowed_neon in $NEON_ALLOWED_LIST; do |
|
|
|
@@ -123,9 +123,9 @@
|
|
|
|
NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'` |
|
|
|
AC_MSG_RESULT([$NEON_VERSION]) |
|
|
|
|
|
|
|
- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
|
|
|
|
+ if test -n "`echo \"$NEON_VERSION\" | grep -E '^0\.26\.'`" ; then
|
|
|
|
AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1], |
|
|
|
- [Defined if have Neon 0.25.x instead of 0.24.7.])
|
|
|
|
+ [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
|
|
|
|
fi |
|
|
|
|
|
|
|
for svn_allowed_neon in $NEON_ALLOWED_LIST; do |