1
0
Fork 0
dpkg/autogen
Daniel Baumann 1879661313
Adding upstream version 1.22.20.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 21:21:00 +02:00

9 lines
164 B
Bash
Executable file

#!/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