added boinc_platform substitution so the boinc platform can be used in

Makefiles.

svn path=/trunk/boinc/; revision=9065
This commit is contained in:
Eric J. Korpela 2005-12-14 19:36:48 +00:00
parent bcb5d07cb8
commit b6bab94fa6
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ AC_DEFUN([BOINC_PLATFORM],[
esac
fi
AC_DEFINE_UNQUOTED([HOSTTYPE],"$boinc_platform",[Platform identification used to identify applications for this BOINC core client])
AC_SUBST([boinc_platform],$boinc_platform)
AC_MSG_RESULT($boinc_platform)
])