~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to dbug/doinstall.sh

Renamed more stuff to drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# Warning - first line left blank for sh/csh/ksh compatibility.  Do not
 
3
# remove it.  fnf@Unisoft
 
4
 
 
5
# doinstall.sh --- figure out environment and do recursive make with
 
6
# appropriate pathnames.  Works under SV or BSD.
 
7
 
 
8
if [ -r /usr/include/search.h ]
 
9
then
 
10
        # System V
 
11
        $* LLIB=/usr/lib
 
12
else
 
13
        # 4.2 BSD
 
14
        $* LLIB=/usr/lib/lint
 
15
fi