summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-19 23:50:18 +0000
committerYang Tse <yangsita@gmail.com>2008-10-19 23:50:18 +0000
commit6444711a2ec98516cc9989e51aaf3d26e6b4497e (patch)
treea9c6f5a334223796d722cca894333d3710c022f1 /m4
parent1c9a010cf01bcd8a40b20596707dbc7ce49ed5dc (diff)
downloadc-ares-6444711a2ec98516cc9989e51aaf3d26e6b4497e.tar.gz
c-ares-6444711a2ec98516cc9989e51aaf3d26e6b4497e.tar.bz2
c-ares-6444711a2ec98516cc9989e51aaf3d26e6b4497e.zip
messages initially intended only for debug purposes, now become permanent
since these are extremely useful when compiler rejects a set of options.
Diffstat (limited to 'm4')
-rw-r--r--m4/cares-compilers.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/cares-compilers.m4 b/m4/cares-compilers.m4
index 10a89e7..422e13b 100644
--- a/m4/cares-compilers.m4
+++ b/m4/cares-compilers.m4
@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 35
+# serial 38
dnl CARES_CHECK_COMPILER
@@ -432,7 +432,7 @@ AC_DEFUN([CARES_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
- sed 's/^/cc-fail> /' conftest.err >&6
+ sed 's/^/cc-fail: /' conftest.err >&6
echo " " >&6
])
dnl linking capability verification
@@ -448,7 +448,7 @@ AC_DEFUN([CARES_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
- sed 's/^/ln-fail> /' conftest.err >&6
+ sed 's/^/link-fail: /' conftest.err >&6
echo " " >&6
])
fi
@@ -469,7 +469,7 @@ AC_DEFUN([CARES_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
- echo "rn-fail test program exited with status $ac_status" >&6
+ echo "run-fail: test program exited with status $ac_status" >&6
echo " " >&6
])
fi