mirror of https://github.com/BOINC/boinc.git
changed HOST to HOSTTYPE
svn path=/trunk/boinc/; revision=1368
This commit is contained in:
parent
4887ca2049
commit
0b46beadc0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -2643,13 +2643,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); }; }; then
|
(exit $ac_status); }; }; then
|
||||||
for ac_declaration in \
|
for ac_declaration in \
|
||||||
''\
|
'' \
|
||||||
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
||||||
'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 ()
|
||||||
{
|
{
|
||||||
|
@ -3121,13 +3120,12 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
for ac_declaration in \
|
for ac_declaration in \
|
||||||
''\
|
'' \
|
||||||
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
||||||
'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 ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue