| 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.5 2002/07/24 06:50:53 rabbi Exp $ |
# $Id: Install,v 1.6 2002/07/24 07:58:55 weaselp Exp $ |
| 10 |
|
|
| 11 |
#whereis program default-path |
#whereis program default-path |
| 12 |
whereis() |
whereis() |
| 353 |
echo "Please build libidea.a or install OpenSSL with IDEA now." |
echo "Please build libidea.a or install OpenSSL with IDEA now." |
| 354 |
exit 1 |
exit 1 |
| 355 |
else |
else |
| 356 |
|
DEF="$DEF -DUSE_IDEA" |
| 357 |
IDEALIB="$MAKELIB" |
IDEALIB="$MAKELIB" |
| 358 |
LIBS="$LIBS $LIB" |
LIBS="$LIBS $LIB" |
| 359 |
LDFLAGS="$LDFLAGS $LDFLAG" |
LDFLAGS="$LDFLAGS $LDFLAG" |
| 362 |
INC="$INC -I$INCDIR" |
INC="$INC -I$INCDIR" |
| 363 |
fi |
fi |
| 364 |
fi |
fi |
| 365 |
|
else |
| 366 |
|
DEF="$DEF -DUSE_IDEA" |
| 367 |
fi |
fi |
| 368 |
|
|
| 369 |
LIBDIR= |
LIBDIR= |