diff options
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -24,4 +24,10 @@ for lang in ${langs}; do | |||
| 24 | fi | 24 | fi |
| 25 | done | 25 | done |
| 26 | 26 | ||
| 27 | exec autoreconf -vfi | 27 | autoreconf -vfi |
| 28 | |||
| 29 | # Replace Automake's build-aux/mdate-sh with build-aux/mdate-from-git, our | ||
| 30 | # own, reproducible version. | ||
| 31 | chmod +w build-aux/mdate-sh | ||
| 32 | rm -f build-aux/mdate-sh | ||
| 33 | ln -s mdate-from-git.scm build-aux/mdate-sh | ||
