Diff for /embedaddon/smartmontools/configure.ac between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/22 01:17:35 version 1.1.1.2, 2013/10/14 07:54:03
Line 3 Line 3
 #  #
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.50)  AC_PREREQ(2.50)
AC_INIT(smartmontools, 6.1, smartmontools-support@lists.sourceforge.net)AC_INIT(smartmontools, 6.2, smartmontools-support@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(smartctl.cpp)  AC_CONFIG_SRCDIR(smartctl.cpp)
   
 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"
   
 AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args",            [smartmontools Configure Arguments])  AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args",            [smartmontools Configure Arguments])
 AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date])  AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date])
Line 67  esac Line 67  esac
 AC_MSG_CHECKING([whether this is a build from SVN])  AC_MSG_CHECKING([whether this is a build from SVN])
 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
 AC_SUBST([svn_deps])  AC_SUBST([svn_deps])
Line 336  AC_SUBST(smartmontools_release_time) Line 340  AC_SUBST(smartmontools_release_time)
 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 345  os_man_filter= Line 352  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 379  case "${host}" in Line 388  case "${host}" in
     ;;      ;;
   *-*-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 428  AC_SUBST([os_deps]) Line 440  AC_SUBST([os_deps])
 AC_SUBST([os_libs])  AC_SUBST([os_libs])
 AC_SUBST([os_dltools])  AC_SUBST([os_dltools])
 AC_SUBST([os_mailer])  AC_SUBST([os_mailer])
   AC_SUBST([os_hostname])
   AC_SUBST([os_dnsdomainname])
   AC_SUBST([os_nisdomainname])
 AC_SUBST([os_man_filter])  AC_SUBST([os_man_filter])
   
 # 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
Line 533  case "$host_os" in Line 548  case "$host_os" in
     fi      fi
     echo "local drive database:   `eval eval eval echo $sysconfdir`/smart_drivedb.h" >&AS_MESSAGE_FD      echo "local drive database:   `eval eval eval echo $sysconfdir`/smart_drivedb.h" >&AS_MESSAGE_FD
     echo "smartd config file:     `eval eval eval echo $sysconfdir`/smartd.conf${smartd_suffix}" >&AS_MESSAGE_FD      echo "smartd config file:     `eval eval eval echo $sysconfdir`/smartd.conf${smartd_suffix}" >&AS_MESSAGE_FD
       echo "smartd warning script:  `eval eval eval echo $sysconfdir`/smartd_warning.sh" >&AS_MESSAGE_FD
     if test -n "$initddir"; then      if test -n "$initddir"; then
       echo "smartd initd script:    `eval eval eval echo $initddir`/smartd${smartd_suffix}" >&AS_MESSAGE_FD        echo "smartd initd script:    `eval eval eval echo $initddir`/smartd${smartd_suffix}" >&AS_MESSAGE_FD
     elif test -z "$systemdsystemunitdir"; then      elif test -z "$systemdsystemunitdir"; then

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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