diff options
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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', |