Re: AC_PROG_OBJC and automake 1.9

2009-03-10 Thread Ralf Wildenhues
Hi Vincent, * Vincent Torri wrote on Tue, Mar 10, 2009 at 02:58:07PM CET: > libecore_quartz_la_SOURCES = ecore_quartz.m > > With automake 1.9, we have the following message: > > /usr/share/automake-1.9/am/depend2.am: am__fastdepOBJC does not appear in > AM_CONDITIONAL > > This error does not appe

AC_PROG_OBJC and automake 1.9

2009-03-10 Thread Vincent Torri
Hey, i want to compile a program for mac os x, using AC_PROG_OBJC. Actually, i didn't write that part. Here is what is used to check the compiler in the configure.ac file: m4_ifdef([AC_PROG_OBJC], [AC_PROG_OBJC], [AC_CHECK_TOOL([OBJC], [gcc]) AC_SUBST([OBJC]) AC_SUBST([OBJCFLA