# # # patch "ChangeLog" # from [475062157c989b538b1defb233135789b9110fc4] # to [d7a13100a506b347c766e75306666276d8b0a2c9] # # patch "INSTALL" # from [6ae8c51ec8457d2794c8141fb142c17b5910d8fd] # to [b7e8b377fa8a8e8f44c2a45c85e2ae04e4868a0b] # ============================================================ --- ChangeLog 475062157c989b538b1defb233135789b9110fc4 +++ ChangeLog d7a13100a506b347c766e75306666276d8b0a2c9 @@ -1,5 +1,11 @@ 2006-06-20 Nathaniel Smith + * INSTALL: Update a little bit, in particular, give a newer boost + download link in response to complaint on mailing list, and put + 1.9 version number on automake command line. + +2006-06-20 Nathaniel Smith + * configure.ac: Remove autotest-related configury. Add magic AM_INIT_AUTOMAKE options to make tar handle the long filenames in the new test suite (automake 1.9 is now required). ============================================================ --- INSTALL 6ae8c51ec8457d2794c8141fb142c17b5910d8fd +++ INSTALL b7e8b377fa8a8e8f44c2a45c85e2ae04e4868a0b @@ -50,9 +50,9 @@ assembled this abbreviated bourne shell sequence for advanced users who do not need all the preamble: - wget http://aleron.dl.sourceforge.net/sourceforge/boost/boost_1_32_0.tar.gz - tar -xzf boost_1_32_0.tar.gz - cd boost_1_32_0 + wget http://internap.dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.gz + tar -xzf boost_1_33_1.tar.gz + cd boost_1_33_1 (cd tools/build/jam_src && ./build.sh) BJAM=`find tools/build/jam_src/ -name bjam -a -type f` $BJAM "-sBUILD=release single speed static" @@ -64,13 +64,13 @@ ranlib libs/*.a if this completes successfully, you will have a selection of boost - libraries in boost_1_32_0/libs and boost headers in - boost_1_32_0/boost. you can then either copy the .a files to your - standard library path and the directory "boost_1_32_0/boost" to your + libraries in boost_1_33_1/libs and boost headers in + boost_1_33_1/boost. you can then either copy the .a files to your + standard library path and the directory "boost_1_33_1/boost" to your standard include path, or you can pass additional configuration options to your monotone configure build, such as: - ./configure CPPFLAGS="-Iboost_1_32_0" LDFLAGS="-Lboost_1_32_0/libs" + ./configure CPPFLAGS="-Iboost_1_33_1" LDFLAGS="-Lboost_1_33_1/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 @@ -82,8 +82,8 @@ to create one before proceeding to the next step. one of the following auto* commands should work: - $ aclocal-1.7 && autoreconf --install - $ AUTOMAKE=automake-1.7 ACLOCAL=aclocal-1.7 autoreconf --install + $ aclocal-1.9 && autoreconf --install + $ AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf --install If this fails early, check that you have gettext packages installed. @@ -163,7 +163,7 @@ mtn --db=mt.mtn db init - mtn --db=mt.mtn --key="" pull venge.net net.venge.monotone + mtn --db=mt.mtn pull venge.net "net.venge.monotone*" mtn --db=mt.mtn --branch=net.venge.monotone checkout monotone-sources