X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=bootstrap.sh;h=2bb3259c63b8e43ecab14ee44e83817f997a459a;hb=4d0d003b022943d8a0e39ba19078bab8d32d8857;hp=f878935d86726dc797e33cbbf2fca28656844d65;hpb=f1c967215e6b08095bdf07518472beca3067ec37;p=builder.git diff --git a/bootstrap.sh b/bootstrap.sh index f878935..2bb3259 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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