From: Vadim Zeitlin Date: Mon, 25 Oct 1999 11:30:31 +0000 (+0000) Subject: setup.h moved (and not copied) to the correct location by configure X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8cf1c13cfac8a2eef12de92f2b962b303ba971ec 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 --- diff --git a/configure b/configure index 0ae81ba840..2183b82cf7 100755 --- a/configure +++ b/configure @@ -11966,7 +11966,6 @@ fi; done EOF cat >> $CONFIG_STATUS <> $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 diff --git a/configure.in b/configure.in index ad4b35f74d..e0355e9ed6 100644 --- a/configure.in +++ b/configure.in @@ -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}" ] )