*** empty log message ***

svn path=/trunk/boinc/; revision=2264
This commit is contained in:
David Anderson 2003-09-05 18:51:26 +00:00
parent c6c3126a9d
commit d74b87aaaf
2 changed files with 16 additions and 16 deletions

30
configure vendored
View File

@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Revision: 1.37 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for BOINC 1.12.
# Generated by GNU Autoconf 2.57 for BOINC 2.01.
#
# 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='1.12'
PACKAGE_STRING='BOINC 1.12'
PACKAGE_VERSION='2.01'
PACKAGE_STRING='BOINC 2.01'
PACKAGE_BUGREPORT=''
ac_unique_file="lib/shmem.C"
@ -810,7 +810,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 1.12 to adapt to many kinds of systems.
\`configure' configures BOINC 2.01 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -877,7 +877,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of BOINC 1.12:";;
short | recursive ) echo "Configuration of BOINC 2.01:";;
esac
cat <<\_ACEOF
@ -967,7 +967,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
BOINC configure 1.12
BOINC configure 2.01
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@ -1002,7 +1002,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 1.12, which was
It was created by BOINC $as_me 2.01, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@ -1339,7 +1339,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
echo "--- Configuring BOINC 1.12 ---"
echo "--- Configuring BOINC 2.01 ---"
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
@ -1688,7 +1688,7 @@ fi
# Define the identity of the package.
PACKAGE=boinc
VERSION=1.12
VERSION=2.01
cat >>confdefs.h <<_ACEOF
@ -1821,9 +1821,9 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
MAJOR_VERSION=`echo 1.12 | sed 's/\..*//'`
MAJOR_VERSION=`echo 2.01 | sed 's/\..*//'`
MINOR_VERSION=`echo 1.12 | sed 's/.*\.0*//'`
MINOR_VERSION=`echo 2.01 | sed 's/.*\.0*//'`
@ -1841,7 +1841,7 @@ cat >>confdefs.h <<_ACEOF
#define HOSTTYPE "$host"
_ACEOF
CLIENT_BIN_FILENAME=boinc_1.12_$host${EXEEXT}
CLIENT_BIN_FILENAME=boinc_2.01_$host${EXEEXT}
TOP_BUILD_DIR=`pwd`
@ -6858,7 +6858,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by BOINC $as_me 1.12, which was
This file was extended by BOINC $as_me 2.01, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -6921,7 +6921,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
BOINC config.status 1.12
BOINC config.status 2.01
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@ -7833,7 +7833,7 @@ if test "$no_create" != yes; then
fi
echo "--- Configured BOINC 1.12 ---"
echo "--- Configured BOINC 2.01 ---"
test/test_sanity.py

View File

@ -9,7 +9,7 @@ dnl not sure exactly what the minimum version is (but 2.13 won't work)
AC_PREREQ(2.57)
dnl Process this file with autoconf to produce a configure script.
AC_INIT(BOINC, 1.12)
AC_INIT(BOINC, 2.01)
echo "--- Configuring BOINC AC_PACKAGE_VERSION ---"