]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Return to 20x20 default size.
[wxWidgets.git] / configure
index bb8cb7c908e789b7cefac1d85ebba92b76f7d7c4..be7060080fd81b366c33b698a9a76e5f8fb3599c 100755 (executable)
--- a/configure
+++ b/configure
@@ -9203,6 +9203,15 @@ fi
 fi
 echo "$ac_t""$INSTALL" 1>&6
 
+#Make path Absolute if not already
+case ${INSTALL} in
+  /* ) # Absolute
+     ;;
+  *)     
+     INSTALL=`pwd`/${INSTALL} ;;
+esac
+
+
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'