From: Michael Poole Date: Sat, 22 May 2004 03:00:05 +0000 (+0000) Subject: Remove obsolete check for src/srvx directory X-Git-Tag: v1.4.0-rc1~210 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=c4bd5657afb2334ebcfcd58dc2e56be2dd1b241b Remove obsolete check for src/srvx directory Since srvx is in arch, and arch doesn't have CVS's eccentricities about old directories, remove the test for src/srvx being a directory. git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-66 --- diff --git a/ChangeLog b/ChangeLog index 7426d5f..e1d040b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3 # +2004-05-22 03:00:05 GMT Michael Poole patch-66 + + Summary: + Remove obsolete check for src/srvx directory + Revision: + srvx--devo--1.3--patch-66 + + Since srvx is in arch, and arch doesn't have CVS's eccentricities + about old directories, remove the test for src/srvx being a directory. + + modified files: + ChangeLog autogen.sh + + 2004-05-21 12:58:18 GMT Michael Poole patch-65 Summary: diff --git a/autogen.sh b/autogen.sh index f5a8d76..60cf38c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,13 +4,3 @@ aclocal autoheader -Wall automake -a --gnu Makefile rx/Makefile src/Makefile autoconf -Wall -if [ -d ./src/srvx ] ; then - echo "WARNING: It looks like you still have the obsolete src/srvx directory." - echo "Since we try to compile the binary into that place, this will break the" - echo "compile. This is probably because you did not \"cvs update\" properly" - echo "(i.e. with the -P flag). Since you almost always want to do \"cvs update -P\"," - echo "we suggest you add a line similar to \"update -P\" to your ~/.cvsrc file." - echo "For example:" - echo " echo update -P >> ~/.cvsrc" - echo "At the very least, \"rm -r src/srvx\" before you try to compile." -fi