On Thu, Dec 01, 2011 at 05:38:51PM +0200, Tom Hacohen wrote: > Doesn't this essentially make elementary to depend on a very new gettext?
True, I've noticed this version in PROTO/e_pattern_lock/configure.ac:AM_GNU_GETTEXT_VERSION([0.18.1]) PROTO/enna-explorer/configure.ac:AM_GNU_GETTEXT_VERSION([0.18.1]) so I've expected that it's fine to depend on 1,5 year old gettext, but I'm fine with keeping this in OE only or finding way to force gettextize even after autopoint or disabling autopoint for elementary, for details see: http://git.openembedded.org/meta-openembedded/commit/?id=45d7250d64bf7d7c2d29d2dbf61bb6c30b683a80 Thanks both for review. Cheers, > > -- > Tom. > > On 01/12/11 17:22, Martin Jansa wrote: > > * was complaining about wrong version > > *** error: gettext infrastructure mismatch: using a Makefile.in.in from > > gettext version 0.17 but the autoconf macros are from gettext version 0.18 > > > > Signed-off-by: Martin Jansa<[email protected]> > > --- > > elementary/Makefile.am | 2 +- > > elementary/configure.ac | 4 ++-- > > elementary/po/ChangeLog | 11 +++++++++++ > > 3 files changed, 14 insertions(+), 3 deletions(-) > > delete mode 100644 elementary/ChangeLog > > > > diff --git a/elementary/ChangeLog b/elementary/ChangeLog > > deleted file mode 100644 > > index e69de29..0000000 > > diff --git a/elementary/Makefile.am b/elementary/Makefile.am > > index 46d2871..419a429 100644 > > --- a/elementary/Makefile.am > > +++ b/elementary/Makefile.am > > @@ -56,7 +56,7 @@ endif > > > > > > > > -EXTRA_DIST = \ > > +EXTRA_DIST = config.rpath \ > > README \ > > AUTHORS \ > > COPYING \ > > diff --git a/elementary/configure.ac b/elementary/configure.ac > > index de5d483..2ae89c8 100644 > > --- a/elementary/configure.ac > > +++ b/elementary/configure.ac > > @@ -664,7 +664,7 @@ EFL_ENABLE_BIN([elementary-test]) > > EFL_ENABLE_BIN([elementary-config]) > > > > m4_ifdef([AM_GNU_GETTEXT_VERSION], [ > > -AM_GNU_GETTEXT_VERSION([0.17]) > > +AM_GNU_GETTEXT_VERSION([0.18.1]) > > ]) > > > > m4_ifdef([AM_GNU_GETTEXT], [ > > @@ -690,7 +690,7 @@ EFL_CHECK_BUILD_EXAMPLES([enable_build_examples="yes"], > > [enable_build_examples=" > > EFL_CHECK_INSTALL_EXAMPLES([enable_install_examples="yes"], > > [enable_install_examples="no"]) > > > > > > -AC_OUTPUT([ > > +AC_OUTPUT([ po/Makefile.in > > Makefile > > elementary.spec > > elementary.pc > > diff --git a/elementary/po/ChangeLog b/elementary/po/ChangeLog > > index 31234d3..8ca1011 100644 > > --- a/elementary/po/ChangeLog > > +++ b/elementary/po/ChangeLog > > @@ -1,3 +1,14 @@ > > +2011-11-17 gettextize<[email protected]> > > + > > + * Makefile.in.in: New file, from gettext-0.18.1. > > + * Rules-quot: New file, from gettext-0.18.1. > > + * boldquot.sed: New file, from gettext-0.18.1. > > + * [email protected]: New file, from gettext-0.18.1. > > + * [email protected]: New file, from gettext-0.18.1. > > + * insert-header.sin: New file, from gettext-0.18.1. > > + * quot.sed: New file, from gettext-0.18.1. > > + * remove-potcdate.sin: New file, from gettext-0.18.1. > > + > > 2010-12-26 gettextize<[email protected]> > > > > * Makefile.in.in: New file, from gettext-0.17. > -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
