summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
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',