summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ebdf8ae)
raw | patch | inline | side by side (parent: ebdf8ae)
author | Andreas Obergrusberger <tradiaz@yahoo.de> | |
Mon, 5 Mar 2007 20:37:36 +0000 (20:37 +0000) | ||
committer | Andreas Obergrusberger <tradiaz@yahoo.de> | |
Mon, 5 Mar 2007 20:37:36 +0000 (20:37 +0000) |
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5546 09075e82-0dd4-0310-85a5-a0d7c8717e4f
autogen.sh | patch | blob | history |
diff --git a/autogen.sh b/autogen.sh
index 22e7897d79ea25af63dbb0bbc4a0aa6ef2b87191..98a3e6fc070e33e38c5355b0b825f80edbd6bd1e 100755 (executable)
--- a/autogen.sh
+++ b/autogen.sh
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/"
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
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