# HG changeset patch # User Markus Mützel # Date 1647452711 -3600 # Node ID d874069706762a25b08555b39595bfefb22cef49 # Parent 2d394460429ff8313004ddaeea31437e90d16799 build: Synchronize ghostscript binary names in configure check with .m file usage. * m4/acinclude.m4 (OCTAVE_PROG_GHOSTSCRIPT): Search for the same binary names that are also searched in __print_parse_opts__.m (__ghostscript_binary__). diff -r 2d394460429f -r d87406970676 m4/acinclude.m4 --- a/m4/acinclude.m4 Wed Mar 16 18:20:26 2022 +0100 +++ b/m4/acinclude.m4 Wed Mar 16 18:45:11 2022 +0100 @@ -3240,7 +3240,7 @@ AC_DEFUN([OCTAVE_PROG_GHOSTSCRIPT], [ case "$canonical_host_type" in *-*-mingw* | *-*-msdosmsvc) - ac_octave_gs_names="gswin32c gs mgs" + ac_octave_gs_names="gs gswin32c gswin64c mgs" ;; *) ac_octave_gs_names="gs"