This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit f00937e
Release Manager
Trac #29489: Fix configure messages "rm: conftest.dir: is a directory"
Some autoconf macro is trying to use `rm -f` when it should be using `rm
-rf`, leading to these harmless error messages:
{{{
checking for ZMQ version >= 4.2.5... yes
rm: conftest.dir: is a directory
rm: conftest_venv: is a directory
configure: will use system package and not install SPKG zeromq
}}}
URL: https://trac.sagemath.org/29489
Reported by: mkoeppe
Ticket author(s): Michael Orlitzky
Reviewer(s): Dima Pasechnik1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
152 | 158 | | |
0 commit comments