ast_link_adam.in   ast_link_adam.in 
skipping to change at line 292 skipping to change at line 292
# Catch unrecognised switches and report an error. # Catch unrecognised switches and report an error.
*) *)
echo >&2 "ast_link_adam: unknown argument \""${1}"\" given" echo >&2 "ast_link_adam: unknown argument \""${1}"\" given"
exit 1;; exit 1;;
esac esac
done done
# Link with the main AST library. # Link with the main AST library.
# ------------------------------- # -------------------------------
# Start forming the list of arguments with the main AST library itself, th # Start forming the list of arguments with the main AST library itself.
e args='-last'
# "wcslib" module and the "levmar" module.
args='-last -last_wcslib -last_levmar'
# Generate arguments for linking PAL. # Generate arguments for linking PAL.
# ----------------------------------- # -----------------------------------
case "@EXTERNAL_PAL@" in case "@EXTERNAL_PAL@" in
# If we configured --with-external_pal include a link option to pick up # If we configured --with-external_pal include a link option to pick up
# an external PAL library. # an external PAL library.
1) args="${args} -lpal";; 1) args="${args} -lpal";;
 End of changes. 1 change blocks. 
4 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/