Skip to content
Snippets Groups Projects
Commit 00ef916c authored by guidog's avatar guidog
Browse files

add kfreebsd support

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2462 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 9c5e5247
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.655 2008/02/24 20:16:31 ballen4705 Exp $ $Id: CHANGELOG,v 1.656 2008/02/26 13:47:58 guidog Exp $
The most recent version of this file is: The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
...@@ -38,6 +38,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -38,6 +38,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
SMARTMONTOOLS STABLE RELEASE 5.38 2008/02/24 SMARTMONTOOLS STABLE RELEASE 5.38 2008/02/24
[GG] add kfreebsd gnu support to configure.in
[BA] Fix auto-offline support in FreeBSD. Thanks to [BA] Fix auto-offline support in FreeBSD. Thanks to
Cyrus Rahman <crahman@gmail.com> for the patch, and Cyrus Rahman <crahman@gmail.com> for the patch, and
Eduard Martinescu for blessing it. Eduard Martinescu for blessing it.
......
# #
# $Id: configure.in,v 1.130 2008/02/24 20:16:31 ballen4705 Exp $ # $Id: configure.in,v 1.131 2008/02/26 13:47:58 guidog Exp $
# #
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)
...@@ -7,7 +7,7 @@ AC_INIT(smartmontools, 5.38, smartmontools-support@lists.sourceforge.net) ...@@ -7,7 +7,7 @@ AC_INIT(smartmontools, 5.38, 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: configure.in,v 1.130 2008/02/24 20:16:31 ballen4705 Exp $'` smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.131 2008/02/26 13:47:58 guidog Exp $'`
smartmontools_release_date=2008/02/24 smartmontools_release_date=2008/02/24
smartmontools_release_time="20:16:09 GMT" smartmontools_release_time="20:16:09 GMT"
...@@ -144,7 +144,7 @@ case "${host}" in ...@@ -144,7 +144,7 @@ case "${host}" in
*-*-linux*) *-*-linux*)
AC_SUBST([os_deps], ['os_linux.o cciss.o']) AC_SUBST([os_deps], ['os_linux.o cciss.o'])
AC_SUBST([os_libs], ['']) ;; AC_SUBST([os_libs], ['']) ;;
*-*-freebsd*|*-*-dragonfly*) *-*-freebsd*|*-*-dragonfly*|*-*-kfreebsd*-gnu*)
AC_SUBST([os_deps], ['os_freebsd.o cciss.o']) AC_SUBST([os_deps], ['os_freebsd.o cciss.o'])
AC_SUBST([os_libs], ['-lcam']);; AC_SUBST([os_libs], ['-lcam']);;
sparc-*-solaris*) sparc-*-solaris*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment