]> andersk Git - udis86.git/blob - autogen.sh
Use the public http URI to docbook.xsl.
[udis86.git] / autogen.sh
1 #!/bin/bash
2 #
3 if [ ! -e build/m4 ]; then mkdir -p build/m4; fi
4 autoreconf --force -v --install || ( echo "autogen: autoreconf -i failed." && false )
This page took 0.028783 seconds and 5 git commands to generate.