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 <[email protected]> --- M .gitignore M Makefile.am M configure.ac M otopi.spec.in 4 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/97/13297/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 0a6b753..8036361 100644 --- a/configure.ac +++ b/configure.ac @@ -38,8 +38,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS AM_INIT_AUTOMAKE -AM_GNU_GETTEXT_VERSION([0.18]) -AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.17]) +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/13297 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I54f5a254a3a4669ab7f8b363fa81dbe0266f5cc7 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: otopi-1.0 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
