view scripts/@ftp/module.mk @ 31203:4c2b83516eb7

isequal.m: Run BISTs for Java objects only conditionally (bug #62930). * scripts/general/isequal.m: Run BISTs for Java objects only if Octave was configured with Java support and a Java VM is available at runtime.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 26 Aug 2022 22:30:43 +0200
parents 8308417aff1c
children
line wrap: on
line source

## Automake fails to process "include %reldir%/module.mk" in the directory
## above.  All of the commands which would normally be in this file were
## manually placed in scripts/module.mk to avoid using the "include" directive.
##
## This is an Automake bug.  Automake has switched to a Perl backend which uses
## the following pattern to detect a path:
##
## my $PATH_PATTERN = '(\w|[+/.-])+';
##
## This pattern only includes alphanumeric, '_', and [+/.-], but not "@".