# # patch "ChangeLog" # from [7342978080856e97c0d449e6b04a3698b71a665b] # to [a5f9a4f3770366354611bf54072e31ee33887d25] # # patch "INSTALL" # from [91300af1b7411653bb3eff5608a548b6a5ed633b] # to [400eaf8e798d44fce8b0622c88bc324fd31830c2] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2005-06-18 Matt Johnston + + * INSTALL: fix typo, should be -Iboost_1_31_0 not -Iboost_1_31_2 + 2005-06-18 Riccardo Ghetta * monotone.texi: include std_hooks.lua as an appendix and remove long lua excerpts from hook reference. --- INSTALL +++ INSTALL @@ -69,7 +69,7 @@ standard include path, or you can pass additional configuration options to your monotone configure build, such as: - ./configure CPPFLAGS="-Iboost_1_31_2" LDFLAGS="-Lboost_1_31_0/libs" + ./configure CPPFLAGS="-Iboost_1_31_0" LDFLAGS="-Lboost_1_31_0/libs" monotone does not use all of boost -- for instance, people often have trouble building boost.python, which we do not use. you don't