Because ABOUT-NLS just contains text, I used `touch ABOUT-NLS` to have it be present.
Now, when I run `./configure --with-ssl=openssl`, I get another error (again on both macOS (M1 Big Sur) and Linux (NixOS)): ``` checking pcre2.h usability... no checking pcre2.h presence... no checking for pcre2.h... no checking for libpcre... yes checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for libmetalink... no checking for fsetxattr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating util/Makefile config.status: error: cannot find input file: `po/Makefile.in.in' ``` Also on the note of ABOUT-NLS, it was removed in commit be84711ea4509fefdc21a4b9bc69d421103871ad which mentions "it will be autogenerated". Thanks, Nils
