tools, and Erlang as a conf test language.
* lib/autoconf/erlang.m4: New file.
* lib/autoconf/autoconf.m4
* lib/autoconf/Makefile.am (dist_autoconflib_DATA): Add erlang.m4.
* THANKS: Add Romain Lenglet.
+2006-02-20 Romain Lenglet <rlenglet@users.forge.objectweb.org>
+
+ Add basic support for Erlang, both for configuring Erlang/OTP
+ tools, and Erlang as a conf test language.
+ * lib/autoconf/erlang.m4: New file.
+ * lib/autoconf/autoconf.m4
+ * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Add erlang.m4.
+ * THANKS: Add Romain Lenglet.
+
2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
Roberto Bagnara bagnara@cs.unipr.it
Roger Leigh rleigh@whinlatter.ukfsn.org
Roland McGrath roland@gnu.org
+Romain Lenglet rlenglet@users.forge.objectweb.org
Ruediger Kuhlmann info@ruediger-kuhlmann.de
Russ Allbery rra@stanford.edu
Ryuji Abe raeva@t3.rim.or.jp
## Process this file with automake to create Makefile.in
-## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
autoconf.m4 \
general.m4 status.m4 oldnames.m4 specific.m4 \
autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 \
- lang.m4 c.m4 fortran.m4 \
+ lang.m4 c.m4 erlang.m4 fortran.m4 \
functions.m4 headers.m4 types.m4 libs.m4 programs.m4
nodist_autoconflib_DATA = autoconf.m4f
# This file is part of Autoconf. -*- Autoconf -*-
# Driver that loads the Autoconf macro files.
-# Copyright (C) 1994, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+#
+# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2006 Free Software
+# Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
m4_include([autoconf/programs.m4])
m4_include([autoconf/lang.m4])
m4_include([autoconf/c.m4])
+m4_include([autoconf/erlang.m4])
m4_include([autoconf/fortran.m4])
m4_include([autoconf/functions.m4])
m4_include([autoconf/headers.m4])