From 00ef916cca09dbcc088f2c424f575b2472eb6653 Mon Sep 17 00:00:00 2001 From: guidog <guidog@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Tue, 26 Feb 2008 13:47:58 +0000 Subject: [PATCH] add kfreebsd support git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2462 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/CHANGELOG | 4 +++- sm5/configure.in | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index ecef6bb83..2dcc0fe8b 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ 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: http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup @@ -38,6 +38,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. 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 Cyrus Rahman <crahman@gmail.com> for the patch, and Eduard Martinescu for blessing it. diff --git a/sm5/configure.in b/sm5/configure.in index 08f8aaae8..2eda1cdb4 100644 --- a/sm5/configure.in +++ b/sm5/configure.in @@ -1,5 +1,5 @@ # -# $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. AC_PREREQ(2.50) @@ -7,7 +7,7 @@ AC_INIT(smartmontools, 5.38, smartmontools-support@lists.sourceforge.net) AC_CONFIG_SRCDIR(smartctl.cpp) 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_time="20:16:09 GMT" @@ -144,7 +144,7 @@ case "${host}" in *-*-linux*) AC_SUBST([os_deps], ['os_linux.o cciss.o']) AC_SUBST([os_libs], ['']) ;; - *-*-freebsd*|*-*-dragonfly*) + *-*-freebsd*|*-*-dragonfly*|*-*-kfreebsd*-gnu*) AC_SUBST([os_deps], ['os_freebsd.o cciss.o']) AC_SUBST([os_libs], ['-lcam']);; sparc-*-solaris*) -- GitLab