summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-01 09:37:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-01 09:37:47 +0000
commitd23f168a1eae3fe44920853473b2cb3d959c9532 (patch)
tree51389d13e7290fbe4a4073463f326d4fe8870b55 /Build/source/texk/xdvik/configure.ac
parentda140efe8fb1493f7c47ef2040c6550d73db29e3 (diff)
new build system: fix libs/gd/ bug, more texk/xdvik/
git-svn-id: svn://tug.org/texlive/trunk@12589 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/configure.ac')
-rw-r--r--Build/source/texk/xdvik/configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/xdvik/configure.ac b/Build/source/texk/xdvik/configure.ac
index 666a249e7d6..aa497f8120e 100644
--- a/Build/source/texk/xdvik/configure.ac
+++ b/Build/source/texk/xdvik/configure.ac
@@ -24,6 +24,16 @@ KPSE_T1LIB_FLAGS
XDVIK_VERSION=xdvik_version
AC_SUBST([XDVIK_VERSION])
+AC_CONFIG_SUBDIRS([squeeze])
+
AC_CONFIG_FILES([Makefile])
+dnl The subdirectory squeeze must be configured for the build system.
+dnl Can not share the cache file with the subdirectory!
+AC_CONFIG_COMMANDS_POST([AS_IF([test "x$cross_compiling" = xyes],
+[cache_file=/dev/null
+ ac_configure_args="$ac_configure_args --host='$build' \
+ CC='$BUILDCC' CPPFLAGS='$BUILDCPPFLAGS'\
+ CFLAGS='$BUILDCFLAGS' LDFLAGS='$BUILDLDFLAGS'"])])
+
AC_OUTPUT