| 6 |
# ANY KIND, either express or implied. See the file COPYRIGHT for |
# ANY KIND, either express or implied. See the file COPYRIGHT for |
| 7 |
# details. |
# details. |
| 8 |
|
|
| 9 |
# $Id: Install,v 1.8.2.11 2002/12/14 20:46:32 weaselp Exp $ |
# $Id: Install,v 1.8.2.12 2002/12/14 20:55:24 weaselp Exp $ |
| 10 |
|
|
| 11 |
#whereis program default-path |
#whereis program default-path |
| 12 |
whereis() |
whereis() |
| 685 |
exit(0); |
exit(0); |
| 686 |
} |
} |
| 687 |
END |
END |
| 688 |
if gcc $INC tmptst.c -o /dev/null |
if gcc $LDFLAGS $INC tmptst.c -o /dev/null |
| 689 |
then |
then |
| 690 |
DEF="$DEF -DUSE_IDEA" |
DEF="$DEF -DUSE_IDEA" |
| 691 |
else |
else |