summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-freetype2-flags.m4
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:34:20 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:34:20 +0000
commite4cae97633d68af424aef1494462550cef2dadeb (patch)
tree0e82baf23b3900e995c132775fc75213c0984cf4 /Build/source/m4/kpse-freetype2-flags.m4
parent558303c70cdfd3bc2465cb99c2f8d81a64efcf31 (diff)
towards TL2010: build system
git-svn-id: svn://tug.org/texlive/trunk@15977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/kpse-freetype2-flags.m4')
-rw-r--r--Build/source/m4/kpse-freetype2-flags.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/m4/kpse-freetype2-flags.m4 b/Build/source/m4/kpse-freetype2-flags.m4
index 90b71a45fa4..2e34d78d28e 100644
--- a/Build/source/m4/kpse-freetype2-flags.m4
+++ b/Build/source/m4/kpse-freetype2-flags.m4
@@ -9,7 +9,7 @@
# KPSE_FREETYPE2_FLAGS
# --------------------
-# Provide the configure options '--with-system-freetype2' (if in the TL tree).
+# Provide the configure option '--with-system-freetype2' (if in the TL tree).
#
# Set the make variables FREETYPE2_INCLUDES and FREETYPE2_LIBS to the CPPFLAGS and
# LIBS required for the `-lfreetype' library in libs/freetype2/ of the TL tree.
@@ -19,8 +19,8 @@ AC_REQUIRE([_KPSE_CHECK_FT2_CONFIG])[]dnl
_KPSE_LIB_FLAGS([freetype2], [freetype], [],
[BLD/libs/freetype2],
[BLD/libs/freetype2/libfreetype.a],
- [FREETYPE2_LIBS=`cat $FREETYPE2_INCLUDES/ft-libs`
- FREETYPE2_INCLUDES=`cat $FREETYPE2_INCLUDES/ft-includes`],
+ [FREETYPE2_LIBS="\`cat $FREETYPE2_INCLUDES/ft-libs\`"
+ FREETYPE2_INCLUDES="\`cat $FREETYPE2_INCLUDES/ft-includes\`"],
[], [${top_builddir}/../../libs/freetype2/ft2build.h])[]dnl
]) # KPSE_FREETYPE2_FLAGS