pacman/autogen.sh

5 lines
83 B
Bash
Executable File

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