+1999-02-22 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * ltmain.in: fix typos in my last change (s/ocmpile/compile/)
+
1999-02-21 Thomas Tanner <tanner@gmx.de>
* libltdl/ltdl.c (lt_dlopen): use newhandle instead of handle
*" -L$dir "*) ;;
*) compile_command="$compile_command -L$dir";;
esac
- compile_command="$ocmpile_command -l$name"
+ compile_command="$compile_command -l$name"
deplibs="$deplibs -L$dir -l$name"
elif test "$hardcode_shlibpath_var" = no; then
case ":$compile_shlibpath:" in
*" -L$dir "*) ;;
*) compile_command="$compile_command -L$dir";;
esac
- compile_command="$ocmpile_command -l$name"
+ compile_command="$compile_command -l$name"
deplibs="$deplibs -L$dir -l$name"
elif test "$hardcode_shlibpath_var" = yes; then
case ":$compile_shlibpath:" in
*" -L$dir "*) ;;
*) compile_command="$compile_command -L$dir";;
esac
- compile_command="$ocmpile_command -l$name"
+ compile_command="$compile_command -l$name"
case "$finalize_command " in
*" -L$dir "*) ;;
*) finalize_command="$finalize_command -L$dir";;