Home | History | Annotate | Download | only in libexif

Lines Matching refs:inst_prefix_dir

2960 	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
2968 test "$inst_prefix_dir" = "$destdir" && \
2971 if test -n "$inst_prefix_dir"; then
2972 # Stick the inst_prefix_dir data into the link command.
2973 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
2975 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
5123 inst_prefix_dir=
5291 inst_prefix_dir="$arg"
6848 if test -n "$inst_prefix_dir"; then
6851 func_append add_dir " -L$inst_prefix_dir$libdir"
6911 if test -n "$inst_prefix_dir" &&
6912 test -f "$inst_prefix_dir$libdir/$linklib" ; then
6913 add="$inst_prefix_dir$libdir/$linklib"
6921 if test -n "$inst_prefix_dir"; then
6924 func_append add_dir " -L$inst_prefix_dir$libdir"
8242 if test -n "$inst_prefix_dir" && test "$inst_prefix_dir" != "/" && (echo "$test_deplib" | grep -- "$inst_prefix_dir" >/dev/null); then
9263 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"