View | Details | Raw Unified
Collapse All | Expand All

(-) tetex-src-3.0.orig/texk/kpathsea/configure (-1 / +1 lines)
 Lines 5546-5552    Link Here 
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL='libtool'
# Prevent multiple expansion
# Prevent multiple expansion
(-) tetex-src-3.0.orig/texk/libtool.m4 (-2 / +2 lines)
 Lines 30-37    Link Here 
# This can be used to rebuild libtool when needed
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
# Use the system libtool
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL='libtool'
AC_SUBST(LIBTOOL)dnl
AC_SUBST(LIBTOOL)dnl
# Prevent multiple expansion
# Prevent multiple expansion
(-) tetex-src-3.0.orig/texk/make/common.mk (-1 / +1 lines)
 Lines 12-18    Link Here 
LDFLAGS = @LDFLAGS@ $(XLDFLAGS)
LDFLAGS = @LDFLAGS@ $(XLDFLAGS)
# Kpathsea needs this for compiling, programs need it for linking.
# Kpathsea needs this for compiling, programs need it for linking.
LIBTOOL = $(SHELL) $(kpathsea_parent)/libtool
LIBTOOL = libtool
# You can change [X]CPPFLAGS, [X]CFLAGS, or [X]DEFS, but
# You can change [X]CPPFLAGS, [X]CFLAGS, or [X]DEFS, but
# please don't change ALL_CPPFLAGS or ALL_CFLAGS.
# please don't change ALL_CPPFLAGS or ALL_CFLAGS.