Diff for /embedaddon/smartmontools/configure between versions 1.1.1.3 and 1.1.1.4

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

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>