From 0e170eb17d9a6c3346373dbb5f0db324a0a60eef Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Wed, 15 Oct 2003 09:15:50 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2486 --- configure | 36 +++---- lib/Makefile.in | 27 +++-- lib/countries.C | 233 ----------------------------------------- lib/countries.h | 2 - sched/Makefile.in | 15 ++- test/Makefile.in | 8 +- tools/Makefile.in | 97 +++++------------ tools/country_select.C | 36 ------- 8 files changed, 64 insertions(+), 390 deletions(-) delete mode 100644 lib/countries.C delete mode 100644 lib/countries.h delete mode 100644 tools/country_select.C diff --git a/configure b/configure index 0ce420dba5..52b2929449 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.49 . +# From configure.ac Revision: 1.52 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for BOINC 2.04. +# Generated by GNU Autoconf 2.57 for BOINC 2.05. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -287,8 +287,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='BOINC' PACKAGE_TARNAME='boinc' -PACKAGE_VERSION='2.04' -PACKAGE_STRING='BOINC 2.04' +PACKAGE_VERSION='2.05' +PACKAGE_STRING='BOINC 2.05' PACKAGE_BUGREPORT='' ac_unique_file="lib/shmem.C" @@ -814,7 +814,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures BOINC 2.04 to adapt to many kinds of systems. +\`configure' configures BOINC 2.05 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -881,7 +881,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of BOINC 2.04:";; + short | recursive ) echo "Configuration of BOINC 2.05:";; esac cat <<\_ACEOF @@ -972,7 +972,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -BOINC configure 2.04 +BOINC configure 2.05 generated by GNU Autoconf 2.57 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -1007,7 +1007,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by BOINC $as_me 2.04, which was +It was created by BOINC $as_me 2.05, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -1344,7 +1344,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "--- Configuring BOINC 2.04 ---" +echo "--- Configuring BOINC 2.05 ---" ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do @@ -1693,7 +1693,7 @@ fi # Define the identity of the package. PACKAGE=boinc - VERSION=2.04 + VERSION=2.05 cat >>confdefs.h <<_ACEOF @@ -1826,9 +1826,9 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -MAJOR_VERSION=`echo 2.04 | sed 's/\..*//'` +MAJOR_VERSION=`echo 2.05 | sed 's/\..*//'` -MINOR_VERSION=`echo 2.04 | sed 's/.*\.0*//'` +MINOR_VERSION=`echo 2.05 | sed 's/.*\.0*//'` @@ -1846,7 +1846,7 @@ cat >>confdefs.h <<_ACEOF #define HOSTTYPE "$host" _ACEOF -CLIENT_BIN_FILENAME=boinc_2.04_$host${EXEEXT} +CLIENT_BIN_FILENAME=boinc_2.05_$host${EXEEXT} TOP_BUILD_DIR=`pwd` @@ -1878,8 +1878,6 @@ fi - - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -7798,7 +7796,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by BOINC $as_me 2.04, which was +This file was extended by BOINC $as_me 2.05, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7861,7 +7859,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -BOINC config.status 2.04 +BOINC config.status 2.05 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -8776,10 +8774,10 @@ if test "$no_create" != yes; then fi -echo "--- Configured BOINC 2.04 ---" +echo "--- Configured BOINC 2.05 ---" -test/test_sanity.py || ( +$TOP_SOURCE_DIR/test/test_sanity.py || ( cat < -#include - - -#include "countries.h" - -int main(int argc, char** argv) { - int i; - for (i=0; i%s\n", - countries[i], - !strcmp(countries[i], argv[1])?"selected":"", - countries[i] - ); - } -}