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

version 1.1.1.1, 2012/02/21 16:32:16 version 1.1.1.2, 2012/10/09 09:36:45
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.68 for smartmontools 5.42.# Generated by GNU Autoconf 2.68 for smartmontools 5.43.
 #  #
 # Report bugs to <smartmontools-support@lists.sourceforge.net>.  # Report bugs to <smartmontools-support@lists.sourceforge.net>.
 #  #
Line 560  MAKEFLAGS= Line 560  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='smartmontools'  PACKAGE_NAME='smartmontools'
 PACKAGE_TARNAME='smartmontools'  PACKAGE_TARNAME='smartmontools'
PACKAGE_VERSION='5.42'PACKAGE_VERSION='5.43'
PACKAGE_STRING='smartmontools 5.42'PACKAGE_STRING='smartmontools 5.43'
 PACKAGE_BUGREPORT='smartmontools-support@lists.sourceforge.net'  PACKAGE_BUGREPORT='smartmontools-support@lists.sourceforge.net'
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 664  GREP Line 664  GREP
 CXXCPP  CXXCPP
 IS_SVN_BUILD_FALSE  IS_SVN_BUILD_FALSE
 IS_SVN_BUILD_TRUE  IS_SVN_BUILD_TRUE
   svn_deps
 host_os  host_os
 host_vendor  host_vendor
 host_cpu  host_cpu
Line 692  CC Line 693  CC
 am__fastdepCXX_FALSE  am__fastdepCXX_FALSE
 am__fastdepCXX_TRUE  am__fastdepCXX_TRUE
 CXXDEPMODE  CXXDEPMODE
   am__nodep
 AMDEPBACKSLASH  AMDEPBACKSLASH
 AMDEP_FALSE  AMDEP_FALSE
 AMDEP_TRUE  AMDEP_TRUE
