On Tue, Nov 13, 2012 at 10:09 AM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> e: use subdir-objects only on modules
>
>   autopoint/gettext stuff isn't happy at all with subdir-objects option in
>   configure.ac. We need this option to compile the modules or otherwise we
>   have a conflict in the generated objects.
>
>   big spankies to the gettext crowd.

you can't imagine how it is bad. For example :
AM_GNU_GETTEXT([external]) ***must*** not have a space before.

AM_GNU_GETTEXT([external]) works

    AM_GNU_GETTEXT([external]) does not work

great... It took me a day to find why...

Vincent

>
>   "fix" it by only using subdir-objects in src/modules/Makefile.am, where
>   it's really needed.
>
>
>
> Author:       lucas
> Date:         2012-11-13 01:09:06 -0800 (Tue, 13 Nov 2012)
> New Revision: 79208
> Trac:         http://trac.enlightenment.org/e/changeset/79208
>
> Modified:
>   trunk/e/configure.ac trunk/e/src/modules/Makefile.am
>
> Modified: trunk/e/configure.ac
> ===================================================================
> --- trunk/e/configure.ac        2012-11-13 08:58:33 UTC (rev 79207)
> +++ trunk/e/configure.ac        2012-11-13 09:09:06 UTC (rev 79208)
> @@ -36,7 +36,7 @@
>  #endif /* EFL_CONFIG_H__ */
>  ])
>
> -AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects -Wno-portability])
> +AM_INIT_AUTOMAKE([1.11 dist-bzip2 -Wno-portability])
>  m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
>
>  AC_GNU_SOURCE
>
> Modified: trunk/e/src/modules/Makefile.am
> ===================================================================
> --- trunk/e/src/modules/Makefile.am     2012-11-13 08:58:33 UTC (rev 79207)
> +++ trunk/e/src/modules/Makefile.am     2012-11-13 09:09:06 UTC (rev 79208)
> @@ -1,4 +1,5 @@
>  MAINTAINERCLEANFILES = Makefile.in
> +AUTOMAKE_OPTIONS = subdir-objects
>
>  SUBDIRS =
>  CLEANFILES =
>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to