1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Remove references to SVN.

Karolin
(This used to be commit 9d69a809e3)
This commit is contained in:
Karolin Seeger 2008-06-17 10:36:51 +02:00
parent e1732fae33
commit 99e73df8e8
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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