Tom Tromey wrote:
>
> Since there are no pre-canned macros for ObjC, you must define the
> `OBJC' macro in configure.ac yourself. Like so:
>
> OBJC=... something ...
> AC_SUBST(OBJC)
>
> Tom
>
>
thank you, it works, (`OBJCFLAGS' should be
set and substituted as well)
--
Matej
> "Matej" == Matej Kosik <[EMAIL PROTECTED]> writes:
Matej> I have put together some awful autoconf macros
Matej> cheking `Objective C' compiler's functionality.
Matej> automake: objcprog/Makefile.am: Objective C source
Matej> seen but `OBJC' not defined in `configure.ac'
Since th
Hi,
I am writing a library written in `Objective C'
and I recetly realized that using `automake' would be
advantageous. I made some trivial experiments with it
and it seems to be working (I tried `C' source files).
I have put together some awful autoconf macros
cheking `Objective C' compiler's f