>I just did an upgrade at home to MacOS X Ventura; let me make sure the
>test suite passes and there are no obvious issues there.
Oof, wait. I just did a "make distcheck" and I get:
depbase=`echo uip/mhical.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
cc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -MT
uip/mhical.o -MD -MP -MF $depbase.Tpo -c -o uip/mhical.o uip/mhical.c &&\
mv -f $depbase.Tpo $depbase.Po
clang: error: no such file or directory: 'uip/mhical.c'
clang: error: no input files
I just committed a fix.
--Ken