git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12296
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
case "${host}" in
- powerpc-*-darwin* )
- INSTALL_PROGRAM="$INSTALL_PROGRAM -p"
- INSTALL_DATA="$INSTALL_DATA -p"
+ powerpc-*-darwin* )
+ INSTALL_PROGRAM="cp -p"
+ INSTALL_DATA="cp -p"
;;
*)
;;
AC_PROG_INSTALL
case "${host}" in
- dnl The other BSD's should probably go in here too, since this is
- dnl to workaround a strange static lib BSDism.
+ dnl The other BSD's should probably go in here too, since this is
+ dnl to workaround a strange static lib BSDism.
+ dnl Mac OS X install seems to ignore -p option...
powerpc-*-darwin* )
- INSTALL_PROGRAM="$INSTALL_PROGRAM -p"
- INSTALL_DATA="$INSTALL_DATA -p"
+ INSTALL_PROGRAM="cp -p"
+ INSTALL_DATA="cp -p"
;;
*)
;;