2012-03-07 15:37:43 +00:00
|
|
|
#! /bin/sh
|
|
|
|
|
2012-03-24 22:52:36 +00:00
|
|
|
mkdir m4 &> /dev/null
|
2012-05-19 10:40:07 +00:00
|
|
|
gtkdocize --copy || exit 1
|
|
|
|
libtoolize --install --copy || exit 1
|
2012-03-24 22:52:36 +00:00
|
|
|
autoheader || exit 1
|
|
|
|
aclocal || exit 1
|
|
|
|
autoconf || exit 1
|
|
|
|
automake --add-missing --copy || exit 1
|
|
|
|
|