forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbfa6c5a
committed
Convert some long lists in configure.in to one-line-per-entry style.
The idea here is that patches that add items to these lists will oftenbe easier to rebase over other additions to the same lists, becausethey won't be trying to touch the very same line of configure.in.There will still be merge conflicts in the configure script, but thatcan be fixed just by re-running autoconf (or by leaving configure outof the submitted patch to begin with ...)Implementation note: use of m4_normalize() is necessary to get rid ofthe newlines, else incorrect shell syntax will be emitted. But withthat hack, the generated configure script is identical to what itwas before.Discussion:https://postgr.es/m/19344.1539050134@sss.pgh.pa.us1 parent212fab9 commitbfa6c5a
1 file changed
+69
-3
lines changedLines changed: 69 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1292 | 1292 |
| |
1293 | 1293 |
| |
1294 | 1294 |
| |
1295 |
| - | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
1296 | 1323 |
| |
1297 | 1324 |
| |
1298 | 1325 |
| |
| |||
1571 | 1598 |
| |
1572 | 1599 |
| |
1573 | 1600 |
| |
1574 |
| - | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
1575 | 1627 |
| |
1576 | 1628 |
| |
1577 | 1629 |
| |
| |||
1640 | 1692 |
| |
1641 | 1693 |
| |
1642 | 1694 |
| |
1643 |
| - | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
1644 | 1710 |
| |
1645 | 1711 |
| |
1646 | 1712 |
| |
|
0 commit comments
Comments
(0)