aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-08-05 03:52:58 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-08-05 03:52:58 +0159
commit5afea9ab0b52258e2adcd5ecc4d39f28ff2e918f (patch)
tree59cf4ad937878ec87e065bc61894892fc6755c40
parent814fa749d98aa7f13feaa16624edf7fd49ad5599 (diff)
downloadbuild-5afea9ab0b52258e2adcd5ecc4d39f28ff2e918f.tar.gz
make the debug output slightly less ugly
-rwxr-xr-xconfigure12
-rw-r--r--configure.ac6
2 files changed, 9 insertions, 9 deletions
diff --git a/configure b/configure
index 07d868e..ad90c94 100755
--- a/configure
+++ b/configure
@@ -2345,8 +2345,8 @@ $as_echo_n "checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.3.0... " >&6;
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_MIN_VERSION_4_3_0" >&5
$as_echo "$GCC_MIN_VERSION_4_3_0" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.3.0" >&5
-$as_echo_n "checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.3.0... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.4.0" >&5
+$as_echo_n "checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.4.0... " >&6; }
if test "$GCC_MAJOR" -gt 4 -o \
\( "$GCC_MAJOR" -eq 4 -a "$GCC_MINOR" -ge 5 \) ; then
GCC_MIN_VERSION_4_5_0="yes"
@@ -2355,8 +2355,8 @@ $as_echo_n "checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.3.0... " >&6;
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_MIN_VERSION_4_5_0" >&5
$as_echo "$GCC_MIN_VERSION_4_5_0" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.3.0" >&5
-$as_echo_n "checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.3.0... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.5.0" >&5
+$as_echo_n "checking if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.5.0... " >&6; }
if test "$GCC_MAJOR" -gt 4 -o \
\( "$GCC_MAJOR" -eq 4 -a "$GCC_MINOR" -ge 6 \) ; then
GCC_MIN_VERSION_4_6_0="yes"
@@ -2606,8 +2606,8 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CLOOG_VERSION" >&5
$as_echo "$CLOOG_VERSION" >&6; }
if test "$CLOOG_VERSION" = "default"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking Which version of cloog to build under gcc 4.6+ condition $GCC_MIN_VERSION_4_6_0" >&5
-$as_echo_n "checking Which version of cloog to build under gcc 4.6+ condition $GCC_MIN_VERSION_4_6_0... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking which version of cloog to build under gcc 4.6+ condition $GCC_MIN_VERSION_4_6_0" >&5
+$as_echo_n "checking which version of cloog to build under gcc 4.6+ condition $GCC_MIN_VERSION_4_6_0... " >&6; }
# Default is 0.15.9 for gcc 4.5 and below, 0.16.3 for gcc 4.6 and higher
if test "$GCC_MIN_VERSION_4_6_0" == "yes"; then
CLOOG_VERSION="0.16.3"
diff --git a/configure.ac b/configure.ac
index 87184cf..79ddaac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,7 +303,7 @@ if test -f "${gcc_version_file}"; then
GCC_MIN_VERSION_4_3_0="no"
fi
AC_MSG_RESULT([$GCC_MIN_VERSION_4_3_0])
- AC_MSG_CHECKING([if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.3.0])
+ AC_MSG_CHECKING([if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.4.0])
if test "$GCC_MAJOR" -gt 4 -o \
\( "$GCC_MAJOR" -eq 4 -a "$GCC_MINOR" -ge 5 \) ; then
GCC_MIN_VERSION_4_5_0="yes"
@@ -311,7 +311,7 @@ if test -f "${gcc_version_file}"; then
GCC_MIN_VERSION_4_5_0="no"
fi
AC_MSG_RESULT([$GCC_MIN_VERSION_4_5_0])
- AC_MSG_CHECKING([if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.3.0])
+ AC_MSG_CHECKING([if gcc $GCC_MAJOR . $GCC_MINOR is at least 4.5.0])
if test "$GCC_MAJOR" -gt 4 -o \
\( "$GCC_MAJOR" -eq 4 -a "$GCC_MINOR" -ge 6 \) ; then
GCC_MIN_VERSION_4_6_0="yes"
@@ -423,7 +423,7 @@ AC_ARG_WITH([cloog-version],
[CLOOG_VERSION="default"])
AC_MSG_RESULT($CLOOG_VERSION)
if test "$CLOOG_VERSION" = "default"; then
- AC_MSG_CHECKING([Which version of cloog to build under gcc 4.6+ condition $GCC_MIN_VERSION_4_6_0])
+ AC_MSG_CHECKING([which version of cloog to build under gcc 4.6+ condition $GCC_MIN_VERSION_4_6_0])
# Default is 0.15.9 for gcc 4.5 and below, 0.16.3 for gcc 4.6 and higher
if test "$GCC_MIN_VERSION_4_6_0" == "yes"; then
CLOOG_VERSION="0.16.3"