shithub: freetype+ttf2subf

Download patch

ref: b796adb451c4131c73953a25207e0413ef57a288
parent: 6174e17cf7cb3eef826d95c96757dbb0feea7bdb
author: Werner Lemberg <[email protected]>
date: Tue Jun 10 13:15:35 EDT 2008

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

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-06-10  Werner Lemberg  <[email protected]>
 
+	* autogen.sh: Add option `--install' to libtoolize.
+
+2008-06-10  Werner Lemberg  <[email protected]>
+
 	* Version 2.3.6 released.
 	=========================
 
--- 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 @@
 fi
 
 run aclocal -I . --force
-run $LIBTOOLIZE --force --copy
+run $LIBTOOLIZE --force --copy --install
 run autoconf --force
 
 chmod +x mkinstalldirs