From 1d85f0f84a647d178e5582b7caf28fe65cf9a5d4 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 16 Jul 2025 11:03:37 -0700 Subject: [PATCH] Remove gettext requirement as it was only needed for iconv() (obsolete since 2001) --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b253d2f..b23e2b07 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ # Update this with each release. Be sure to change VS17/PropertySheet.props too AC_INIT([ReadStat],[1.1.9],[https://github.com/WizardMac/ReadStat/issues],[readstat],[https://github.com/WizardMac/ReadStat]) +AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes]) @@ -40,8 +41,6 @@ AC_ARG_ENABLE([fuzz-testing], AS_HELP_STRING([--enable-fuzz-testing], ["Enable f AM_CONDITIONAL([FUZZER_ENABLED], test "x$fuzzer" = "xyes") AC_SUBST([SANITIZERS]) -AM_ICONV - AC_CANONICAL_HOST AS_CASE([$host], [*linux*|*bsd*|*mingw*|*cygwin*|*gnu*], [EXTRA_LIBS="-lm"],