source: branches/samba-3.3.x/source/script/build_env.sh

Last change on this file was 206, checked in by Herwig Bauernfeind, 17 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 755 bytes
Line 
1#!/bin/sh
2
3if [ $# -lt 3 ]
4then
5 echo "Usage: $0 srcdir builddir compiler"
6 exit 1
7fi
8