Remove references to SVN.
authorKarolin Seeger <kseeger@samba.org>
Tue, 17 Jun 2008 08:36:51 +0000 (10:36 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 17 Jun 2008 08:43:19 +0000 (10:43 +0200)
Karolin
(This used to be commit 9d69a809e370f98057e514a3c755b0b86ee5f610)

source3/autogen.sh
source3/script/installman.sh

index 02f55c54219825a6dbf86949b12c75ee0be9f7ab..018944e684781d9b4f810bb8348e6e32e273851b 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 
-# Run this script to build samba from SVN.
+# Run this script to build samba from GIT.
 
 ## insert all possible names (only works with 
-## autoconf 2.x
+## autoconf 2.x)
 TESTAUTOHEADER="autoheader autoheader-2.53 autoheader2.50 autoheader259 autoheader253"
 TESTAUTOCONF="autoconf autoconf-2.53 autoconf2.50 autoconf259 autoconf253"
 
@@ -43,7 +43,7 @@ done
 ## do we have it?
 ##
 if test "$AUTOCONFFOUND" = "0" -o "$AUTOHEADERFOUND" = "0"; then
-       echo "$0: need autoconf 2.53 or later to build samba from SVN" >&2
+       echo "$0: need autoconf 2.53 or later to build samba from GIT" >&2
        exit 1
 fi
 
index 869ce6ee38edb293d55b862ad0cfae2208f9f8fc..ab9bfe506decb14730a1a7ce6e42005a9a25c134 100755 (executable)
@@ -14,7 +14,7 @@ if [ $# -ge 4 ] ; then
 fi
 
 if test ! -d $SRCDIR../docs/manpages; then
-       echo "No manpages present.  SVN development version maybe?"
+       echo "No manpages present.  Development version maybe?"
        exit 0
 fi