setup.h moved (and not copied) to the correct location by configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -11966,7 +11966,6 @@ fi; done
|
|||||||
EOF
|
EOF
|
||||||
cat >> $CONFIG_STATUS <<EOF
|
cat >> $CONFIG_STATUS <<EOF
|
||||||
|
|
||||||
LN_S="${ac_cv_prog_LN_S}"
|
|
||||||
TOOLKIT_DIR="${TOOLKIT_DIR}"
|
TOOLKIT_DIR="${TOOLKIT_DIR}"
|
||||||
|
|
||||||
|
|
||||||
@@ -11983,7 +11982,7 @@ cat >> $CONFIG_STATUS <<\EOF
|
|||||||
if test ! -d include/wx/${TOOLKIT_DIR}; then
|
if test ! -d include/wx/${TOOLKIT_DIR}; then
|
||||||
mkdir include/wx/${TOOLKIT_DIR}
|
mkdir include/wx/${TOOLKIT_DIR}
|
||||||
fi
|
fi
|
||||||
cp -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
|
mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
EOF
|
EOF
|
||||||
|
@@ -3059,10 +3059,9 @@ AC_OUTPUT([
|
|||||||
if test ! -d include/wx/${TOOLKIT_DIR}; then
|
if test ! -d include/wx/${TOOLKIT_DIR}; then
|
||||||
mkdir include/wx/${TOOLKIT_DIR}
|
mkdir include/wx/${TOOLKIT_DIR}
|
||||||
fi
|
fi
|
||||||
cp -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
|
mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
LN_S="${ac_cv_prog_LN_S}"
|
|
||||||
TOOLKIT_DIR="${TOOLKIT_DIR}"
|
TOOLKIT_DIR="${TOOLKIT_DIR}"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user