File ca-enable-oprofile-0.9.6.patch of Package CodeAnalyst
diff -paur CodeAnalyst-gui-2.8.54-org/m4/checkoprofileconfig.m4 CodeAnalyst-gui-2.8.54/m4/checkoprofileconfig.m4
--- CodeAnalyst-gui-2.8.54-org/m4/checkoprofileconfig.m4 2009-12-08 16:00:55.000000000 -0600
+++ CodeAnalyst-gui-2.8.54/m4/checkoprofileconfig.m4 2009-12-08 16:09:51.000000000 -0600
@@ -17,8 +17,9 @@ AC_DEFUN([CHECK_OPROFILE_VERSION],
if test "$OP_VERSION_BASE" != "0.9.3" ; then
if test "$OP_VERSION_BASE" != "0.9.4" ; then
if test "$OP_VERSION_BASE" != "0.9.5" ; then
+ if test "$OP_VERSION_BASE" != "0.9.6" ; then
AC_MSG_ERROR([Oprofile version $OP_VERSION is not supported.])
- fi fi fi
+ fi fi fi fi
dnl Convert version number to a value comparable by preprocessor
AC_DEFINE_UNQUOTED(OP_VERSION_BASE, 0x`echo $OP_VERSION_BASE | sed 's/\./0/g'`, [Oprofile version])
@@ -51,8 +52,9 @@ AC_DEFUN([CHECK_OPROFILE_CONFIG],
if test "$OP_VERSION_BASE" != "0.9.3" ; then
if test "$OP_VERSION_BASE" != "0.9.4" ; then
if test "$OP_VERSION_BASE" != "0.9.5" ; then
+ if test "$OP_VERSION_BASE" != "0.9.6" ; then
AC_MSG_ERROR([Oprofile version $OP_VERSION is not supported.])
- fi fi fi
+ fi fi fi fi
dnl Convert version number to a value comparable by preprocessor
AC_DEFINE_UNQUOTED(OP_VERSION_BASE, 0x`echo $OP_VERSION_BASE | sed 's/\./0/g'`, [Oprofile version])