From 27e89d7f9b32ab551fdcea18e617a6e413fc353d Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sun, 23 Apr 2006 06:41:21 +0000 Subject: [PATCH] cleaned up configure.in --- config/configure | 10 +++++----- config/configure.in | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/configure b/config/configure index 003d79611..89884345c 100755 --- a/config/configure +++ b/config/configure @@ -1261,16 +1261,16 @@ _ACEOF ac_sys_system=`uname -s` ac_sys_release=`uname -r` -sys_hardware=`uname -i` +sys_hardware='unknown' # # Determine the number of hardware bits in the system # -# # BITHARDWARE is the default number of compilation bits in pointers # case $ac_sys_system in Linux* ) + sys_harware=`uname -i` echo 'linux ' $sys_hardware case $sys_hardware in x86_64 ) BITHARDWARE=64 ;; @@ -1292,8 +1292,8 @@ if test $BITCOMPILE != $BITHARDWARE ; then BITCHANGE='y' fi -echo 'BITHARDWARE= ' $BITHARDWARE -echo 'BITCOMPILE= ' $BITCOMPILE +# echo 'BITHARDWARE= ' $BITHARDWARE +# echo 'BITCOMPILE= ' $BITCOMPILE @@ -1330,7 +1330,7 @@ if test "x${OS_IS_CYGWIN}" = "x1"; then fi -echo "ldemulationarg = " $ldemulationarg +#echo "ldemulationarg = " $ldemulationarg # diff --git a/config/configure.in b/config/configure.in index b946155ed..11a9931a4 100755 --- a/config/configure.in +++ b/config/configure.in @@ -17,16 +17,16 @@ AC_DEFINE(NDEBUG) ac_sys_system=`uname -s` ac_sys_release=`uname -r` -sys_hardware=`uname -i` +sys_hardware='unknown' # # Determine the number of hardware bits in the system # -# # BITHARDWARE is the default number of compilation bits in pointers # case $ac_sys_system in Linux* ) + sys_harware=`uname -i` echo 'linux ' $sys_hardware case $sys_hardware in x86_64 ) BITHARDWARE=64 ;; @@ -48,8 +48,8 @@ if test $BITCOMPILE != $BITHARDWARE ; then BITCHANGE='y' fi -echo 'BITHARDWARE= ' $BITHARDWARE -echo 'BITCOMPILE= ' $BITCOMPILE +# echo 'BITHARDWARE= ' $BITHARDWARE +# echo 'BITCOMPILE= ' $BITCOMPILE AC_SUBST(BITCOMPILE) AC_SUBST(BITHARDWARE) AC_SUBST(BITCHANGE) @@ -86,7 +86,7 @@ if test "x${OS_IS_CYGWIN}" = "x1"; then fi AC_SUBST(CVF_LIBDIR) -echo "ldemulationarg = " $ldemulationarg +#echo "ldemulationarg = " $ldemulationarg AC_SUBST(ldemulationarg) #