Federico Simoncelli has uploaded a new change for review. Change subject: build: use external gettext ......................................................................
build: use external gettext To avoid a prartial redistribution of gettext, the macro AM_GNU_GETTEXT has been configured with 'external' intlsymbol. Change-Id: I59f64d78f2f4822a60e6abf3a1c5595cede8dbe7 Signed-off-by: Federico Simoncelli <fsimo...@redhat.com> --- M .gitignore M Makefile.am M configure.ac 3 files changed, 1 insertion(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector refs/changes/51/14051/1 diff --git a/.gitignore b/.gitignore index 1be655d..378d8e1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,6 @@ config.sub ABOUT-NLS -intl - tmp.* *.pyc *.pyo diff --git a/Makefile.am b/Makefile.am index 935e5ec..c00305c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,6 @@ $(NULL) SUBDIRS = \ - intl \ po \ src \ $(NULL) diff --git a/configure.ac b/configure.ac index 195fe95..2c3228d 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,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], @@ -81,7 +81,6 @@ src/sos/Makefile src/sos/plugins/Makefile src/helper/Makefile - intl/Makefile po/Makefile.in ]) AC_OUTPUT -- To view, visit http://gerrit.ovirt.org/14051 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I59f64d78f2f4822a60e6abf3a1c5595cede8dbe7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-log-collector Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <fsimo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches