Browse Source

Remove ltconfig which is not used anymore by libtool 1.4

experimental/pre_new_hash_func
Sascha Schumann 25 years ago
parent
commit
cf8d1563c2
  1. 2
      build/build2.mk
  2. 3
      configure.in
  3. 3114
      ltconfig

2
build/build2.mk

@ -21,7 +21,7 @@ include generated_lists
TOUCH_FILES = mkinstalldirs install-sh missing
LT_TARGETS = ltconfig ltmain.sh config.guess config.sub
LT_TARGETS = ltmain.sh config.guess config.sub
makefile_in_files = $(makefile_am_files:.am=.in)
makefile_files = $(makefile_am_files:e.am=e)

3
configure.in

@ -894,7 +894,8 @@ if test "$enable_shared" = "yes"; then
else
if test "$lib_build_shared" = "yes"; then
PHP_CONFIGURE_PART(Configuring shared libtool)
$SHELL $srcdir/ltconfig --output=shlibtool --disable-static --srcdir=$srcdir --cache-file=./config.cache $srcdir/ltmain.sh
dnl XXX This needs to be fixed
# $SHELL $srcdir/ltconfig --output=shlibtool --disable-static --srcdir=$srcdir --cache-file=./config.cache $srcdir/ltmain.sh
SHARED_LIBTOOL='$(SHELL) $(top_builddir)/shlibtool'
else
PHP_COMPILE='$(COMPILE) -c $< && touch $@'

3114
ltconfig
File diff suppressed because it is too large
View File

Loading…
Cancel
Save