diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-28 01:52:41 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-28 01:52:41 -0400 |
commit | 9f4307accda683453a8be0cbb81fd074ccc88991 (patch) | |
tree | f14f2e29ff8f657e58a69f4aaf2ac8191550ef74 /acprep | |
parent | 6257e6b4babc6450618dd62e8880ba4fdde42698 (diff) | |
download | fork-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-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', |