summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2015-07-27 17:52:48 +0200
committerNicolas Aguirre <aguirre.nicolas@gmail.com>2015-11-17 16:23:02 +0100
commit8b00f9af0e4fca38d3a1a99ec9d8e0b120dd00ab (patch)
treec90cb384ace1a9cdefb8e8bf1080021816397706
parent7dc4be14b689a1d21c46be6d7f80411ec6dbebff (diff)
downloadenlightenment-8b00f9af0e4fca38d3a1a99ec9d8e0b120dd00ab.tar.gz
Fixes build complaining about missing ABOUT-NLS
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 009342ddcb..1da05541ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AH_BOTTOM([
#endif /* EFL_CONFIG_H__ */
])
-AM_INIT_AUTOMAKE([1.11 dist-xz -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 dist-xz -Wno-portability foreign])
AM_SILENT_RULES([yes])
AC_USE_SYSTEM_EXTENSIONS