Don't intercept INT and QUIT signals, and use USR1 instead of QUIT for
[gnushogi.git] / autogen.sh
1 #!/bin/bash
2
3 autoreconf -f -i
4
5 if [ -z "$NOCONFIGURE" ]; then
6     ./configure "$@"
7 fi
8