From 889076e26f0ff005c20f422f454bf0636e9d50b4 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Wed, 22 May 2013 13:02:41 -0300 Subject: [PATCH] Remove libtoolize from autogen We don't need libtool support, so remove libtoolize from the autogen script (and create build-aux to prevent errors when installing missing components required by automake). Signed-off-by: Claudio Matsuoka --- autogen.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/autogen.sh b/autogen.sh index ba4c978..1a2f865 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,15 +1,6 @@ #!/bin/sh -if `which libtoolize` ; then - libtoolize -# on, e.g., Darwin -elif `which glibtoolize` ; then - glibtoolize -else - echo "libtoolize not found!" - exit 1 -fi - +mkdir -p build-aux aclocal autoconf automake --add-missing