Home | History | Annotate | Download | only in libpng

Lines Matching refs:inst_prefix_dir

2958 	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
2966 test "$inst_prefix_dir" = "$destdir" && \
2969 if test -n "$inst_prefix_dir"; then
2970 # Stick the inst_prefix_dir data into the link command.
2971 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
2973 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
5132 inst_prefix_dir=
5300 inst_prefix_dir="$arg"
6850 if test -n "$inst_prefix_dir"; then
6853 func_append add_dir " -L$inst_prefix_dir$libdir"
6913 if test -n "$inst_prefix_dir" &&
6914 test -f "$inst_prefix_dir$libdir/$linklib" ; then
6915 add="$inst_prefix_dir$libdir/$linklib"
6923 if test -n "$inst_prefix_dir"; then
6926 func_append add_dir " -L$inst_prefix_dir$libdir"
9261 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"