File tree Expand file tree Collapse file tree 3 files changed +3
-3116
lines changed Expand file tree Collapse file tree 3 files changed +3
-3116
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ include generated_lists
21
21
22
22
TOUCH_FILES = mkinstalldirs install-sh missing
23
23
24
- LT_TARGETS = ltconfig ltmain.sh config.guess config.sub
24
+ LT_TARGETS = ltmain.sh config.guess config.sub
25
25
26
26
makefile_in_files = $(makefile_am_files:.am=.in )
27
27
makefile_files = $(makefile_am_files:e.am=e )
Original file line number Diff line number Diff line change @@ -894,7 +894,8 @@ if test "$enable_shared" = "yes"; then
894
894
else
895
895
if test "$lib_build_shared " = "yes"; then
896
896
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
898
899
SHARED_LIBTOOL='$( SHELL) $( top_builddir) /shlibtool'
899
900
else
900
901
PHP_COMPILE='$( COMPILE) -c $< && touch $@ '
You can’t perform that action at this time.
0 commit comments