mirror of https://github.com/BOINC/boinc.git
added boinc_platform substitution so the boinc platform can be used in
Makefiles. svn path=/trunk/boinc/; revision=9065
This commit is contained in:
parent
bcb5d07cb8
commit
b6bab94fa6
|
@ -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)
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue