]> andersk Git - udis86.git/blame - autogen.sh
change manual docbook public dtd
[udis86.git] / autogen.sh
CommitLineData
bbe45369 1#!/bin/bash
2#
3if [ ! -e build/m4 ]; then mkdir -p build/m4; fi
4autoreconf --force -v --install || ( echo "autogen: autoreconf -i failed." && false )
This page took 0.050402 seconds and 5 git commands to generate.