summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-11 07:06:49 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-11 07:06:49 +0000
commit4f4158afdd779275d80205828c7d58559a9a7a86 (patch)
treeca156199d9901c2def7b906279f50e56370e7c15 /Build/source/texk/web2c/configure.ac
parentfefe8d82f5f40266d2dd4a63c995308792d07184 (diff)
Remove osx-strip
git-svn-id: svn://tug.org/texlive/trunk@22418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r--Build/source/texk/web2c/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index 428e58df26a..9e38a7947f2 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -37,12 +37,6 @@ dnl Common code for all programs using libkpathsea.
KPSE_COMMON([web2c programs])
KPSE_CANONICAL_HOST
-AC_PATH_TOOL([PATH_STRIP], [strip])
-
-case $host_os in
- darwin*) STRIP='$(top_builddir)/osx-strip' ;;
-esac
-
AM_CONDITIONAL([cross], [test "x$cross_compiling" = xyes])
AC_PROG_CXX
@@ -373,7 +367,6 @@ AC_CONFIG_FILES([Makefile doc/Makefile lib/Makefile man/Makefile
AC_CONFIG_FILES([web2c-sh], [chmod +x web2c-sh])
AC_CONFIG_FILES([tangle-sh], [chmod +x tangle-sh])
AC_CONFIG_FILES([ctangleboot-sh], [chmod +x ctangleboot-sh])
-AC_CONFIG_FILES([osx-strip], [chmod +x osx-strip])
dnl The subdirectory web2c must be configured for the build system.
dnl When cross compiling, can not share the cache file with the subdirectory!