Applied patch by Dimitrie O. Paun <dpaun@rogers.com> to get configure
working with Winelib. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bc0aebab3e
commit
d030c68a2f
2 changed files with 30 additions and 1 deletions
9
aclocal.m4
vendored
9
aclocal.m4
vendored
|
|
@ -1767,6 +1767,15 @@ dnl ---------------------------------------------------------------------------
|
|||
dnl AC_BAKEFILE
|
||||
dnl
|
||||
dnl To be used in configure.in of any project using Bakefile-generated mks
|
||||
dnl
|
||||
dnl *** Please note that currently due to a workaround in configure.in to allow
|
||||
dnl configuration in WINE mode, the contents of this macro is repeated
|
||||
dnl in configure.in instead of using AC_BAKEFILE. This allows an override
|
||||
dnl of PLATFORM_UNIX and PLATFORM_WIN32. Perhaps the code that generates
|
||||
dnl AC_BAKEFILE_PLATFORM can be changed to take this case into account.
|
||||
dnl Meanwhile, alterations in this macro need to be reflected in configure.in
|
||||
dnl also (search for e.g. AC_BAKEFILE_GNUMAKE). The patch to configure.in was
|
||||
dnl contributed by Dimitrie O. Paun <dpaun@rogers.com> and applied by Julian.
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_DEFUN(AC_BAKEFILE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue