From 821986420765932aabd0d3e98de46cb49199bf2b Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 29 Nov 2004 07:29:19 +0000 Subject: [PATCH] Fix example gcc initialization. Patch from Daniel James. [SVN r26342] --- v2/debian/rules | 2 +- v2/user-config.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/debian/rules b/v2/debian/rules index 3cb74b175..96ccc418b 100755 --- a/v2/debian/rules +++ b/v2/debian/rules @@ -26,7 +26,7 @@ binary-indep: (tar --exclude make --exclude CVS -cpf - example/* ) | ( cd `pwd`/debian/tmp/usr/share/doc/boost-build && tar xpf - ) - sed 's/# using gcc/using gcc/' user-config.jam > `pwd`/debian/tmp/etc/site-config.jam + sed 's/# using gcc ;/using gcc ;/' user-config.jam > `pwd`/debian/tmp/etc/site-config.jam # dh_install # dh_installmenu diff --git a/v2/user-config.jam b/v2/user-config.jam index e8aa09a82..573d17295 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -20,7 +20,7 @@ import toolset : using ; # using gcc ; # Configure specific gcc version, giving alternative name to use -# using gcc : 3.2 g++-3.2 ; +# using gcc : 3.2 : g++-3.2 ; # MSVC configuration