repo.or.cz
/
xara-cairo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bugfix : Zooming works correct, no more errors on screen.
[xara-cairo.git]
/
autogen.sh
blob
96beda439e9c3edff5c63540c3f7f5e306156fe9
1
#!/bin/sh
2
3
AUTORECONF
=
${AUTORECONF:-autoreconf}
4
5
${AUTORECONF}
-f -i
6
(
cd
filters
/
SVGFilter
;
${AUTORECONF}
-f -i
)