From 0656f05fcb6154843551a8515da56406aa1990b6 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 27 Sep 2010 00:26:55 -0700 Subject: [PATCH] Fix libtoolize hardcoding for OS X. --- autogen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 243148239..5e9822c2c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -182,7 +182,10 @@ attempt_command 'underquoted definition of|[\)\#]Extending' \ attempt_command '' autoheader } -attempt_command '' libtoolize +# use glibtoolize if it is available (darwin) +(glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize + +attempt_command '' $LIBTOOLIZE attempt_command '' $AUTOMAKE --copy --force --add-missing attempt_command '' autoconf attempt_command '^(Please add the files| codeset| progtest|from the|or directly|You will also|ftp://ftp.gnu.org|$)' \ -- 2.30.2