[gtk-mac-integration: 2/3] Make it possible to override libtoolize
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-integration: 2/3] Make it possible to override libtoolize
- Date: Wed, 31 Dec 2014 04:25:16 +0000 (UTC)
commit 2bc36ca46aa5cd4505116d6b121dd26f285f7a83
Author: Brecht Machiels <brecht mos6581 org>
Date: Sun Dec 28 13:44:07 2014 +0100
Make it possible to override libtoolize
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 0430da0..d417a7e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -127,7 +127,7 @@ if grep "^AC_PROG_INTLTOOL" $CONFIGURE >/dev/null ||
intltoolize --copy --force --automake
fi
-libtoolize --force || exit $?
+$LIBTOOLIZE --force || exit $?
if grep "^GTK_DOC_CHECK" $CONFIGURE > /dev/null; then
echo "Running $GTKDOCIZE..."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]