* m4/guile.m4 (AM_PATH_GUILE): New file, new macro.
* m4/Makefile.am (dist_m4data_DATA): Add guile.m4.
---
ChangeLog |4 +++
m4/Makefile.am |3 +-
m4/Makefile.in |3 +-
m4/guile.m4| 63
4 files changed, 71 insertions(+
* automake.in: Register new language 'Guile'.
(handle_guile): New function.
(generate_makefile): Call it.
(am_install_var): Treat 'GUILE' primary like JAVA and PYTHON.
* lib/am/guile.am: New file.
* lib/am/Makefile.am (dist_am_DATA): Add guile.am.
---
ChangeLog |8
automake.i
* tests/guile1.test, tests/guile2.test, tests/guile3.test,
tests/guile4.test: New tests.
* tests/Makefile.am (TESTS, XFAIL_TESTS): Update.
---
ChangeLog |5 ++
tests/Makefile.am |8 +++
tests/Makefile.in |7 ++-
tests/guile1.test | 54 ++
tests/guile2.test
* doc/automake.texi (Guile): New chapter.
(Top, Other GNU Tools): Update menus.
* NEWS: Update.
Initial suggestion and lots of ideas and from Andy Wingo and
Ludovic Courtè.
---
ChangeLog |9 +++
NEWS |5 ++
doc/automake.texi | 154 +
[ http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7995 aka
http://thread.gmane.org/gmane.comp.sysutils.automake.bugs/5303 ]
* Ralf Wildenhues wrote on Sun, Feb 06, 2011 at 11:22:57PM CET:
> Automake should support Guile.
> I actually have patches for some tests, documentation and half an
> impleme