X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=bootstrap.sh;h=f5ccced293f8ad18e3f623fc3947c02559b40e24;hp=f878935d86726dc797e33cbbf2fca28656844d65;hb=445edbc3c42bbd7880cc414cf153ddfd196bfc1c;hpb=b6dcf65b5e1b99f6c65454358c7610f3e9c8af2b diff --git a/bootstrap.sh b/bootstrap.sh index f878935..f5ccced 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/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