Skip to content

Commit

Permalink
Bumped version to 2.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sacerdoti committed Dec 9, 2002
1 parent 2872db1 commit 87f0010
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions monitor-core/configure.in
Expand Up @@ -37,9 +37,9 @@ AC_CONFIG_AUX_DIR(config)
# set GANGLIA_BINARY_AGE _and_ GANGLIA_INTERFACE_AGE to 0.
GANGLIA_MAJOR_VERSION=2
GANGLIA_MINOR_VERSION=5
GANGLIA_MICRO_VERSION=1
GANGLIA_INTERFACE_AGE=1
GANGLIA_BINARY_AGE=1
GANGLIA_MICRO_VERSION=2
GANGLIA_INTERFACE_AGE=2
GANGLIA_BINARY_AGE=2
GANGLIA_VERSION=$GANGLIA_MAJOR_VERSION.$GANGLIA_MINOR_VERSION.$GANGLIA_MICRO_VERSION

AM_INIT_AUTOMAKE(ganglia-monitor-core, $GANGLIA_VERSION)
Expand Down Expand Up @@ -102,9 +102,10 @@ AC_ARG_ENABLE(debug,
[
--enable-debug turn on debugging output and compile options],
[ CFLAGS="$CFLAGS -ggdb"
AC_DEFINE(DEBUG, 1, DEBUG)],
[ CFLAGS="$CFLAGS -O2"
AC_DEFINE(DEBUG, 0, DEBUG)])
AC_DEFINE(DEBUG, 1, DEBUG)])
# Turn off optimizations when debugging.
#[ CFLAGS="$CFLAGS -O2"
# AC_DEFINE(DEBUG, 0, DEBUG)])

AC_ARG_ENABLE(gexec,
[ --enable-gexec turn on gexec support (platform-specific) ],
Expand Down

0 comments on commit 87f0010

Please sign in to comment.