commit: 132ff07d38d8a5dd6d86b166f26bc473070ecfa4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 21 00:04:25 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 21 00:04:25 2025 +0000 URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=132ff07d
tests: add 2.6.0 Signed-off-by: Sam James <sam <AT> gentoo.org> tests/2.6.0/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/2.6.0/configure.ac b/tests/2.6.0/configure.ac new file mode 100644 index 0000000..764d8df --- /dev/null +++ b/tests/2.6.0/configure.ac @@ -0,0 +1,4 @@ +AC_PREREQ([2.69]) +AC_INIT([elt-patches], [ver]) +LT_INIT +AC_OUTPUT
