ObjFW/autogen.sh
2009-04-20 03:06:29 +02:00

4 lines
74 B
Bash
Executable file

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