autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Eiffel language support


From: Berend de Boer
Subject: Eiffel language support
Date: Tue, 20 Aug 2002 13:44:28 +1200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530

Hello All,

I'm trying to write a few macro's to have Eiffel support. Checking for stuff worked quite well. However, trying to add Eiffel language support didn't prove to be so easy.

For example as soon as I add this:

        AC_DEFUN([AC_LANG_COMPILER(Eiffel)],
        [AC_REQUIRE([AC_PROG_EC])])

aclocal aborts with:

internal error: /\bAC_LANG_COMPILER(Eiffel\b/: unmatched () in regexp at (eval 6) line 110.

It doesn't seem to matter if AC_PROG_EC is defined or not. Can anyone shed some light on this matter? m4 is quite new to me.

--
Regards,

Berend. (-:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]