Skip to content
Snippets Groups Projects
Commit ccc50aa9 authored by ballen4705's avatar ballen4705
Browse files

Finished Christian's fix (next item below) by removing

LINUX_86_64 hack from configure.in.


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2316 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent fadf758f
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.586 2006/10/30 08:58:55 geoffk1 Exp $ $Id: CHANGELOG,v 1.587 2006/10/30 12:28:53 ballen4705 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
...@@ -33,6 +33,9 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -33,6 +33,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[BA] Finished Christian's fix (next item below) by removing
LINUX_86_64 hack from configure.in.
[CF] Fixed inclusion of PRI?64 macros from inttypes.h. [CF] Fixed inclusion of PRI?64 macros from inttypes.h.
[CF] Windows: Added WRITE LOG to support selective self tests. [CF] Windows: Added WRITE LOG to support selective self tests.
......
# #
# $Id: configure.in,v 1.120 2006/10/25 17:01:42 ballen4705 Exp $ # $Id: configure.in,v 1.121 2006/10/30 12:28:54 ballen4705 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.37, smartmontools-support@lists.sourceforge.net) ...@@ -7,7 +7,7 @@ AC_INIT(smartmontools, 5.37, 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.120 2006/10/25 17:01:42 ballen4705 Exp $'` smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.121 2006/10/30 12:28:54 ballen4705 Exp $'`
smartmontools_release_date=2006/04/12 smartmontools_release_date=2006/04/12
smartmontools_release_time="17:39:01 UTC" smartmontools_release_time="17:39:01 UTC"
...@@ -129,10 +129,6 @@ AC_SUBST(smartmontools_release_time) ...@@ -129,10 +129,6 @@ AC_SUBST(smartmontools_release_time)
dnl if OS not recognized, then use the os_generic modules dnl if OS not recognized, then use the os_generic modules
case "${host}" in case "${host}" in
x86_64-*-linux-gnu*)
AC_DEFINE_UNQUOTED(LINUX_X86_64, 1, [this is an x86_64 Linux system])
AC_SUBST([os_deps], ['os_linux.o'])
AC_SUBST([os_libs], ['']) ;;
*-*-linux-gnu*) *-*-linux-gnu*)
AC_SUBST([os_deps], ['os_linux.o']) AC_SUBST([os_deps], ['os_linux.o'])
AC_SUBST([os_libs], ['']) ;; AC_SUBST([os_libs], ['']) ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment