summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-14 06:20:05 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-14 06:20:05 +0000
commit64bb02ff3ddf68d5b88da2111b22f124819f5178 (patch)
treed28def97d544fbb060bffe5966b4be76f9de6272 /Build/source/configure.ac
parentc69920bfba0fda9253056c7370cc0e9cc52884f0 (diff)
Drop the "dev" suffix for TL2011 release
git-svn-id: svn://tug.org/texlive/trunk@22082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r--Build/source/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac
index f2cc3d6e8c4..78a7468c6e9 100644
--- a/Build/source/configure.ac
+++ b/Build/source/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009 - 2011 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -136,10 +136,7 @@ if test "x$syslib_used:$enable_native_texlive_build" = xyes:yes; then
fi
KPSE_RESTORE_FLAGS
-dnl AM_CONDITIONAL([build_kpathsea],
-dnl [test "x$need_kpathsea" = xyes && test "x$with_system_kpathsea" != xyes])
-
-AM_CONDITIONAL([cross_compiling], [test "x$cross_compiling" = xyes])
+AM_CONDITIONAL([cross], [test "x$cross_compiling" = xyes])
AC_CONFIG_SUBDIRS([auxdir/auxsub libs utils texk])