Rebake everything using bakefile 0.2.7.
Also updated aclocal inputs and regenerated configure. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
124a5e3e6a
commit
7880889720
1161 changed files with 124960 additions and 119042 deletions
|
|
@ -21,7 +21,7 @@ dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|||
dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
dnl DEALINGS IN THE SOFTWARE.
|
||||
dnl
|
||||
dnl $Id$
|
||||
dnl $Id: bakefile.m4 1322 2009-10-21 07:37:18Z vaclavslavik $
|
||||
dnl
|
||||
dnl Support macros for makefiles generated by BAKEFILE.
|
||||
dnl
|
||||
|
|
@ -337,7 +337,7 @@ AC_DEFUN([AC_BAKEFILE_SHARED_LD],
|
|||
chmod +x shared-ld-sh
|
||||
|
||||
SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
|
||||
SHARED_LD_MODULE_CXX="CXX=\$(CXX) $SHARED_LD_MODULE_CC"
|
||||
SHARED_LD_MODULE_CXX="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
|
||||
|
||||
dnl Most apps benefit from being fully binded (its faster and static
|
||||
dnl variables initialized at startup work).
|
||||
|
|
@ -838,7 +838,7 @@ AC_DEFUN([AC_BAKEFILE],
|
|||
AC_SUBST(OBJCXXFLAGS)
|
||||
|
||||
|
||||
BAKEFILE_BAKEFILE_M4_VERSION="0.2.6"
|
||||
BAKEFILE_BAKEFILE_M4_VERSION="0.2.7"
|
||||
|
||||
dnl includes autoconf_inc.m4:
|
||||
$1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue