Hi Hugh, it’s better to keep .in for now because we also support old versions, warnings are not errors ;-)
Regards, Alexander Malysh Am 20. Sept. 2022, 08:04 +0200 schrieb Hugh McMaster <[email protected]>: > > On Wed, 14 Sept 2022 at 01:36, Alexander Malysh wrote: > > > Hi Hugh, > > > > > > commited to SVN, Thanks! > > > > > > Regards, > > > Alexander Malysh > > > > Fantastic. Thanks so much! > > > > You might also consider renaming configure.in as configure.ac to silence > > some autoconf warnings. Using configure.in as a filename has been > > deprecated for some years now. > > > > I'd attach a patch, but SVN literally removes every line in the old file. > > So, it's quicker for you to run the command and commit the change: > > > > svn rename configure.in configure.ac > > > > > Am 29. Aug. 2022, 06:39 +0200 schrieb Hugh McMaster: > > > > Debian is taking steps towards removing xml2-config in favour of using > > > > pkg-config to find libxml2. > > > > > > > > This means Kannel will fail to build from source on Debian and related > > > > distributions that track Debian packages (such as Ubuntu). > > > > > > > > Following a brief discussion in #830 [1], I have patched configure.in > > > > to check for libxml2 using xml2-config, then check for libxml2 using > > > > pkg-config if xml2-config is not found or libxml2 is too old. > > > > > > > > Hugh > > > > > > > > [1] https://redmine.kannel.org/issues/830 > > > > Hugh
