summaryrefslogtreecommitdiffstats
path: root/rfc1035/configure.ac
AgeCommit message (Collapse)Author
2022-05-22gcc 12, autotool updates, sqwebmail fixes.Sam Varshavchik
2021-05-21-Wall and -Werror fixesSam Varshavchik
2021-05-19Tolerate -Wall and -WerrorSam Varshavchik
Fixes to configure scripts and code so that it compiles (hopefully correctly) with -Wall and -Werror. Remove support for ancient BSD stricmp and strnicmp functions. AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under -Wall, it's simpler to remove it.
2020-04-21Add AC_PROG_CC_C99Sam Varshavchik
2018-07-23librfc1035: use UTF8 for DNS queriesSam Varshavchik
DNS lookups use libidn to convert UTF8 hostname to ACE. DNS replies convert ACE to UTF8 hostnames.
2014-02-15fix for automake >=1.13David Heidelberger
2013-08-25Renamed configure.in to configure.acSam Varshavchik