wmud/autogen.sh

10 lines
153 B
Bash
Executable File

#! /bin/sh
mkdir m4 &> /dev/null
gtkdocize || exit 1
autoheader || exit 1
aclocal || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1