forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit40b9f19
committed
Record full paths of programs sought by "configure".
Previously we had a mix of uses of AC_CHECK_PROG[S] and AC_PATH_PROG[S].The only difference between those macros is that the latter emits thefull path to the program it finds, eg "/usr/bin/prove", whereas theformer emits just "prove". Let's standardize on always emitting thefull path; this is better for documentation of the build, and it mightprevent some types of failures if later build steps are done witha different PATH setting.I did not touch the AC_CHECK_PROG[S] calls in ax_pthread.m4 andax_prog_perl_modules.m4. There seems no need to make those diverge fromupstream, since we do not record the programs sought by the former, whilethe latter's call to AC_CHECK_PROG(PERL,...) will never be reached.Discussion:https://postgr.es/m/25937.1501433410@sss.pgh.pa.us1 parentb4cc35f commit40b9f19
4 files changed
+180
-135
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
| 232 | + | |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
242 |
| - | |
| 241 | + | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
0 commit comments
Comments
(0)