changed HOST to HOSTTYPE

svn path=/trunk/boinc/; revision=1368
This commit is contained in:
Karl Chen 2003-06-11 22:42:41 +00:00
parent 4887ca2049
commit 0b46beadc0
2 changed files with 9 additions and 11 deletions

View File

@ -187,7 +187,7 @@
#undef HAVE_WAIT3 #undef HAVE_WAIT3
/* Host for this compilation */ /* Host for this compilation */
#undef HOST #undef HOSTTYPE
/* Major part of version number */ /* Major part of version number */
#undef MAJOR_VERSION #undef MAJOR_VERSION

14
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.ac Revision: 1.8 . # From configure.ac Revision: 1.9 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for BOINC 1.03. # Generated by GNU Autoconf 2.57 for BOINC 1.03.
# #
@ -1841,7 +1841,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define HOST "$host" #define HOSTTYPE "$host"
_ACEOF _ACEOF
@ -2648,8 +2648,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \
'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int) throw ();' \
'extern "C" void exit (int);' \ 'extern "C" void exit (int);' \
'void exit (int);' \ 'void exit (int);'
'#include <stdlib.h>'
do do
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure" #line $LINENO "configure"
@ -2658,8 +2657,8 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <stdlib.h>
$ac_declaration $ac_declaration
#include <stdlib.h>
int int
main () main ()
{ {
@ -3126,8 +3125,7 @@ for ac_declaration in \
'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \
'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int) throw ();' \
'extern "C" void exit (int);' \ 'extern "C" void exit (int);' \
'void exit (int);' \ 'void exit (int);'
'#include <stdlib.h>'
do do
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure" #line $LINENO "configure"
@ -3136,8 +3134,8 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <stdlib.h>
$ac_declaration $ac_declaration
#include <stdlib.h>
int int
main () main ()
{ {