aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorAndreas Obergrusberger <tradiaz@yahoo.de>2007-03-05 20:37:36 +0000
committerAndreas Obergrusberger <tradiaz@yahoo.de>2007-03-05 20:37:36 +0000
commit734d6a6fe7fa5093c6f007760f6fdf5948725c09 (patch)
treefb0552f82025c58e2e595430125c5165817bb420 /autogen.sh
parentebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec (diff)
downloadmpd-734d6a6fe7fa5093c6f007760f6fdf5948725c09.tar.gz
mpd-734d6a6fe7fa5093c6f007760f6fdf5948725c09.tar.xz
mpd-734d6a6fe7fa5093c6f007760f6fdf5948725c09.zip
dirty hack for archlinux
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5546 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 22e7897d7..98a3e6fc0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@ echo "checking for autoconf... "
echo "You must have autoconf installed to compile $package."
echo "Download the appropriate package for your distribution,"
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
- DIE=1
+ DIE=0
}
VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]\).*/\1/"
@@ -67,7 +67,7 @@ if test -r Makefile.am; then
echo "You must have automake installed to compile $package."
echo "Download the appropriate package for your distribution,"
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
- exit 1
+ #exit 1
}
fi
@@ -87,7 +87,7 @@ fi
echo "Download the appropriate package for your system,"
echo "or get the source from one of the GNU ftp sites"
echo "listed in http://www.gnu.org/order/ftp.html"
- DIE=1
+ DIE=0
}
if test "$DIE" -eq 1; then