From ed6ae447e8bd17851563dcf70b8fe563b01de60f Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Sun, 11 Feb 2001 15:57:01 +0000 Subject: [PATCH] Commented out the check for libtool, as we don't use it currently --- eo/autogen.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eo/autogen.sh b/eo/autogen.sh index 6c0e1152..257ad1b6 100755 --- a/eo/autogen.sh +++ b/eo/autogen.sh @@ -11,12 +11,12 @@ PROG=eo DIE=1 } -(libtool --version) < /dev/null > /dev/null 2>&1 || -{ - echo - echo "You must have libtool installed to compile $PROG." - DIE=1 -} +#(libtool --version) < /dev/null > /dev/null 2>&1 || +#{ +# echo +# echo "You must have libtool installed to compile $PROG." +# DIE=1 +#} (automake --version) < /dev/null > /dev/null 2>&1 || {