Add weapon cycling bindings for mouse and joystick buttons. Add weapon cycling bindi...
[chocolate-doom.git] / autogen.sh
blob851603c6c118e37a8cf3da1cdd0f815637090de3
1 #!/bin/sh
3 mkdir autotools
5 aclocal
6 autoheader
7 automake -a -c
8 autoconf
9 automake
11 ./configure "$@"