Here is a really minor little patch for autogen.sh, no
need to list the URL in two places.
Mo
Index: autogen.sh
===================================================================
RCS file: /cvs/subversion/autogen.sh,v
retrieving revision 1.37
diff -u -r1.37 autogen.sh
--- autogen.sh 2001/03/27 10:28:32 1.37
+++ autogen.sh 2001/04/21 21:30:25
@@ -33,12 +33,14 @@
# Handle the neon/ subdir
NEON_WANTED=0.11.0
+NEON_URL="http://www.webdav.org/neon/neon-${NEON_WANTED}.tar.gz"
+
if [ ! -d neon ]; then
echo ""
echo "...Uh oh, there is a problem."
echo "You don't have a neon/ subdirectory here."
echo "Please get neon ${NEON_WANTED} from:"
- echo " http://www.webdav.org/neon/neon-${NEON_WANTED}.tar.gz"
+ echo " ${NEON_URL}"
echo ""
echo "Unpack the archive using tar/gunzip and rename the resulting"
echo "directory from ./neon-${NEON_WANTED}/ to ./neon/"
@@ -52,7 +54,7 @@
echo "You have a neon/ subdir containing version $NEON_VERSION,"
echo "but Subversion needs neon ${NEON_WANTED}."
echo "Please get neon ${NEON_WANTED} from:"
- echo " http://www.webdav.org/neon/neon-${NEON_WANTED}.tar.gz"
+ echo " ${NEON_URL}"
echo ""
echo "Unpack the archive using tar/gunzip and rename the resulting"
echo "directory from ./neon-${NEON_WANTED}/ to ./neon/"
Received on Sat Oct 21 14:36:29 2006