On Thu, 7 May 2009, Enlightenment SVN wrote:

Log:
 fix problems with am__fastdepOBJC not being in AM_CONDITIONAL()

 let's hope I'm right...

you should better do what i did in ecore configure.ac file.

Vincent


Author:       barbieri
Date:         2009-05-07 22:20:44 -0700 (Thu, 07 May 2009)
New Revision: 40544

Modified:
 trunk/expedite/configure.ac trunk/expedite/debian/control 
trunk/expedite/src/bin/Makefile.am

Modified: trunk/expedite/configure.ac
===================================================================
--- trunk/expedite/configure.ac 2009-05-07 18:39:55 UTC (rev 40543)
+++ trunk/expedite/configure.ac 2009-05-08 05:20:44 UTC (rev 40544)
@@ -92,6 +92,7 @@
    AC_CHECK_TOOL([OBJC], [gcc])
    AC_SUBST([OBJC])
    AC_SUBST([OBJCFLAGS])
+    AM_CONDITIONAL([am__fastdepOBJC], false)
   ]
)
AC_PROG_CXX

Modified: trunk/expedite/debian/control
===================================================================
--- trunk/expedite/debian/control       2009-05-07 18:39:55 UTC (rev 40543)
+++ trunk/expedite/debian/control       2009-05-08 05:20:44 UTC (rev 40544)
@@ -2,7 +2,7 @@
Section: x11
Priority: optional
Maintainer: quaker <[email protected]>
-Build-Depends: cdbs, debhelper (>= 6), libevas-dev, pkg-config, libtool
+Build-Depends: cdbs, debhelper (>= 6), libevas-dev, pkg-config, libtool, 
libxext-dev
Standards-Version: 3.8.1
Homepage: http://www.enlightenment.org


Modified: trunk/expedite/src/bin/Makefile.am
===================================================================
--- trunk/expedite/src/bin/Makefile.am  2009-05-07 18:39:55 UTC (rev 40543)
+++ trunk/expedite/src/bin/Makefile.am  2009-05-08 05:20:44 UTC (rev 40544)
@@ -144,11 +144,6 @@
if BUILD_QUARTZ
expedite_SOURCES += \
engine_quartz.m engine_quartz.h
-
-### add to SOURCES one we know how to fix:
-# /usr/share/automake-1.9/am/depend2.am: am__fastdepOBJC does not appear in
-# AM_CONDITIONAL
-# engine_quartz.m
endif

if BUILD_SOFTWARE_16_X11


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
enlightenment-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.
Message délivré par le serveur de messagerie de l'Université d'Evry.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to