Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
30 lines
655 B
Diff
30 lines
655 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index af28077..e746147 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -13,6 +13,8 @@
|
|
AUTOMAKE_OPTIONS = foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
+SUBDIRS =
|
|
+
|
|
AM_YFLAGS = -d -Wno-yacc
|
|
|
|
bin_PROGRAMS = html2text
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 999c6fe..30c2536 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -15,8 +15,11 @@
|
|
|
|
AC_PREREQ([2.71])
|
|
AC_INIT([html2text], [2.3.0], [BUG-REPORT-ADDRESS])
|
|
+AC_CONFIG_MACRO_DIRS([m4])
|
|
AM_INIT_AUTOMAKE
|
|
AM_MAINTAINER_MODE([disable])
|
|
+AM_GNU_GETTEXT_VERSION([0.20])
|
|
+AM_GNU_GETTEXT([external])
|
|
AM_ICONV
|
|
#AC_CONFIG_SRCDIR([html.h])
|
|
#AC_CONFIG_HEADERS([config.h])
|