+ Line graph: added dot support
[calfwidgets.git] / autogen.sh
blobb926c3dc2d3351a63aecc673488ef1b699387534
1 #!/bin/sh
2 aclocal
3 libtoolize --force --automake --copy
4 autoheader --force
5 autoconf --force
6 automake -a --copy
7 if test "$NOCONFIGURE" != 1; then
8 ./configure --enable-experimental $@
9 fi