On сряда, 16 декември 2020 г. 5:34:46 EET Jacob Bachmeyer wrote: > Dimitar Dimitrov wrote: > > This fixes "make distcheck" on my Debian 10 system. > > Thanks; trivial patch applied. I also cleaned up some other details in > the build files while I was looking at them. > > > -- Jacob
Thank you. But for me on Debian 10 and Fedora 33 the following cleanup patch broke configure: Commit 9a4888d2c4369cee3fa415261b3ae55b2057ab2f Use Automake defaults for EXPECT Error I see with clean GIT top-of-tree, without running autoreconf: $ ./configure ... checking Tcl version 8.5 or greater... configure: error: Tcl 8.5 or greater is required Can you check if during your tests you have not inadvertantly exported EXPECT=/usr/bin/expect ? I do not see any code to set EXPECT in configure. Regards, Dimitar