]> mj.ucw.cz Git - libucw.git/blobdiff - debug/check-configs
Daemon: Preliminary documentation
[libucw.git] / debug / check-configs
index d796c429d2275961dc6dbf4c324876b3305c0679..90799016bc4ba209f2464ffb8f87429830fdc956 100755 (executable)
@@ -29,7 +29,7 @@ function try
                cd $TDIR
                exec 3>&2 >>log 2>&1
                case $CONFIG in
                cd $TDIR
                exec 3>&2 >>log 2>&1
                case $CONFIG in
-                       *)                      ../../configure $CONFIG $ARGS || die "CANNOT CONFIGURE"
+                       *)                      ../../configure $CONFIG CONFIG_LOCAL $ARGS || die "CANNOT CONFIGURE"
                                                ;;
                esac
                make $MAKEOPTS || die FAILED
                                                ;;
                esac
                make $MAKEOPTS || die FAILED
@@ -51,7 +51,8 @@ if [ "$1" == DARWIN ] ; then
 elif [ -n "$1" ] ; then
        try "$@"
 else
 elif [ -n "$1" ] ; then
        try "$@"
 else
-       try default.cfg
+       try default.cfg                                                                 # default configuration
+       try default.cfg -CONFIG_DEBUG                                                   # with no debugging code
        try debug/default.cfg                                                           # debugging configuration
        try debug/default.cfg -CONFIG_UCW_THREADS                                       # non-threaded configuration
        try debug/default.cfg -CONFIG_UCW_TLS                                           # threaded, but no TLS support in gcc
        try debug/default.cfg                                                           # debugging configuration
        try debug/default.cfg -CONFIG_UCW_THREADS                                       # non-threaded configuration
        try debug/default.cfg -CONFIG_UCW_TLS                                           # threaded, but no TLS support in gcc