Skip to content
Snippets Groups Projects
Forked from Pixman / pixman
2586 commits behind the upstream repository.
autogen.sh 103 B
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

autoreconf --force -i
./configure $*