summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-06-10 17:15:35 +0000
committerWerner Lemberg <wl@gnu.org>2008-06-10 17:15:35 +0000
commitb796adb451c4131c73953a25207e0413ef57a288 (patch)
tree23a7ee33790b49978feed7ec94ba6b2e46a44f12 /autogen.sh
parent6174e17cf7cb3eef826d95c96757dbb0feea7bdb (diff)
downloadfreetype2-b796adb451c4131c73953a25207e0413ef57a288.tar.gz
* autogen.sh: Add option `--install' to libtoolize.
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d8fb5b2ec..87f30a1ca 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2005, 2006, 2007 by
+# Copyright 2005, 2006, 2007, 2008 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -48,7 +48,7 @@ if test "$HOSTOS"x = Darwinx; then
fi
run aclocal -I . --force
-run $LIBTOOLIZE --force --copy
+run $LIBTOOLIZE --force --copy --install
run autoconf --force
chmod +x mkinstalldirs