src/data_provider.c: Call lcc_flush() before querying the data.
[collection4.git] / autogen.sh
1 #! /bin/sh
2
3 set -ex
4
5 aclocal
6 autoconf --force --warnings=all
7 autoheader --force --warnings=all
8 automake --add-missing --copy --foreign --warnings=all
9