pacman/autogen.sh

7 lines
85 B
Bash
Executable File

#!/bin/sh -x
autoreconf -i
patch -d build-aux -Np0 -i ltmain-asneeded.patch
exit 0