summaryrefslogtreecommitdiff
path: root/source/autogen.sh
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-06-17 10:36:51 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-17 10:43:19 +0200
commit9d69a809e370f98057e514a3c755b0b86ee5f610 (patch)
tree68f8827516f189411c4bfa2d55042cdf8b978179 /source/autogen.sh
parent50fbfa03483de0059d85967dc96f2896e55e6d04 (diff)
downloadsamba-9d69a809e370f98057e514a3c755b0b86ee5f610.tar.gz
Remove references to SVN.
Karolin
Diffstat (limited to 'source/autogen.sh')
-rwxr-xr-xsource/autogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/autogen.sh b/source/autogen.sh
index 02f55c54219..018944e6847 100755
--- a/source/autogen.sh
+++ b/source/autogen.sh
@@ -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