diff options
author | Sam James <sam@gentoo.org> | 2024-10-19 10:13:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-19 10:13:15 +0100 |
commit | 43397aef79304daf9e9e032f1c6f6e793006fae4 (patch) | |
tree | 66967d79e416cf060f987436d2327054d9da2b06 | |
parent | patches: g-debug: add old version hacked up as a roundup patch (diff) | |
download | elt-patches-43397aef79304daf9e9e032f1c6f6e793006fae4.tar.gz elt-patches-43397aef79304daf9e9e032f1c6f6e793006fae4.tar.bz2 elt-patches-43397aef79304daf9e9e032f1c6f6e793006fae4.zip |
tests: add 2.5.3
Note that this is the first upstream stable release since 2.4.7.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | tests/2.5.3/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/2.5.3/configure.ac b/tests/2.5.3/configure.ac new file mode 100644 index 0000000..764d8df --- /dev/null +++ b/tests/2.5.3/configure.ac @@ -0,0 +1,4 @@ +AC_PREREQ([2.69]) +AC_INIT([elt-patches], [ver]) +LT_INIT +AC_OUTPUT |