Rename RATBOX_PROFILE to RB_PROFILE.
This commit is contained in:
parent
81204be809
commit
3a29f678cf
4 changed files with 5 additions and 5 deletions
|
@ -437,7 +437,7 @@ if test "$profile" = yes; then
|
||||||
if test "$ac_cv_c_compiler_gnu" = yes; then
|
if test "$ac_cv_c_compiler_gnu" = yes; then
|
||||||
CFLAGS="$CFLAGS -pg -static"
|
CFLAGS="$CFLAGS -pg -static"
|
||||||
AC_MSG_RESULT([yes, adding -pg -static])
|
AC_MSG_RESULT([yes, adding -pg -static])
|
||||||
AC_DEFINE(RATBOX_PROFILE, 1, [Defined to mark profiling is enabled])
|
AC_DEFINE(RB_PROFILE, 1, [Defined to mark profiling is enabled])
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no, profile builds only work with gcc])
|
AC_MSG_RESULT([no, profile builds only work with gcc])
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -265,7 +265,7 @@
|
||||||
#undef PACKAGE_VERSION
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
/* Defined to mark profiling is enabled */
|
/* Defined to mark profiling is enabled */
|
||||||
#undef RATBOX_PROFILE
|
#undef RB_PROFILE
|
||||||
|
|
||||||
/* Prefix where librb is installed. */
|
/* Prefix where librb is installed. */
|
||||||
#undef RB_PREFIX
|
#undef RB_PREFIX
|
||||||
|
|
|
@ -241,7 +241,7 @@
|
||||||
#undef PACKAGE_VERSION
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
/* Defined to mark profiling is enabled */
|
/* Defined to mark profiling is enabled */
|
||||||
#undef RATBOX_PROFILE
|
#undef RB_PROFILE
|
||||||
|
|
||||||
/* Prefix where libratbox is installed. */
|
/* Prefix where libratbox is installed. */
|
||||||
#define RB_PREFIX "/ratbox"
|
#define RB_PREFIX "/ratbox"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#define SERNO "20160307-34dbd2d"
|
#define SERNO "20160307-81204be"
|
||||||
#define DATECODE 20160307L
|
#define DATECODE 1457395822UL
|
||||||
|
|
Loading…
Reference in a new issue