change the syntax to use --smb-share=//SERVER/SHARE instead of a separate --smb-serve...
[sahlberg/dbench.git] / autogen.sh
1 #!/bin/sh
2
3 autoheader || exit 1
4 autoconf || exit 1
5
6 exit 0
7