diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:59:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:59:26 +0000 |
commit | 18ae8c479214dcd927acae90b8c755da4077bf9e (patch) | |
tree | 8eeb0992636c3a5fc874f589c0327d9af69ec355 /Build/source/texk/xdvik/configure.ac | |
parent | 081d7946faa61fc306f13b99d8e6af921d1af111 (diff) |
texk/dvipsk, texk/xdvik: Better handling of native subdirectory sqeeze
git-svn-id: svn://tug.org/texlive/trunk@34288 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/configure.ac')
-rw-r--r-- | Build/source/texk/xdvik/configure.ac | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Build/source/texk/xdvik/configure.ac b/Build/source/texk/xdvik/configure.ac index 775e153453b..9587d989975 100644 --- a/Build/source/texk/xdvik/configure.ac +++ b/Build/source/texk/xdvik/configure.ac @@ -295,18 +295,11 @@ AC_DEFINE_UNQUOTED([DEFAULT_PS2PDF_PATH], ["$with_default_ps2pdf_path"], XDVIK_VERSION=xdvik_version AC_SUBST([XDVIK_VERSION]) -AC_CONFIG_SUBDIRS([squeeze]) - AC_CONFIG_FILES([Makefile tests/Makefile]) AC_CONFIG_FILES([xdvi:xdvi-sh.in], [chmod +x xdvi]) dnl The subdirectory squeeze must be configured for the build system. -dnl When cross compiling, 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='$kpse_build_alias' \ - CC='$BUILDCC' CPPFLAGS='$BUILDCPPFLAGS'\ - CFLAGS='$BUILDCFLAGS' LDFLAGS='$BUILDLDFLAGS'"])]) +KPSE_NATIVE_SUBDIRS([squeeze]) AC_OUTPUT |