Line 1351  if test "$ac_init_help" = "long"; then Line 1353  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 5.42 to adapt to many kinds of systems.\`configure' configures smartmontools 5.43 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1421  fi Line 1423  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 5.42:";;     short | recursive ) echo "Configuration of smartmontools 5.43:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1553  fi Line 1555  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 5.42smartmontools configure 5.43
 generated by GNU Autoconf 2.68  generated by GNU Autoconf 2.68
   
 Copyright (C) 2010 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
Line 2014  cat >config.log <<_ACEOF Line 2016  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 5.42, which wasIt was created by smartmontools $as_me 5.43, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 2366  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 2368  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=2011-10-20smartmontools_release_date=2012-06-30
smartmontools_release_time="19:19:34 UTC"smartmontools_release_time="14:03:01 UTC"
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 2870  fi Line 2872  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='smartmontools'   PACKAGE='smartmontools'
 VERSION='5.42' VERSION='5.43'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 2900  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} Line 2902  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
   
 # We need awk for the "check" target.  The system "awk" is bad on  # We need awk for the "check" target.  The system "awk" is bad on
 # some platforms.  # some platforms.
# Always define AMTAR for backward compatibility.# Always define AMTAR for backward compatibility.  Yes, it's still used
 # in the wild :-(  We should find a proper way to deprecate it ...
 AMTAR='$${TAR-tar}'
   
AMTAR=${AMTAR-"${am_missing_run}tar"}am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
   
 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'  
   
   
   
   
   
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }  $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
     # Check whether --enable-maintainer-mode was given.      # Check whether --enable-maintainer-mode was given.
Line 3499  fi Line 3501  fi
 if test "x$enable_dependency_tracking" != xno; then  if test "x$enable_dependency_tracking" != xno; then
   am_depcomp="$ac_aux_dir/depcomp"    am_depcomp="$ac_aux_dir/depcomp"
   AMDEPBACKSLASH='\'    AMDEPBACKSLASH='\'
     am__nodep='_no'
 fi  fi
  if test "x$enable_dependency_tracking" != xno; then   if test "x$enable_dependency_tracking" != xno; then
   AMDEP_TRUE=    AMDEP_TRUE=
Line 3523  else Line 3526  else
   # instance it was reported that on HP-UX the gcc test will end up    # instance it was reported that on HP-UX the gcc test will end up
   # making a dummy file named `D' -- because `-MD' means `put the output    # making a dummy file named `D' -- because `-MD' means `put the output
   # in D'.    # in D'.
     rm -rf conftest.dir
   mkdir conftest.dir    mkdir conftest.dir
   # Copy depcomp to subdir because otherwise we won't find it if we're    # Copy depcomp to subdir because otherwise we won't find it if we're
   # using a relative directory.    # using a relative directory.
Line 3582  else Line 3586  else
         break          break
       fi        fi
       ;;        ;;
    msvisualcpp | msvcmsys)    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
       # This compiler won't grok `-c -o', but also, the minuso test has        # This compiler won't grok `-c -o', but also, the minuso test has
       # not run yet.  These depmodes are late enough in the game, and        # not run yet.  These depmodes are late enough in the game, and
       # so weak that their functioning should not be impacted.        # so weak that their functioning should not be impacted.
Line 4190  else Line 4194  else
   # instance it was reported that on HP-UX the gcc test will end up    # instance it was reported that on HP-UX the gcc test will end up
   # making a dummy file named `D' -- because `-MD' means `put the output    # making a dummy file named `D' -- because `-MD' means `put the output
   # in D'.    # in D'.
     rm -rf conftest.dir
   mkdir conftest.dir    mkdir conftest.dir
   # Copy depcomp to subdir because otherwise we won't find it if we're    # Copy depcomp to subdir because otherwise we won't find it if we're
   # using a relative directory.    # using a relative directory.
Line 4249  else Line 4254  else
         break          break
       fi        fi
       ;;        ;;
    msvisualcpp | msvcmsys)    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
       # This compiler won't grok `-c -o', but also, the minuso test has        # This compiler won't grok `-c -o', but also, the minuso test has
       # not run yet.  These depmodes are late enough in the game, and        # not run yet.  These depmodes are late enough in the game, and
       # so weak that their functioning should not be impacted.        # so weak that their functioning should not be impacted.
Line 4324  else Line 4329  else
   # instance it was reported that on HP-UX the gcc test will end up    # instance it was reported that on HP-UX the gcc test will end up
   # making a dummy file named `D' -- because `-MD' means `put the output    # making a dummy file named `D' -- because `-MD' means `put the output
   # in D'.    # in D'.
     rm -rf conftest.dir
   mkdir conftest.dir    mkdir conftest.dir
   # Copy depcomp to subdir because otherwise we won't find it if we're    # Copy depcomp to subdir because otherwise we won't find it if we're
   # using a relative directory.    # using a relative directory.
Line 4381  else Line 4387  else
         break          break
       fi        fi
       ;;        ;;
    msvisualcpp | msvcmsys)    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
       # This compiler won't grok `-c -o', but also, the minuso test has        # This compiler won't grok `-c -o', but also, the minuso test has
       # not run yet.  These depmodes are late enough in the game, and        # not run yet.  These depmodes are late enough in the game, and
       # so weak that their functioning should not be impacted.        # so weak that their functioning should not be impacted.
Line 4438  fi Line 4444  fi
   
   
   
   
 if test "$cross_compiling" = "no"; then  if test "$cross_compiling" = "no"; then
   
   
Line 4746  esac Line 4753  esac
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether this is a build from SVN" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether this is a build from SVN" >&5
 $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=
 if test -f "$srcdir/.svn/entries"; then  if test -f "$srcdir/.svn/entries"; 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
   
  if test "$is_svn_build" = "yes"; then   if test "$is_svn_build" = "yes"; then
   IS_SVN_BUILD_TRUE=    IS_SVN_BUILD_TRUE=
   IS_SVN_BUILD_FALSE='#'    IS_SVN_BUILD_FALSE='#'
Line 4990  if test "$ac_res" != no; then : Line 5002  if test "$ac_res" != no; then :
 fi  fi
   
   
   # Note: On Linux, clock_gettime() requires -lrt which implies -lpthreads
   # Check ommitted for now, gettimeofday() provides reasonable precision
   # AC_SEARCH_LIBS(clock_gettime, rt)
   
 ac_ext=cpp  ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'  ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Line 5716  _ACEOF Line 5732  _ACEOF
 fi  fi
 done  done
   
   for ac_func in clock_gettime ftime gettimeofday
   do :
     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
   if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
   
 # Check byte ordering (defines WORDS_BIGENDIAN)  # Check byte ordering (defines WORDS_BIGENDIAN)
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }  $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
Line 7263  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 Line 7291  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 5.42, which wasThis file was extended by smartmontools $as_me 5.43, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 7329  _ACEOF Line 7357  _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 5.42smartmontools config.status 5.43
 configured by $0, generated by GNU Autoconf 2.68,  configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   

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


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