Alon Bar-Lev has uploaded a new change for review. Change subject: build: re-use external gettext ......................................................................
build: re-use external gettext Change-Id: Ic124ffe0e24eb9b469535db221f64bdce2ff0351 Signed-off-by: Alon Bar-Lev <[email protected]> --- M .gitignore M Makefile.am M configure.ac M otopi.spec.in 4 files changed, 2 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/36/14036/1 diff --git a/.gitignore b/.gitignore index 244458d..bf676eb 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,6 @@ *.tmp __pycache__ -intl - .bundeled target src/otopi/config.py diff --git a/Makefile.am b/Makefile.am index 89406b9..53e218c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,6 @@ SUBDIRS = \ build \ - intl \ po \ src \ $(NULL) diff --git a/configure.ac b/configure.ac index 241d52f..7c229e0 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 +AM_GNU_GETTEXT([external]) AC_ARG_ENABLE( [python-syntax-check], diff --git a/otopi.spec.in b/otopi.spec.in index 1a383be..90b619c 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -37,6 +37,7 @@ BuildArch: noarch Requires: python +BuildRequires: gettext BuildRequires: python2-devel BuildRequires: java-devel -- To view, visit http://gerrit.ovirt.org/14036 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic124ffe0e24eb9b469535db221f64bdce2ff0351 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
