wmud/autogen.sh

10 lines
153 B
Bash
Raw Normal View History

2012-03-07 15:37:43 +00:00
#! /bin/sh
mkdir m4 &> /dev/null
gtkdocize || exit 1
autoheader || exit 1
aclocal || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1