vdagentd: Move mouse-specific handling out of virtio_port_read_complete
[vd_agent/hramrach.git] / autogen.sh
blob160fdf0165ac36712bd844ba2c281b588e8c7feb
1 #!/bin/sh
3 autoreconf -fi
4 if test -z "$NOCONFIGURE"; then
5 exec ./configure "$@"
6 fi