autoconf-patches
[Top][All Lists]
Advanced

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

[Patch] Support for Erlang tools and Erlang as a test language


From: Romain Lenglet
Subject: [Patch] Support for Erlang tools and Erlang as a test language
Date: Fri, 27 Jan 2006 12:49:59 +0900
User-agent: KMail/1.9.1

Hi,


Please find attached a patch to the CVS version of autoconf, that 
adds support for basic Erlang [1] tools (erl, erlc) and for 
using Erlang as a configuration language, along with useful 
macros for configuring Erlang libraries directories, etc.

I have also attached dummy configure.ac and Makefile.am that 
demonstrate the use of those macros.


I have not included tests in this patch (no tests/erlang.at).
I know it is bad. ;-(

Please give me feedback if anything is wrong in this patch.
I would really like that patch to be included in autoconf, since 
the erlang.m4 file cannot be used as an acinclude.m4 file, just 
like any language support file: aclocal chokes on AC_DEFUNs with 
names that include round brackets as is required by autoconf's 
language support syntax, e.g.:
AC_DEFUN([AC_LANG_PREPROC(Erlang)],
...


[1] http://www.erlang.org/

-- 
Romain LENGLET
Pr. Chiba Shigeru Group
Dept. of Mathematical and Computing Sciences
Tokyo Institute of Technology

Attachment: autoconf-erlang_2006-01-27.patch
Description: Text Data

Attachment: configure.ac
Description: Text document

Attachment: Makefile.am
Description: Text Data


reply via email to

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