0001-Fix-build-with-recent-gettext.patch 721 B

12345678910111213141516171819202122
  1. From 7a2fe915dded27630a345762628cdd542ea5d58a Mon Sep 17 00:00:00 2001
  2. From: Alexander Kanavin <alex.kanavin@gmail.com>
  3. Date: Fri, 20 Dec 2019 13:56:16 +0100
  4. Subject: [PATCH] Fix build with recent gettext
  5. Upstream-Status: Pending
  6. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  7. ---
  8. Makefile.am | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/Makefile.am b/Makefile.am
  11. index 03d1131..65609e7 100644
  12. --- a/Makefile.am
  13. +++ b/Makefile.am
  14. @@ -17,5 +17,5 @@
  15. ## Process this file with automake to produce Makefile.in.
  16. EXTRA_DIST = config.rpath m4 $(DIST_ALPHA)
  17. -SUBDIRS = intl lib libopts src doc po tests
  18. +SUBDIRS = lib libopts src doc po tests
  19. ACLOCAL_AMFLAGS = -I m4