summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh
index 70e3f37..f88830d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,15 +2,6 @@
(automake --version | grep 1.4) && (autoconf --version | grep 2.5)
-if test $? = 1; then
- echo "Happy building ...";
-else
- echo "Trouble!";
- echo "You have automake 1.4 and autoconf 2.5. either downgrade autoconf to";
- echo "2.13 or upgrade automake to 1.5";
- exit
-fi
-
if [ "$USER" = "root" ]; then
echo "You cannot do this as "$USER" please use a normal user account"
exit