0001-configure-remove-po-Makefile.in.patch 676 B

1234567891011121314151617181920212223242526
  1. From c5fa0b778e1c2a7d03ff6e661bdfa2faef878f68 Mon Sep 17 00:00:00 2001
  2. From: Romain Naour <romain.naour@smile.fr>
  3. Date: Fri, 1 Jul 2016 17:56:30 +0200
  4. Subject: [PATCH] configure: remove po/Makefile.in
  5. The file po/Makefile.in is automatically added to AC_OUTPUT while using gettexize
  6. Signed-off-by: Romain Naour <romain.naour@smile.fr>
  7. ---
  8. configure.ac | 3 +--
  9. 1 file changed, 1 insertion(+), 2 deletions(-)
  10. diff --git a/configure.ac b/configure.ac
  11. index f7fb40f..a25e463 100644
  12. --- a/configure.ac
  13. +++ b/configure.ac
  14. @@ -55,5 +55,4 @@ dnl last but not least
  15. AC_OUTPUT([Makefile
  16. libuio.dox
  17. libuio-uninstalled.pc
  18. - libuio.pc
  19. - po/Makefile.in])
  20. + libuio.pc])
  21. --
  22. 2.5.5