Alon Bar-Lev has uploaded a new change for review.

Change subject: build: use embedded gettext
......................................................................

build: use embedded gettext

The difference between environments is so large that
best to provide gettext within tarball.

Change-Id: I384d499eedaa5d53ba18692bbf83e9c12b858608
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M .gitignore
M Makefile.am
M configure.ac
3 files changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy 
refs/changes/72/13072/1

diff --git a/.gitignore b/.gitignore
index 0de6f39..ef79f4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,8 @@
 *.tmp
 __pycache__
 
+intl
+
 .bundeled
 target
 src/bin/ovirt-host-deploy
diff --git a/Makefile.am b/Makefile.am
index 746c0b2..ad8a1d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@
 
 SUBDIRS = \
        build \
+       intl \
        po \
        src \
        conf.d \
diff --git a/configure.ac b/configure.ac
index 314b36d..ceea988 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@
 AC_USE_SYSTEM_EXTENSIONS
 AM_INIT_AUTOMAKE
 AM_GNU_GETTEXT_VERSION([0.17])
-AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT
 
 AC_ARG_ENABLE(
        [python-syntax-check],
@@ -155,6 +155,7 @@
        Makefile
        ovirt-host-deploy.spec
        build/Makefile
+       intl/Makefile
        po/Makefile.in
        src/Makefile
        src/bin/Makefile


--
To view, visit http://gerrit.ovirt.org/13072
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I384d499eedaa5d53ba18692bbf83e9c12b858608
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to