Skip to content

Commit cf8d156

Browse files
author
Sascha Schumann
committed
Remove ltconfig which is not used anymore by libtool 1.4
1 parent afdaee9 commit cf8d156

File tree

3 files changed

+3
-3116
lines changed

3 files changed

+3
-3116
lines changed

build/build2.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include generated_lists
2121

2222
TOUCH_FILES = mkinstalldirs install-sh missing
2323

24-
LT_TARGETS = ltconfig ltmain.sh config.guess config.sub
24+
LT_TARGETS = ltmain.sh config.guess config.sub
2525

2626
makefile_in_files = $(makefile_am_files:.am=.in)
2727
makefile_files = $(makefile_am_files:e.am=e)

configure.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,8 @@ if test "$enable_shared" = "yes"; then
894894
else
895895
if test "$lib_build_shared" = "yes"; then
896896
PHP_CONFIGURE_PART(Configuring shared libtool)
897-
$SHELL $srcdir/ltconfig --output=shlibtool --disable-static --srcdir=$srcdir --cache-file=./config.cache $srcdir/ltmain.sh
897+
dnl XXX This needs to be fixed
898+
# $SHELL $srcdir/ltconfig --output=shlibtool --disable-static --srcdir=$srcdir --cache-file=./config.cache $srcdir/ltmain.sh
898899
SHARED_LIBTOOL='$(SHELL) $(top_builddir)/shlibtool'
899900
else
900901
PHP_COMPILE='$(COMPILE) -c $< && touch $@'

0 commit comments

Comments
 (0)