Alon Bar-Lev has uploaded a new change for review. Change subject: build: use embedded gettext ......................................................................
build: use embedded gettext Change-Id: I54f5a254a3a4669ab7f8b363fa81dbe0266f5cc7 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M .gitignore M Makefile.am M configure.ac M otopi.spec.in 4 files changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/77/13077/1 diff --git a/.gitignore b/.gitignore index bf676eb..244458d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,8 @@ *.tmp __pycache__ +intl + .bundeled target src/otopi/config.py diff --git a/Makefile.am b/Makefile.am index 53e218c..89406b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ SUBDIRS = \ build \ + intl \ po \ src \ $(NULL) diff --git a/configure.ac b/configure.ac index c2cbb7d..241d52f 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,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], @@ -135,6 +135,7 @@ otopi.spec build/Makefile build/otopi-bundle.in + intl/Makefile po/Makefile.in src/Makefile src/bin/Makefile diff --git a/otopi.spec.in b/otopi.spec.in index 9f92802..1a09969 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -38,7 +38,6 @@ Requires: python BuildRequires: python2-devel -BuildRequires: gettext-devel BuildRequires: java-devel BuildRequires: jpackage-utils -- To view, visit http://gerrit.ovirt.org/13077 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I54f5a254a3a4669ab7f8b363fa81dbe0266f5cc7 Gerrit-PatchSet: 1 Gerrit-Project: otopi 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