summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-03-28 01:52:41 -0400
committerJohn Wiegley <johnw@newartisans.com>2011-03-28 01:52:41 -0400
commit9f4307accda683453a8be0cbb81fd074ccc88991 (patch)
treef14f2e29ff8f657e58a69f4aaf2ac8191550ef74 /acprep
parent6257e6b4babc6450618dd62e8880ba4fdde42698 (diff)
downloadfork-ledger-9f4307accda683453a8be0cbb81fd074ccc88991.tar.gz
fork-ledger-9f4307accda683453a8be0cbb81fd074ccc88991.tar.bz2
fork-ledger-9f4307accda683453a8be0cbb81fd074ccc88991.zip
Fixed 'acprep dependencies' for Ubuntu Hardy and Natty
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 3 insertions, 1 deletions
diff --git a/acprep b/acprep
index 644e152d..fef5d002 100755
--- a/acprep
+++ b/acprep
@@ -236,7 +236,8 @@ class BoostInfo(object):
'libboost-python-dev',
'libboost-regex-dev',
'libboost-date-time-dev',
- 'libboost-filesystem-dev' ]
+ 'libboost-filesystem-dev',
+ 'libboost-iostreams-dev' ]
class CommandLineApp(object):
"Base class for building command line applications."
@@ -879,6 +880,7 @@ class PrepareBuild(CommandLineApp):
'libtool',
'autoconf',
'automake',
+ 'autopoint',
'zlib1g-dev',
'libbz2-dev',
'python-dev',