| Summary: | Incorrect quoting in x_ac_debug.m4 | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Pär Lindfors <paran> |
| Component: | Contributions | Assignee: | Tim Wickberg <tim> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 17.11.7 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | -Other- | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | 17.11.8 18.08.0-pre2 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
| Attachments: | Fix quoting in x_ac_debug.m4 | ||
Thanks Pär, this is in commit 2bde148fe. |
Created attachment 7132 [details] Fix quoting in x_ac_debug.m4 See attached fix for a trivial quoting error in x_ac_debug.m4. This works as it is, but cause problems when making further modifications to the file. For example using standard AC/AX-macros in the if-statement following the misplaced end-quote delimiter. Lets just say that autotool's error messages are not very helpful in this case. :-)