cleaned up configure.in

This commit is contained in:
Dave Goodwin
2006-04-23 06:41:21 +00:00
parent c48da0d14f
commit 27e89d7f9b
2 changed files with 10 additions and 10 deletions

10
config/configure vendored
View File

@@ -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
#

View File

@@ -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)
#