diff options
author | Sam James <sam@gentoo.org> | 2024-01-09 01:48:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-09 01:48:32 +0000 |
commit | 8d0606bf9416a1526b0e02180a8abd31fd5da57b (patch) | |
tree | ed44fed71fe830298ababbe387ee4b17f716e4db | |
parent | patches: add cxx-pthread (diff) | |
download | elt-patches-8d0606bf9416a1526b0e02180a8abd31fd5da57b.tar.gz elt-patches-8d0606bf9416a1526b0e02180a8abd31fd5da57b.tar.bz2 elt-patches-8d0606bf9416a1526b0e02180a8abd31fd5da57b.zip |
tests: add 2.4.7
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | tests/2.4.7/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/2.4.7/configure.ac b/tests/2.4.7/configure.ac new file mode 100644 index 0000000..764d8df --- /dev/null +++ b/tests/2.4.7/configure.ac @@ -0,0 +1,4 @@ +AC_PREREQ([2.69]) +AC_INIT([elt-patches], [ver]) +LT_INIT +AC_OUTPUT |