ObjXMPP/autogen.sh

4 lines
74 B
Bash
Executable file

#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1