Am I wrong or in
src/Makefile.in
liboctave/Makefile.in
libcruft/Makefile.in
at "install-lib:"
if $(STATIC_LIBS); then \
and
if $(SHARED_LIBS); then \
should be changed in
ifeq ($(STATIC_LIBS), true)
ifeq ($(SHARED_LIBS), true)
forms ?
Regards
Marco