From 6589dc98a04a16dbb725ab5b70ce3f91e9f8dd1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 4 Nov 2006 17:08:49 +0000 Subject: [PATCH] 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 --- build/bakefiles/common.bkl | 2 +- build/bakefiles/config.bkl | 2 ++ configure.in | 23 ++++++++++++++--------- 3 files changed, 17 insertions(+), 10 deletions(-) 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. + +