From: Václav Slavík Date: Sat, 4 Nov 2006 17:08:49 +0000 (+0000) Subject: don't use top_builddir so that configure.in works with autoconf 2.5x as well as 2.60+ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6589dc98a04a16dbb725ab5b70ce3f91e9f8dd1c don't use top_builddir so that configure.in works with autoconf 2.5x as well as 2.60+ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 1d95059e87..a7dfa4626c 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -200,7 +200,7 @@ - $(top_builddir)lib + $(wx_top_builddir)/lib $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG) diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 768b0ea4de..76dec90722 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -355,6 +355,8 @@ to run the tests, include CppUnit library here. + +