wmud/autogen.sh
Gergely POLONKAI 3163ad4783 Finished GtkDoc style code documenting.
Added full GtkDoc support
Fixed code comment blocks

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-03-24 23:52:36 +01:00

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