ref: 26bd7a2c5d112143766d905de4346f738a2d4fb6
parent: 630e24d9656817da8b6a24d9383a3b16f94ec656
author: Werner Lemberg <[email protected]>
date: Mon Jun 9 17:27:17 EDT 2008
s/enable_shared/build_libtool_libs/
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,8 +13,8 @@
* README.CVS: Updated.
- * builds/unix/configure.raw: Updated for newer versions of autoconf
- and friends.
+ * builds/unix/configure.raw, builds/unix/freetype-config.in: Updated
+ for newer versions of autoconf and friends.
2008-06-08 Werner Lemberg <[email protected]>
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -510,8 +510,7 @@
AC_SUBST([hardcode_libdir_flag_spec])
AC_SUBST([wl])
-# urgh -- this is an internal libtool variable...
-AC_SUBST([enable_shared])
+AC_SUBST([build_libtool_libs])
# configuration file -- stay in 8.3 limit
--- a/builds/unix/freetype-config.in
+++ b/builds/unix/freetype-config.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright 2000, 2001, 2002, 2003, 2004, 2005 by
+# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2008 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -14,7 +14,7 @@
exec_prefix_set=no
includedir=@includedir@
libdir=@libdir@
-enable_shared=@enable_shared@
+enable_shared=@build_libtool_libs@
wl=@wl@
hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'