aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2010-07-27 17:41:47 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2010-07-27 17:41:47 +0000
commit9b04fa9118b7d033876b407d5bb936fed9d2e23c (patch)
treeae34843e290b5aaf0c7aef2165ab3a6783e4f220 /libstdc++-v3/configure
parent65e2958885fdede707d113f4cd224b7808fe6081 (diff)
downloadgcc-9b04fa9118b7d033876b407d5bb936fed9d2e23c.zip
gcc-9b04fa9118b7d033876b407d5bb936fed9d2e23c.tar.gz
gcc-9b04fa9118b7d033876b407d5bb936fed9d2e23c.tar.bz2
acinclude.m4 ([GLIBCXX_COMPUTE_STDIO_INTEGER_CONSTANTS]): Fix messages.
2010-07-27 Paolo Carlini <paolo.carlini@oracle.com> * acinclude.m4 ([GLIBCXX_COMPUTE_STDIO_INTEGER_CONSTANTS]): Fix messages. * configure: Regenerate. From-SVN: r162580
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure24
1 files changed, 12 insertions, 12 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 2e6affa..c784132 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -18679,10 +18679,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# For the EOF, SEEK_CUR, and SEEK_END integer constants.
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking For some <stdio.h> integer constants." >&5
-$as_echo_n "checking For some <stdio.h> integer constants.... " >&6; }
-
- if test "${glibcxx_cv_stdio_eof+set}" = set; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the value of EOF" >&5
+$as_echo_n "checking for the value of EOF... " >&6; }
+if test "${glibcxx_cv_stdio_eof+set}" = set; then :
$as_echo_n "(cached) " >&6
else
@@ -18694,8 +18693,7 @@ fi
fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_eof" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_eof" >&5
$as_echo "$glibcxx_cv_stdio_eof" >&6; }
cat >>confdefs.h <<_ACEOF
@@ -18703,7 +18701,9 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
- if test "${glibcxx_cv_stdio_seek_cur+set}" = set; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the value of SEEK_CUR" >&5
+$as_echo_n "checking for the value of SEEK_CUR... " >&6; }
+if test "${glibcxx_cv_stdio_seek_cur+set}" = set; then :
$as_echo_n "(cached) " >&6
else
@@ -18715,8 +18715,7 @@ fi
fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_seek_cur" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_seek_cur" >&5
$as_echo "$glibcxx_cv_stdio_seek_cur" >&6; }
cat >>confdefs.h <<_ACEOF
@@ -18724,7 +18723,9 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
- if test "${glibcxx_cv_stdio_seek_end+set}" = set; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the value of SEEK_END" >&5
+$as_echo_n "checking for the value of SEEK_END... " >&6; }
+if test "${glibcxx_cv_stdio_seek_end+set}" = set; then :
$as_echo_n "(cached) " >&6
else
@@ -18736,8 +18737,7 @@ fi
fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_seek_end" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_seek_end" >&5
$as_echo "$glibcxx_cv_stdio_seek_end" >&6; }
cat >>confdefs.h <<_ACEOF