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:
Vadim Zeitlin 1999-10-25 11:30:31 +00:00
parent 8a5679d101
commit 8cf1c13cfa
2 changed files with 2 additions and 4 deletions

3
configure vendored
View File

@ -11966,7 +11966,6 @@ fi; done
EOF
cat >> $CONFIG_STATUS <<EOF
LN_S="${ac_cv_prog_LN_S}"
TOOLKIT_DIR="${TOOLKIT_DIR}"
@ -11983,7 +11982,7 @@ cat >> $CONFIG_STATUS <<\EOF
if test ! -d include/wx/${TOOLKIT_DIR}; then
mkdir include/wx/${TOOLKIT_DIR}
fi
cp -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
exit 0
EOF

View File

@ -3059,10 +3059,9 @@ AC_OUTPUT([
if test ! -d include/wx/${TOOLKIT_DIR}; then
mkdir include/wx/${TOOLKIT_DIR}
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}"
]
)