summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep9
1 files changed, 3 insertions, 6 deletions
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)