Jim Turner pisze: Hi,
> truetype fonts, and instead use pkg-config. Problem is that the patch > properly removes it from configure.in, but NOT from configure itself The configure script is regenerated during the build process, so there is no need to change it via a patch. > I simply untacked the latest source package v2.2.12-12 from Debian Testing > (http://ftp.gr.debian.org/debian/) on March 25, 2019, ran: > > ./configure > make This is not a proper way to build Debian packages. Use 'quilt push -a && debian/rules binary' or tools like dpkg-buildpackage or debuild instead. Regards, robert

