pacman/autogen.sh

5 lines
93 B
Bash
Executable File

#!/bin/sh -xu
autoreconf -i
(cd build-aux && (patch -Np0 -i ltmain-asneeded.patch || true))