Default to 'libtoolize' for all OSes that don't specify
authorBill Erickson <berick@esilibrary.com>
Sun, 20 Nov 2011 19:16:34 +0000 (14:16 -0500)
committerBill Erickson <berick@esilibrary.com>
Sun, 20 Nov 2011 23:15:51 +0000 (18:15 -0500)
Otherwise, opensrf can only be built on Darwin and Linux.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
autogen.sh

index ff28cf2..8dec8df 100755 (executable)
@@ -4,7 +4,7 @@
 OS=`uname`
 if [ "$OS" = "Darwin" ]; then
     : ${LIBTOOLIZE=glibtoolize}
-elif [ "$OS" = "Linux" ]; then
+else
     : ${LIBTOOLIZE=libtoolize}
 fi