This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-07-28 22:28:01 +02:00

11 lines
99 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")"
if [ ! -d m4 ]; then
mkdir m4
fi
exec autoreconf -ivf