--- embedaddon/smartmontools/configure 2013/07/22 01:17:35 1.1.1.3 +++ embedaddon/smartmontools/configure 2013/10/14 07:54:03 1.1.1.4 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for smartmontools 6.1. +# Generated by GNU Autoconf 2.69 for smartmontools 6.2. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='smartmontools' PACKAGE_TARNAME='smartmontools' -PACKAGE_VERSION='6.1' -PACKAGE_STRING='smartmontools 6.1' +PACKAGE_VERSION='6.2' +PACKAGE_STRING='smartmontools 6.2' PACKAGE_BUGREPORT='smartmontools-support@lists.sourceforge.net' PACKAGE_URL='' @@ -640,6 +640,9 @@ OS_DARWIN_FALSE OS_DARWIN_TRUE DRIVEDB_BRANCH os_man_filter +os_nisdomainname +os_dnsdomainname +os_hostname os_mailer os_dltools os_libs @@ -1370,7 +1373,7 @@ if test "$ac_init_help" = "long"; then # 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 smartmontools 6.1 to adapt to many kinds of systems. +\`configure' configures smartmontools 6.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1440,7 +1443,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of smartmontools 6.1:";; + short | recursive ) echo "Configuration of smartmontools 6.2:";; esac cat <<\_ACEOF @@ -1575,7 +1578,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -smartmontools configure 6.1 +smartmontools configure 6.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2036,7 +2039,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by smartmontools $as_me 6.1, which was +It was created by smartmontools $as_me 6.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2387,9 +2390,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu smartmontools_configure_date=`date -u +'%Y-%m-%d %T %Z'` -smartmontools_cvs_tag=`echo '$Id: configure,v 1.1.1.3 2013/07/22 01:17:35 misho Exp $'` -smartmontools_release_date=2013-03-16 -smartmontools_release_time="14:35:27 UTC" +smartmontools_cvs_tag=`echo '$Id: configure,v 1.1.1.4 2013/10/14 07:54:03 misho Exp $'` +smartmontools_release_date=2013-07-26 +smartmontools_release_time="17:38:20 UTC" cat >>confdefs.h <<_ACEOF @@ -2901,7 +2904,7 @@ fi # Define the identity of the package. PACKAGE='smartmontools' - VERSION='6.1' + VERSION='6.2' cat >>confdefs.h <<_ACEOF @@ -4888,13 +4891,17 @@ esac $as_echo_n "checking whether this is a build from SVN... " >&6; } is_svn_build=no svn_deps= -if test -f "$srcdir/.svn/entries"; then +if test -f "$srcdir/.svn/wc.db"; then + # SVN 1.7, 1.8 working copy + svn_deps='${srcdir}/.svn/wc.db' +elif test -f "${srcdir}/.svn/entries"; then + # SVN <= 1.6 working copy (SVN 1.7 has empty entries file) + svn_deps='${srcdir}/.svn/entries' +fi +if test -n "$svn_deps"; then is_svn_build=unknown if (cd "$srcdir" && svn --version && svnversion && svn info) >/dev/null 2>&1; then is_svn_build=yes - svn_deps='${srcdir}/.svn/entries' - # SVN 1.7 working copy? - test -f "$srcdir/.svn/wc.db" && svn_deps='${srcdir}/.svn/wc.db' fi fi @@ -6293,6 +6300,9 @@ releaseversion='${PACKAGE}-${VERSION}' os_libs= os_dltools='curl wget lynx' os_mailer=mail +os_hostname="'hostname'" +os_dnsdomainname= +os_nisdomainname="'domainname'" os_darwin=no os_solaris=no os_win32=no @@ -6302,6 +6312,8 @@ os_man_filter= case "${host}" in *-*-linux*) os_deps='os_linux.o cciss.o dev_areca.o' + os_dnsdomainname="'dnsdomainname' 'hostname -d'" + os_nisdomainname="'nisdomainname' 'hostname -y' 'domainname'" os_man_filter=Linux ;; *-*-freebsd*|*-*-dragonfly*|*-*-kfreebsd*-gnu*) @@ -6380,6 +6392,9 @@ fi ;; *-*-cygwin*) os_deps='os_win32.o dev_areca.o' + os_hostname="'hostname' 'echo "'"${HOSTNAME?unset}"'"'" + os_dnsdomainname="'dnsdomainname' 'hostname -d' 'echo "'"${USERDNSDOMAIN?unset}"'"'" + os_nisdomainname= os_win32=yes os_man_filter=Cygwin ;; @@ -6435,6 +6450,9 @@ $as_echo "$os_new_interface" >&6; } + + + # Create drivedb.h update branch name from version: 5.41[.X] -> RELEASE_5_41_DRIVEDB DRIVEDB_BRANCH=`echo $VERSION | sed 's,^\([0-9]*\.[0-9]*\)\..*$,\1,' \ | sed -n 's,^\([0-9][0-9]*\)\.\([0-9][0-9]*\)$,RELEASE_\1_\2_DRIVEDB,p'` @@ -7133,7 +7151,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by smartmontools $as_me 6.1, which was +This file was extended by smartmontools $as_me 6.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7199,7 +7217,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -smartmontools config.status 6.1 +smartmontools config.status 6.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -8135,6 +8153,7 @@ case "$host_os" in fi echo "local drive database: `eval eval eval echo $sysconfdir`/smart_drivedb.h" >&6 echo "smartd config file: `eval eval eval echo $sysconfdir`/smartd.conf${smartd_suffix}" >&6 + echo "smartd warning script: `eval eval eval echo $sysconfdir`/smartd_warning.sh" >&6 if test -n "$initddir"; then echo "smartd initd script: `eval eval eval echo $initddir`/smartd${smartd_suffix}" >&6 elif test -z "$systemdsystemunitdir"; then