blob: ecfafce1a76d020c93bb98813ca7dd877b9ce5c4 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001From 771cd2a12db8b8c9a558f1a04958df8ed614f2e0 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 20 Dec 2019 14:06:50 +0100
4Subject: [PATCH] Fix builds with recent gettext
5
6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Makefile.am b/Makefile.am
13index dedabd6..8833ac9 100644
14--- a/Makefile.am
15+++ b/Makefile.am
16@@ -22,7 +22,7 @@
17 # along with Enscript. If not, see <http://www.gnu.org/licenses/>.
18 #
19
20-SUBDIRS = intl compat afm afmlib lib scripts src po states docs w32
21+SUBDIRS = compat afm afmlib lib scripts src po states docs w32
22
23 EXTRA_DIST = README.ESCAPES README.DOS ascii.txt \
24 asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt \