~ubuntu-branches/ubuntu/raring/sysstat/raring

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2012-03-13 22:59:04 UTC
  • mfrom: (1.1.24) (2.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20120313225904-da0a04jatzozq5gt
Tags: 10.0.4-1
* New upstream (stable) version.
* Update build-dependencies on debhelper.
* Standards-Version: 3.9.3 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Modified by Sebastien Godard (sysstat <at> orange.fr)
5
5
 
6
6
# Initialization of $PACKAGE_VERSION and $PACKAGE_NAME variables
7
 
AC_INIT(sysstat, 10.0.3)
 
7
AC_INIT(sysstat, 10.0.4)
8
8
 
9
9
# Ensure that a recent enough version of Autoconf is being used
10
10
AC_PREREQ(2.53)
127
127
#  --enable-debuginfo      enable debug output (--debuginfo option)
128
128
#  --disable-documentation do not install documentation (man pages...)
129
129
#  --disable-sensors       do not link against libsensors even if available
 
130
#  --disable-stripping     do not strip object files
130
131
#
131
132
# Some influential environment variables:
132
133
#  rcdir         directory where startup scripts are installed
489
490
AC_SUBST(WITH_DEBUG)
490
491
AC_SUBST(DFLAGS)
491
492
 
 
493
# Check whether object files should be stripped
 
494
AC_MSG_CHECKING(whether object files should be stripped)
 
495
AC_ARG_ENABLE(stripping,
 
496
              AC_HELP_STRING([--disable-stripping],
 
497
                             [do not strip object files]),
 
498
                             AUX_STRIP=$enableval,AUX_STRIP=yes)
 
499
if test $AUX_STRIP != "no"; then
 
500
   AUX_STRIP="yes"
 
501
   STRIP="-s"
 
502
else
 
503
   AUX_STRIP="no"
 
504
   STRIP=
 
505
fi
 
506
AC_MSG_RESULT($AUX_STRIP)
 
507
AC_SUBST(STRIP)
 
508
# National Language Support
 
509
#AC_MSG_CHECKING(National Language Support)
 
510
#AC_ARG_ENABLE(nls,
 
511
#             AC_HELP_STRING([--disable-nls],
 
512
#                            [disable National Language Support]),
 
513
#                            AUX_NLS=$enableval,AUX_NLS=yes)
 
514
#if test $AUX_NLS != "no" && test $HAVE_LIBINTL_H && test $HAVE_LOCALE_H; then
 
515
#   AUX_NLS="yes"
 
516
#   NLS="y"
 
517
#else
 
518
#   AUX_NLS="no"
 
519
#   NLS="n"
 
520
#fi
 
521
#AC_MSG_RESULT($AUX_NLS)
 
522
#AC_SUBST(NLS)
 
523
 
492
524
# Create files
493
525
echo .
494
526
echo Now create files: