Bugfix : Zooming works correct, no more errors on screen.
[xara-cairo.git] / autogen.sh
blob96beda439e9c3edff5c63540c3f7f5e306156fe9
1 #!/bin/sh
3 AUTORECONF=${AUTORECONF:-autoreconf}
5 ${AUTORECONF} -f -i
6 ( cd filters/SVGFilter ; ${AUTORECONF} -f -i )