summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap8
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index de024aeaa5c..5bf83175e59 100755
--- a/bootstrap
+++ b/bootstrap
@@ -24,4 +24,10 @@ for lang in ${langs}; do
24 fi 24 fi
25done 25done
26 26
27exec autoreconf -vfi 27autoreconf -vfi
28
29# Replace Automake's build-aux/mdate-sh with build-aux/mdate-from-git, our
30# own, reproducible version.
31chmod +w build-aux/mdate-sh
32rm -f build-aux/mdate-sh
33ln -s mdate-from-git.scm build-aux/mdate-sh