- Notifications
You must be signed in to change notification settings - Fork28
Commitf2386d7
committed
Fix configure's search for collateindex.pl.
PGAC_PATH_COLLATEINDEX supposed that it could use AC_PATH_PROGS to searchfor collateindex.pl, but that macro will only accept files that are markedexecutable, and at least some DocBook installations don't mark the scriptexecutable (a case the docs Makefile was already prepared for). Accept thescript if it's present and readable in $DOCBOOKSTYLE/bin, and otherwisesearch the PATH as before.Having fixed that up, we don't need the fallback case that was in the docsMakefile, and instead can throw an understandable error if configure didn'tfind the script. Per recent trouble report from John Lumby.1 parent0e85abd commitf2386d7
3 files changed
+15
-60
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
92 | 95 |
| |
93 | 96 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
97 | 100 |
| |
98 |
| - | |
| 101 | + | |
99 | 102 |
|
Lines changed: 4 additions & 52 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29430 | 29430 |
| |
29431 | 29431 |
| |
29432 | 29432 |
| |
29433 |
| - | |
29434 |
| - | |
29435 |
| - | |
29436 |
| - | |
29437 |
| - | |
29438 |
| - | |
29439 |
| - | |
29440 |
| - | |
29441 |
| - | |
29442 |
| - | |
29443 |
| - | |
29444 |
| - | |
29445 |
| - | |
29446 |
| - | |
29447 |
| - | |
29448 |
| - | |
29449 |
| - | |
29450 |
| - | |
29451 |
| - | |
29452 |
| - | |
29453 |
| - | |
29454 |
| - | |
29455 |
| - | |
29456 |
| - | |
29457 |
| - | |
29458 |
| - | |
29459 |
| - | |
29460 |
| - | |
29461 |
| - | |
| 29433 | + | |
| 29434 | + | |
29462 | 29435 |
| |
29463 |
| - | |
29464 |
| - | |
29465 |
| - | |
29466 |
| - | |
29467 |
| - | |
29468 |
| - | |
29469 |
| - | |
29470 | 29436 |
| |
29471 |
| - | |
29472 |
| - | |
29473 |
| - | |
29474 |
| - | |
29475 |
| - | |
29476 |
| - | |
29477 |
| - | |
29478 |
| - | |
29479 |
| - | |
29480 |
| - | |
29481 |
| - | |
29482 |
| - | |
29483 |
| - | |
| 29437 | + | |
| 29438 | + | |
29484 | 29439 |
| |
29485 | 29440 |
| |
29486 | 29441 |
| |
| |||
29519 | 29474 |
| |
29520 | 29475 |
| |
29521 | 29476 |
| |
29522 |
| - | |
29523 |
| - | |
29524 |
| - | |
29525 | 29477 |
| |
29526 | 29478 |
| |
29527 | 29479 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 | 30 |
| |
35 | 31 |
| |
36 | 32 |
| |
| |||
120 | 116 |
| |
121 | 117 |
| |
122 | 118 |
| |
| 119 | + | |
123 | 120 |
| |
| 121 | + | |
| 122 | + | |
| 123 | + | |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
|
0 commit comments
Comments
(0)