]> git.tdb.fi Git - builder.git/blobdiff - bootstrap.sh
Refactor code to get rid of class PackageRef
[builder.git] / bootstrap.sh
index f878935d86726dc797e33cbbf2fca28656844d65..2bb3259c63b8e43ecab14ee44e83817f997a459a 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
+# $Id$
 
-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