~paulliu/ubuntu/precise/freerdp/fixext

1
2
3
4
5
6
7
8
9
10
#! /bin/sh -x

mkdir -p m4
aclocal --install -I m4 || exit 1
autoheader --force || exit 2
libtoolize -c --automake --force || glibtoolize -c --automake --force || exit 3
automake --add-missing --copy --include-deps || exit 4
autoconf || exit 5

rm -rf autom4te.cache