-if [ ! -f "${1}/../include/wx/mac/setup.h" ]; then
- echo "${0}:${LINENO}: warning: copying \"${1}/../include/wx/mac/setup0.h\" to \"${1}/../include/wx/mac/setup.h\""
- echo "${0}:${LINENO}: warning: edit \"${1}/../include/wx/mac/setup.h\" to choose the features you would like to compile wxWindows with[out]"
- cp "${1}/../include/wx/mac/setup0.h" "${1}/../include/wx/mac/setup.h"
- if [ ! -f "${1}/../include/wx/mac/setup.h" ]; then
- echo "${0}:${LINENO}: error: unable to create setup file \"${1}/../include/wx/mac/setup.h\""
+if [ ! -f "${1}/../include/wx/osx/setup.h" ]; then
+ echo "${0}:${LINENO}: warning: copying \"include/wx/osx/setup0.h\" to \"include/wx/osx/setup.h\""
+ echo "${0}:${LINENO}: warning: edit \"include/wx/osx/setup.h\" to choose the features you would like to compile wxWindows with[out]"
+ cp "${1}/../include/wx/osx/setup0.h" "${1}/../include/wx/osx/setup.h"
+ if [ ! -f "${1}/../include/wx/osx/setup.h" ]; then
+ echo "${0}:${LINENO}: error: unable to create setup file \"${1}/../include/wx/osx/setup.h\""