0001-configure.ac-add-foreign.patch 769 B

1234567891011121314151617181920212223242526272829
  1. From 19e59b6e8148388e7a17f10d4390176a50e2917f Mon Sep 17 00:00:00 2001
  2. From: Martin Jansa <Martin.Jansa@gmail.com>
  3. Date: Mon, 25 Aug 2014 16:06:03 +0200
  4. Subject: [PATCH] configure.ac: add foreign
  5. * fixes:
  6. | configure.ac:312: error: required file './ABOUT-NLS' not found
  7. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  8. ---
  9. configure.ac | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/configure.ac b/configure.ac
  12. index 51ad0ba..cd77739 100644
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -34,7 +34,7 @@ AH_BOTTOM([
  16. #endif /* EFL_CONFIG_H__ */
  17. ])
  18. -AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wno-portability])
  19. +AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wno-portability foreign])
  20. AM_SILENT_RULES([yes])
  21. AC_USE_SYSTEM_EXTENSIONS
  22. --
  23. 2.3.0