[Libreoffice-commits] core.git: m4/ax_boost_date_time.m4 m4/ax_boost_filesystem.m4 m4/ax_boost_iostreams.m4 m4/ax_boost_system.m4
Riccardo Magliocchetti
riccardo.magliocchetti at gmail.com
Wed Aug 24 18:17:06 UTC 2016
m4/ax_boost_date_time.m4 | 2 +-
m4/ax_boost_filesystem.m4 | 2 +-
m4/ax_boost_iostreams.m4 | 2 +-
m4/ax_boost_system.m4 | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 42869757fc553d6851200a2e01895359fd16b182
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date: Mon Aug 22 11:32:56 2016 +0200
m4: make explicit what boost library we are not finding
Change-Id: Icd4e926a6e73ea1147419a9190d7888b6ac3e4c7
Reviewed-on: https://gerrit.libreoffice.org/28312
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Jenkins <ci at libreoffice.org>
diff --git a/m4/ax_boost_date_time.m4 b/m4/ax_boost_date_time.m4
index ec9c044..9b9ec67 100644
--- a/m4/ax_boost_date_time.m4
+++ b/m4/ax_boost_date_time.m4
@@ -100,7 +100,7 @@ AC_DEFUN([AX_BOOST_DATE_TIME],
fi
if test "x$ax_lib" = "x"; then
- AC_MSG_ERROR(Could not find a version of the library!)
+ AC_MSG_ERROR(Could not find a version of the boost date_time library!)
fi
if test "x$link_date_time" != "xyes"; then
AC_MSG_ERROR(Could not link against $ax_lib !)
diff --git a/m4/ax_boost_filesystem.m4 b/m4/ax_boost_filesystem.m4
index f162163..b571f89 100644
--- a/m4/ax_boost_filesystem.m4
+++ b/m4/ax_boost_filesystem.m4
@@ -104,7 +104,7 @@ AC_DEFUN([AX_BOOST_FILESYSTEM],
fi
if test "x$ax_lib" = "x"; then
- AC_MSG_ERROR(Could not find a version of the library!)
+ AC_MSG_ERROR(Could not find a version of the boost filesystem library!)
fi
if test "x$link_filesystem" != "xyes"; then
AC_MSG_ERROR(Could not link against $ax_lib !)
diff --git a/m4/ax_boost_iostreams.m4 b/m4/ax_boost_iostreams.m4
index 9d73626..803d3a3 100644
--- a/m4/ax_boost_iostreams.m4
+++ b/m4/ax_boost_iostreams.m4
@@ -103,7 +103,7 @@ AC_DEFUN([AX_BOOST_IOSTREAMS],
fi
if test "x$ax_lib" = "x"; then
- AC_MSG_ERROR(Could not find a version of the library!)
+ AC_MSG_ERROR(Could not find a version of the boost iostreams library!)
fi
if test "x$link_iostreams" != "xyes"; then
AC_MSG_ERROR(Could not link against $ax_lib !)
diff --git a/m4/ax_boost_system.m4 b/m4/ax_boost_system.m4
index 43570a5..139d066 100644
--- a/m4/ax_boost_system.m4
+++ b/m4/ax_boost_system.m4
@@ -108,7 +108,7 @@ AC_DEFUN([AX_BOOST_SYSTEM],
fi
if test "x$ax_lib" = "x"; then
- AC_MSG_ERROR(Could not find a version of the library!)
+ AC_MSG_ERROR(Could not find a version of the boost system library!)
fi
if test "x$link_system" = "xno"; then
AC_MSG_ERROR(Could not link against $ax_lib !)
More information about the Libreoffice-commits
mailing list