Skip to content

Commit 464d3d2

Browse files
author
Release Manager
committed
gh-35738: configure: Remove stray stdin.info file created in test
<!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> Removes `stdin.info` generated by configure - https://groups.google.com/g/sage-release/c/4qxkufg2l6Y/m/24oPdOL-FQAJ <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35738 Reported by: Matthias Köppe Reviewer(s): Dima Pasechnik
2 parents d27b19a + 05f6c84 commit 464d3d2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=05ff783186ba44f6afec3fad5fecea42acb32db6
3-
md5=ecd17bd2d001b1c17586fa7877550bf9
4-
cksum=1852648534
2+
sha1=efa52d2db3a67f4aba3f94cd83df9d0b9dd29f06
3+
md5=dedcc422a192b5d38a30940953f6c77a
4+
cksum=3828425183
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17aa7f7ea5b8522f028ef5a87613f1979978a748
1+
7fa8fbbef164382770f0f5e6611a75b6459a78eb

build/pkgs/info/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SAGE_SPKG_CONFIGURE([info], [
99
AS_IF([makeinfo -c foo 2>&1 | grep -q invalid], [
1010
dnl makeinfo found, but too old, and does not support all options that ecl likes to use
1111
sage_spkg_install_info=yes])
12+
rm -f stdin.info
1213
])
1314
])
1415
])

0 commit comments

Comments
 (0)