summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2014-05-31 01:19:18 +0200
committerAlexander Færøy <ahf@0x90.dk>2014-05-31 01:19:18 +0200
commitfceba7ad04d4ed7be9a3d6116d57af23a0c613f7 (patch)
treec09b6de10587a9d17a01aec9c20ddc814071a5c7 /autogen.sh
parentc896f78d04ea1a9f9584dd6f4171350f3cec6101 (diff)
downloadirssi-fceba7ad04d4ed7be9a3d6116d57af23a0c613f7.zip
Kill irssi.cvs
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 40207d66..b8d7c002 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,16 +6,6 @@ PKG_NAME="Irssi"
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-if test ! -f $srcdir/irssi.cvs -a -f $srcdir/configure; then
- echo
- echo "Use ./configure instead"
- echo
- echo "This script should only be run if you got sources from SVN."
- echo "If you really want to do this, say:"
- echo " touch irssi.cvs"
- exit 0
-fi
-
if test ! -f $srcdir/configure.in; then
echo -n "**Error**: Directory \`$srcdir\' does not look like the"
echo " top-level $PKG_NAME directory"