]> andersk Git - udis86.git/blob - autogen.sh
more updates
[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.563873 seconds and 5 git commands to generate.