summaryrefslogtreecommitdiffstats
path: root/autogen
blob: aea823e21bd0e82f0e45311d6aa77389b1950b13 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ -e .git ] && command -v git >/dev/null 2>&1; then
  git config blame.ignoreRevsFile .git-blame-ignore-revs
fi

autoreconf --force --install