pacman/autogen.sh

8 lines
125 B
Bash
Executable file

#!/bin/sh -exu
#intltoolize -f -c
libtoolize -f -c
aclocal --force
autoheader -f
autoconf -f
automake -a -c --gnu --foreign