Undo the link creation in builddir. contrib is still going to be

here for a while so there isn't much paydirt in working around the
problems on platforms with limited filesystems at this stage.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2004-09-25 11:56:48 +00:00
parent 6af167618f
commit 0506bbbfdf
4 changed files with 27 additions and 161 deletions

View File

@@ -6139,8 +6139,12 @@ AC_CONFIG_COMMANDS([ wx-config
LN_S="${LN_S}"
])
AC_CONFIG_LINKS([ include/wx-$WX_RELEASE$WX_FLAVOUR:include ])
AC_CONFIG_LINKS([ contrib/include ])
dnl This would give us us build dir that in every significant way
dnl resembles an installed wx in prefix=$builddir. It is troublesome
dnl though in this form because AC_CONFIG_LINKS will fail for directories
dnl on platforms that do not have symlinks.
dnl AC_CONFIG_LINKS([ include/wx-$WX_RELEASE$WX_FLAVOUR:include ])
dnl AC_CONFIG_LINKS([ contrib/include ])
dnl Configure samples, contrib etc. directories, but only if they are present: