| 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.
What aclocal version? Report to Automake, not Autoconf.
