[bwm-tools-devel] COMMIT - r72 - in tags/v0.2.1: . doc
Brought to you by:
nkukard
From: <sv...@li...> - 2005-04-20 06:50:43
|
Author: nkukard Date: 2005-04-20 06:49:54 +0000 (Wed, 20 Apr 2005) New Revision: 72 Modified: tags/v0.2.1/configure tags/v0.2.1/configure.ac tags/v0.2.1/doc/stamp-vti tags/v0.2.1/doc/version.texi Log: * Fixed configure bug where librrdtool.a was used instead of librrd.a Modified: tags/v0.2.1/configure =================================================================== --- tags/v0.2.1/configure 2005-04-20 06:43:23 UTC (rev 71) +++ tags/v0.2.1/configure 2005-04-20 06:49:54 UTC (rev 72) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for bwm_tools 0.2.0. +# Generated by GNU Autoconf 2.59 for bwm_tools 0.2.1. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -421,8 +421,8 @@ # Identity of this package. PACKAGE_NAME='bwm_tools' PACKAGE_TARNAME='bwm_tools' -PACKAGE_VERSION='0.2.0' -PACKAGE_STRING='bwm_tools 0.2.0' +PACKAGE_VERSION='0.2.1' +PACKAGE_STRING='bwm_tools 0.2.1' PACKAGE_BUGREPORT='' ac_unique_file="bwm_monitor/bwm_monitor.c" @@ -953,7 +953,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bwm_tools 0.2.0 to adapt to many kinds of systems. +\`configure' configures bwm_tools 0.2.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1019,7 +1019,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bwm_tools 0.2.0:";; + short | recursive ) echo "Configuration of bwm_tools 0.2.1:";; esac cat <<\_ACEOF @@ -1162,7 +1162,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -bwm_tools configure 0.2.0 +bwm_tools configure 0.2.1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1176,7 +1176,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bwm_tools $as_me 0.2.0, which was +It was created by bwm_tools $as_me 0.2.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1830,7 +1830,7 @@ # Define the identity of the package. PACKAGE='bwm_tools' - VERSION='0.2.0' + VERSION='0.2.1' cat >>confdefs.h <<_ACEOF @@ -19497,7 +19497,7 @@ subdirs="$subdirs rrdtool" - RRDTOOL_LIBS="\$(top_builddir)/rrdtool/src/.libs/librrdtool.a" + RRDTOOL_LIBS="\$(top_builddir)/rrdtool/src/.libs/librrd.a" else @@ -23789,7 +23789,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by bwm_tools $as_me 0.2.0, which was +This file was extended by bwm_tools $as_me 0.2.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23852,7 +23852,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -bwm_tools config.status 0.2.0 +bwm_tools config.status 0.2.1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Modified: tags/v0.2.1/configure.ac =================================================================== --- tags/v0.2.1/configure.ac 2005-04-20 06:43:23 UTC (rev 71) +++ tags/v0.2.1/configure.ac 2005-04-20 06:49:54 UTC (rev 72) @@ -20,7 +20,7 @@ */ AC_PREREQ(2.57) -AC_INIT([bwm_tools],[0.2.0]) +AC_INIT([bwm_tools],[0.2.1]) AC_CONFIG_SRCDIR([bwm_monitor/bwm_monitor.c]) AC_CONFIG_HEADER([config.h]) @@ -46,7 +46,7 @@ [ --with-rrdtool-source Specify that you have the rrdtool sources in the main build dir], [ AC_CONFIG_SUBDIRS(rrdtool) - RRDTOOL_LIBS="\$(top_builddir)/rrdtool/src/.libs/librrdtool.a" + RRDTOOL_LIBS="\$(top_builddir)/rrdtool/src/.libs/librrd.a" ], [ AC_CHECK_LIB([rrd], [rrd_create],have_librrd=yes,,"-lm") Modified: tags/v0.2.1/doc/stamp-vti =================================================================== --- tags/v0.2.1/doc/stamp-vti 2005-04-20 06:43:23 UTC (rev 71) +++ tags/v0.2.1/doc/stamp-vti 2005-04-20 06:49:54 UTC (rev 72) @@ -1,4 +1,4 @@ -@set UPDATED 6 April 2005 +@set UPDATED 20 April 2005 @set UPDATED-MONTH April 2005 -@set EDITION devel -@set VERSION devel +@set EDITION 0.2.1 +@set VERSION 0.2.1 Modified: tags/v0.2.1/doc/version.texi =================================================================== --- tags/v0.2.1/doc/version.texi 2005-04-20 06:43:23 UTC (rev 71) +++ tags/v0.2.1/doc/version.texi 2005-04-20 06:49:54 UTC (rev 72) @@ -1,4 +1,4 @@ -@set UPDATED 6 April 2005 +@set UPDATED 20 April 2005 @set UPDATED-MONTH April 2005 -@set EDITION devel -@set VERSION devel +@set EDITION 0.2.1 +@set VERSION 0.2.1 |