summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-19 13:33:47 -0400
committerJohn Wiegley <johnw@newartisans.com>2011-02-04 03:43:33 -0500
commit2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae (patch)
tree8cf5fd66d4995b72e4636a7df40febee5e80817c /acprep
parentc9730d781c33e5cbece892f78008e379cfabe2e2 (diff)
downloadfork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.tar.gz
fork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.tar.bz2
fork-ledger-2a2c3c1ceca27bc1e0ce6408459ddbf8dd980fae.zip
Use Boost.Test instead of CppUnit
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep10
1 files changed, 0 insertions, 10 deletions
diff --git a/acprep b/acprep
index e4fbf60b..cd35f381 100755
--- a/acprep
+++ b/acprep
@@ -809,7 +809,6 @@ class PrepareBuild(CommandLineApp):
'ncursesw', '+universal',
'gettext' ,'+universal',
'libedit' ,'+universal',
- 'cppunit', '+universal',
#'texlive',
#'doxygen',
#'graphviz',
@@ -847,7 +846,6 @@ class PrepareBuild(CommandLineApp):
'gettext',
'cvs',
'libedit-dev',
- 'libcppunit-dev',
#'texlive-full',
#'doxygen',
#'graphviz',
@@ -871,7 +869,6 @@ class PrepareBuild(CommandLineApp):
'libgmp3-dev',
'libmpfr-dev',
'libedit-dev',
- 'libcppunit-dev',
#'texlive-full',
#'doxygen',
#'graphviz',
@@ -902,7 +899,6 @@ class PrepareBuild(CommandLineApp):
'gettext-devel',
#'mpfr-devel'
'libedit-devel',
- 'cppunit-devel',
#'texlive-full',
#'doxygen',
#'graphviz',
@@ -975,12 +971,6 @@ class PrepareBuild(CommandLineApp):
self.CPPFLAGS.append('-D_GLIBCXX_FULLY_DYNAMIC_STRING=1')
if self.current_flavor == 'debug':
- if exists('/usr/local/stow/cppunit-%s/include' % self.boost_inc_ident):
- self.sys_include_dirs.insert(
- 0, '/usr/local/stow/cppunit-%s/include' % self.boost_inc_ident)
- self.sys_library_dirs.insert(
- 0, '/usr/local/stow/cppunit-%s/lib' % self.boost_inc_ident)
-
if exists('/usr/local/stow/icu-%s/include' % self.boost_inc_ident):
self.sys_include_dirs.insert(
0, '/usr/local/stow/icu-%s/include' % self.boost_inc_ident)