V0.0.3 Nodejs support.

This commit is contained in:
Cor Legemaat 2026-03-30 07:00:06 +02:00
commit 54f494163a
17 changed files with 1871 additions and 484 deletions

View file

@ -1,5 +1,5 @@
define(EBUILD_AUTOGEN_CONFIGURE_COPYRIGHT, [[
Copyright (C) 2025 Cor Legemaat <cor@cor.za.net>
Copyright (C) 2025, 2026 Cor Legemaat <cor@cor.za.net>
This file is part of ebuild-autogen: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by the
@ -15,7 +15,7 @@ ebuild-autogen. If not, see <https://www.gnu.org/licenses/>.
m4_define([version_major], [0])
m4_define([version_minor], [0])
m4_define([version_revision], [3])
m4_define([version_revision], [4])
AC_PACKAGE_URL([http://www.cor.za.net/code/ebuild-autogen])
AC_INIT(ebuild-autogen,
@ -94,6 +94,7 @@ AC_CONFIG_FILES([Makefile
po/Makefile.in
ebuild/Makefile
ebuild/fetchers/Makefile
ebuild/gen/Makefile
doc/Makefile])
AC_CONFIG_COMMANDS([timestamp], [date >timestamp])