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

This commit is contained in:
Werner Lemberg 2008-06-10 17:15:35 +00:00
parent 6174e17cf7
commit b796adb451
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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