~ubuntu-branches/ubuntu/wily/sysstat/wily-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2013-11-10 10:25:19 UTC
  • mfrom: (22.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20131110102519-2tk92enim3vnbt8g
Tags: 10.2.0-1
* New upstream stable version.
* debian/control:
  + replace `tk8.5' with `tk' in isag depends line (closes: #725696);
  + move `Homepage' to source package fields (lintian);
  + bump Standards-Version to 3.9.5.

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.69 for sysstat 10.1.7.
 
3
# Generated by GNU Autoconf 2.69 for sysstat 10.2.0.
4
4
#
5
5
#
6
6
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
577
577
# Identity of this package.
578
578
PACKAGE_NAME='sysstat'
579
579
PACKAGE_TARNAME='sysstat'
580
 
PACKAGE_VERSION='10.1.7'
581
 
PACKAGE_STRING='sysstat 10.1.7'
 
580
PACKAGE_VERSION='10.2.0'
 
581
PACKAGE_STRING='sysstat 10.2.0'
582
582
PACKAGE_BUGREPORT=''
583
583
PACKAGE_URL=''
584
584
 
642
642
IGNORE_MAN_GROUP
643
643
MAN_GROUP
644
644
man_group
 
645
PREALLOC_FACTOR
 
646
prealloc
645
647
COMPRESSAFTER
646
648
compressafter
647
649
HISTORY
758
760
conf_dir
759
761
history
760
762
compressafter
 
763
prealloc
761
764
man_group
762
765
cron_owner
763
766
cron_interval'
1301
1304
  # Omit some internal or obsolete options to make the list less imposing.
1302
1305
  # This message is too long to be a string in the A/UX 3.1 sh.
1303
1306
  cat <<_ACEOF
1304
 
\`configure' configures sysstat 10.1.7 to adapt to many kinds of systems.
 
1307
\`configure' configures sysstat 10.2.0 to adapt to many kinds of systems.
1305
1308
 
1306
1309
Usage: $0 [OPTION]... [VAR=VALUE]...
1307
1310
 
1362
1365
 
1363
1366
if test -n "$ac_init_help"; then
1364
1367
  case $ac_init_help in
1365
 
     short | recursive ) echo "Configuration of sysstat 10.1.7:";;
 
1368
     short | recursive ) echo "Configuration of sysstat 10.2.0:";;
1366
1369
   esac
1367
1370
  cat <<\_ACEOF
1368
1371
 
1407
1410
  compressafter
1408
1411
              number of days after which data files are compressed (default
1409
1412
              value is 10)
 
1413
  prealloc    preallocation factor that will determine data files size
 
1414
              (default value is 1)
1410
1415
  man_group   group for manual pages
1411
1416
  cron_owner  crontab owner
1412
1417
  cron_interval
1478
1483
test -n "$ac_init_help" && exit $ac_status
1479
1484
if $ac_init_version; then
1480
1485
  cat <<\_ACEOF
1481
 
sysstat configure 10.1.7
 
1486
sysstat configure 10.2.0
1482
1487
generated by GNU Autoconf 2.69
1483
1488
 
1484
1489
Copyright (C) 2012 Free Software Foundation, Inc.
1897
1902
This file contains any messages produced by compilers while
1898
1903
running configure, to aid debugging if configure makes a mistake.
1899
1904
 
1900
 
It was created by sysstat $as_me 10.1.7, which was
 
1905
It was created by sysstat $as_me 10.2.0, which was
1901
1906
generated by GNU Autoconf 2.69.  Invocation command line was
1902
1907
 
1903
1908
  $ $0 $@
5053
5058
$as_echo "$COMPRESSAFTER" >&6; }
5054
5059
 
5055
5060
 
 
5061
# Preallocation factor
 
5062
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking preallocation factor value" >&5
 
5063
$as_echo_n "checking preallocation factor value... " >&6; }
 
5064
 
 
5065
if test x$prealloc = x""; then
 
5066
   PREALLOC_FACTOR=1
 
5067
else
 
5068
   PREALLOC_FACTOR=$prealloc
 
5069
fi
 
5070
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PREALLOC_FACTOR" >&5
 
5071
$as_echo "$PREALLOC_FACTOR" >&6; }
 
5072
 
 
5073
 
5056
5074
# Manual page group
5057
5075
grep ^man: /etc/group >/dev/null 2>&1
5058
5076
if test $? = 0; then
5360
5378
                # File must be renamed
5361
5379
ac_config_files="$ac_config_files sysconfig.h:sysconfig.in"
5362
5380
        # File must be renamed
 
5381
ac_config_files="$ac_config_files prealloc.h:prealloc.in"
 
5382
        # File must be renamed
5363
5383
ac_config_files="$ac_config_files cron/sysstat.cron.daily"
5364
5384
 
5365
5385
ac_config_files="$ac_config_files cron/sysstat.cron.hourly"
5937
5957
# report actual input values of CONFIG_FILES etc. instead of their
5938
5958
# values after options handling.
5939
5959
ac_log="
5940
 
This file was extended by sysstat $as_me 10.1.7, which was
 
5960
This file was extended by sysstat $as_me 10.2.0, which was
5941
5961
generated by GNU Autoconf 2.69.  Invocation command line was
5942
5962
 
5943
5963
  CONFIG_FILES    = $CONFIG_FILES
5990
6010
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5991
6011
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5992
6012
ac_cs_version="\\
5993
 
sysstat config.status 10.1.7
 
6013
sysstat config.status 10.2.0
5994
6014
configured by $0, generated by GNU Autoconf 2.69,
5995
6015
  with options \\"\$ac_cs_config\\"
5996
6016
 
6106
6126
    "sysstat.sysconfig") CONFIG_FILES="$CONFIG_FILES sysstat.sysconfig" ;;
6107
6127
    "version.h") CONFIG_FILES="$CONFIG_FILES version.h:version.in" ;;
6108
6128
    "sysconfig.h") CONFIG_FILES="$CONFIG_FILES sysconfig.h:sysconfig.in" ;;
 
6129
    "prealloc.h") CONFIG_FILES="$CONFIG_FILES prealloc.h:prealloc.in" ;;
6109
6130
    "cron/sysstat.cron.daily") CONFIG_FILES="$CONFIG_FILES cron/sysstat.cron.daily" ;;
6110
6131
    "cron/sysstat.cron.hourly") CONFIG_FILES="$CONFIG_FILES cron/sysstat.cron.hourly" ;;
6111
6132
    "cron/sysstat.crond") CONFIG_FILES="$CONFIG_FILES cron/sysstat.crond" ;;