File 0001-Remove-gettext-requirement-as-it-was-only-needed-for.patch of Package readstat
From 495a46bb2cc66019c1a3122f318fe7dc810f0aa8 Mon Sep 17 00:00:00 2001 From: Sarah Clark <seclark@nextquestion.net> Date: Sat, 8 Nov 2025 13:23:08 -0800 Subject: [PATCH 1/8] Remove gettext requirement as it was only needed for iconv() (obsolete since 2001) (#342) --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b253d2..b23e2b0 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"], -- 2.53.0