udscs: Fix a potential NULL pointer dereference
[vd_agent.git] / autogen.sh
blob160fdf0165ac36712bd844ba2c281b588e8c7feb
1 #!/bin/sh
3 autoreconf -fi
4 if test -z "$NOCONFIGURE"; then
5 exec ./configure "$@"
6 fi