summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e8d7a8)
raw | patch | inline | side by side (parent: 9e8d7a8)
author | Jon A. Cruz <jon@joncruz.org> | |
Mon, 27 Sep 2010 07:26:55 +0000 (00:26 -0700) | ||
committer | Jon A. Cruz <jon@joncruz.org> | |
Mon, 27 Sep 2010 07:26:55 +0000 (00:26 -0700) |
autogen.sh | patch | blob | history |
diff --git a/autogen.sh b/autogen.sh
index 243148239e8a46dd81886793461de62118652a12..5e9822c2ce9e9458c3425f9d73f6317f571dff9c 100755 (executable)
--- a/autogen.sh
+++ b/autogen.sh
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|$)' \