]> git.tdb.fi Git - builder.git/blobdiff - bootstrap.sh
Add an option to component to specify whether or not it should be built by default
[builder.git] / bootstrap.sh
index cd94382884dd6614cd9daa374acf982092d91ef8..f5ccced293f8ad18e3f623fc3947c02559b40e24 100755 (executable)
@@ -1,12 +1,14 @@
 #!/bin/sh
 
-REQUIRED="misc core parser path regex++ getopt++"
+REQUIRED="core parser path strings"
 CFLAGS="-Iinclude `pkg-config --cflags sigc++-2.0`"
 LIBS="`pkg-config --libs sigc++-2.0` -lpthread"
 if [ -z "$LIBPATH" ]; then
        LIBPATH=`pwd`/..
 fi
 
+LIBPATH=`readlink -f $LIBPATH`
+
 mkdir -p include/msp
 
 sources=source/*.cpp