Commit b796adb451c4131c73953a25207e0413ef57a288

Werner Lemberg 2008-06-10T17:15:35

* autogen.sh: Add option `--install' to libtoolize.

diff --git a/ChangeLog b/ChangeLog
index 8096136..f712cce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-06-10  Werner Lemberg  <wl@gnu.org>
 
+	* autogen.sh: Add option `--install' to libtoolize.
+
+2008-06-10  Werner Lemberg  <wl@gnu.org>
+
 	* Version 2.3.6 released.
 	=========================
 
diff --git a/autogen.sh b/autogen.sh
index d8fb5b2..87f30a1 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