Movie Info Provider: Added format property
[maevies] / autogen.sh
1 #!/bin/sh
2
3 set -ex
4
5 rm -rf autom4te.cache
6
7 autoreconf --force -i
8
9 if test x$NOCONFIGURE = x; then
10     ./configure "$@"
11 else
12     echo Skipping configure process.
13 fi