| 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.25 2002/12/14 20:45:48 weaselp Exp $ |
# $Id: Install,v 1.26 2002/12/14 20:56:04 weaselp Exp $ |
| 10 |
|
|
| 11 |
#whereis program default-path |
#whereis program default-path |
| 12 |
whereis() |
whereis() |
| 681 |
exit(0); |
exit(0); |
| 682 |
} |
} |
| 683 |
END |
END |
| 684 |
if gcc $INC tmptst.c -o /dev/null |
if gcc $LDFLAGS $INC tmptst.c -o /dev/null |
| 685 |
then |
then |
| 686 |
DEF="$DEF -DUSE_IDEA" |
DEF="$DEF -DUSE_IDEA" |
| 687 |
else |
else |