wmud/autogen.sh
Gergely POLONKAI 527596d026 Added the libgiosmtp module, and hence libtool support
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-05-19 12:40:07 +02:00

11 lines
198 B
Bash
Executable File

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