From 92b85dde25b683e1cf58dbab9a7500d81cb2c418 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 8 May 2007 08:38:01 +0000 Subject: Added --boost-suffix. --- acprep | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index 3c9b1dd4..a3ecb60c 100755 --- a/acprep +++ b/acprep @@ -61,12 +61,9 @@ while [ -n "$1" ]; do SWITCHES="$SWITCHES --enable-debug" CXXFLAGS="$CXXFLAGS -g" ;; - --boost-sd) - SWITCHES="$SWITCHES --enable-boost-sd" - CPPFLAGS="$CPPFLAGS -D_GLIBCXX_DEBUG=1" ;; - - --boost-d) - SWITCHES="$SWITCHES --enable-boost-d" + --boost) + shift 1 + SWITCHES="$SWITCHES --with-boost-suffix=$1" CPPFLAGS="$CPPFLAGS -D_GLIBCXX_DEBUG=1" ;; --gcov) -- cgit v1.2.3