| 84 |
|
goto gotrmake |
| 85 |
|
endif |
| 86 |
|
set newrmake |
| 87 |
< |
more src/common/copyright.h |
| 87 |
> |
more License.txt |
| 88 |
|
echo -n "Do you understand and accept the terms of this agreement [n]? " |
| 89 |
|
set ans="$<" |
| 90 |
|
if ( "$ans" !~ [yY]* ) exit |
| 114 |
|
set arch=sun |
| 115 |
|
set mach="-I/usr/openwin/include -L/usr/openwin/lib -DNOSTEREO" |
| 116 |
|
set opt="-O" |
| 117 |
< |
set compat="strcmp.o" |
| 117 |
> |
set compat="strcmp.o timegm.o" |
| 118 |
|
breaksw |
| 119 |
|
case 2: # Linux |
| 120 |
|
set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO" |
| 152 |
|
echo -n "Are you using the GNU C compiler [n]? " |
| 153 |
|
if ( "$<" =~ [yY]* ) then |
| 154 |
|
set extras="CC=gcc" |
| 155 |
+ |
else |
| 156 |
+ |
set compat="$compat timegm.o" |
| 157 |
|
endif |
| 158 |
|
set arch=other |
| 159 |
|
breaksw |