From ac5bbdecf1ef22e5e4ef2990512d5f8c59b72b8b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Sun, 20 Nov 2011 14:16:34 -0500 Subject: [PATCH] Default to 'libtoolize' for all OSes that don't specify Otherwise, opensrf can only be built on Darwin and Linux. Signed-off-by: Bill Erickson --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index ff28cf2..8dec8df 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ OS=`uname` if [ "$OS" = "Darwin" ]; then : ${LIBTOOLIZE=glibtoolize} -elif [ "$OS" = "Linux" ]; then +else : ${LIBTOOLIZE=libtoolize} fi -- 2.11.0