On Thu, 1 Dec 2011, 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 \ config.rpath is a "generated" files (actually, it's copied by getextize, so it should not be in EXTRA_DIST > 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]) do not do that : KainX supports distro that have not such recent gettext versions > ]) > > 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 it's already taken into account. Vincent > 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. > -- > 1.7.8.rc4 > > > ------------------------------------------------------------------------------ > 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 > > ------------------------------------------------------------------------------ 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
