Commit bfbfc57
authored
back: find the auxiliary files when GNUSTEP_MAKEFILES is unset (#162)
configure passed the GNUSTEP_MAKEFILES variable straight to
AC_CONFIG_AUX_DIR, but the generated configure searches for config.guess
and config.sub before the shell code that sets GNUSTEP_MAKEFILES from
gnustep-config has run. With GNUSTEP_MAKEFILES unset in the environment
configure then failed with "cannot find required auxiliary files".
Resolve the makefiles directory inline in the AC_CONFIG_AUX_DIR argument,
the way gnustep-base already does, so the auxiliary files are found whether
or not GNUSTEP_MAKEFILES is set in the environment. The generated configure
is updated to match.1 parent 03154a0 commit bfbfc57
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2562 | 2562 | | |
2563 | 2563 | | |
2564 | 2564 | | |
2565 | | - | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
2566 | 2570 | | |
2567 | 2571 | | |
2568 | 2572 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
0 commit comments