~ubuntu-branches/ubuntu/oneiric/sysstat/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2011-03-23 13:26:07 UTC
  • mfrom: (1.1.20 upstream) (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110323132607-huhxd19s8ts5muq7
Tags: 10.0.0-1
* New upstream (stable) release:
  + Don't link sysstat's commands with sensors library if not
    needed (closes: #612571).
  + [Adam Heath]: iostat incorrectly mapped device-mapper IDs
    greater than 256. This is now fixed (closes: #614397).
* debian/rules: switch to using dh command.
* Remove 07-remove_fdatasync.patch, no longer needed. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.63 for sysstat 9.1.7.
 
3
# Generated by GNU Autoconf 2.63 for sysstat 10.0.0.
4
4
#
5
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
6
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
594
594
# Identity of this package.
595
595
PACKAGE_NAME='sysstat'
596
596
PACKAGE_TARNAME='sysstat'
597
 
PACKAGE_VERSION='9.1.7'
598
 
PACKAGE_STRING='sysstat 9.1.7'
 
597
PACKAGE_VERSION='10.0.0'
 
598
PACKAGE_STRING='sysstat 10.0.0'
599
599
PACKAGE_BUGREPORT=''
600
600
 
601
601
ac_unique_file="ioconf.h"
672
672
INIT_DIR
673
673
RC_DIR
674
674
rcdir
 
675
DFSENSORS
 
676
LFSENSORS
675
677
HAVE_SENSORS
676
678
PATH_CHKCONFIG
677
679
PATH_CP
1318
1320
  # Omit some internal or obsolete options to make the list less imposing.
1319
1321
  # This message is too long to be a string in the A/UX 3.1 sh.
1320
1322
  cat <<_ACEOF
1321
 
\`configure' configures sysstat 9.1.7 to adapt to many kinds of systems.
 
1323
\`configure' configures sysstat 10.0.0 to adapt to many kinds of systems.
1322
1324
 
1323
1325
Usage: $0 [OPTION]... [VAR=VALUE]...
1324
1326
 
1379
1381
 
1380
1382
if test -n "$ac_init_help"; then
1381
1383
  case $ac_init_help in
1382
 
     short | recursive ) echo "Configuration of sysstat 9.1.7:";;
 
1384
     short | recursive ) echo "Configuration of sysstat 10.0.0:";;
1383
1385
   esac
1384
1386
  cat <<\_ACEOF
1385
1387
 
1486
1488
test -n "$ac_init_help" && exit $ac_status
1487
1489
if $ac_init_version; then
1488
1490
  cat <<\_ACEOF
1489
 
sysstat configure 9.1.7
 
1491
sysstat configure 10.0.0
1490
1492
generated by GNU Autoconf 2.63
1491
1493
 
1492
1494
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1500
1502
This file contains any messages produced by compilers while
1501
1503
running configure, to aid debugging if configure makes a mistake.
1502
1504
 
1503
 
It was created by sysstat $as_me 9.1.7, which was
 
1505
It was created by sysstat $as_me 10.0.0, which was
1504
1506
generated by GNU Autoconf 2.63.  Invocation command line was
1505
1507
 
1506
1508
  $ $0 $@
3677
3679
fi
3678
3680
 
3679
3681
 
 
3682
DFLAGS=""
 
3683
 
3680
3684
# Extract the first word of "chmod", so it can be a program name with args.
3681
3685
set dummy chmod; ac_word=$2
3682
3686
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6812
6816
fi
6813
6817
 
6814
6818
if test $SENSORS != "yes"; then
6815
 
   CFSENSORS=""
6816
 
   DFSENSORS=""
 
6819
   HAVE_SENSORS="n"
6817
6820
else
6818
 
   CFSENSORS="-lsensors"
6819
 
   DFSENSORS="-DHAVE_SENSORS"
 
6821
   HAVE_SENSORS="y"
6820
6822
fi
6821
6823
{ $as_echo "$as_me:$LINENO: result: $SENSORS" >&5
6822
6824
$as_echo "$SENSORS" >&6; }
6823
6825
 
6824
6826
# Check for lm_sensors
6825
 
HAVE_SENSORS=no
6826
 
DFLAGS=""
 
6827
SENSORS=no
 
6828
LFSENSORS=""
 
6829
DFSENSORS=""
6827
6830
{ $as_echo "$as_me:$LINENO: checking for sensors_get_detected_chips in -lsensors" >&5
6828
6831
$as_echo_n "checking for sensors_get_detected_chips in -lsensors... " >&6; }
6829
6832
if test "${ac_cv_lib_sensors_sensors_get_detected_chips+set}" = set; then
6890
6893
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sensors_sensors_get_detected_chips" >&5
6891
6894
$as_echo "$ac_cv_lib_sensors_sensors_get_detected_chips" >&6; }
6892
6895
if test "x$ac_cv_lib_sensors_sensors_get_detected_chips" = x""yes; then
6893
 
  CFLAGS="${CFLAGS} ${CFSENSORS}"
 
6896
  LFSENSORS="-lsensors"
 
6897
else
 
6898
  HAVE_SENSORS="n"
6894
6899
fi
6895
6900
 
6896
6901
{ $as_echo "$as_me:$LINENO: checking for sensors lib" >&5
6930
6935
         test -z "$ac_c_werror_flag" ||
6931
6936
         test ! -s conftest.err
6932
6937
       } && test -s conftest.$ac_objext; then
6933
 
  HAVE_SENSORS=yes; DFLAGS="${DFLAGS} ${DFSENSORS}"
 
6938
  SENSORS=yes; DFSENSORS="-DHAVE_SENSORS"
6934
6939
else
6935
6940
  $as_echo "$as_me: failed program was:" >&5
6936
6941
sed 's/^/| /' conftest.$ac_ext >&5
6937
6942
 
6938
 
        HAVE_SENSORS=no
 
6943
        HAVE_SENSORS="n"; SENSORS=no
6939
6944
fi
6940
6945
 
6941
6946
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6942
 
{ $as_echo "$as_me:$LINENO: result: $HAVE_SENSORS" >&5
6943
 
$as_echo "$HAVE_SENSORS" >&6; }
 
6947
{ $as_echo "$as_me:$LINENO: result: $SENSORS" >&5
 
6948
$as_echo "$SENSORS" >&6; }
 
6949
 
 
6950
 
6944
6951
 
6945
6952
 
6946
6953
echo .
7790
7797
        # File must be renamed
7791
7798
ac_config_files="$ac_config_files man/iostat.1:man/iostat.in"
7792
7799
        # File must be renamed
 
7800
ac_config_files="$ac_config_files man/cifsiostat.1:man/cifsiostat.in"
 
7801
        # File must be renamed
 
7802
ac_config_files="$ac_config_files man/nfsiostat.1:man/nfsiostat.in"
 
7803
        # File must be renamed
7793
7804
ac_config_files="$ac_config_files contrib/isag/isag"
7794
7805
 # Permissions must be changed
7795
7806
 
8250
8261
# report actual input values of CONFIG_FILES etc. instead of their
8251
8262
# values after options handling.
8252
8263
ac_log="
8253
 
This file was extended by sysstat $as_me 9.1.7, which was
 
8264
This file was extended by sysstat $as_me 10.0.0, which was
8254
8265
generated by GNU Autoconf 2.63.  Invocation command line was
8255
8266
 
8256
8267
  CONFIG_FILES    = $CONFIG_FILES
8300
8311
_ACEOF
8301
8312
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8302
8313
ac_cs_version="\\
8303
 
sysstat config.status 9.1.7
 
8314
sysstat config.status 10.0.0
8304
8315
configured by $0, generated by GNU Autoconf 2.63,
8305
8316
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
8306
8317
 
8421
8432
    "man/sar.1") CONFIG_FILES="$CONFIG_FILES man/sar.1:man/sar.in" ;;
8422
8433
    "man/sysstat.5") CONFIG_FILES="$CONFIG_FILES man/sysstat.5:man/sysstat.in" ;;
8423
8434
    "man/iostat.1") CONFIG_FILES="$CONFIG_FILES man/iostat.1:man/iostat.in" ;;
 
8435
    "man/cifsiostat.1") CONFIG_FILES="$CONFIG_FILES man/cifsiostat.1:man/cifsiostat.in" ;;
 
8436
    "man/nfsiostat.1") CONFIG_FILES="$CONFIG_FILES man/nfsiostat.1:man/nfsiostat.in" ;;
8424
8437
    "contrib/isag/isag") CONFIG_FILES="$CONFIG_FILES contrib/isag/isag" ;;
8425
8438
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8426
8439