3b1fdfc69f7f3bc0e11e540669506a02078ba516
[comedi.git] / autogen.sh
1 #!/bin/sh
2
3 autoreconf -i -f &&
4 ./configure --enable-maintainer-mode $*
5